body{
	margin: 0;
	padding: 0;
	font-family:
	sans-serif;
}

.container{
	width: 320px;
}

.condition{
	width: 316px;
	background-color: #EEEEEE;
	margin-left: 2px;
	margin-top: 5px;
}

.result{
	width: 316px;
	margin-left: 2px;
}

.result2{
	margin-bottom: 10px;
}

/* ページ内経路リンクtabテスト↓ */
.route_link{
	margin-top: 5px;
}

.route_link ul {
	margin: 0;
	padding: 0;
}

.route_link ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 26px;
}

.route_link ul li.title{
	width: 50px;
}


.route_link ul li a{
	height: 30px;
	width: 26px;
	background:url(../images/tab_smart_off.png) no-repeat;
	margin: 0;
	text-align: center;
	float: left;
	line-height: 30px;
	color: #cccccc;
	font-size: small;
}

.route_link ul li a.active{
	background:url(../images/tab_smart_on.png) no-repeat;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.route_link ul li a.title{
	background:url(../images/title_bg_grad_smart.gif) repeat-x;
	border: solid 1px #cccccc;
	border-bottom: 0;
	height: 29px;
	width: 50px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: small;
}
/* ページ内経路リンクtabテスト↑ */

.route_info{
	margin-top: 0;
	border: solid 1px #B9B9B9;
}

.text_blue{
	color: #448AC9;
	font-weight: bold;
}

.icon_area{
	float: left;
	margin-top: 2px;
}

.icon_ja{
	width: 20px;
	height: 20px;
	margin: 0 3px;
}

.icon_en{
	width: 60px;
	height: 20px;
	margin: 0 3px;
}

.pass_switch{
	float: right;
	/* 角丸のボックス(IEは無理) */
	-webkit-border-radius: 5px; /* Safari + Google Chrome */
	-moz-border-radius: 5px; /* firefox */
	text-align: center;
	margin-right: 10px;
	padding: 0 10px;
	font-size: medium;
	background-color: #06348b;
}

.pass_switch a:link{
	text-decoration: none;
	/*color :#06348b;*/
	color: #ffffff;
	
}

.clear{
	clear: both;
}

.route_detail{
	margin-top: 2px;
}

.route_detail table{
	border-collapse: collapse;
	border:1px solid #B9B9B9;
	margin: 0;
	padding: 0;
}

.route_detail table tr.tr_station{
	background-color: #E6EDFB;
}

.route_detail table tr.tr_train{
	background-color: #FFFFFF;
}

.route_detail table td.td_center{
	border-right: 1px solid #CCCCCC;
	text-align: center;
}

.route_detail table td.td_left{
	border-right: 1px solid #CCCCCC;
	text-align: left;
}

.route_detail table td.td_right{
	border-right: 1px solid #CCCCCC;
	text-align: right;
}

.route_detail table td.td_noborder_right{
	border-right: none;
}

.text_bold {
	font-weight: bold;
}

.link { font-size: small; }
.link a:link {color :#06348b; text-decoration:none;}
.link a:visited {color :#06348b; text-decoration:none;}
.link a:active {color :#06348b;}
.link a:hover {
	color :#06348b; 
	text-decoration: underline;
}

.caution {
	text-align: left;
	margin-left: 3px;
	color: red;
	font-size: x-small;
}

.error_message{
	color: red;
	width: 316px;
	margin-left: 3px;
	margin-bottom: 3px;
}

.footer{
	margin-top: 5px;
	width: 320px;
	font-size: small;
}
.footer_timetable{
	width: 316px;
	margin: 2px;
	background-color: #EEEEEE;
}