/* ************************************************ 
 * ------------------------------------------------
 *	地図検索　SP
 * ------------------------------------------------
 * ************************************************ */
.nom{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 130%;
}
.hdn{
	position: absolute;
	visibility: hidden;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 130%;
}

/* body
 ---------------------------------------------------------------------------------------------- */
.article-list_map{
	background-color: #EEE;
}
.article-list_map article{
	background-color: #EEE;
}
.article-list_map #main{
}

/* header
 ---------------------------------------------------------------------------------------------- */
header#page-list_map{
	z-index: 900;
	position: relative;
	height: 60px;
	background-color: #FFF;
	border-bottom: 3px solid #EA2964;
}

/* 条件入力 */
header#page-list_map input {
	position: absolute;
	top: 28%;
}
header#page-list_map input[name=freeword_place] {
	left: 55px;
	font-size: 80%;
	top: 27%;
	padding: 7px 5px;
	width: 130px;
	border: 1px solid #BBB;
	border-radius: 8px;
}
header#page-list_map input[name=submit_place] {
	left: 200px;
	font-size: 80%;
	top: 27%;
	padding: 7px 5px;
	border-radius: 8px;
	border: 1px solid #BBB;
}
/* 条件選択 */
header#page-list_map p.bt_condition {
	text-align: center;
	box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.30) inset;
	-moz-box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.30) inset;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.30) inset;
	background: #e41847;
	position: absolute;
	top: 28%;
	right: 5px;
	padding: 5px 10px;
}
header#page-list_map p.bt_condition a{
	color: #FFF;
	font-size: 12px;
}

/* zoom
 ---------------------------------------------------------------------------------------------- */
/*
#rail3{
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 100px;
	height: 100px;
	z-index: 900;
}
#rail3 a{
	position: absolute;
	left: 0px;
}
#rail3 a img{
	z-index: 900;
}
#rail3 a.plus{
	top: 0px;
}
#rail3 a.minus{
	bottom: 0px;
}

.zoombt{
	position: absolute;
	left: 20px;
	z-index: 900;
}
#zoom_plus{
	bottom: 60px;
}
#zoom_minus{
	bottom: 30px;
}
*/

/* loading
 ---------------------------------------------------------------------------------------------- */
.article-list_map #loading{
	position: absolute;
	top: 45%;
	left: 37%;
	z-index: 1000;
	background: url(/sp/common/img/loader_type_1.gif) no-repeat center 15px #FFF;
	text-align: center;
	font-size: 80%;
	padding: 50px 20px 10px;
	border: 1px solid #DDD;
	border-radius: 12px;
	display: none;
}

/* スケール情報
 ---------------------------------------------------------------------------------------------- */
#scale_value{
	display:none;
	position: absolute;
	top: 75px;
	left: 32%;
	padding: 10px;
	font-size: 16px;
	background-color: #FFF;
	opacity: 0.75;
	z-index: 1000;
	border: 1px solid #DDD;
	border-radius: 12px;
	text-align: center;
}
