<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------*/
/*                 ã€€   ã‚³ãƒ³ãƒ†ãƒ³ãƒ„                        */
/*------------------------------------------------------*/
/*ä¸€è¦§ã€€æ¤œç´¢åˆ‡ã‚Šæ›¿ãˆãƒœã‚¿ãƒ³
------------------------------------------------------*/
ul.btn_search {
    width: 98%;
    padding: 1% 0;
}
ul.btn_search li:last-child{
    margin-right: 0;
}
li.btn_coorde{
    float:right;
    display: block;
    position:relative;
    z-index:10;
}
li.btn_coorde a{
    display: block;
    width: 100%;
    height: 100%;
}
li.btn_dressitem{
    float:left;
    display: block;
    position:relative;
    z-index:0;
    cursor: pointer;
    margin-left: 16px;
}
li.btn_dressitem a{
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 640px) { /*SP*/
  ul.btn_search {
    padding: 3% 0;
  }
  li.btn_coorde{
    width: 56.7%;
    height: 0;
    padding-top: 17.3%;
  }
  li.btn_coorde a{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    background-image: url('../images/cardlist/parts/btn_search_dressitem-sp.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  li.btn_dressitem{
    width: 37%;
    height: 0;
    padding-top: 17.3%;
    margin-left: 2.5%;
  }
  li.btn_dressitem a{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    background-image: url('../images/cardlist/parts/btn_coorde-search-sp.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
}
/*ä¸€è¦§ã€€æ¤œç´¢ãƒ•ã‚©ãƒ¼ãƒ&nbsp;
------------------------------------------------------*/
#search {
    display: block;
    position: relative;
    width: 965px;
    height:240px;
    background: url(../images/cardlist/parts/bg_seach-coorde.jpg) 0 0 no-repeat;
    padding-top: 0;
    margin: 1em auto -35px 15px;
    top: -35px;
    z-index: 0;
  display: none;
}
#search dt,#search dd{ display: inline-block;}
#search dt {width: 15%;}
#search dd {width: 80%; border: 1px solid #ccc;}
select,input{
   position: relative;
   margin: 0;
   padding: 0;
   width: 100%;
   border: none;
}
#search form {padding: 40px 7%;}
input[name="free"] {
    height: 25px;
    width: 700px;
    margin-left: 111px;
    border: 1px solid #A0A0A0;
}
select[name="cdcategory"] {
    width: 265px;
    height: 25px;
    margin:2% 2% 2% 166px;
    border: 1px solid #A0A0A0;
}
select[name="category_exp"] {
    width: 265px;
    height: 25px;
    margin-left: 111px;
    border: 1px solid #A0A0A0;
}
select[name="brand"] {
    width: 265px;
    height: 25px;
    margin-left: 111px;
    border: 1px solid #A0A0A0;
}
select[name="rarelity"] {
    width: 265px;
    height: 25px;
    margin-left: 166px;
    border: 1px solid #A0A0A0;
}
select[name="attribute"] {
    width: 265px;
    height: 25px;
    margin: 2% 2% 2% 111px;
    border: 1px solid #A0A0A0;
}
.searchbutton {
    display: block;
    width: 402px;
    height: 62px;
    background: url(../images/cardlist/parts/btn_search.png) 0 0 no-repeat;
    margin: 2% auto;
    text-indent: -99999px;
    cursor:pointer;
}
.searchbutton:hover{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}
#btn_search{
    width: 50%;
    display: block;
    border: 1px solid #FF3C9D;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    margin: 1em auto;
    padding: 10px;
    background: #cc3355;
}
#btn_search:hover {
    background: #F782D2;
}
@media screen and (max-width: 640px) { /*SP*/
  #search {
    width: 95.6%;
    height: 0;
    background-image: url('../images/cardlist/parts/bg_seach-coorde-sp.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    top: 0;
    padding-top: 48%;
    margin: -3.8% 0 2.5% 2.5%;
  }
  #search form {padding: 0;}
  #search form select,#search form input{ padding: 0; margin: 0; width: 70%;}
  input[name="free"] {
    position: absolute;
    top: 11%;
    left: 25%;
    height: 10%;
  }
  select[name="cdcategory"] {
    position: absolute;
    top: 39%;
    left: 25%;
    height: 10%;
  }
  select[name="category_exp"] {
    position: absolute;
    top: 26%;
    left: 25%;
    height: 10%;
  }
  select[name="brand"] {
    position: absolute;
    top: 53%;
    left: 25%;
    height: 10%;
  }
  select[name="rarelity"] {
    position: absolute;
    top: 67%;
    left: 25%;
    height: 10%;
  }
  select[name="attribute"] {
    position: absolute;
    top: 13%;
    left: 25%;
    height: 10%;
  }
  #search form input.searchbutton {
    position: absolute;
    top: 75%;
    left: 30%;
    width: 40.2%;
    height: 0;
    background-image: url(../images/cardlist/parts/btn_search-sp.png);
    background-size: cover;
    background-position: 0 0;
    margin: 2% auto;
    padding-top: 8.2%;
  }
}
/*------------------------------------------------------*/
/*                    å…±é€šãƒ‘ãƒ¼ãƒ„                          */
/*------------------------------------------------------*/
/*JQãƒšãƒ¼ã‚¸é€ã‚Š*/
.paginator {
    height: 4em;
    display: block;
    padding: 0 0 0 17px;
    vertical-align: middle;
}

.paginator a {
    color: #FFFFFF !important;
    text-align: center;
    text-decoration: none;
    padding: 0.4em 0.4em;
    line-height: 1;
    display: inline-block;
}
a.active{
    margin: 4px 9px 0 0;
    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;
}
a.inactive {
    margin: 4px 9px 4px 0;
    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;
}
a.inactive:hover, a.active: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;
}
a.inactive { color: #FE6EA3;}

@media screen and (max-width: 640px) { /*SP*/
  .paginator {
    margin: 0 auto 3% auto;
    padding: 0 2.5%; height: auto;
  }
  .paginator a {
    padding: 0.7em 0.5em;
  }
}

/*ä¸€è¦§ã€€å¤§æž&nbsp;ãƒ»å†…å®¹å…±é€š
------------------------------------------------------*/
#list{
    padding: 0 0 0 15px;
    clear: both;
}
@media screen and (max-width: 640px) { /*SP*/
  #list{
    padding: 0;
    clear: both;
  }
}
/*ä¸€è¦§ã€€ãƒªã‚¹ãƒˆãƒ‡ãƒ¼ã‚¿
------------------------------------------------------*/
#list{
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
}
.coorde-summary{
  display: block;
  position: relative;
  width:24%;
  margin: 0 0.8% 0% 0;
}
.coorde-summary li{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coorde-summary li a{
  display: block;
  width: 100%;
  height: 100%;
}
.coorde-summary dl{
  position: relative;
  display: block;
  width:100%;
    padding-top: 187.7%;
  padding-bottom: 5%;
  height: 100%;
    box-sizing: border-box;
}
.coorde-summary dl dt{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 187.7%;
  overflow: hidden;
}
.summary-img {
  display: block;
  z-index: 20;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 187.7%;
}
.summary-img img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
    -webkit-transform: scale(0.981);
    -moz-transform: scale(0.981);
    -o-transform: scale(0.981);
    -ms-transform: scale(0.981);
    transform: scale(0.981);
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.summary-img img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.corde_name{
  display: block;
  position: relative;
  color: #ff1493;
    margin: 1% auto 2%;
    padding: 3% 2%;
    border: 1px solid #F770A3;
      background: #FBDFED;
    background: -moz-linear-gradient(top, #FBCAE0 39%, #FBDFED 100%);
    background: -webkit-linear-gradient(top, #FBCAE0 39%,#FBDFED 100%);
    background: linear-gradient(to bottom, #FBCAE0 39%,#FBDFED 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBCAE0', endColorstr='#FBDFED',GradientType=0 );
    text-shadow: 2px 1px 1px #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    font-size: 80%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
    align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆ */
    -webkit-justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
    justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆ */
}
a:hover .corde_name{
  color: #ff1493;
}
.corde_name.frame_r{
  color:#3b3830;
  border: 1px solid #968F7C;
  background: #E4E3E0;
    background: -moz-linear-gradient(top, #d8d4d3 39%, #E4E3E0 100%);
    background: -webkit-linear-gradient(top, #d8d4d3 39%,#E4E3E0 100%);
    background: linear-gradient(to bottom, #d8d4d3 39%,#E4E3E0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d4d3', endColorstr='#E4E3E0',GradientType=0 );
}
a:hover .corde_name.frame_r{
  color:#3b3830;
}
.corde_name.frame_pr{
  color:#4d4627;
  border: 1px solid #C2B166;
  background: #F9F3A6;
    background: -moz-linear-gradient(top, #e5d27c 39%, #F9F3A6 100%);
    background: -webkit-linear-gradient(top, #e5d27c 39%,#F9F3A6 100%);
    background: linear-gradient(to bottom, #e5d27c 39%,#F9F3A6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2B166', endColorstr='#F9F3A6',GradientType=0 );
}
a:hover .corde_name.frame_pr{
  color:#796e3d;
}
.corde_name.frame_cp{
  color:#97000C;
  border: 1px solid #FF0E22;
  background: #FFBEC3;
    background: -moz-linear-gradient(top, #FF969F 39%, #FFBEC3 100%);
    background: -webkit-linear-gradient(top, #FF969F 39%,#FFBEC3 100%);
    background: linear-gradient(to bottom, #FF969F 39%,#FFBEC3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF969F', endColorstr='#FFBEC3',GradientType=0 );
}
a:hover .corde_name.frame_cp{
  color:#97000C;
}
.summary-num {
    min-width: 17.5%;
    position: absolute;
    z-index: 40;
    background: #75E3FF;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 80%;
    padding: 0.3em 1.5em 0.3em 0.6em;
    transform: rotate(-7deg) skew(-22deg);
    text-align: right;
    text-shadow: rgba(0,0,0,0.3) 0px 0px 2px;
}
.summary-num span{ display: block; transform: rotate(0) skew(22deg);
}
.summary-num_dmy{ background: none;}
.summary-num_tops{ top:65%; right: -0.5em;}
.summary-num_bottoms{ top:70%; right:  -0.5em;}
.summary-num_shoes{ top:75%; right:  -0.5em;}
.summary-num_accessories{ top:80%; right: -0.5em;}
.summary-rare{
    position: absolute;
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 187.7%;
    z-index: 10;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.summary-brand{
    position: absolute;
    display: block;
    width: 25%;
    height: 0;
    padding-top: 25%;
    z-index: 10;
    top: 16%;
    left: 4%;
}
.summary-brand img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.summary-rare.frame_pr{ background: url(../images/cardlist/parts/frame_pr.png) 0 0 no-repeat;
    background-size: contain;
    background-position: 0 0;
}
.summary-rare.frame_r{ background: url(../images/cardlist/parts/frame_r.png) 0 0 no-repeat;
    background-size: contain;
    background-position: 0 0;}
.summary-rare.frame_cp{ background: url(../images/cardlist/parts/frame_cp.png) no-repeat;
    background-size: contain;
    background-position: 0 0;}
.summary-rare.frame_n{
  border: 2px solid #FBA8C2;
    padding-top: 185.7%;
}

@media screen and (max-width: 640px) { /*SP*/
  #list{
    padding:0 0 0 2%;
    overflow: hidden;
    zoom:0.30;
  }
  .corde_name{
    font-size: 1.5vw;
  }
  .summary-num span{
    font-size: 2vw;
  }
.summary-num_tops{ top:46%; right: -0.5em;}
.summary-num_bottoms{ top:58%; right:  -0.5em;}
.summary-num_shoes{ top:70%; right:  -0.5em;}
.summary-num_accessories{ top:82%; right: -0.5em;}
  .summary-img { z-index: 20;}
  .summary-img img{
    -webkit-transform: scale(0.88);
    -moz-transform: scale(0.88);
    -o-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88);
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
  }
  .summary-img img:hover {
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -o-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
  }
}

/*ã‚¿ã‚¤ãƒ—åˆ¥èƒŒæ™¯ã‚«ãƒ©ãƒ¼*/
/*ä¸€è¦§ã€€ç•ªå·*/
.cute{ background: #FF5998;}
.cool{ background: #53B1FF;}
.sexy{ background: #DF80FE;}
.pop { background: #FEC71F;}

/*è©³ç´°
------------------------------------------------------*/

/*ä¸€è¦§ã‹ã‚‰ã•ãŒã™ãƒœã‚¿ãƒ³*/
ul.btn_alllist{
    margin: 1.2% 2% 2% 2.7%;
}
ul.btn_alllist li a{
    display: block;
}
ul.btn_alllist li:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
ul.btn_alllist li.btn_allcoodelist{
    float: left;
}
ul.btn_alllist li.btn_alldresslist{
    float: right;
}

@media screen and (max-width: 640px) { /*SP*/
  ul.btn_alllist_dress{
    margin: 1.2% 2% 2% 2.2%;
  }
  ul.btn_alllist li.btn_alldresslist{
    float: right;
    width: 50%;
  }
  ul.btn_alllist li.btn_allcoodelist{
    float: left;
    width: 50%;
  }
  ul.btn_alllist_dress li a  img{
    width: 100%;
    height: inherit;
  }
}

/*è©³ç´°æž&nbsp;*/
.coorde-detailCol{
  margin: 2% 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) { /*SP*/
  .coorde-detailCol{
    font-size: 50%;
  }
}

/*å·¦å³ãƒšãƒ¼ã‚¸é€ã‚Š*/
.coorde-detailCol .coorde-detail-nav-prev{
    position: absolute;
    top: 0;
    left: 0;
    margin: 25% 1%;
    width: 8%;
    text-indent: -9999px;
}
.coorde-detailCol .coorde-detail-nav-prev a{
    padding-top: 100%;
    display: block;
    background-image: url(../images/cardlist/parts/btn_left.png);
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    height: 0;
    text-indent: -9999px;
}
.coorde-detailCol .coorde-detail-nav-prev a:hover{
    padding-top: 100%;
    display: block;
    background-image: url(../images/cardlist/parts/btn_left_on.png);
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    height: 0;
    text-indent: -9999px;
}
.coorde-detailCol .coorde-detail-nav-next{
    position: absolute;
    top: 0;
    right: 0;
    margin: 25% 1%;
    width: 8%;
    text-indent: -9999px;
}
.coorde-detailCol .coorde-detail-nav-next a{
    padding-top: 100%;
    display: block;
    background-image: url(../images/cardlist/parts/btn_right.png);
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    height: 0;
    text-indent: -9999px;
}
.coorde-detailCol .coorde-detail-nav-next a:hover{
    padding-top: 100%;
    display: block;
    background-image: url(../images/cardlist/parts/btn_right_on.png);
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    height: 0;
    text-indent: -9999px;
}
.detail_{ border: #22C0F4 3px solid;}
.detail_cute{ border: #FF5998 3px solid;}
.detail_cool{ border: #0984FF 3px solid;}
.detail_sexy{ border: #BE53F2 3px solid;}
.detail_pop { border: #FFA611 3px solid;}
.coorde-detailCol .coorde-detail-data{
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
}
/*è©³ç´°è¦‹å‡ºã—*/
.detail_ h4{     background:#22C0F4 url(../images/cardlist/parts/img_coordelist_no.png) no-repeat center center;}
.detail_cute h4{ background:#FF5998 url(../images/cardlist/parts/img_coordelist_no.png) no-repeat center center;}
.detail_cool h4{ background:#0984FF url(../images/cardlist/parts/img_coordelist_no.png) no-repeat center center;}
.detail_sexy h4{ background:#BE53F2 url(../images/cardlist/parts/img_coordelist_no.png) no-repeat center center;}
.detail_pop h4{  background:#FFA611 url(../images/cardlist/parts/img_coordelist_no.png) no-repeat center center;}
.coorde-detailCol .coorde-detail-data h4{
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0.4em 0;
    position: relative;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 1.2em;
}
/*è©³ç´°ä¸­æž&nbsp;*/
div#tbsCol {
    width: 63%;
    float: left;
    margin: 2.7% 0 1em 2.4%;
}
div#datailacceCol {
    width: 29.5%;
    float: right;
    margin: 2.7% 2.4% 2.7% 2%;
}
.coorde-detailCol .coorde-detail-data{
    width: 78.5%;
}
.coorde-detailCol .coorde-detail-data_inner:last-child{
    margin: 0;
}
.coorde-detailCol .coorde-detail-data_inner{
    margin: 0 0 2% 0;
}
.coorde-detailCol .coorde-detail-data_inner a{
    display: block;
}
.coorde-detailCol .coorde-detail-data_inner a:hover{
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
.coorde-detailCol .coorde-detail-data_inner p{
    float: left;
}
.coorde-detailCol .coorde-detail-data_inner p img{
    width: 80%;
    margin-left: 6%;
}
.detail_ table{     border: #22C0F4 2px solid;}
.detail_cute table{ border: #FF5998 2px solid;}
.detail_cool table{ border: #0984FF 2px solid;}
.detail_sexy table{ border: #BE53F2 2px solid;}
.detail_pop table{  border: #FFA611 2px solid;}
.coorde-detailCol .coorde-detail-data table{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-spacing: 0;
    border-collapse: separate;
    overflow: hidden;
}
.detail_ table th{    background: #B6EEFF; color: #0F6886; font-weight: bold; font-size: 0.8em;}
.detail_cute table th{background: #FFDAE9; color: #BA3F66; font-weight: bold; font-size: 0.8em; border-bottom: #FF5998 2px solid;}
.detail_cool table th{background: #D0E3FF; color: #005BAC; font-weight: bold; font-size: 0.8em; border-bottom: #0984FF 2px solid;}
.detail_sexy table th{background: #E8CEE3; color: #920783; font-weight: bold; font-size: 0.8em; border-bottom: #BE53F2 2px solid;}
.detail_pop table th{ background: #FFEEDD; color: #CC6600; font-weight: bold; font-size: 0.8em; border-bottom: #FFA611 2px solid;}
@media screen and (max-width: 640px){
  .detail_cute table th{background: #FFDAE9; color: #BA3F66; font-weight: bold; font-size: 0.8em; border-bottom: #FF5998 1px solid;}
  .detail_cool table th{background: #D0E3FF; color: #005BAC; font-weight: bold; font-size: 0.8em; border-bottom: #0984FF 1px solid;}
  .detail_sexy table th{background: #E8CEE3; color: #920783; font-weight: bold; font-size: 0.8em; border-bottom: #BE53F2 1px solid;}
  .detail_pop table th{ background: #FFEEDD; color: #CC6600; font-weight: bold; font-size: 0.8em; border-bottom: #FFA611 1px solid;}
}

.coorde-detailCol .coorde-detail-data table th{ text-align: center;}
.coorde-detailCol .coorde-detail-data th.cat_coorde_cute{background: #FF5998; color: #fff; font-size: 1.1em;}
.coorde-detailCol .coorde-detail-data th.cat_coorde_cool{background: #0984FF; color: #fff; font-size: 1.1em;}
.coorde-detailCol .coorde-detail-data th.cat_coorde_sexy{background: #BE53F2; color: #fff; font-size: 1.1em;}
.coorde-detailCol .coorde-detail-data th.cat_coorde_pop{ background: #FFA611; color: #fff; font-size: 1.1em;}

.detail_ table td{     border-right: #75E3FF 2px solid; color: #22C0F4;}
.detail_cute table td{ border-right: #FF5998 2px solid; color: #FF5998; font-weight: bolder; font-size: 0.9em;}
.detail_cool table td{ border-right: #0984FF 2px solid; color: #0984FF; font-weight: bolder; font-size: 0.9em;}
.detail_sexy table td{ border-right: #BE53F2 2px solid; color: #BE53F2; font-weight: bolder; font-size: 0.9em;}
.detail_pop table td{  border-right: #FFA611 2px solid; color: #FFA611; font-weight: bolder; font-size: 0.9em;}

.coorde-detailCol .coorde-detail-data table td{ text-align: center;}
.coorde-detailCol .coorde-detail-data table.data01 th{
  border-right: #75E3FF 2px solid;
  font-size: 0.7em;
  border-bottom: none;
}

.coorde-detailCol .detail_cute #datailacceCol table.data01 th{  border-right: #FF5998 2px solid;}
.coorde-detailCol .detail_cool #datailacceCol table.data01 th{  border-right: #0984FF 2px solid;}
.coorde-detailCol .detail_sexy #datailacceCol table.data01 th{  border-right: #BE53F2 2px solid;}
.coorde-detailCol .detail_pop #datailacceCol table.data01 th{   border-right: #FFA611 2px solid;}

@media screen and (max-width: 640px){
  .coorde-detailCol .detail_cute #datailacceCol table.data01 th{  border-right: #FF5998 1px solid;}
  .coorde-detailCol .detail_cool #datailacceCol table.data01 th{  border-right: #0984FF 1px solid;}
  .coorde-detailCol .detail_sexy #datailacceCol table.data01 th{  border-right: #BE53F2 1px solid;}
  .coorde-detailCol .detail_pop #datailacceCol table.data01 th{   border-right: #FFA611 1px solid;}
}

.coorde-detailCol .detail_cute #datailacceCol table.data01 th:last-child,
.coorde-detailCol .detail_cool #datailacceCol table.data01 th:last-child,
.coorde-detailCol .detail_sexy #datailacceCol table.data01 th:last-child,
.coorde-detailCol .detail_pop #datailacceCol table.data01 th:last-child{
    border-right: none;
}

.coorde-detailCol .coorde-detail-data table.data01 th:nth-child(2n+1){
    width: 28%;
    padding: 3.5% 0;
}
.coorde-detailCol .coorde-detail-data table.data01 th:last-child{
    border-right: none;
}
.coorde-detailCol .coorde-detail-data table.data01 td:last-child{
    border-right: #FFF 2px solid;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
}
.coorde-detailCol .coorde-detail-data table.data01 td{
    padding: 2% 0;
}
.coorde-detailCol .coorde-detail-data table.data01 td:nth-child(2n+1){
    padding: 3%;
}
.coorde-detailCol .coorde-detail-data table.data01 td img{
    width: 90%;
    margin: 11% 0;
}
.coorde-detailCol .coorde-detail-data table.data02 th{
    width: 19.5%;
}
.coorde-detailCol .coorde-detail-data table .detail_cute .data02 th{ border-bottom: #FF5998 2px solid;}

.detail_ table.data02 tr:first-child th{    background-color: #22C0F4;}
.detail_cute table.data02 tr:first-child th{background-color: #FF5998;}
.detail_cool table.data02 tr:first-child th{background-color: #0984FF;}
.detail_sexy table.data02 tr:first-child th{background-color: #BE53F2;}
.detail_pop table.data02 tr:first-child th{ background-color: #FFA611;}
.coorde-detailCol .coorde-detail-data table.data02 tr:first-child th{
    font-size: 1.1em;
    line-height: 1em;
}
.coorde-detailCol .coorde-detail-data table.data02 tr:last-child th{
    border-bottom: none;
}
.detail_ table.data02 td{border-bottom: #75E3FF 2px solid;}
.detail_ table.data02 .img_dress{border-bottom: none; border-left:#75E3FF 2px solid;}
.detail_cute table.data02 td{border-bottom: #FF5998 2px solid; padding: 2px;}
.detail_cute table.data02 .img_dress{border-bottom: none; border-left: #FF5998 2px solid;}
.detail_cute td.tit_acce{ border-bottom:#FF5998 2px solid !important; font-weight: 600; font-size: 1em; line-height: 1.2;}
.detail_cool table.data02 td{border-bottom: #0984FF 2px solid; padding: 2px;}
.detail_cool table.data02 .img_dress{border-bottom: none; border-left: #0984FF 2px solid;}
.detail_cool td.tit_acce{ border-bottom:#0984FF 2px solid !important;  font-weight: 600; font-size: 1em; line-height: 1.2;}
.detail_sexy table.data02 td{border-bottom: #BE53F2 2px solid; padding: 2px;}
.detail_sexy table.data02 .img_dress{border-bottom: none; border-left: #BE53F2 2px solid;}
.detail_sexy td.tit_acce{ border-bottom:#BE53F2 2px solid !important;  font-weight: 600; font-size: 1em; line-height: 1.2;}
.detail_pop table.data02 td{border-bottom: #FFA611 2px solid; padding: 2px;}
.detail_pop table.data02 .img_dress{border-bottom: none; border-left: #FFA611 2px solid;}
.detail_pop td.tit_acce{ border-bottom:#FFA611 2px solid !important; padding: 2px; font-weight: 600; font-size: 1em; line-height: 1.2;}

.coorde-detailCol .coorde-detail-data table.data02 td{ border-right: #FFF 2px solid;}
.coorde-detailCol .coorde-detail-data table.data02 tr:first-child td{
    font-weight: bold;
    line-height: 1.2;
    padding: 0.2em 0;
    font-size: 1em;
    width: 24%;
}
span.card_no {
    font-size: 0.8em;
}
.coorde-detailCol .coorde-detail-data table.data02 tr:last-child td{
    border-bottom: none;
    border-right: #FFF 2px solid;
    width: 29%;
}
.coorde-detailCol .coorde-detail-data table.data02 img{
    width: 25%;
}
.coorde-detailCol .coorde-detail-data table.data02 .img_dress img{
    width: 80%;
    margin: 3% 0;
}
@media screen and (max-width: 640px) { /*SP*/
  .detail_{     border: #22C0F4 2px solid;}
  .detail_cute{ border: #FF5998 2px solid;}
  .detail_cool{ border: #0984FF 2px solid;}
  .detail_sexy{ border: #BE53F2 2px solid;}
  .detail_pop{  border: #FFA611 2px solid;}

  .detail_ table{     border: #22C0F4 1px solid;}
  .detail_cute table{ border: #FF5998 1px solid;}
  .detail_cool table{ border: #0984FF 1px solid;}
  .detail_sexy table{ border: #BE53F2 1px solid;}
  .detail_pop table{  border: #FFA611 1px solid;}

  .detail_ table td{     border-right: #75E3FF 1px solid; color: #22C0F4;}
  .detail_cute table td{ border-right: #FF5998 1px solid; color: #FF5998;}
  .detail_cool table td{ border-right: #0984FF 1px solid; color: #0984FF;}
  .detail_sexy table td{ border-right: #BE53F2 1px solid; color: #BE53F2;}
  .detail_pop table td{  border-right: #FFA611 1px solid; color: #FFA611;}

  .coorde-detailCol .coorde-detail-data table.data01 th{ border-right: #fff 1px solid;}
  .coorde-detailCol .coorde-detail-data table.data01 td:last-child{ border-right: #FFF 1px solid;}
  .coorde-detailCol .coorde-detail-data table.data02 td{ border-right: #FFF 1px solid;}

  .detail_ table.data02 td{border-bottom: #75E3FF 1px solid;}
  .detail_ table.data02 .img_dress{border-bottom: none; border-left:#75E3FF 1px solid;}
  .detail_cute table.data02 td{border-bottom: #FF5998 1px solid;}
  .detail_cute table.data02 .img_dress{border-bottom: none; border-left: #FF5998 1px solid;}
  .detail_cute td.tit_acce{ border-bottom:#FF5998 1px solid !important; font-weight: 600; font-size: 1.2em; }
  .detail_cool table.data02 td{border-bottom: #0984FF 1px solid;}
  .detail_cool table.data02 .img_dress{border-bottom: none; border-left: #0984FF 1px solid;}
  .detail_cool td.tit_acce{ border-bottom:#0984FF 1px solid !important;  font-weight: 600; font-size: 1.2em;}
  .detail_sexy table.data02 td{border-bottom: #BE53F2 1px solid;}
  .detail_sexy table.data02 .img_dress{border-bottom: none; border-left: #BE53F2 1px solid;}
  .detail_sexy td.tit_acce{ border-bottom:#BE53F2 1px solid !important;  font-weight: 600; font-size: 1.2em;}
  .detail_pop table.data02 td{border-bottom: #FFA611 1px solid;}
  .detail_pop table.data02 .img_dress{border-bottom: none; border-left: #FFA611 1px solid;}
  .detail_pop td.tit_acce{ border-bottom:#FFA611 1px solid !important;  font-weight: 600; font-size: 1.2em;}

  .coorde-detailCol .coorde-detail-data table.data02 td{ border-right: #FFF 1px solid;}
}

/*è©³ç´°ã€€ã‚¢ã‚¯ã‚»*/
table.data_acce{ margin-top: 2%;}
table.data_acce, table.data_acce tbody, table.data_acce tr, table.data_acce th, table.data_acce td { display: block;}
table.data_acce th{padding: 2.5%;}
table.data_acce td{padding: 3.5%;}
table.data_acce tr, table.data_acce th, table.data_acce td {border:none;}
.coorde-detailCol .coorde-detail-data table.data_acce .img_acce{ padding: 2px 0;}
.coorde-detailCol .coorde-detail-data table.data_acce .img_acce img{ width: 61.5%; }

@media screen and (max-width: 640px) { /*SP*/
  table.data_acce{ margin-top: 0.5em;}
}
</pre></body></html>