@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#brand .current_page_item a {
	padding-bottom: 6px;
	border-bottom: 3px solid #FE4D01;
}

#brand2 .current_page_item a {
	padding-bottom: 6px;
	display: block;
	border-bottom: 3px solid #4D4D4D;
}

#main {
	padding: 48px 0 0 0;
}

#main h2 {
	margin-bottom: 17px;
}

#main p {
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 1.8;
	text-align: center;
}

#main .h2Ttl {
	margin: 32px;
}

#main .tableBox {
	margin: 0 auto 73px;
	width: 690px;
}

#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}

#main .tableBox th,
#main .tableBox td {
	padding: 15px 4px 9px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	line-height: 1.7;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}

#main .tableBox .none th,
#main .tableBox .none td {
	border-bottom: none;
}

#main .map {
	margin-bottom: 35px;
}

#main .textList {
	margin: 0 auto;
	width: 860px;
}

#main .textList li {
	float: left;
	font-size: 1.4em;
	line-height: 1.7;
}