@charset "utf-8";

/* ============================================================================================================
Title:特集用CSS
============================================================================================================ */
#contentsArea {
  padding: 0 0 0 18px;
}

/* 強制リセット */
#sideArea ul li {
  margin-top: 9px;
}
#contentsArea #title_img {
  margin-bottom: 10px;
}
.entryBody {
  clear: both;
}

/* b
============================================================================================================ */
#spacialList_b {
  border: 10px solid #f5eff7;
  overflow: hidden;
  font-size: 12px;
}
#spacialList_b p {
  line-height: 1.7em;
}
#spacialList_b .color_red {
  color: rgb(255, 0, 0);
}
#spacialList_b .color_blue {
  color: rgb(0, 0, 255);
}
#spacialList_b ul {
  padding: 20px 0 20px 10px;
  margin-right: 0;
  overflow: hidden;
}
#spacialList_b ul li {
  position: relative;
  width: 33%;
  float: left;
  border-right: 1px solid #e9e3eb;
  border-bottom: 1px solid #e9e3eb;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
#spacialList_b ul li .wrap_list {
  padding: 20px;
  width: 197px;
  margin: 0 auto;
}
#spacialList_b ul li p a {
  color: #00a8ff;
  text-decoration: underline;
}
#spacialList_b ul li p a:hover {
  text-decoration: none;
}
#spacialList_b ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#spacialList_b li .txt_area {
  width: 197px;
  line-height: 1.7em;
}
#spacialList_b li .txt_area h2 {
  overflow: hidden;
  padding-bottom: 10px;
}
#spacialList_b li .txt_area h2 span.stage {
  display: block;
  background: url(../../img/bg-stage.gif) no-repeat;
  width: 28px;
  height: 18px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  float: left;
  padding-right: 15px;
  line-height: 1;
  padding-top: 3px;
}
#spacialList_b li .txt_area h2 em {
  font-weight: bold;
  padding-right: 20px;
  display: block;
  width: auto;
  float: left;
  line-height: 20px;
}
#spacialList_b li .txt_area h2 span {
  font-weight: normal;
  display: block;
  width: auto;
  clear: both;
  color: #777777;
}
#spacialList_b li .img_area {
  width: 197px;
  height: 135px;
  padding-bottom: 10px;
}
#spacialList_b .disnon {
  display: none;
}
#spacialList_b .detail_area {
  width: 352px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 30px 0 30px;
  border-right: 1px solid #e5e5e5;
  float: left;
}
#spacialList_b .detail_area .img_area {
  margin-bottom: 20px;
}
#spacialList_b .detail_area h1 {
  margin-bottom: 5px;
}
#spacialList_b .detail_area .intro {
  margin-bottom: 25px;
}
#spacialList_b .info_area {
  width: 210px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 30px 0 30px;
  float: left;
}
#spacialList_b .info_area .logo_area {
  padding-top: 40px;
  margin-bottom: 68px;
}
#spacialList_b .info_area .shopname {
  overflow: hidden;
  padding-bottom: 10px;
}
#spacialList_b .info_area .shopname span.stage {
  display: block;
  background: url(../../img/bg-stage.gif) no-repeat;
  width: 28px;
  height: 18px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  float: left;
  padding-right: 15px;
  line-height: 1;
  padding-top: 3px;
}
#spacialList_b .info_area .shopname em {
  font-weight: bold;
  padding-right: 20px;
  display: block;
  width: auto;
  float: left;
  line-height: 20px;
}
#spacialList_b .info_area .shopname span {
  font-weight: normal;
  display: block;
  width: auto;
  clear: both;
  color: #777777;
  font-size: 12px;
}
#spacialList_b p.back_list {
  padding: 30px;
  clear: both;
  float: left;
}
#spacialList_b .detail_data {
}
@media screen and (max-width:1280px) {
  #contentsArea {
    padding: 0 0 0 18px;
  }
}
@media screen and (max-width:1260px) {
  #spacialList_b ul li {
    width: 32.9%;
  }
}
@media screen and (max-width:1220px) {
  #spacialList_b ul li {
    width: 32.9%
  }
}
@media screen and (max-width:1035px) {
  #spacialList_b ul li {
    width: 32.9%
  }
}
@media screen and (max-width:1025px) {
  #contentsArea {
    padding: 10px;
  }
  #spacialList_b ul {
    padding: 20px 10px;
  }
  #spacialList_b ul li {
    width: 49.7%;
    height: auto;
  }
  #spacialList_b ul li .wrap_list {
    padding: 20px 0 20px 0;
    width: 80%;
    margin: 0 auto;
  }
  #spacialList_b li .img_area {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  #spacialList_b li .txt_area {
    width: 100%;
    margin: 0 auto;
  }
  #spacialList_b .detail_area {
    width: 90%;
    padding: 0 5%;
  }
  #spacialList_b .info_area {
    width: 100%;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }
  #spacialList_b .info_area dl {
    display: table;
  }
  #spacialList_b .info_area dt {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  #spacialList_b .info_area dd {
    display: table-cell;
    vertical-align: middle;
  }
  #spacialList_b .info_area .logo_area {
    padding-top: 0;
  }
  #spacialList_b .info_area .logo_area img {
    width: 100%;
    height: auto;
  }
  #spacialList_b p.back_list {
    text-align: center;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width:945px) {
  #spacialList_b ul li {
    width: 100%;
    border-right: 0;
    height: auto;
  }
}
@media screen and (max-width:767px) {
  #spacialList_b ul li {
    width: 100%;
    height: auto;
  }
}