@charset "UTF-8";

/*top
------------------------------------------*/
.normalLink {
display:block;
text-decoration:none;
color:#0F1E9F;
padding: 14px 10px 14px 40px;
vertical-align: middle;
}
.topLink li {
border-bottom:dotted 1px #B7B7B7;
background-repeat:no-repeat;
background-position: 3px center;
background-size:30px 30px;
-webkit-background-size:30px 30px;
-moz-background-size:30px 30px;
}
.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_keyword {background-image:url('./../img/menu_keyword.png');}
.topLink li a {
position: relative;
-webkit-box-sizing: border-box;
}
.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);

}

/*list
------------------------------------------*/
#latlngToListArea {margin:10px 0 0 0;}
#list_hitResult {
width:95%;
margin:0 auto 10px;
display:none;
}
#result {
-webkit-box-flex:1;
padding:5px 0;
}
#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;
}
.dist {color:#666666;font-size:90%;}

/*attr
------------------------------------------*/
.attrSelect{width:95%;margin:10px auto;}
.attrSelect li{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
margin:0 auto;
padding:12px 7px 12px 15px;
text-decoration: none;
}
.attrSelect li:first-child {
border-top: 1px solid #CCCCCC;
-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 15px;
	border: solid 1px #CCCCCC;
	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 #CCCCCC;
}
.radioDiv label:last-child,
.checkDiv label:last-child {
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

/* radio */
.rd {position:absolute;z-index:-1;display:none;}
/* checkbox */
.cb {position: absolute;z-index: -1;display:none;}

.RBout {
width:20px;
height:20px;
position:relative;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
float:left;
margin-right:5px;

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #E6E6E6 0%, #B3B3B3 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E6), color-stop(1, #B3B3B3));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #E6E6E6 0%, #B3B3B3 100%);
}
.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: #000;
}

.CBWrap {
position:relative;
width:20px;
height:20px;
float: left;
margin-right:5px;
}
.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: #000;
}


.labeltest {
	border: solid 1px #AAAAAA;
	border-radius: 5px;
	padding: 10px;
	display: block;
}
.cbtest {

}
.cbtest:checked {
	/*display: none;*/
}


/*info
------------------------------------------*/
.infoBody{width:95%;margin:10px auto;}
.infotbl {
	width:100%;
	text-align:left;
	border-collapse:collapse;
	border-spacing:0;
}

.infotbl th {
	width:80px;
	background-color:#F8F7F5;
	font-weight:bold;
	padding:5px 7px;
	border-bottom:1px solid #C7C1B5;
	border-top:1px solid #C7C1B5;
	border-right:1px solid #C7C1B5;
}

.infotbl .eigyo{width:55px;}

.infotbl td {
	padding:5px 7px;
	border-bottom:1px solid #C7C1B5;
	border-top:1px solid #C7C1B5;
}

.MapiLink a {
    padding: 0 0 0 18px;
}
.MapiLink {
    background: url("./../img/arrow_12px_red.gif") no-repeat scroll 0 2px transparent;
}

.osirase {
    margin: 0 10px;
    padding: 0 0 5px 0;
    font-size: 80%;
}
