@charset "utf-8";

@import url(size_l.css) screen and (min-width: 769px);
@import url(size_m.css) screen and (min-width: 481px) and (max-width: 768px);
@import url(size_s.css) screen and (max-width: 480px);

/* 
@import url(size_s.css) screen and (max-device-width: 320px);
------------------------------------------------------------------------------------- */

/* common
------------------------------------------------------------------------------------- */
body{
	margin:0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
}
select,input,button,textarea{font:93% arial,helvetica,clean,sans-serif;}
h1,h2,h3,h4,h5,p{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:1em;
	font-weight:normal;
}
img{
	border:0;
}
.line-top{
	border-top:1px solid #000000 !important;
}
a{ color:#077BDA;}
a:hover{ color:#FF0000;}

/* content
------------------------------------------------------------------------------------- */
#content{
	border:1px solid #000000;

    border-radius: 7px 7px 0 0;        /* CSS3草案 */  
    -webkit-border-radius:  7px 7px 0 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius:  7px 7px 0 0;   /* Firefox用 */ 
}

/* header
------------------------------------------------------------------------------------- */
#header{
	background:url(../img_com/bk_header.gif) repeat-x #3B3B3B;
	height:34px;
	overflow:hidden;

    border-radius: 7px 7px 0 0;        /* CSS3草案 */  
    -webkit-border-radius:  7px 7px 0 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius:  7px 7px 0 0;   /* Firefox用 */ 

}
#header .logo{
	width:186px;
	height:34px;
	position:absolute;
	z-index:1;
}

/* time
------------------------------------------------------------------------------------- */
#time{
	padding:5px 8px;
	text-align:right;
}
#time h3{
	padding:5px 5px 5px 0;
	font-size:108%;
	text-align:left;
	display:inline;
	float:left;
}
#time h3 span{
	font-size:77%;
}
#time .formtime{
	white-space:nowrap;
	float:right;
}
#time .back{
	font-size:77%;
}
#time .back select{
	border:1px solid #666666;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	vertical-align:bottom;
	display:inline;
	height:2em;
	font-size:11px;
	line-height:1.8em;
}
#time .back p{
	padding:0 3px;
	vertical-align:bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	line-height:1.6em;
	display:inline;
}
#time .back input{
	vertical-align:middle;
}
#time #button{
	background:url(../img_com/bk_time.gif) repeat-x #919191;
	border:1px solid #000000;
	font-weight:bold;
	display:inline;
	height:1.8em;
}
#time .clear{
	font-size:0;
	line-height:0;
	clear:both;
}

/* station
------------------------------------------------------------------------------------- */
#station{
	background:url(../img_com/bk_station.gif) repeat-x #A19FA0;
	border-top:1px solid #6D6D6D;
	clear:both;
	padding:7px;
}
#station h1{
	background:url(../img_com/bk_stationname.gif) repeat-x #F8FCFF;
	padding:10px;
	border:1px solid #000000;
	font-size:197%;
	font-weight:bold;
	line-height:1.2em;
    border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
}
#station h1 span{
	font-size:50%;
	font-weight:normal;
}
#station .topbtn{
	float:right;
	border:1px solid #333333;
	margin:10px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
#station .topbtn a{
	padding:5px;
	text-decoration:none;
	color:#333;
	font-size:12px;
	display:block;
	text-shadow: 1px 1px 1px #FFFFFF;
	background:url(../img_com/bk_topbtn.gif) repeat-x #CFCFCF;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
#station .topbtn a:hover{
	background:url(../img_com/bk_topbtn_o.gif) repeat-x #E9E9E9;
}
#station .topbtn img{
	vertical-align:middle;
	padding:0 3px 5px 0;
}
#station .topbtn strong{
	font-weight:normal;
}

/* emergency
------------------------------------------------------------------------------------- */
#emergency{
	background:#E30000;
	color:#FFFFFF;
	text-align:center;
	padding:70px 10px;
	border-bottom:1px solid #000000;
}
#emergency h2{
	font-size:182%;
	padding-bottom:10px;
	line-height:1.5em;
}
#emergency p{
	font-size:116%;
	line-height:1.5em;
	font-weight:bold;
}

/* menu
------------------------------------------------------------------------------------- */
#menu{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background:url(../img_com/bk_menu.gif) repeat-x #B5B5B5;
	overflow:hidden;
}
#menu ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #FFFFFF;
	height: auto;
	width:101%;
	overflow:hidden;
}
#menu li{
	display:block;
	width:15%;
	float:left;
	text-align:center;
	white-space:nowrap;
	background:#F8F8F8;
}

#menu li span{
	display:block;
	overflow:hidden;
	line-height:1.2em;

	padding-bottom: 32767px;
	margin-bottom: -32767px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #000000;
	white-space:normal;
	background:url(../img_com/bk_menu.gif) repeat-x #B5B5B5;
}

#menu li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	padding:5px 0;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#menu li span:hover{background:url(../img_com/bk_menu_o.gif) repeat-x #F8F8F8; cursor:pointer;}

#menu li.cell1 a{background:url(../img_com/mark_index.gif) left top no-repeat;}
#menu li.cell2 a{background:url(../img_com/mark_routestop.gif) left top no-repeat;}
#menu li.cell3 a{background:url(../img_com/mark_stopinst.gif) left top no-repeat;}
#menu li.cell4 a{background:url(../img_com/mark_point.gif) left top no-repeat;}
#menu li.cell5 a{background:url(../img_com/mark_stop.gif) left top no-repeat;}
#menu li.cell6 a{background:url(../img_com/mark_routegroup.gif) left top no-repeat;}

#menu li.cell7{width:10%;}
#menu li.cell7 span{border-right:none;}

#menu li a strong{
	display:block;
	font-weight:normal;
	font-size:100%;
	padding:2px 0;
}

#menu .clear{
	clear:both;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
	border:none;
}


/* subtitle
------------------------------------------------------------------------------------- */
#subtitle{
	background:url(../img_com/bk_contents.gif) repeat-x #EDEDED;
	padding:0;
	text-align:left;
}
#subtitle h3{
	padding:7px;
	font-size:108%;
	font-weight:normal;
	border-bottom:1px solid #EDEDED;
}
#subtitle h3 span{
	font-size:77%;
}
#subtitle h4{
	background:#393939;
	color:#FFFFFF;
	font-weight:normal;
	padding:7px;
	border-top:1px solid #000000;
}


/* news
------------------------------------------------------------------------------------- */
#news{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	clear:both;
	background:url(../img_com/bk_news.gif) left repeat-y;
}
#news .box{
	background:url(../img_com/txt_news.gif) left center no-repeat;
	padding:5px 0 5px 71px;
	border-top:1px solid #CBCBCB;
	border-bottom:1px solid #CBCBCB;
}

#news marquee{
	display: -wap-marquee;
	-wap-marquee-style: scroll;
	padding:0;
	margin:0;
	font-size:108%;
}

/* link
------------------------------------------------------------------------------------- */
#link{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #000000;
	padding:15px 7px;
	text-align:center;
	background:#EDEDED;
}
#link a{
	padding:7px 7px 7px 25px;
	margin:0 10px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:85%;
	border:1px solid #CCCCCC;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
#link a.help{
	background:url(../img_com/bk_helpicon.gif) no-repeat 8px center #666666;
}
#link a.qr{
	background:url(../img_com/bk_qricon.gif) no-repeat 8px center #666666;
}
#link a:hover{
	background-color:#333333;
}

/* footer
------------------------------------------------------------------------------------- */
#footer{
	clear:both;
	background:#2D2D2D;
	color:#FFFFFF;
	font-size:85%;
	padding:10px 5px;
	text-align:center;
	letter-spacing:1px;
}
.footertext{
	clear:both;
	background:#AEAEAE;
	text-align:center;
	padding:5px;
	border-top:1px solid #EDEDED;
	border-bottom:1px solid #000000;
}

/* print
------------------------------------------------------------------------------------- */
@media print{
#menu{display:none;}
#news{display:none;}
#link{display:none;}
#timetable .nextback{display:none;}
#time{display:none;}
#station .topbtn{display:none;}

#timetable .cell-title p,
#timetable .data1,
#timetable .data2,
#timetable .data3,
#timetable .data4,
#timetable .nextback a,
#timetable .nextback  span,
#timetable .cell-title p{
text-shadow:none !important;
}

} 



















