﻿@charset "UTF-8";
/*===================================================
SP・PC共通
====================================================*/
/*汎用（全体）*/
#cardlist img {
  display: block;
}

#cardlist {
  color: #666666;
}
#cardlist footer {
  color: #FFFFFF;
}

@media screen and (min-width: 749px) {
  #subColTitle {
    background: url(../images/img_snavititle.png) center no-repeat;
    text-indent: -9999px;
    vertical-align: middle;
    width: 214px;
    height: 103px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #subColTitle {
    background: url(../images/img_snavititle_l.jpg) center no-repeat;
    background-size: cover;
    text-indent: -9999px;
    vertical-align: middle;
    width: 100%;
    padding: 5% 0;
    border-top: 1px solid #c7c7c7;
  }
}
/*検索窓*/
#searchCol {
  background: url(../images/bg_search.png) top left repeat;
  margin: 2% auto 0;
  padding: 0 0 0 0;
}
#searchCol h4 {
  background: url(../images/tit_search.png) top left no-repeat;
  width: 871px;
  height: 79px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#searchCol form {
  padding: 0 0 30px 21px;
  background: url(../images/bg_search_bot.png) bottom left no-repeat;
}
#searchCol dl {
  margin: 10px 0 0 0;
  float: left;
}
#searchCol dl dt {
  display: block;
  float: left;
  width: 124px;
  height: 39px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#searchCol dl dd {
  display: block;
  float: left;
}
#searchCol dl dd select {
  width: 300px;
  height: 26px;
  margin: 11px 0 0 0;
}
#searchCol dl.searchFree {
  margin: 0 0 0 0;
}
#searchCol dl.searchFree dt {
  display: block;
  float: left;
  background: url(../images/txt_free.png) top right no-repeat;
  width: 124px;
  height: 39px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#searchCol dl.searchFree dd {
  display: block;
  float: left;
}
#searchCol dl.searchFree dd input {
  width: 698px;
  height: 24px;
  margin: 11px 0 0 0;
}
#searchCol dl.searchCategory dt {
  background: url(../images/txt_category.png) top right no-repeat;
}
#searchCol dl.searchType dt {
  background: url(../images/txt_type.png) top right no-repeat;
  width: 100px;
  height: 39px;
}
#searchCol dl.searchReality dt {
  background: url(../images/txt_rarity.png) top right no-repeat;
}
#searchCol dl.searchBrand dt {
  background: url(../images/txt_brand.png) top right no-repeat;
  width: 100px;
  height: 39px;
}
#searchCol dl.searchAttribute dt {
  background: url(../images/txt_attribute.png) top right no-repeat;
}
#searchCol dl.searchCosme {
  margin: 10px 0 20px 0;
}
#searchCol dl.searchCosme dt {
  background: url(../images/txt_cosme.png) top right no-repeat;
  width: 100px;
  height: 39px;
}
#searchCol .searchButton {
  display: block;
  float: none;
  clear: both;
  background: url(../images/btn_search.png) top left no-repeat;
  width: 308px;
  height: 60px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
}
#searchCol .searchButton:hover {
  background: url(../images/btn_search_on.png) top left no-repeat;
  transition: all 0.5s;
}

/*切り替えボタン*/
.viewBtnCol {
  width: 370px;
  float: right;
  margin: 15px 10px 0 0;
}
.viewBtnCol span {
  display: block;
  width: 175px;
  height: 46px;
  margin: 0 0 0 180px;
  float: left;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.viewBtnCol span#viewImageLists {
  background: url(../images/btn_card.png) top left no-repeat;
}
.viewBtnCol span#viewLists {
  background: url(../images/btn_dress.png) top left no-repeat;
}
.viewBtnCol span:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

/*JQページ送り*/
.pagingCol {
  display: block;
  float: left;
  width: 480px;
  margin: 15px 0 15px 10px;
  padding: 0;
}
.pagingCol li {
  margin: 0.3em 0.3em;
  line-height: 1;
  display: inline-block;
}
.pagingCol li span {
  color: #ffe4ec;
  text-align: center;
  text-decoration: none;
  padding: 0.7em 0.5em;
  line-height: 1;
  display: inline-block;
}
.pagingCol li .ellipse {
  color: #FB59AC;
}
.pagingCol li a {
  color: #FFFFFF !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0.7em 0.5em;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(#FFB5C9, #FE61A4) repeat;
  background: -moz-linear-gradient(top, #FFB5C9 0%, #FE61A4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB5C9), to(#FE61A4));
  background: -webkit-linear-gradient(top, #FFB5C9, #FE61A4);
  background: #FCB4C8\9;
  /* IE8 and below */
  border: 1px solid #FB59AC;
}
.pagingCol li a:hover {
  background: linear-gradient(#FE61A4, #FFB5C9) repeat;
  background: -moz-linear-gradient(top, #FE61A4 0%, #FFB5C9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FE61A4), to(#FFB5C9));
  background: -webkit-linear-gradient(top, #FE61A4, #FFB5C9);
  background: #FCB4C8\9;
  /* IE8 and below */
  border: 1px solid #FB59AC;
  color: #FFFFFF;
}
.pagingCol li.disabled {
  background: linear-gradient(#FE61A4, #FFB5C9) repeat;
  background: -moz-linear-gradient(top, #FE61A4 0%, #FFB5C9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FE61A4), to(#FFB5C9));
  background: -webkit-linear-gradient(top, #FE61A4, #FFB5C9);
  background: #FCB4C8\9;
  border: 1px solid #FB59AC;
}
.pagingCol li.active {
  background: linear-gradient(#FE61A4, #FFB5C9) repeat;
  background: -moz-linear-gradient(top, #FE61A4 0%, #FFB5C9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FE61A4), to(#FFB5C9));
  background: -webkit-linear-gradient(top, #FE61A4, #FFB5C9);
  background: #FCB4C8\9;
  border: 1px solid #FB59AC;
}

/*リストデータレイアウト*/
.cardlistCol {
  float: none;
  clear: both;
}

.data {
  width: 95%;
  margin: 0 auto;
}

.imageListCol dt {
  display: none;
}
.imageListCol dd {
  display: block;
  float: left;
  width: 150px;
  margin: 7px 7px 7px 7px;
}
.imageListCol dd img {
  width: 100%;
}
.imageListCol dd img:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

.dressDetailCol.type_cute .cardNnCol {
  background: #FF5998;
}
.dressDetailCol.type_cute .cardNnCol .cardNum {
  color: #FF5998;
}
.dressDetailCol.type_cute .dataTable, .dressDetailCol.type_cute .cosmeTable {
  border-color: #FF5998;
}
.dressDetailCol.type_cute .dataTable dl.typeCol, .dressDetailCol.type_cute .dataTable dl.attributeCol, .dressDetailCol.type_cute .dataTable dl.dapEffectCol, .dressDetailCol.type_cute .dataTable dl.appealPointCol, .dressDetailCol.type_cute .dataTable dl.brandCol, .dressDetailCol.type_cute .dataTable dl.cosmeKindCol, .dressDetailCol.type_cute .dataTable dl.cosmeEffectCol, .dressDetailCol.type_cute .cosmeTable dl.typeCol, .dressDetailCol.type_cute .cosmeTable dl.attributeCol, .dressDetailCol.type_cute .cosmeTable dl.dapEffectCol, .dressDetailCol.type_cute .cosmeTable dl.appealPointCol, .dressDetailCol.type_cute .cosmeTable dl.brandCol, .dressDetailCol.type_cute .cosmeTable dl.cosmeKindCol, .dressDetailCol.type_cute .cosmeTable dl.cosmeEffectCol {
  border-color: #FF5998;
}
.dressDetailCol.type_cute .dataTable dt, .dressDetailCol.type_cute .cosmeTable dt {
  background: #FFDAE9;
  color: #BA3F66;
}
.dressDetailCol.type_cute .dataTable dd, .dressDetailCol.type_cute .cosmeTable dd {
  color: #FF5998;
}
.dressDetailCol.type_cute .noteTxtCol {
  border-color: #FF5998;
}
.dressDetailCol.type_cute .noteTxtCol dt {
  background: #FFDAE9;
  color: #BA3F66;
  border-color: #FF5998;
}
.dressDetailCol.type_cute .noteTxtCol dd {
  color: #FF5998;
}
.dressDetailCol.type_cool .cardNnCol {
  background: #0984FF;
}
.dressDetailCol.type_cool .cardNnCol .cardNum {
  color: #0984FF;
}
.dressDetailCol.type_cool .dataTable, .dressDetailCol.type_cool .cosmeTable {
  border-color: #0984FF;
}
.dressDetailCol.type_cool .dataTable dl.typeCol, .dressDetailCol.type_cool .dataTable dl.attributeCol, .dressDetailCol.type_cool .dataTable dl.dapEffectCol, .dressDetailCol.type_cool .dataTable dl.appealPointCol, .dressDetailCol.type_cool .dataTable dl.brandCol, .dressDetailCol.type_cool .dataTable dl.cosmeKindCol, .dressDetailCol.type_cool .dataTable dl.cosmeEffectCol, .dressDetailCol.type_cool .cosmeTable dl.typeCol, .dressDetailCol.type_cool .cosmeTable dl.attributeCol, .dressDetailCol.type_cool .cosmeTable dl.dapEffectCol, .dressDetailCol.type_cool .cosmeTable dl.appealPointCol, .dressDetailCol.type_cool .cosmeTable dl.brandCol, .dressDetailCol.type_cool .cosmeTable dl.cosmeKindCol, .dressDetailCol.type_cool .cosmeTable dl.cosmeEffectCol {
  border-color: #0984FF;
}
.dressDetailCol.type_cool .dataTable dt, .dressDetailCol.type_cool .cosmeTable dt {
  background: #D0E3FF;
  color: #005BAC;
}
.dressDetailCol.type_cool .dataTable dd, .dressDetailCol.type_cool .cosmeTable dd {
  color: #0984FF;
}
.dressDetailCol.type_cool .dataTable .cosmeKindCol, .dressDetailCol.type_cool .cosmeTable .cosmeKindCol {
  border-color: #0984FF;
}
.dressDetailCol.type_cool .noteTxtCol {
  border-color: #0984FF;
}
.dressDetailCol.type_cool .noteTxtCol dt {
  background: #D0E3FF;
  color: #005BAC;
  border-color: #0984FF;
}
.dressDetailCol.type_cool .noteTxtCol dd {
  color: #0984FF;
}
.dressDetailCol.type_sexy .cardNnCol {
  background: #BE53F2;
}
.dressDetailCol.type_sexy .cardNnCol .cardNum {
  color: #BE53F2;
}
.dressDetailCol.type_sexy .dataTable {
  border-color: #BE53F2;
}
.dressDetailCol.type_sexy .dataTable dl.typeCol, .dressDetailCol.type_sexy .dataTable dl.attributeCol, .dressDetailCol.type_sexy .dataTable dl.dapEffectCol, .dressDetailCol.type_sexy .dataTable dl.appealPointCol, .dressDetailCol.type_sexy .dataTable dl.brandCol, .dressDetailCol.type_sexy .dataTable dl.cosmeKindCol, .dressDetailCol.type_sexy .dataTable dl.cosmeEffectCol {
  border-color: #BE53F2;
}
.dressDetailCol.type_sexy .dataTable dt {
  background: #E8CEE3;
  color: #920783;
}
.dressDetailCol.type_sexy .dataTable dd {
  color: #BE53F2;
}
.dressDetailCol.type_sexy .dataTable .cosmeKindCol {
  border-color: #BE53F2;
}
.dressDetailCol.type_sexy .noteTxtCol {
  border-color: #BE53F2;
}
.dressDetailCol.type_sexy .noteTxtCol dt {
  background: #E8CEE3;
  color: #920783;
  border-color: #BE53F2;
}
.dressDetailCol.type_sexy .noteTxtCol dd {
  color: #BE53F2;
}
.dressDetailCol.type_pop .cardNnCol {
  background: #FFA611;
}
.dressDetailCol.type_pop .cardNnCol .cardNum {
  color: #FFA611;
}
.dressDetailCol.type_pop .dataTable {
  border-color: #FFA611;
}
.dressDetailCol.type_pop .dataTable dl.typeCol, .dressDetailCol.type_pop .dataTable dl.attributeCol, .dressDetailCol.type_pop .dataTable dl.dapEffectCol, .dressDetailCol.type_pop .dataTable dl.appealPointCol, .dressDetailCol.type_pop .dataTable dl.brandCol, .dressDetailCol.type_pop .dataTable dl.cosmeKindCol, .dressDetailCol.type_pop .dataTable dl.cosmeEffectCol {
  border-color: #FFA611;
}
.dressDetailCol.type_pop .dataTable dt {
  background: #FFEEDD;
  color: #CC6600;
}
.dressDetailCol.type_pop .dataTable dd {
  color: #FFA611;
}
.dressDetailCol.type_pop .dataTable .cosmeKindCol {
  border-color: #FFA611;
}
.dressDetailCol.type_pop .noteTxtCol {
  border-color: #FFA611;
}
.dressDetailCol.type_pop .noteTxtCol dt {
  background: #FFEEDD;
  color: #CC6600;
  border-color: #FFA611;
}
.dressDetailCol.type_pop .noteTxtCol dd {
  color: #FFA611;
}
.dressDetailCol .cardNnCol dt, .dressDetailCol .cardImgCol dt {
  display: none;
}
.dressDetailCol .cardNnCol {
  margin: 25px auto 10px;
  padding: 0.5em;
  border-radius: 7px;
}
.dressDetailCol .cardNnCol .cardNum {
  display: block;
  float: left;
  width: 15%;
  background: #FFFFFF;
  text-align: center;
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-radius: 5px;
}
.dressDetailCol .cardNnCol .cardName {
  display: block;
  float: left;
  width: 70%;
  color: #FFFFFF;
  text-align: left;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin: 0 0 0 0.5em;
}
.dressDetailCol .dataTable {
  display: table;
  float: left;
  border: 2px solid;
  border-radius: 7px;
  width: 100%;
}
.dressDetailCol .dataTable dl {
  float: left;
  width: 195px;
  text-align: center;
}
.dressDetailCol .dataTable dl.typeCol dt {
  border-top-left-radius: 7px;
}
.dressDetailCol .dataTable dl.brandCol dt {
  border-top-right-radius: 7px;
}
.dressDetailCol .dataTable dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 0.5em 0;
}
.dressDetailCol .dataTable dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  font-weight: bold;
  padding: 0.5px 5px;
  font-size: 18px;
}
.dressDetailCol .dataTable dl.cosmeKindCol {
  float: left;
  text-align: center;
}
.dressDetailCol .dataTable dl.cosmeKindCol dd {
  justify-content: center;
  font-size: 18px;
}
.dressDetailCol .dataTable dl.cosmeEffectCol {
  float: left;
  text-align: center;
  width: 392px;
}
.dressDetailCol .dataTable dl.cosmeEffectCol dd {
  justify-content: center;
  font-size: 14px;
}
.dressDetailCol .noteTxtCol {
  margin: 0 auto;
  width: 98%;
  display: table;
  border: 2px solid;
  border-radius: 7px;
}
.dressDetailCol .noteTxtCol dt {
  display: table-cell;
  vertical-align: middle;
  width: 17%;
  padding: 2%;
  border-right: 2px solid;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-weight: bold;
}
.dressDetailCol .noteTxtCol dd {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  padding: 2%;
}
.dressDetailCol .noteTxtCol dd ul {
  list-style: none;
  margin: 1% 0 0 0;
}
.dressDetailCol .noteTxtCol dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
}

#lists .dressDetailCol .cardNnCol {
  margin: 10px auto;
}

/*「カードチェックリストはコチラ」*/
.btnChecklist {
  width: 100%;
}
.btnChecklist a {
  display: block;
  float: none;
  clear: both;
  background: url(../images/btn_checklist.png) top left no-repeat;
  width: 488px;
  height: 60px;
  margin: 20px auto 10px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.btnChecklist a:hover {
  background: url(../images/btn_checklist_on.png) top left no-repeat;
  transition: all 0.5s;
}

/*詳細ページ「カードリストへもどる」*/
.btnBackCardlist {
  width: 100%;
}
.btnBackCardlist a {
  display: block;
  float: none;
  clear: both;
  background: url(../images/btn_cardback.png) top left no-repeat;
  width: 368px;
  height: 60px;
  margin: 0 auto 20px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.btnBackCardlist a:hover {
  background: url(../images/btn_cardback_on.png) top left no-repeat;
  transition: all 0.5s;
}

/*検索なしの場合*/
.notFoundTxt {
  width: 95%;
  margin: 2% auto;
  text-align: center;
}

/*===================================================
SP時の表示(768px以下)＆ipadの縦に適用
====================================================*/
@media only screen and (max-width: 768px) {
  /*検索窓*/
  #searchCol {
    background-size: 10% auto;
    width: 100%;
    margin: 2% auto 0;
    padding: 0 0 0 0;
  }
  #searchCol h4 {
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 10%;
  }
  #searchCol form {
    padding: 0 0 4% 0;
    width: 100%;
    background-size: contain;
  }
  #searchCol dl {
    margin: 0% auto;
    float: none;
  }
  #searchCol dl dt {
    display: block;
    float: none;
    width: 20%;
    height: auto;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
  }
  #searchCol dl dd {
    display: block;
    float: none;
    width: 90%;
    margin: 0% auto;
  }
  #searchCol dl dd select {
    width: 100%;
    height: auto;
    margin: 0% auto;
  }
  #searchCol dl.searchFree {
    margin: 0 0 0 0;
  }
  #searchCol dl.searchFree dt {
    display: block;
    float: none;
    background-position: top center;
    background-size: contain;
    width: 20%;
    height: 0;
    margin: 0 auto;
    padding-top: 6.0%;
  }
  #searchCol dl.searchFree dd {
    display: block;
    float: none;
    width: 90%;
    margin: 0% auto;
  }
  #searchCol dl.searchFree dd input {
    width: 100%;
    height: auto;
    margin: 0% auto;
  }
  #searchCol dl.searchCategory dt {
    background-position: top center;
    background-size: contain;
    width: 20%;
    height: 0;
    margin: 1% auto 0;
    padding-top: 6.0%;
  }
  #searchCol dl.searchType dt {
    background-position: top center;
    background-size: contain;
    width: 20%;
    height: 0;
    margin: 0 auto;
    padding-top: 6.0%;
  }
  #searchCol dl.searchReality dt {
    background-position: top center;
    background-size: contain;
    width: 20%;
    height: 0;
    margin: 0 auto;
    padding-top: 6.0%;
  }
  #searchCol dl.searchBrand dt {
    background-position: top center;
    background-size: contain;
    width: 20%;
    height: 0;
    margin: 0 auto;
    padding-top: 6.0%;
  }
  #searchCol dl.searchAttribute dt {
    background-position: top center;
    background-size: contain;
    width: 20%;
    height: 0;
    margin: 0 auto;
    padding-top: 6.0%;
  }
  #searchCol dl.searchCosme {
    margin: 0 auto 3%;
  }
  #searchCol dl.searchCosme dt {
    background-position: top center;
    background-size: contain;
    width: 20%;
    height: 0;
    margin: 0 auto;
    padding-top: 6.0%;
  }
  #searchCol .searchButton, #searchCol .searchButton:hover {
    background-size: contain;
    width: 50%;
    height: 0;
    padding-top: 9.8%;
  }

  /*切り替えボタン*/
  .viewBtnCol {
    width: 100%;
    float: none;
    margin: 3% auto 0%;
  }
  .viewBtnCol span {
    display: block;
    width: 40%;
    height: 0;
    padding-top: 11%;
    float: left;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    cursor: pointer;
  }
  .viewBtnCol span#viewImageLists {
    background-size: contain;
    margin: 0 1% 0 9%;
  }
  .viewBtnCol span#viewLists {
    background-size: contain;
    margin: 0 0 0 1%;
  }

  /*JQページ送り*/
  .pagingCol {
    width: 95%;
    margin: 2% auto;
    padding: 0;
  }

  .imageListCol dd {
    width: 23%;
    margin: 1%;
  }
  .imageListCol dd img {
    width: 100%;
  }

  /*「ドレス詳細でみる」表示*/
  .dressDetailCol {
    padding: 0 0 0% 0;
  }
  .dressDetailCol .cardNnCol {
    font-size: 3vw;
  }
  .dressDetailCol .cardNnCol .cardNum {
    width: 20%;
  }
  .dressDetailCol .cardNnCol .cardName {
    width: 70%;
  }
  .dressDetailCol .cardImgCol dd {
    width: 100%;
  }
  .dressDetailCol .cardImgCol dd img {
    display: block;
    margin: 0 auto 2% auto;
    width: 60%;
  }
  .dressDetailCol .dataTable {
    margin: 0 auto 2%;
  }
  .dressDetailCol .dataTable dl {
    width: 33.1%;
  }
  .dressDetailCol .dataTable dl dd {
    word-wrap: break-word;
    font-size: 2.8vw;
  }
  .dressDetailCol .dataTable dl dd img {
    width: 40%;
  }
  .dressDetailCol .dataTable dl.typeCol, .dressDetailCol .dataTable dl.attributeCol, .dressDetailCol .dataTable dl.dapEffectCol, .dressDetailCol .dataTable dl.appealPointCol {
    border-right: 1px dotted;
  }
  .dressDetailCol .dataTable dl.typeCol, .dressDetailCol .dataTable dl.attributeCol, .dressDetailCol .dataTable dl.brandCol {
    border-bottom: 1px dotted;
  }
  .dressDetailCol .dataTable dl dt {
    font-size: 2.5vw;
    height: 2.5em;
  }
  .dressDetailCol .dataTable dl.cosmeKindCol {
    border-top: 1px dotted;
    border-right: 1px dotted;
  }
  .dressDetailCol .dataTable dl.cosmeKindCol dt {
    font-size: 2.5vw;
  }
  .dressDetailCol .dataTable dl.cosmeKindCol dd {
    font-size: 2.8vw;
    padding: 0.5em;
  }
  .dressDetailCol .dataTable dl.cosmeEffectCol {
    border-top: 1px dotted;
    width: 66.4%;
  }
  .dressDetailCol .dataTable dl.cosmeEffectCol dt {
    font-size: 2.5vw;
  }
  .dressDetailCol .dataTable dl.cosmeEffectCol dd {
    font-size: 2.8vw;
    padding: 0.5em;
  }
  .dressDetailCol .noteTxtCol {
    margin: 0 auto 2%;
    width: 100%;
  }
  .dressDetailCol .noteTxtCol dt {
    border-right: 1px dotted;
    font-size: 2.5vw;
  }
  .dressDetailCol .noteTxtCol dd {
    font-size: 2.8vw;
  }

  /*「カードチェックリストはコチラ」*/
  .btnChecklist a {
    background-size: contain;
    width: 80%;
    height: 0;
    padding-top: 13.0%;
    margin: 4% auto 0%;
  }
  .btnChecklist a:hover {
    background-size: contain;
    width: 80%;
    height: 0;
    padding-top: 13.0%;
  }

  /*詳細ページ「カードリストへもどる」*/
  .btnBackCardlist a {
    background-size: contain;
    width: 80%;
    height: 0;
    padding-top: 13.0%;
    margin: 0 auto 5%;
  }
  .btnBackCardlist a:hover {
    background-size: contain;
    width: 80%;
    height: 0;
    padding-top: 13.0%;
  }
}
/*===================================================
PC時の表示(769px以上)＆ipadの横に適用
====================================================*/
@media only screen and (min-width: 769px) {
  /*「ドレス詳細でみる」表示*/
  .dressDetailCol {
    padding: 0 0 20px 0;
  }
  .dressDetailCol .cardImgCol {
    float: left;
    margin: 0 8px;
  }
  .dressDetailCol .dataTable {
    width: 590px;
    margin: 0 0 10px 0;
  }
  .dressDetailCol .dataTable dl.typeCol, .dressDetailCol .dataTable dl.attributeCol, .dressDetailCol .dataTable dl.dapEffectCol, .dressDetailCol .dataTable dl.appealPointCol, .dressDetailCol .dataTable dl.cosmeKindCol {
    border-right: 2px solid;
  }
  .dressDetailCol .dataTable dl.typeCol, .dressDetailCol .dataTable dl.attributeCol, .dressDetailCol .dataTable dl.brandCol {
    border-bottom: 2px solid;
  }
  .dressDetailCol .dataTable dl dd {
    height: 110px;
  }
  .dressDetailCol .dataTable dl.cosmeKindCol, .dressDetailCol .dataTable dl.cosmeEffectCol {
    border-top: 2px solid;
  }
}
