@charset "UTF-8";
.main-wrapper {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.42857143;
    border-top: 1px solid red;
    padding-top: 50px;
}
.main-content-wrapper p{
    font-size: 13px;
}

.area img,
.cover img,
.sub_header img,
h2 img,
.itemright,
.itemleft,
.itemleft .grid,
.anchor{
    vertical-align: bottom;
    width: 100%;
}

h3{
    margin-top: 0.5em;
}
h3 img{
    max-width: 280px;
}

/* breadcrumb */

.breadcrumb {
    width: 95%;
    margin: 0 auto;
}

.breadcrumb li {
    float: left;
    margin-right: 5px;
}

.breadcrumb li a {
    color: #f00;
}

/* main-content-wrapper */

/* anchor */
.anchor li {
    float: left;
    margin-left: 12px;
    width:33.33333%;
}

.anchor li:first-child {
    margin-left: 0px;
}

.anchor img {
    width:100%;
}




/* items */
.itemleft {
/*    float: left;
    height: 217px;*/
    position: relative;
    margin-bottom: 13px;
}

.itemright {
/*    float: left;
    height: 110%;*/
    position: relative;
}

.grid {
    display: block;
    z-index: 10;
/*    width: 100%;*/
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.color .grid {
/*    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 10;*/
}



/* preview */
.preview img {
    display: none;
    height: 247px;
    margin: auto;
}

.preview .active {
    display: inline;
    width: auto !important;
/*    width: 40%;
    min-width: 170px;*/
    z-index: 1;
}


/* styling */
.stylingwrapp {
    width: 100%;
}
.styling {
    margin-bottom: 10px !important;
}
.styling li {
    border: 1px solid #e0e0e0;
}
.styling li.active {
    border-width: 0;
}

.styling .grid {
    border: 2px solid #fff;
}

.styling .active .grid {
    border: 3px solid #f00;
}

.styling li {
    float: left;
    margin-right: 2.5%;
    position: relative;
    cursor: pointer;
    width:23%;
}

.styling li:last-child{
    margin-right: 0px;
}

.styling li img{
    width:90%;
}

.info {
  margin-bottom: 20px;
}

/*size*/
.size p{
  margin-bottom: 3px;
}

.sizelink{
    text-align: right;
}

/* color */
.color {
    float: left;
    width: 100%;
}

.color p {
    margin-bottom: 3px;
}

.color .grid {
    position: relative;
    height: 30px;
    overflow: hidden;
    border-width: 0;
}

.color .active .grid {
    border: 3px solid #f00;
}

.color ul {
  margin: 0;
}
.color ul li {
    position: relative;
    float: left;
    width: 56px;
    margin-right: 4px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
}

.color ul li img {
    vertical-align: bottom;
    max-width: 56px;
}

.color ul li .grid img {
    height: 30px;
}
.color ul li.active .grid img {
    position: relative;
    top: -3px;
    left: -3px;
    width: 56px;
}

.color .off_white {
    position:relative;
/*    left: -7px;*/
}

/* table */
table{
    margin-bottom:10px;
    width: 100%;
    font-size: 12px;
}
table th,
table td{
    padding:0px;
    border:1px solid #666;
}
table th{
    text-align:center;
    background-color:#ccc;
}
table td {
    text-align:center;
    background-color:#fff;
}
th.header01{
    color:#fff;
    background-color:#666;
    border:1px solid #ccc;
}
th.header01{
    color:#fff;
    background-color:#666;
    border-left:1px solid #666;
    border-top:1px solid #666;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}

th.header02{
    color:#fff;
    background-color:#ff0000;
    border-left:1px solid #ff0000;
    border-top:1px solid #ff0000;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}
th.header03{
    color:#fff;
    background-color:#0015b2;
    border-left:1px solid #0015b2;
    border-top:1px solid #0015b2;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}

table tr th:last-child{
    border-right:1px solid #666;
}

/* clearfix */
.clearfix:after {
    content: "";
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
