@charset "utf-8";

/* ______________________________________________________________________________ 地図ブロック */
#headerBlock {
	padding: 20px 10px;
	/* border-top: 5px solid #1a2f8c; */
}

#pageTitle {
	background-color: #1a2f8c;
	padding: 15px 0;
}
#pageTitle h1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mapBlock {
	background-color: #edf3f7;
	padding: 10px 0 30px 0;
}
#mapBlock h2 {
	background-image: url(/content/dam/smcc/jp/ja/nyukai/affiliate/himaraya/plus/images/area_icon_search.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 60px;
	text-align: left;
	font-size: 22px;
}

#mapImg {
	width: 507px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}


#btn-shinetsu-hokuriku {
	position: absolute;
	top: 170px;
	left: 210px;
}
#btn-kanto {
	position: absolute;
	top: 320px;
	right: -40px;
}
#btn-tokai {
	position: absolute;
	top: 380px;
	left: 260px;
}
#btn-kansai {
	position: absolute;
	top: 250px;
	left: 80px;
}
#btn-chugoku-shikoku {
	position: absolute;
	top: 430px;
	left: 95px;
}
#btn-kyushu-okinawa {
	position: absolute;
	top: 320px;
	left: -110px;
}


#mapSideBlock {
	background-color: #fff;
	padding: 25px;
}
#mapSideBlock h3 {
	font-size: 16px;
	border-left: 7px solid #23aabb;
	padding: 0px 0px 0px 10px;
	margin-bottom: 10px;
	clear: both;
}
#mapSideBlock ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#mapSideBlock ul li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 0;
}


.maru-shinetsu-hokuriku {
	color: #1d946b;
	margin-right: 7px;
}
.maru-kanto {
	color: #4b88da;
	margin-right: 7px;
}
.maru-tokai {
	color: #58cd4e;
	margin-right: 7px;
}
.maru-kansai {
	color: #facf40;
	margin-right: 7px;
}
.maru-chugoku-shikoku {
	color: #fda242;
	margin-right: 7px;
}
.maru-kyushu-okinawa {
	color: #f36f6b;
	margin-right: 7px;
}

#link50on a {
	display: block;
	padding: 10px;
	float: left;
}
@media screen and (max-width: 768px){
	#link50on a {
		display: block;
		padding: 20px;
		float: left;
	}
}


#closeBtn {
	padding: 20px;
	text-align: center;	
}


#footerBlock {
	padding: 10px;
	color: #646464;
	font-size: 12px;
}