@charset "utf-8";

#kouyou{
	padding-bottom:20px;
	background-color:#ffedb6;
}
#kouyou_info{
	margin:3px 20px 30px;
	background-color:#fff;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#kouyou_info .clearfix{
	padding:25px 0 5px 30px;
}
#kouyou_info .box{
	width:180px;
	height:235px;
	float:left;
	margin:0 13px 18px 0;
	background:url(../images/bg_box.png) no-repeat;
}
#kouyou_info .box p{
	margin:0 10px 5px;
	padding-top:10px;
}
#kouyou_info .box ul{
	margin:0 10px;
	font-size:12px;
	line-height:1.5;
}
#kouyou_info .box li.places{
	font-weight:bold;
	font-size:14px;
}


.note{
	margin:0 20px;
	font-size:12px;
}



/* メインビジュアル上の「秋の乗り放題パス」マーク */
#main_visual{
	position:relative;
}
#main_visual p{
	position:absolute;
	top:-20px;
	right:-15px;
}

/* 「秋の乗り放題パス」情報 */
#pass_info{
	margin:0 20px 30px;
	padding-bottom:20px;
	background:url(../images/autumnpass_bg.png) no-repeat left bottom;
}
#pass_info .special{
	margin:0 33px 10px;
	padding-left:66px;
	background:url(../images/autumnpass_icon.png) no-repeat;
	font-size:12px;
	line-height:1.6;
}
#pass_info .btn{
	text-align:center;
}
#pass_info .btn a:hover img{
	filter:alpha(opacity=60);
	-ms-filter:""alpha(opacity=60)"";
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
}

/* 「秋の乗り放題パス」詳細 */
#pass_detail{
	margin:0 20px 30px;
	background-color:#fff;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#pass_detail .inner{
	padding:10px 20px 16px;
}
#pass_detail .inner p{
	margin-bottom:4px;
	font-size:12px;
}

