/* 地域図 */
img#areaMapTopImg {
	width: 355px;
	height: 304px;
	margin-top: 5px;
	border: 1px solid #AAAAAA;
}
/* 地域図 ポップアップ(北海道) */
div#mapLargeHokaido {
	width: 176px;
	height: 144px;
	position: absolute;
	top: 275px;
	left: 200px;
	z-index: 300;
	visibility: hidden;
}
div#mapLargeHokaido img {
	background:url(../images/a1_area_map_dtl_hokkaido.png) no-repeat;
	width:176px;
	height:144px;
}

/* 地域図 ポップアップ(東北) */
div#mapLargeTohoku {
	width: 116px;
	height: 170px;
	position: absolute;
	top: 280px;
	left: 220px;
	z-index: 310;
	visibility: hidden;
}
div#mapLargeTohoku img {
	background:url(../images/a1_area_map_dtl_tohoku.png) no-repeat;
	width: 116px;
	height: 170px;
}
/* 地域図 ポップアップ(関東) */
div#mapLargeKanto {
	width: 137px;
	height: 151px;
	position: absolute;
	top: 450px;
	left: 240px;
	z-index: 320;
	visibility: hidden;
}
div#mapLargeKanto img {
	background:url(../images/a1_area_map_dtl_kanto.png) no-repeat;
	width: 137px;
	height: 151px;
}
/* 地域図 ポップアップ(中部) */
div#mapLargeChubu {
	width: 179px;
	height: 208px;
	position: absolute;
	top: 400px;
	left: 140px;
	z-index: 330;
	visibility: hidden;
}
div#mapLargeChubu img {
	background:url(../images/a1_area_map_dtl_chubu.png) no-repeat;
	width: 178px;
	height: 208px;
}
/* 地域図 ポップアップ(北陸) */
div#mapLargeHokuriku {
	width: 179px;
	height: 168px;
	position: absolute;
	top: 400px;
	left: 140px;
	z-index: 330;
	visibility: hidden;
}
div#mapLargeHokuriku img {
	background:url(../images/a1_area_map_dtl_hokuriku.png) no-repeat;
	width: 178px;
	height: 168px;
}
/* 地域図 ポップアップ(東海) */
div#mapLargeTokai {
	width: 162px;
	height: 166px;
	position: absolute;
	top: 400px;
	left: 140px;
	z-index: 330;
	visibility: hidden;
}
div#mapLargeTokai img {
	background:url(../images/a1_area_map_dtl_tokai.png) no-repeat;
	width: 162px;
	height: 166px;
}
/* 地域図 ポップアップ(近畿) */
div#mapLargeKinki {
	width: 158px;
	height: 167px;
	position: absolute;
	top: 430px;
	left: 140px;
	z-index: 340;
	visibility: hidden;
}
div#mapLargeKinki img {
	background:url(../images/a1_area_map_dtl_kinki.png) no-repeat;
	width: 158px;
	height: 167px;
}
/* 地域図 ポップアップ(中国) */
/*div#mapLargeChugoku {*/
#mapLargeChugoku {
	width: 123px;
	height: 84px;
	position: absolute;
	top: 430px;
	left: 90px;
	z-index: 350;
	visibility: hidden;
}
/*div#mapLargeChugoku img {*/
.mapLargeChugoku {
	background:url(../images/a1_area_map_dtl_chugoku.png) no-repeat;
	width: 123px;
	height: 84px;
}
/* * html div#mapLargeChugoku img {*/
/* 地域図 ポップアップ(四国) */
/*div#mapLargeShikoku {*/
#mapLargeShikoku {
	width: 147px;
	height: 101px;
	position: absolute;
	top: 500px;
	left: 90px;
	z-index: 360;
	visibility: hidden;
}
/*div#mapLargeShikoku img {*/
.mapLargeShikoku {
	background:url(../images/a1_area_map_dtl_shikoku.png) no-repeat;
	width: 147px;
	height: 101px;
}
/* * html div#mapLargeShikoku img {*/
/* 地域図 ポップアップ(九州) */
div#mapLargeKyushu {
	width: 156px;
	height: 165px;
	position: absolute;
	top: 420px;
	left: 20px;
	z-index: 370;
	visibility: hidden;
}
div#mapLargeKyushu img {
	background:url(../images/a1_area_map_dtl_kyushu.png) no-repeat;
	width: 156px;
	height: 165px;
}

.condFlagTbl {
	width: 500px;
}
.condFlagTbl td {
	padding-bottom: 9px;
}

.condFlagInnerTbl td {
	padding-bottom: 0px;
}

.condFlagCbTd {
	width: 1%;
	padding-right: 4px;
}

