/*千葉LPマップにだけ適用*/


/*ファミーユ*/
.map_icon_title {
	font-size: 16px!important;/*強調追加*/
	color: #d34376;
	border-top: none!important;/*既存に入っている線を打ち消し 追記*/
	border-bottom: none!important;/*既存に入っている線を打ち消し 追記*/
	padding: 0!important;/*既存に入っている余白を打ち消し 追記*/
	margin: 0!important;/*既存に入っている余白を打ち消し 追記*/
}

/*公営*/
.map_icon_title_k {
  font-size: 16px!important;/*強調追加*/
  color: #407db9;
	border-top: none!important;/*既存に入っている線を打ち消し 追記*/
	border-bottom: none!important;/*既存に入っている線を打ち消し 追記*/
	padding: 0!important;/*既存に入っている余白を打ち消し 追記*/
	margin: 0!important;/*既存に入っている余白を打ち消し 追記*/	
}

/*寺*/
.map_icon_title_j {
  font-size: 16px!important;/*強調追加*/
  color: #339966;
	border-top: none!important;/*既存に入っている線を打ち消し 追記*/
	border-bottom: none!important;/*既存に入っている線を打ち消し 追記*/
	padding: 0!important;/*既存に入っている余白を打ち消し 追記*/
	margin: 0!important;/*既存に入っている余白を打ち消し 追記*/	
}


/*地図のキャプションの余白調整　追加*/
.maparea .cap{
	margin: 5px 0 5px 5px;
}
