@charset "utf-8";

#mainAreaW .section {
	width:746px;
}

.section {
	padding-bottom:25px;
}

/*.page-title {
	border-bottom:1px solid #999999;
	margin-bottom:20px;
}*/

#mainBan {
	width:746px;
	height:250px;
	padding-bottom:20px;;
	text-align:center;
}


/*fair-table*/
.section table {
	border-collapse:collapse;
}

.section th,
.section td {
	padding:10px;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
	text-align:left;
	vertical-align:top;
}

.section th {
	width:30%;
	border-right:dotted 1px #ccc;
	background:#f2fcfc;
}

.section th dt {
	padding:0 0 3px 15px;
	background:url(../../common/images/arrow_circle.png) 0 2px no-repeat;
}

.section th dt a {
	font-weight:bold;
}

.section th dd.detail {
	padding:0 0 5px;
	/*color:#666;*/
	font-size:93%;
}

.section th dd.banner {
	padding:5px 0;
	font-size:1%;
	line-height:1%;
}

.section td {
	width:84%;
	background:#f5fafa;
	/*color:#666;*/
}

.section td a {
	font-weight:bold;
}

.section table .caution {
	font-size:93%;
}

.section table.sep th {
	font-weight:bold;
}

.section table.sep th,
.section table.sep td {
	/*height:7em;*/
	/*color:#666;*/
}

.section table .caution {
	font-size:93%;
	font-weight:normal;
}

.section table strong {
	font-weight:bold;
}


