@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header {
	margin-bottom: 20px;
	border: none;
}

.mainVisual {
	margin-bottom: 40px;
}

#main {
	margin: 0 auto 54px;
	width: 1100px;
}

#main .headLine01 {
	margin-bottom: 41px;
}

#main .headLine03 {
	margin-bottom: 29px;
}

#main .tabPanel {
	margin-bottom: 30px;
}

#main .tabPanel .comTabUl {
	margin-bottom: 29px;
	border-bottom: 4px solid #D7382B;
}

#main .comTabUl li a {
	padding: 5px 22px 7px;
	min-width: 45px
}

#main .stationBox {
	margin: 0 40px 30px 30px;
	padding-left: 20px;
	background: #F7E1DF;
	border: 5px solid #F7E1DF;
	border-radius: 3px;
	behavior: url(../js/pie.htc);
	position: relative;	
}

#main .stationBox p {
	margin-top: 6px;
	width: 75px;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
}

#main .stationBox ul {
/*	padding: 10px 57px 6px 10px;*/	
	padding: 10px 20px 10px 33px;
	width: 847px;
	float: right;
	/*text-align: center;*/
	background: #fff url(../../images/station/01/bg01.gif) no-repeat left center;
	border-radius: 0 3px 3px 0;
	behavior: url(../js/pie.htc);
	position: relative;	
}

#main .stationBox li {
/*	margin: 0 45px;*/
	margin: 0 20px 0 0;
	display: inline;
}

#main .stationBox li a {
	color: #CB2417;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2;
	text-decoration: underline;
}

#main .stationBox li a:hover {
	text-decoration: none;
}

/* 151028 */
#main .tabBox td:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#main .tabBox td .link {
	background:none;
}

#main .tabBox td .link:hover {
	background:none;
}