@charset "utf-8";
/* CSS Document */

.top_no_title{
	width:100%;
	height:10px;
}

.main_image{
	margin-bottom:10px;	
}

/* ------------------------------------------------------------------------- */
/* アプリダウンロード                                                        */
/* ------------------------------------------------------------------------- */

.appli_link{
	width: 694px;
	height: 54px;
	line-height:54px;
	background-color:#f7f6f2;
	border: 3px solid #ead7a4;
	margin-bottom:20px;
}

.appli_link span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:330px;
	margin-left:50px;
	font-size:13px;
	font-weight:bold;
}

.appli_link img{
	vertical-align:middle;
}

.appli_link img:first-child{
	margin-right:15px;
}

/* ------------------------------------------------------------------------- */
/* おすすめコンテンツ                                                        */
/* ------------------------------------------------------------------------- */

.recommend .title{
	width:960px;
	height:37px;
	line-height:34px;
	background-image:url(../../img/top/recommended.png);
}

.recommend .title span{
	margin-left:20px;
	font-size:15px;
	font-weight:bold;
}

.recommend table{
	width:100%;
	border-left:1px solid #d7cdd5;
	border-right:1px solid #d7cdd5;
	border-bottom:1px solid #d7cdd5;
	background-color:#f5ebff;
	padding: 8px;
}

.recommend table td{
	text-align:center;
}

/* ------------------------------------------------------------------------- */
/* お知らせ・運行情報                                                        */
/* ------------------------------------------------------------------------- */

.information_area{
	margin-top:20px;
	border:1px solid #d7cdd5;
	background-color:#f5ebff;
	padding: 15px;
}

.information_area .information{
	float:left;
	/* width:450px; */
	width:928px;
}

.information_area .traffic{
	float:right;
	margin-left:15px;
	width:450px;
}

.information_area .title{
	height:32px;
	line-height:32px;
	background-color:#ffffff;
	border-left:5px solid #7d5da5;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
}

.information_area .title span{
	margin-left:10px;
	font-size:15px;
	font-weight:bold;
}

.information_area ul{
	list-style: none;
	margin:0 auto;
	padding: 2px;
	border:1px solid #cccccc;
	background-color: #ffffff;
	height: 138px;
}

.information_area li{
	margin:0 5px;
	padding: 8px 0 8px 18px;
	border-bottom:1px dotted #cccccc;
	background-image: url("../../img/contents/title_mark_small.png");
	background-repeat: no-repeat;
	background-position: 0px 11px;
}

.information_area li p.time{
	margin-bottom:2px;
	padding:0;
	font-size: 13px;
}

.information_area li a{
	font-size: 13px;
	line-height: 1.2em;
	text-decoration: underline;
}

.information_area li a:hover{
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */
/* お知らせ・運行情報ダイアログ                                              */
/* ------------------------------------------------------------------------- */

.popup_information, .popup_unkou{
	display:none;
}

.popup_information p.datetime{
	text-align:right;
}

.popup_information p.title{
	margin:15px 10px;
	text-align:center;
	font-size:15px;
}

.popup_unkou table{
	margin:10px auto;
	border-collapse:collapse;
}

.popup_unkou table th{
	width:60px;
	font-weight:normal;
	text-align:left;
	background-color:#eaeade;
	border:solid 1px;
	border-color:#cccccc;
	padding:10px;
}

.popup_unkou table td{
	width:500px;
	background-color:#eaeade;
	border:solid 1px;
	border-color:#cccccc;
	padding:10px;
}

/* ------------------------------------------------------------------------- */
/* バナー                                                                    */
/* ------------------------------------------------------------------------- */

.banner_area{
	margin-top:20px;
	background-color:#e6e6e6;
	padding-top:5px
}

.banner_area table{
	margin:auto;
	border-collapse:separate;
	border-spacing:5px;
}

.banner_area table tr td img{
	eidth:150px;
	height:60px;
}
