@charset "shift-jis";

/*-----------
search
-------------*/

#main #searchArea{
	 padding: 15px 10px;	/* 20130306 Update */
	 text-align:center;
}
#searchArea input[type=submit]{
	display: inline-block;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	font-weight: normal;	/* 20130306 Update */
	font-size: 100%;
	border: #ccc solid 1px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cccccc), color-stop(0.59, #dedede), color-stop(0.50, #ebebeb), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #dedede 59%, #cccccc 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #dedede 59%, #cccccc 100%);
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgb(241, 241, 241);
	padding:10px 15%;
	letter-spacing: 10px;
	text-indent: 10px;
    }  
#searchArea input[type=submit]:active{  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b3b3b3), color-stop(0.59, #c4c4c4), color-stop(0.50, #c7c7c7), color-stop(0.00, #f2f2f2));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #c7c7c7 50%, #c4c4c4 59%, #b3b3b3 100%);
	background: -moz-linear-gradient(top, #f2f2f2 0%, #c7c7c7 50%, #c4c4c4 59%, #b3b3b3 100%);
    } 

#searchArea input[type=reset]{
	display: inline-block;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	/*font-weight: bold;*/
	text-decoration: none;
	font-size: 100%;
	border: #ccc solid 1px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cccccc), color-stop(0.59, #dedede), color-stop(0.50, #ebebeb), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #dedede 59%, #cccccc 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #dedede 59%, #cccccc 100%);
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgb(241, 241, 241);
	padding:10px 5%;
	margin-right: 20px;
	letter-spacing: 2px;
	text-indent: 2px;
    }  
#searchArea input[type=reset]:active{  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b3b3b3), color-stop(0.59, #c4c4c4), color-stop(0.50, #c7c7c7), color-stop(0.00, #f2f2f2));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #c7c7c7 50%, #c4c4c4 59%, #b3b3b3 100%);
	background: -moz-linear-gradient(top, #f2f2f2 0%, #c7c7c7 50%, #c4c4c4 59%, #b3b3b3 100%);
    } 


/*フォーム*/
#main #searchArea .frame{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAB0B6;
    border-radius: 14px 14px 14px 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    padding: 5px 35px;
    position: relative;
	margin-bottom: 10px;
	line-height: 10px; 
}

#main #searchArea input[type=search] {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 28px;
    line-height: 28px;
    position: relative;
    width: 100%;
	font-size: 140%;
	box-sizing: content-box;
}
#main #searchArea input[type=search]:focus {
	outline: none;
	font-size: 140%
}
#main #searchArea p{
	margin-bottom: 15px;	/* 20130306 Update */
}
.mark01 {
    background: url(../img/glass.gif) no-repeat scroll 0px 0px transparent;
	background-size: contain;
    height: 25px;
    width: 25px;
    left: 4px;
    position: absolute;
    top: 9px;
}
.mark02 {
    background: url(../img/station.gif) no-repeat scroll 0px 0px transparent;
	background-size: contain;
    height: 25px;
    width: 25px;
    right: 6px;
    position: absolute;
    top: 8px;
}
#main #searchArea .searchBtn{
	padding: 0;	/* 20130306 Update */
}

/*-----------
result
-------------*/
/*駅検索件数*/
#main section header h3{
	padding: 13px 10px;
}
#main section header h3 span{
	display: inline;
	padding: 0px;
}
#main section header h3 span#hitStations{
	float: right;
	font-size: 80%;
	padding: 3px 5px 0 0;
}


/*駅検索　一覧*/
#main section ul.sectionLink li span.line,
#main section ul.sectionLink li span.area,
#main section ul.sectionLink li span.stationName,
#main section ul.sectionLink li span.prefecture{
	display: block;
	position: static;
	float: left;
}
#main section .result a{
	overflow: hidden;
}
#main section ul.sectionLink li span.line{
	width: 45%;
}
#main section ul.sectionLink li span.area{
	width: 45%;
	font-size: 90%;
	color: #656565;
}
#main section ul.sectionLink li span.stationName{
	width: 70%;
}
#main section ul.sectionLink li span.stationKana{
	font-size: 90%;
	color: #656565;
	position: static;
}
#main section ul.sectionLink li span.prefecture{
	width: 20%;
	font-size: 90%;
	color: #656565;
}

/*駅検索　エラーメッセージ*/

#main section #error{
	padding: 30px 10px;
	line-height: 1.5;
}
#main section #error p{
	margin-bottom: 10px;
}
#main section #error ul li{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../common/img/cmn_icon_arrow.png");
    background-origin: padding-box;
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 5px 7px;
    padding-left: 10px;
}


/*ページ遷移　次へ・戻る*/
#pagelink{
	padding: 15px 12px;
	overflow: hidden;
}

#pagelink .next{
	float: right;
	background:url(../common/img/cmn_icon_arrow.png) no-repeat right center;
	background-size:6px 10px;
	display: block;
	padding-right: 15px;
}
#pagelink .return{
	float: left;
	background:url(../common/img/cmn_icon_arrow02.png) no-repeat left center;
	background-size:6px 10px;
	display: block;
	padding-left: 15px;
}