@charset "UTF-8";

/*-- indexList --*/


.bgMap {
	background:url(../images/bg_map.png) center 70% no-repeat;
}

#contents .bdrTopBox {
	border-top: 1px dotted #ccc;
	margin-top: 15px;
	padding-top: 15px;
}

.customer01 {
	padding-top: 30px;
}

.selectBox {
	background:rgba(255,255,255,0.4);
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	padding: 17px;
}

.select-wrap {
	margin-top: 0;
}

#contents #main {
	position:relative;
}

#contents .detailSort {
	position:absolute;
	top:0;
	right:0;
}

#contents #main section {
	margin-top:-100px;
	padding-top:100px;
}


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 750px) {

.bgMap {
	background:url(../images/bg_map.png) center 70% no-repeat;
	background-size:320px auto;
}

#contents .detailSort {
	position:static;
	margin-bottom:25px;
}



}