@charset "utf-8";
/* CSS Document */

#map_area {
	margin: 0 auto;
	position: relative;
	width: 844px;
}
/*横浜国際プール*/
	#map_area #btn02 {
	left: 313px;
	position: absolute;
	top: 41px;
	}
/*茅ヶ崎公園プール*/
	#map_area #btn03 {
	left: 224px;
	position: absolute;
	top: 364px;
	}
/*都筑プール*/
	#map_area #btn04 {
	left: 36px;
	position: absolute;
	top: 412px;
	}
/*ＩＫＥＡ港北*/
	#map_area #btn05 {
	left: 228px;
	position: absolute;
	top: 552px;
	}
/*スーパー銭湯港北の湯*/
	#map_area #btn06 {
	left: 190px;
	position: absolute;
	top: 595px;
	}
/*ららぽーと横浜*/
	#map_area #btn07 {
	left: 41px;
	position: absolute;
	top: 614px;
	}
/*都筑阪急*/
	#map_area #btn08 {
	left: 492px;
	position: absolute;
	top: 142px;
	}
/*ショッピングタウンあいたい*/
	#map_area #btn09 {
	left: 393px;
	position: absolute;
	top: 189px;
	}
/*港北みなも*/
	#map_area #btn10 {
	left: 399px;
	position: absolute;
	top: 266px;
	}
/*イオンシネマ港北ニュータウン*/
	#map_area #btn11 {
	left: 702px;
	position: absolute;
	top: 176px;
	}
	 	#map_area #btn11 div span{
			letter-spacing:-1.3px;
				}

/*ノースポート・モール*/
	#map_area #btn12 {
	left: 696px;
	position: absolute;
	top: 252px;
	}
	 	#map_area #btn12 div span{
			letter-spacing:-1.8px;
				}

/*横浜市歴史博物館*/
	#map_area #btn13 {
	left: 549px;
	position: absolute;
	top: 355px;
	}
/*港北TOKYU　S．C．*/
	#map_area #btn14 {
	left: 493px;
	position: absolute;
	top: 422px;
	}
/*109シネマズ港北*/
	#map_area #btn15 {
	left: 462px;
	position: absolute;
	top: 483px;
	}
.btn {
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.6);
	-moz-box-shadow:    inset 2px 2px 2px 0px rgba(255, 255, 255, 0.6);
	box-shadow:         inset 2px 2px 2px 0px rgba(255, 255, 255, 0.6);
	padding: 3px 2px;
}

.btn div {
	background: url('../../image/bg_polish_01.png') no-repeat left top, url('../../image/bg_polish_03.png') no-repeat right top;
	display: block;
	padding: 0 9px;
}


.btn div span {
	background: url('../../image/bg_polish_02.png') repeat-x left top;
	color: #fff;
	display: block;
	font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.0em !important;
	padding: 6px 26px 5px;
}
.btn_green div span.line3 {
	background: url('../../image/bg_polish_02.png') repeat-x left top;
	color: #fff;
	display: block;
	font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	font-size: 16px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.0em !important;
	padding: 5px 0px 3px;
}

.btn_green div span.line4 {
	background: url('../../image/bg_polish_02.png') repeat-x left top;
	color: #fff;
	display: block;
	font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	font-size: 16px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.0em !important;
	padding: 5px 3px 3px;
}
.btn_green div span.line5 {
	background: url('../../image/bg_polish_02.png') repeat-x left top;
	color: #fff;
	display: block;
	font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	font-size: 16px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.0em !important;
	padding: 5px 0px 6px;
}
.btn_green div span.line6 {
	background: url('../../image/bg_polish_02.png') repeat-x left top;
	color: #fff;
	display: block;
	font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	font-size: 16px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.0em !important;
	padding: 5px 9px 4px;
}
	.btn:hover {
		text-decoration: none;
	}

.btn_green {
	border: 1px solid #518b6b;
	background: rgb(215,240,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(215,240,230,1) 2%, rgba(70,179,135,1) 10%, rgba(39,136,94,1) 90%, rgba(38,104,72,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(215,240,230,1) 2%,rgba(70,179,135,1) 10%,rgba(39,136,94,1) 90%,rgba(38,104,72,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(215,240,230,1) 2%,rgba(70,179,135,1) 10%,rgba(39,136,94,1) 90%,rgba(38,104,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7f0e6', endColorstr='#266848',GradientType=0 ); /* IE6-9 */
}

	.btn_green div span {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 5px 10px 4px;
	}
