div.sectionCategory{
	margin-bottom: 80px;
}

div.categoryTop{
	margin-top: 20px !important;
}


div.section{
	margin: 35px 10px !important;
}
div.eventBox{
	width: 620px;
}

div.eventBox div.eventPicts{
	float: left;
}
div.eventBox div.imgArea{
	width: 300px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 10px;
}
div.eventBox div.exhibitInfo{
	width: 300px;
	height: 200px;
	float: left;
}
div.eventBox div.exhibitInfo h2{
	margin: 0px 0px 5px 0px;
}
div.eventBox div.exhibitInfo p{
	margin: 7px 0;
}
div.eventBox > p{
	margin: 0;
	padding-top: 5px;
	clear: both;
}

div.eventBox, div.eventBox *{
	position: relative;
	zoom: 1;
}

div.underBorder{
	padding: 0 0 35px 0;
	border-bottom: solid 1px #999;
}

div.exhibitInfoBox{
	margin-bottom: 30px;
}


table.eventSchedule{
	width: 600px;
	border: none;
	padding: 0;
	margin: 0;
}
table.eventSchedule td{
	padding: 5px 0 3px 0;
}
table.eventSchedule td p{
	margin: 0;
	padding: 0;
}
table.eventSchedule td.date{
	width: 80px;
	vertical-align: top;
	border-bottom: #999 solid 1px;
	font-weight: bold;
}
table.eventSchedule td.time{
	width: 100px;
	border-bottom: #999 solid 1px;
}
table.eventSchedule td.line{
	width: 300px;
	border-bottom: #999 solid 1px;
}
table.eventSchedule td.category{
	width: 120px;
	border-bottom: #999 solid 1px;
}

table.algorithm{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.algorithm td{
	vertical-align: top;
	padding: 0;
}