@charset "utf-8";
/****************************/
#search_top #allmap {
	margin: 0px 0 0 20px;
	font-weight: bold;
	font-size: 16px;
	padding: 20px 0 0 0;
}
.train_top_txt {
	margin:0 0 5px 0;
}
.train_top_txt span{
	font-weight:bold;
	color:#8a0000;
}
#outline .title h4 {
	background:url("../img/search/search_bar4.gif") repeat-x left top;
	color:#FFF;
	font-size:16px;
	padding: 7px 10px 3px 10px;
	border-bottom: 1px solid #7b5740;
}
#jr_line,
#subway_line,
#private_line{
	border-top: 2px solid #808080;
	overflow: hidden;
	clear: both;
	margin-top: 0 ;
	padding:10px 0 20px 0 ;
	width: 710px;
	margin-bottom:10px;
}
#trains #train_box {
	margin-top: 0px;
	float:left;
	margin-left: 10px;
	width: 710px;
}
* html #trains #train_box {
}

ul.train_list {
	list-style: none;
	margin: 5px 0 10px 0px;
	
}
ul.train_list li{
	float: left;
	width: 225px;
	margin:1px 2px 1px 0;
	letter-spacing: -1px;
}
ul.train_list li a{
	font-weight: bold;
}

#station {
	clear: both;
	padding-top:10px;
	margin-top:0px;
	border-top:2px dotted #DDD;
}
#station h4{
	background:url("../img/search/search_bar4.gif") repeat-x left top;
	color:#FFF;
	font-size:16px;
	padding: 7px 10px 3px 10px;
	border-bottom: 1px solid #7b5740;
}
#station .sub_txt {
}

#liststation {
	padding: 5px 0 0 0;
	overflow: hidden;
	width: 710px;
	border-left: 1px solid #EEE;
	padding-left: 5px;

}

#liststation label {
	width: 168px;
	display: block;
	white-space: nowrap;
	float: left;
	height: 18px;
	_overflow-y:hidden ;
}
#walktime {
	margin-top:10px ;
	clear:both;
	border-top:2px dotted #DDD;
	padding: 5px 0 0 0;
	}
#walktime h4{
	background: url("../img/search/toho.gif") no-repeat left center;
	padding:10px 0 10px 30px;
	font-size: 18px;
	color: #625435;
	float:left;
	margin-right:20px;
}
#walktime p {
	margin: 0px 0 0 20px;
	line-height: 38px;
}
#listwalktime {
	background: #E1DAC8;
	padding:0px 10px;
	clear:both;
	margin-left:0px;
}
#listwalktime label {
	margin-right:10px ;
	white-space: nowrap;
	line-height: 36px;
}

/*************no_school*************/
.no_school {
	clear: both;
	background: #EEE;
	padding: 3px ;
	margin: 5px 0;
	overflow: hidden;
	text-align: left;
}
.no_school h5{
	font-size: 12px;
/**	background: url("../img/search/no_sc.gif") no-repeat left top;**/
	color: #a23100;
}

.no_school .no_school_in {
	background: #FFF;
	padding:5px 3px;
	font-size: 11px;
	line-height:14px;
}
.no_school #sc_info_link {
	display: block;
	float: right;
	margin:  5px 0 0;
	font-weight: bold;
	font-size: 11px;
	
}


/*********************/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 5px 0 0px;
}
.ui-tabs-nav a {
	width: 216px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
.ui-tabs-nav a#jr_btn{background:url("../img/search/train01.gif") no-repeat left top;}
.ui-tabs-nav a#sw_btn{background:url("../img/search/train02.gif") no-repeat left top;}
.ui-tabs-nav a#pr_btn{background:url("../img/search/train03.gif") no-repeat left top;}

.ui-tabs-nav a#jr_btn:hover{background-position: left -42px;}
.ui-tabs-nav a#sw_btn:hover{background-position: left -42px;}
.ui-tabs-nav a#pr_btn:hover{background-position: left -42px;}

.ui-tabs-nav .ui-tabs-selected a#jr_btn{background-position: left -42px;}
.ui-tabs-nav .ui-tabs-selected a#sw_btn{background-position: left -42px;}
.ui-tabs-nav .ui-tabs-selected a#pr_btn{background-position: left -42px;}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
