@charset "UTF-8";

/*top
------------------------------------------*/
.topLink li {
border-bottom:solid 1px #d2d2d2;
background-repeat:no-repeat;
background-position: 5px center;
background-size:26px 26px;
-webkit-background-size:26px 26px;
-moz-background-size:26px 26px;
}
.menu_gps {background-image:url('./../img/menu_gps.png');}
.menu_landmark {background-image:url('./../img/menu_landmark.png');}
.menu_station {background-image:url('./../img/menu_station.png');}
.menu_map {background-image:url('./../img/menu_map.png');}
.menu_condition {background-image:url('./../img/menu_condition.png');}
.menu_history {background-image:url('./../img/menu_history.png');}
.menu_keyword {background-image:url('./../img/menu_keyword.png');}
.menu_address {background-image:url('./../img/menu_address.png');}
.menu_50on {background-image:url('./../img/menu_50on.png');}
.menu_atm {background-image:url('./../img/menu_atm.png');}
.menu_zip {background-image:url('./../img/menu_zip.png');}
.menu_storeno {background-image:url('./../img/menu_storeno.png');}
.topLink li a {
display:block;
position: relative;
text-decoration:none;
padding: 14px 10px 14px 40px;
vertical-align: middle;
-webkit-box-sizing: border-box;
color:inherit;
}
.topLink li a:after {
content: "";
position: absolute;
right: 15px;
top: 50%;
display: block;
width: 6px;
height: 6px;
margin-top: -3px;
border-top: solid 2px #999999;
border-right: solid 2px #999999;
-webkit-transform: rotate(45deg);
}

/*circle
------------------------------------------*/
#mapLink {
display:block;
width:90px;
color:#333333;
text-align:center;
font-weight:bold;
font-size:80%;
padding:7px;
text-decoration:none;
border:solid 1px #999999;
-webkit-border-radius:3px;
-webkit-box-shadow:0 0 3px #CCCCCC;
}

/*station_poi
------------------------------------------*/
.CircleStationList {
border-bottom:1px solid #d2d2d2;
}
.CircleStationList li {
border-top:1px solid #d2d2d2;
margin:0;
width:100%;
text-decoration:none;
-webkit-box-sizing: border-box;
position: relative;
}
.CircleStationList li:first-child {
border-top:1px solid #d2d2d2;
}

.CircleStationList a.poi_link,.CircleStationList a.poi_nolink {
color:#333;
display:block;
padding:10px 20px 10px 10px;
text-decoration:none;
}
.CircleStationList a.poi_link:after,.CircleStationList a.poi_nolink:after {
	border-right: 2px solid #999999;
	border-top: 2px solid #999999;
	content: "";
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 6px;
	-webkit-transform: rotate(45deg);
}
.CircleStationList a.poi_link dl,.CircleStationList a.poi_nolink dl,.CircleStationList a.poi_nolink_death dl{
	display:table;
	vertical-align:middle;
	width:100%;
}
.CircleStationList a.poi_link dt,.CircleStationList a.poi_nolink dt,.CircleStationList a.poi_nolink_death dt{display:table-cell;}
.CircleStationList a.poi_link dd,.CircleStationList a.poi_nolink dd,.CircleStationList a.poi_nolink_death dd{
	display:table-cell;
	width:40px;
	vertical-align:middle;
}

.CircleStationList a.poi_link dd img,.CircleStationList a.poi_nolink dd img,.CircleStationList a.poi_nolink_death dd img{
	display:block;
	margin-top:2px;
}

.CircleStationList a.poi_link .sub,.CircleStationList a.poi_nolink .sub {
	display: block;
	margin-top: 5px;
	font-size: 80%;
	color: #666666;
}
.CircleStationList .sub{line-height: 1.2;}
.CircleStationList .btnPoi{font-weight: bold;}
.CircleStationList a.poi_link .btnPoi{
	position: relative;
	display: block;width:100%;
	margin: 5px 0 0;
	padding: 8px 0;
	text-align: center;
	background: #eee;
	border: 1px solid #FFF;
	-moz-box-shadow: 2px 2px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(000,000,000,0.3);
	color: #666;
}

.CircleStationList a.poi_nolink_death {
	display: block;
	color:#999;
	padding:10px 20px 10px 10px;
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	background:#f5f5f5;
}

.CircleStationList a.poi_nolink_death .sub {
	display: block;
	margin-top: 5px;
	font-size: 80%;color: #aaa;
}

/*attr_con
------------------------------------------*/
.attrSelect{width:95%;margin:10px auto;}
.attrSelect li{
border-bottom:1px solid #d2d2d2;
border-left:1px solid #d2d2d2;
border-right:1px solid #d2d2d2;
margin:0 auto;
padding:12px 7px 12px 15px;
text-decoration: none;
}
.attrSelect li:first-child {
border-top: 1px solid #d2d2d2;
-webkit-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
}
.attrSelect li:last-child {
-webkit-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
}

.radioDiv label,
.checkDiv label {
	display: block;
	padding: 12px 7px 12px 35px;
	border: solid 1px #d2d2d2;
	border-top: none;
}
.radioDiv label:first-child,
.checkDiv label:first-child {
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top: solid 1px #d2d2d2;
}
.radioDiv label:last-child,
.checkDiv label:last-child {
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.radioDiv label > span,
.checkDiv label > span{
	vertical-align:middle;
}

.radioDiv label > span img,
.checkDiv label > span img{
	margin-right:3px;
	vertical-align:bottom;
}

.checkDiv input {position: absolute;z-index: -1;display:none;}

.checkDiv.col2{
	display:table;
	width:100%;
}

.checkDiv.col2 label{
	display:table-cell;
	width:50%;
	padding: 6px 7px 6px 35px;
	box-sizing:border-box;
	border: solid 1px #d2d2d2;
	vertical-align:middle;
	font-size:90%;
	line-height:1.0;
}
.checkDiv.col2 label:first-child{
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-left-radius:5px;
	border-right:0;
}
.checkDiv.col2 label:last-child{
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0;
}

.RBout {
display:inline-block;
width:20px;
height:20px;
position:relative;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
margin-right:5px;
margin-left:-25px;
vertical-align:middle;
background-color:#ccc;
}
.RBout div {
width:10px;
height:10px;
position:absolute;
top:5px;
left:5px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.RBnormal {
background-color:#FFFFFF;
}

.radioDiv input[type=radio] {
	display: none;
}
.radioDiv input[type=radio]:checked + .RBout > .RBnormal {
	background-color: #333;
}

.CBWrap {
position:relative;
display:inline-block;
width:20px;
height:20px;
margin-right:5px;
margin-left:-25px;
vertical-align: middle;
}
.CBnormal_left{
width:5px;
height:9px;
-moz-transform:rotate(-40deg);
-webkit-transform:rotate(-40deg);
position:absolute;
top:8px;
left:3px;
background-color:#CCC;
}
.CBnormal_right{
width:13px;
height:5px;
-moz-transform:rotate(-40deg);
-webkit-transform:rotate(-40deg);
position:absolute;
top:7px;
left:6px;
background-color:#CCC;
}
.condition_text {display:block;float:left;}

.checkDiv input[type=checkbox]:checked + .CBWrap > div {
	background-color: #333;
}

/*circle
------------------------------------------*/
.dataSwitchBox{
	padding:10px;
	background-color: #f5f5f5;
	border-bottom:1px solid #d2d2d2;
}

.dataSwitchBox label{
	background:#fff;
	height:46px;
}

.dataSwitchBox label:first-child{
	width:40%;
}

.dataSwitchBox label:last-child{
	width:60%;
}

/*info
------------------------------------------*/
.poi_yomi {
	font-size:80%;
	font-weight:normal;
}
.infoBody{width:95%;margin:10px auto;}
.infoBody table {
	width:100%;
	border:1px #d2d2d2 solid;
	text-align:left;
	border-spacing:0;
}
.infoBody table tr th {
	width:35%;
	padding:5px;
	border-right:1px #d2d2d2 solid;
	border-bottom:1px #d2d2d2 solid;
	background-color:#f5f5f5;
	font-weight:normal;
	word-wrap: break-word;
	word-break: break-all;
}
.infoBody table tr th.week{background:#fffeeb;}
.infoBody table tr th.sat{background:#e1f9f8;}
.infoBody table tr th.sun{background:#fbebeb;}
.infoBody table tr td {
	width:65%;
	padding:5px;
	border-bottom:1px #d2d2d2 solid;
}

.infotable table tr td img {
	margin-right:5px;
}

.infoBody table.icon th{width:18%;padding:5px 0;text-align:center;vertical-align:top;background:#fff;}
.infoBody table.icon td{width:82%;}

.serviceList.listType1{
	margin:0 -5px -5px 0;
}

.serviceList.listType1 li{
	float:left;
	margin:0 5px 5px 0;
}

.serviceList.listType1 li img{
	vertical-align:top !important;
}

.serviceList.listType2{
	border-bottom:1px #d2d2d2 solid;
}
.serviceList.listType2 li{
	padding:5px;
	border:1px #d2d2d2 solid;
	border-bottom:0;
}
.serviceList.listType2 li img{
	vertical-align:middle;
	margin-right:-40px;
}
.serviceList.listType2 li span{
	display:inline-block;
	vertical-align:middle;
	margin-left:46px;
}

.serviceList.listType3 li{
	list-style-type: circle;
	margin:3px 0 0 20px;
	line-height:1.4;
}

.iconLink{
	clear:both;
	padding-top:5px;
	text-align:right;
}

/*kokoiku
------------------------------------------*/
/*.kokoline {border-bottom:dashed 1px #DDDDDD;padding:10px 5px;}*/
.kokoline {
	padding:10px 5px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #d2d2d2;
}
.routeline a, .routeline span, .routeline img {vertical-align:middle;}
.sub {
	padding-left:7px;
}
.kokoline .sub {
	white-space: nowrap;
}
.button_link {
	margin-left: 7px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	padding: 5px 25px 5px 7px;
	border: solid 1px #999;
	text-shadow: rgba(255,255,255,0.4) 0 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px, inset 0 20px 20px -10px #FFFFFF;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px, inset 0 20px 20px -10px #FFFFFF;
	box-shadow: rgba(255,255,255,0.4) 0 1px, inset 0 20px 20px -10px #FFFFFF;
	position: relative;
	white-space: nowrap;
}
.button_link:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
}
.route_move {padding-left:15px;background:url('../img/jroute_line.png') #f5f5f5 15px 0 repeat-y;padding-left:30px;color:#333;}
.kokoline_last {
	border-bottom: 1px solid #d2d2d2;
}
.keiroTop {position:relative;top:0;left:0;}
.routeTotal {position:absolute;top:3px;left:65px;}
.routeTotal dt, .routeTotal dd {float:left;}
.kokoline a, .kokoline span, .kokoline img, .routeTotal img {vertical-align:middle;}


/*history
------------------------------------------*/
#historyListArea {
	margin: 20px 10px 10px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
}
#historyListArea h2 {
	padding: 5px 10px;
	background: #666;
	color: #FFF;
	border-radius: 3px 3px 0 0;
}
.historyList {
	padding: 10px;
}
.historyList li {
	padding: 3px;
	font-size: 0.9rem;
}
.historyList li a {
	color: #333;
	padding-left: 10px;
	position: relative;
}
.historyList li a::before {
	content: "";
	position: absolute;
	border:5px solid transparent;
	border-left: 5px solid #999;
	top: 50%;
	left: 0;
	margin-top: -5px;
}

/* initial50
------------------------------------------*/
/* ■ 設定変更 */
.initial_wrapper li{width:20%;} /* セルの幅 [ 縦並びの場合：20%  横並びの場合：10% ] */
.initial_wrapper li,
.initial_wrapper li a,
.initial_wrapper li span{height:44px;line-height:44px;} /* セルの高さ */

/*----------------------------------------*/
.initial_wrapper{
	margin:10px 5px 5px;
}

.initial_wrapper li{
	float:left;
	margin:0 0 10px;
	padding:0 5px;
	box-sizing:border-box;
}
.initial_wrapper li a,
.initial_wrapper li span{
	display:block;
	border:1px solid #d2d2d2;
	border-radius:3px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DEDEDE));
	-webkit-appearance:none;
	color:#333;
	text-decoration:none;
	text-align:center;
}
.initial_wrapper li span{
	opacity: 0.4;
}
