@charset "utf-8";

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

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

/* category_tab
============================================================================================================ */
.category_tab {
  margin-bottom: 15px;
  zoom: 1;
}
.category_tab:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.category_tab ul {
  width: 100%;
}
.category_tab li {
  width: 24.825%;
  float: left;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  border: 1px solid #bebebe;
}
.category_tab li span {
  padding-left: 28px;
  color: #333333;
  font-weight: bold;
}
.category_tab li#goods, .category_tab li#food, .category_tab li#service {
  border-left: 0;
}
.category_tab li#fashion span {
  background: url(../../img/ico-fashion_off.png) no-repeat;
}
.category_tab li#fashion:hover span, .category_tab li#fashion.select span {
  color: #ffffff;
  background: url(../../img/ico-fashion_on.png) no-repeat;
}
.category_tab li#goods span {
  background: url(../../img/ico-goods_off.png) no-repeat;
}
.category_tab li#goods:hover span, .category_tab li#goods.select span {
  color: #ffffff;
  background: url(../../img/ico-goods_on.png) no-repeat;
}
.category_tab li#food span {
  width: 177px;
  background: url(../../img/ico-food_off.png) no-repeat;
}
.category_tab li#food:hover span, .category_tab li#food.select span {
  color: #ffffff;
  background: url(../../img/ico-food_on.png) no-repeat;
}
.category_tab li#service span {
  width: 177px;
  background: url(../../img/ico-service_off.png) no-repeat;
}
.category_tab li#service:hover span, .category_tab li#service.select span {
  color: #ffffff;
  background: url(../../img/ico-service_on.png) no-repeat;
}
.category_tab li.select, .category_tab li:hover {
  background: #ab1779;
}
.entryBody {
  clear: both;
}

/* a
============================================================================================================ */
#spacialList_a {
  border: 10px solid #f5eff7;
  overflow: hidden;
  font-size: 12px;
}
#spacialList_a {
  padding: 20px 10px 20px 10px;
}
#spacialList_a ul {
  width: 100%;
  padding: 20px 0 20px 0;
}
#spacialList_a ul li {
  padding: 20px 0 20px 0;
  position: relative;
  border-top: 1px solid #e9e3eb;
}
#spacialList_a li:first-child {
  padding: 0 0 20px 0;
  border-top: none;
}
#spacialList_a li .txt_area {
  padding-left: 175px;
}
#spacialList_a li .txt_area h2 {
  overflow: hidden;
  padding-bottom: 20px;
  line-height: 20px;
}
#spacialList_a 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_a li .txt_area h2 em {
  font-weight: bold;
  padding-right: 20px;
  display: block;
  width: auto;
  float: left;
}
#spacialList_a li .txt_area h2 span {
  font-weight: normal;
  display: block;
  width: auto;
}
#spacialList_a li .entryBody {
  background: url(../../img/ico-star.gif) 0px 2px no-repeat;
  padding-bottom: 8px;
  padding-left: 15px;
}
#spacialList_a li .img_area {
  width: 120px;
  position: absolute;
  top: 15px;
  left: 15px;
}
#spacialList_a .disnon {
  display: none;
}
#spacialList_a ul li p a {
  color: #00a8ff;
  text-decoration: underline;
}
#spacialList_a ul li p a:hover {
  text-decoration: none;
}
#spacialList_a .content_wrap {
  display: none;
}
#spacialList_a .content_wrap.fashion {
  display: block;
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1220px) {
  .category_tab li {
    width: 24.66%;
  }
}
@media screen and (max-width:1035px) {
}
@media screen and (max-width:1025px) {
}
@media screen and (max-width:945px) {
  .category_tab li {
    width: 48.88%;
  }
  .category_tab li#food {
    border-left: 1px solid #bebebe;
  }
  .category_tab li#food, .category_tab li#service {
    border-top: 0;
  }
}
@media screen and (max-width:767px) {
  .category_tab {
    width: 100%;
  }
  .category_tab li img {
    width: 100%;
    height: auto;
  }
  #spacialList_a ul li {
    width: 90%;
    padding: 5%;
  }
  #spacialList_a ul li p {
    text-align: center;
  }
  #spacialList_a li:first-child {
    padding: 0 5% 5% 5%;
  }
  #spacialList_a li .img_area {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 10px;
  }
  #spacialList_a li .txt_area {
    padding-left: 0;
  }
  #spacialList_a {
    padding: 0;
  }
  #contentsArea {
    padding: 0 10px;
  }
}