@charset "utf-8";


/*
	top
------------------------------------------*/

#search{
	position:relative;
	padding:7px;
	background:#f60;
}
#s_wrap{
	position:relative;
	width:100%;
	height:194px;
	text-align:center;
	background:url(../img/bg_gps.gif) repeat;
	margin:0 0 10px;
}
	#s_stored,
	#btn_gps{
		position:absolute;
	}
	#s_stored		{ left:14px; top:61px; z-index:1; color:#fff; font-size:11px;}/**/
	#btn_gps		{ left:14px; top:9px; z-index:1;}
	#map			{ position:relative; margin:9px auto 0;}

	#btn_gps_foot{
		padding:4px;
		background: -moz-linear-gradient(top, #fff, #d5d5d5);
		background: -webkit-gradient(linear, left top,left bottom, from(#fff), to(#d5d5d5));
		-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;
		border:4px solid #ff9966;
		box-shadow: 1px 1px 4px #000; -moz-box-shadow: 1px 1px 4px #000; -webkit-box-shadow: 1px 1px 4px #000;
		margin:0 0 10px;
	}

#form_search{
	text-align:center;
	margin:0 0 10px;
}
	#form_search input[type="text"]{/**/
		font-size:13px;
		padding:0.6em 0.2em;
	}
	#form_search_tenpo input[type="text"]{/**/
		font-size:13px;
		padding:0.6em 0.2em;
	}

#s_other{
	margin:0 0 10px;
}

#s_other div{
	padding: 5px 10px;
	margin: 10px;
	display: table-cell;
	vertical-align: middle
}

#s_other .btn {  
	height: 35px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width: auto;
	padding: 3px 15px;/**/
	border: none;
	font-size:14px;
	line-height:100%;
	font-weight:bold;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(0.2, #FC6), color-stop(1, #F93) );
	background:-moz-linear-gradient( top, #fff 5%, #FC6 20%, #F93 100% );
	background:linear-gradient(to bottom, #FFF, #AAA);/* IE10+, W3C */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 1px 1px 4px #666; -moz-box-shadow: 1px 1px 4px #666; -webkit-box-shadow: 1px 1px 4px #666;
} 

#form_area_box select {
	width: 145px;
}

#news{
	background:#ff4f4f;
	padding:0 0 16px;
}
	#news_ttl{/**/
		width:94%;
		padding:5px 3%;
		background: -moz-linear-gradient(top, #fff, #ff4f4f);
		background: -webkit-gradient(linear, left top,left bottom, from(#fff), to(#ff4f4f));
	}
	#news_ttl a{
		display:block;
		background:url(../img/i_arrow_s.png) no-repeat 100% 50%;
		-moz-background-size:auto 22px;
		background-size:auto 22px;
	}
	


#movie{
	position:relative;
	background:#5346cf;
	padding:0 0 16px;
}
	#movie_ttl{/**/
		width:94%;
		padding:5px 3%;
		background: -moz-linear-gradient(top, #fff, #5346cf);
		background: -webkit-gradient(linear, left top,left bottom, from(#fff), to(#5346cf));
	}
	#movie_ttl a{
		display:block;
		background:url(../img/i_arrow_s.png) no-repeat 100% 50%;
		-moz-background-size:auto 22px;
		background-size:auto 22px;
	}
	#movie_wrap{
		width:94%;
		padding:10px 0 0;
		margin:0 auto;
		background:#fff;
	}
	#movie_mask{
		width:246px;
		height:140px;
		margin:0 auto;
		overflow:hidden;
	}
	#movie li{
		float:left;
		width:246px;
		text-align:center;
	}
	#movie li p{
		float: left;
	}
	#movie li a{
		display:block;
		float:left;
		width:123px;
	}
	#movie li img{
		display:block;
		margin:0 0 2px;
	}
	#movie li a{
		font-size:11px;
		line-height:110% !important;
	}
	#movie_btn_l{
		display:block;
		position:absolute;
		left:5%;
		top:80px;
	}
	#movie_btn_r{
		display:block;
		position:absolute;
		right:5%;
		top:80px;
	}
	
#form_search_station, #form_search_tenpo {
    margin: 0 0 6px 0;
	text-align: center;
}


	#form_search input[type="text"],#form_search_station input[type="text"]{
		font-size:13px;
		padding:0.6em 0.2em;
	}

	.input_i_train{
		text-indent: 2.5em;
		background:#fff url(../img/i_train.png) no-repeat 4px 50%;
		background-size:auto 80%;
	}













