/* マップ表示エリアスタイル */
#ysMapArea {
	/*  border: 1px solid #efb76d;*/
  margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 684px;
	padding: 0px;
	margin-top: 0px;
	border: 1px solid #cccccc;
}

#ysMapArea2 {
	/*  border: 1px solid #efb76d;*/
  margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 684px;
	padding: 0px;
	margin-top: 0px;
	border: 1px solid #cccccc;
}

#ysMapArea3 {
	/*  border: 1px solid #efb76d;*/
  margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 684px;
	padding: 0px;
	margin-top: 0px;
	border: 1px solid #cccccc;
}

#ysmap{
	width: 100%;
	height: 500px;
}

#ysmap2{
	width: 100%;
	height: 500px;
}

#ysmap3{
	width: 100%;
	height: 500px;
}

.popup{
	width: 165px;
}


.popup_pho{
	float:left;
	width:100px;
}

#ysmap .popup_pho img{
	max-width: 100% !important;
	height: auto;
	width /***/:auto;/*IE8のみ適用*/
}

#ysmap2 .popup_pho img{
	max-width: 100% !important;
	height: auto;
	width /***/:auto;/*IE8のみ適用*/
}

#ysmap3 .popup_pho img{
	max-width: 100% !important;
	height: auto;
	width /***/:auto;/*IE8のみ適用*/
}

* html #ysmap .popup_pho img{
	width:100px;
}

* html #ysmap2 .popup_pho img{
	width:100px;
}

* html #ysmap3 .popup_pho img{
	width:100px;
}

.popup_boxtxt{
	margin-left:110px;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.txt_only{
	margin:0;
}

/*** media query ***/

/*** 480 px ***/
@media only screen and (max-width: 720px){
	#ysMapArea {
	display: none;
	}

	#ysMapArea2 {
	display: none;
	}

	#ysMapArea3 {
	display: none;
	}

	#ysmap{
	display: none;
	}

	#ysmap2{
	display: none;
	}

	#ysmap3{
	display: none;
	}

	#formbg {
		padding:1px;
		width:100%;
		margin:0 auto 14px auto;
	}
	
}
