@charset "UTF-8";
/*===================================================
 SP時の表示(768px以下)＆ipadの縦に適用
====================================================*/
@media only screen and (max-width: 768px) {
  /*products_each SP
  ------------------------------------------------------*/
  #subColIndex ul {
    padding: 2.5% 0 0 0 !important;
  }

  #subColStarter {
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 2.5%;
  }
  #subColStarter nav {
    background: none;
  }
  #subColStarter nav ul {
    padding: 0 0 2.5% 0;
  }

  #subColBooster {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #subColBooster nav {
    background: none;
  }
  #subColBooster nav ul {
    padding: 0 0 5% 0;
  }

  #subCol div.subColTitleStarter,
  #subCol div.subColTitleBooster {
    margin: auto;
    padding: 2% 0;
    text-align: center;
    font-weight: bold;
    color: #555555;
    background: #ffffff;
    border-top: 4px #555555 solid;
    border-bottom: 4px #555555 solid;
    width: 95%;
  }

  #subCol div.subColTitleStarter:hover,
  #subCol div.subColTitleBooster:hover {
    background: #ffffff;
    border-top: 4px #555555 solid;
    border-bottom: 4px #555555 solid;
  }

  /* index */
  dl.itemColLeft {
    width: 95%;
    margin: 0 auto;
    padding: 3% 0 2%;
  }
  dl.itemColLeft dt {
    width: 100%;
    position: relative;
    background: url(../images/products/index/bg_item.png) top left no-repeat;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
  }
  dl.itemColLeft dt img {
    width: 95%;
  }
  dl.itemColLeft dd {
    width: 100%;
    position: relative;
    background: url(../images/products/index/bg_sale.png) top left no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 0 0 30%;
  }
  dl.itemColLeft dd img {
    margin-top: 5%;
  }

  dl.itemColRight {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 4%;
  }
  dl.itemColRight dt {
    width: 100%;
    position: relative;
    background: url(../images/products/index/bg_item.png) top left no-repeat;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
  }
  dl.itemColRight dt img {
    width: 95%;
  }
  dl.itemColRight dd {
    width: 100%;
    position: relative;
    background: url(../images/products/index/bg_sale.png) top left no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 0 0 30%;
  }
  dl.itemColRight dd img {
    margin-top: 5%;
  }

  .btnDetail {
    display: block;
    z-index: 9999;
    position: absolute;
    left: 11%;
    bottom: 15%;
    width: 80%;
  }

  .mainColBox {
    background: #f9f9f9;
    clear: both;
  }
}
/*===================================================
 PC時の表示(769px以上)＆ipadの横に適用
====================================================*/
@media only screen and (min-width: 769px) {
  /*categoryTitle
  ------------------------------------------------------*/
  h2.catgTitProducts {
    background: url(../images/products/tit_category.png) top left no-repeat;
  }

  /*products_each PC
  ------------------------------------------------------*/
  #subColStarter,
  #subColBooster {
    background: none;
  }
  #subColStarter nav,
  #subColBooster nav {
    padding: 0;
  }

  #subCol div.subColTitleStarter {
    width: 171px;
    height: 54px;
    text-indent: -9999px;
    margin: 7px 0 2px 7px;
    padding: 0;
    background: url(../images/products/subtit_starter.png) top left no-repeat;
  }

  #subCol div.subColTitleStarter:hover {
    background: url(../images/products/subtit_starter.png) top left no-repeat;
  }

  #subCol div.subColTitleBooster {
    width: 171px;
    height: 54px;
    text-indent: -9999px;
    margin: 7px 0 2px 7px;
    padding: 0;
    background: url(../images/products/subtit_booster.png) top left no-repeat;
  }

  #subCol div.subColTitleBooster:hover {
    background: url(../images/products/subtit_booster.png) top left no-repeat;
  }

  /* index */
  dl.itemColLeft {
    float: left;
    margin: 10px auto 20px;
  }
  dl.itemColLeft dt {
    position: relative;
    background: url(../images/products/index/bg_item.png) top left no-repeat;
    width: 370px;
    height: 440px;
    margin-left: 10px;
  }
  dl.itemColLeft dt img {
    width: 100%;
  }
  dl.itemColLeft dt .imgSaleLeft {
    position: absolute;
    top: 0;
    left: 0;
  }
  dl.itemColLeft dd {
    position: relative;
    background: url(../images/products/index/bg_sale.png) top left no-repeat;
    width: 370px;
    height: 230px;
    margin-left: 10px;
  }
  dl.itemColLeft dd img {
    width: 100%;
  }
  dl.itemColLeft dd .txtSaleLeft {
    position: absolute;
    top: 20px;
    left: 0;
  }

  dl.itemColRight {
    float: right;
    margin: 10px auto 20px;
  }
  dl.itemColRight dt {
    position: relative;
    background: url(../images/products/index/bg_item.png) top left no-repeat;
    width: 370px;
    height: 440px;
    margin-right: 10px;
  }
  dl.itemColRight dt img {
    width: 100%;
  }
  dl.itemColRight dt .imgItemRight {
    position: absolute;
    top: 0;
    left: 0;
  }
  dl.itemColRight dd {
    position: relative;
    background: url(../images/products/index/bg_sale.png) top left no-repeat;
    width: 370px;
    height: 230px;
    margin-right: 10px;
  }
  dl.itemColRight dd img {
    width: 100%;
  }
  dl.itemColRight dd .txtSaleRight {
    position: absolute;
    top: 20px;
    left: 0;
  }

  .btnDetail {
    display: block;
    z-index: 9999;
    position: absolute;
    left: 39px;
    bottom: 35px;
    width: 300px;
    height: 63px;
    background: url(../images/products/index/btn_detail_on.png) top left no-repeat;
  }
  .btnDetail:hover {
    text-indent: -9999px;
  }
}
