@charset "UTF-8";
/* ==========================================================

title :日本地図からお城検索
scope :北海道・東北

last modify: 2018/06/08 linhth

========================================================== */
/*--- 地図 ---*/
/* 北海道 */
.mod_area_list #hokkaido .map_box {
  background: url("/castle/castle_map/area_01/image/bg-map-hokkaido.png") no-repeat 0 0;
}

.mod_area_list #hokkaido .map_box > li:nth-child(1) {
  left: 88px;
  top: 59px;
}

.mod_area_list #miyagi .map_box {
  background: url("/castle/castle_map/area_01/image/bg-map-miyagi.png") no-repeat 0 0;
}

.mod_area_list #miyagi .map_box > li:nth-child(1) {
  left: 80px;
  top: 132px;
}

.mod_area_list #miyagi .map_box > li:nth-child(2) {
  right: 99px;
  top: 263px;
}

.mod_area_list #aomori .map_box {
  background: url("/castle/castle_map/area_01/image/bg-map-aomori.png") no-repeat 0 0;
}

.mod_area_list #aomori .map_box > li:nth-child(1) {
  left: 82px;
  top: 74px;
}

.mod_area_list #aomori .map_box > li:nth-child(2) {
  right: 44px;
  top: 243px;
}

.mod_area_list #akita .map_box {
  background: url("/castle/castle_map/area_01/image/bg-map-akita.png") no-repeat 0 0;
}

.mod_area_list #akita .map_box > li:nth-child(1) {
  right: 144px;
  top: 125px;
}

.mod_area_list #yamagata .map_box {
  background: url("/castle/castle_map/area_01/image/bg-map-yamagata.png") no-repeat 0 0;
}

.mod_area_list #yamagata .map_box > li:nth-child(1) {
  left: 98px;
  top: 48px;
}

.mod_area_list #yamagata .map_box > li:nth-child(2) {
  right: 79px;
  top: 194px;
}

.mod_area_list #fukushima .map_box {
  background: url("/castle/castle_map/area_01/image/bg-map-fukushima.png") no-repeat 0 0;
}

.mod_area_list #fukushima .map_box > li:nth-child(1) {
  left: 42px;
  top: 31px;
}

.mod_area_list #fukushima .map_box > li:nth-child(2) {
  right: 34px;
  top: 192px;
}

.post_video {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 670px;
}

.post_video li {
  width: 290px;
}

.post_video .spr {
  height: 170px;
  width: 100%;
}
