/*--------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------*/
#search_station #search-area-detail-head {
	color:#60B7C4;
	font-weight:bold;
	height:41px;
	background:url(../img/ico_search-station_02.png) no-repeat scroll center left;
	padding:5px 0 0 60px;
	margin-bottom:30px;
}
#search_station #search-area-detail-head #area {
	color:#60B7C4;
	font-size:24px;
	margin-right:3px;
}
#search_station #description {
	margin-bottom:20px;
	position:relative;
}
/*--------------------------------------------------------------------
フォーム
--------------------------------------------------------------------*/
#search_station #feas-searchform-11 {
	padding:0 10px;
}

#search_station .feas_clevel_01 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #2082d7;
    border-bottom: 1px solid #2082d7;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#search_station .feas_clevel_01 input {
	display:none;
}
#search_station .feas_clevel_02 img {
	margin:-3px 10px 0 0;
}
#search_station .feas_clevel_02 aside {
	display:inline;
}

.choice-detail {
    background: #2082d7;
    margin-top: 10px;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.choice-detail .mini_title {
    margin: 0 10px 0 0;
    display: block;
    width: 170px;
    padding: 0;
    text-align: center;
}

.choice-detail span:last-of-type {
    width: 630px;
    display: block;
    padding: 4px 0;
    line-height: 1.6;
}

#search_area #choice-area-detail {
	margin-bottom:50px;
}

#search_area #clear {
	margin-right:20px;
}
#search_area #clear:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha( opacity=50 )";
}

#search_station #choice-area-detail {
	margin-bottom:50px;
}
#search_station #choice-area-detail #current {
	width:98px;
	float:left;
	padding:5px 27px;
	margin-right:20px;
	background:url(../img/bg_choice_01.png) no-repeat scroll center center;
	font-size:14px;
}
#search_station #choice-area-detail #show {
	width:695px;
	float:left;
}
#search_station #clear {
	margin-right:20px;
}
#search_station #clear:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha( opacity=50 )";
}


.detail-wrap dt.child, #search-station-detail-wrap .feas_clevel_01 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #2082d7;
    border-bottom: 1px solid #2082d7;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#search-station-detail-wrap .feas_clevel_02 {
    background: #f5f5f5;
    padding: 5px 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.station-child {
    display: none;
}

/* input */
#main input[type="checkbox"] {
	display: none;
}

#main label {
	cursor: pointer;
}

#main label span {
	position: relative;
	padding-left: 20px;
	display: block;
}

#main label span::before {
	content: '';
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #cacaca;
	border-radius: 2px;
}

#main input[type="checkbox"]:checked + span::after,
#main input[type="radio"]:checked + span::after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 3px;
	width: 7px;
	height: 3px;
	border-left: 2px solid #2082d7;
	border-bottom: 2px solid #2082d7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
