@charset "Shift_JIS";
/* CSS Document */

/* ==========================================================
 theme
========================================================== */
.login .ico-notifi,
.login .ico-total {
  border: 0;
  background-color: #cc3300;
  color: #fff;
}
.ico-gift{
  background-size: 33px auto;
  background-repeat: no-repeat;
  background-position: right top;
 }
@media screen and (max-width: 1244px) and (min-width: 768px){
.contents-main {
    max-width: 895px;
}
}
@media screen and (max-width: 1205px) and (min-width: 768px){
.contents-main { max-width: 895px; }
.grid-cmn-03 > .grid-item { width: 275px; }
.area-shop {
  padding: 0;
  min-width: 1205px;
}
.sec-review { left: 0; }
}
@media screen and (min-width: 768px) {
.contents { min-width: 1245px; }
.contents {
  max-width: none;
  padding: 0;
}
.main {
  width: 1205px;
  margin: 50px auto 0;
}
.box-category { border: 1px solid #eee9dc; }
.list-category-03 > li { background-color: #fff; }
.list-category-03 > li { border-top: 1px solid #eee9dc; }
.list-category-03 > li:first-child { border-radius: 0; }
.list-category-03 > li:before { right: -4px; }
}
@media screen and (max-width: 767px) {
#newsinf > p {
  margin-top: 0;
  padding: 21px 2% 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  font-size: 3.33vw;
}
.contents { background-color: transparent; }
.main {padding-top: 20px; }
.box-category { padding-bottom: 0; }
.grid-cmn-03 > .grid-item { margin-left: 1.9%;}
.box-fancy .img { text-align: center; }
.box-fancy .img img { display: block;  width: 100% !important; }
.ico-gift{ background-position:5px 7px; }
}

/* list-events
---------------------------------------------------------- */
.list-events {
  overflow: hidden;
  white-space: nowrap;
}
  .list-events li {
    float: left;
    line-height: 1;
  }
  .list-events li:nth-child(1) { width: 18.5%; }
  .list-events li:nth-child(2) { width: 13.8%; }
  .list-events li:nth-child(3) { width: 13.8%; }
  .list-events li:nth-child(4) { width: 18.5%; }
  .list-events li:nth-child(5) { width: 17.5%; }
  .list-events li:nth-child(6) { width: 17.9%; }
  .list-events li .box-link .ico img {
    width: auto;
    height: 50px;
  }
  
/* category_item
---------------------------------------------------------- */
.list-cate-item {
	padding: 5px 0;
}
.list-cate-item li {
	padding: 5px 0;
	width: 25%;
	float: left;
}
  .list-cate-item .box-link { line-height: 30px; }
    .list-cate-item .box-link .ico {
      width: 40px;
      margin-right: 7px;
      text-align: center;
    }
/* list-people
---------------------------------------------------------- */
.list-people {
  text-align: center;
}
  .list-people li {
    display: inline-block;
	  width:19%;
  }
  .list-people li:first-child { margin-left: 0; }
  .list-people li .box-link .ico img {
    width: auto;
    height: 50px;
  }
/* list-price
---------------------------------------------------------- */
.list-price {
  padding-bottom: 18px;
  overflow: hidden;
  text-align: center;
  margin-left: -1px;
}
  .list-price li {
    float: left;
    padding: 0 25px;
    margin-top: 18px;
    border-left: 1px solid #fff;
    line-height: 1;
  }
  .list-price a {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.05em;
  }

