@charset "UTF-8";

/** トップページ **/
#warapper{
	background : url("../img/back.jpg") 50% 50% no-repeat;
}

#container{
	padding : 0;
}

/* フラッシュ・ムービー */
#media{
	height : 450px;
}


/* 告知・バナー */
#information_base{
	min-width : 980px;
	margin : 0 auto;
}
#information{
	width : 980px;
	margin : 0 auto;
	padding : 40px 0;
}

/* 告知 */
#info{
	float : left;
	width : 670px;
	margin : 0 20px 0 0;
	font-family : "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","MS Mincho","メイリオ","Meiryo",serif;
}
#info h2{
	font-size : 13px;
	line-height : 130%;
}
#info h3{
	font-size : 26px;
	border-bottom : 1px solid #bbbbbb;
}
.price{
	font-size : 34px;
}
#info h4{
	font-size : 20px;
	padding : 3px 0 0;
}
#info h5{
	font-size : 14px;
	padding : 10px 0 0;
	line-height : 50%;
}
#info p{
	font-size : 15px;
	text-align : right;
	padding : 0 0 10px;
}
.station{
	font-size : 23px;
}
.minutes{
	font-size : 27px;
}
#info a{
	color:#901537;
	text-decoration:underline;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
	-ms-transition: 0.5s;
    transition: 0.5s;
}
#info a:hover{
	color:#C88A9B;
}


/* ボタン */
#btn{
	float : right;
	width : 270px;
	/*font-family : "Times New Roman","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","MS Mincho","メイリオ","Meiryo",serif;*/
}
#btn ul li{
	width : 270px;
	display : block;
	margin : 0 0 10px;
	/*height : 70px;*/
	position : relative;
}
#btn ul li a{
	color : #FFFFFF;
	width : 270px;
	display : block;
}
#btn ul li a:hover{
	text-decoration : underline;
}
#btn ul li h2{
	position : absolute;
	right : 10px;
	*cursor : pointer;
}
#btn ul li p{
	padding : 7px 0 7px 10px;
}