@charset "utf-8";
/* CSS Document */

html,
body {
    overflow-x: hidden;
}

body {
    width: 100%;
    margin: 0px;
    font-size: 14px;
	/*font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; */
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

.shop_title {
    text-align: center;
}

div.item_dev {
    width: 100%;
}

div.item_dev h2 {
    text-align: center;
    font-size: 100%;
    border-top: 2px solid #a47f00;
    border-bottom: 2px solid #a47f00;
    margin-top: 1px;
    padding: 15px 0;
    color: #000;
}

p {
	color: #313131;
}

div.main-item-photo {
    width: 350px;
    margin: 15px auto;
}

#bigimg1 {
    width: 100%;
    text-align: center;
}


div.item-detail {
    width: 100%;

}

div.item-detail ul {
    margin: 0px;
    padding: 0px;
}

div.item-detail ul li {
    list-style-type: none;
    display: inline-block;
    width: 32%;
    margin-left: 0.5%;
}

div.item-detail ul li img {
    width: 70%;
    border: 1px #eee solid;
    margin-left: 110px;
}


.specbox {
    clear: both;
    overflow: hidden;
    width: 43%;
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.specbox table {
    width: 100%;
}

.specbox th,
.specbox td {
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
}


/*---------------------------------------Detail*/
.spec01 table,
.spec02 table{
    width: 100%;
    box-sizing: border-box;
}
.spec01 {
    margin-bottom: 30px;
    padding: 0 15px;
}
.spec02,
.spec03{
   padding: 0 15px; 
}
.spec01 h3,
.spec02 h3,
.spec03 h3,
.info h3{
    color: #ffffff;
    background: #a47f00;
    padding: 5px 10px;
}
.spec01 table,
.spec01 th,
.spec01 td,
.spec02 table,
.spec02 th,
.spec02 td{
    border: 1px solid #999999;
    border-collapse: collapse;
	border-spacing: 0;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    word-break : break-word;
}
.spec01 table,
.spec02 table{
    margin-bottom: 30px;
}
.spec01 th,
.spec02 th{
    width: 35%;
}
.spec01 td,
.spec02 td{
    font-weight: bold;
}
.spec01 p {
    border: 3px solid #d6e9ca;
    padding: 15px;
}

/*---------------------------------------Damage*/
.spec02 h3{
    margin-bottom: 10px;
}

table.allrank,
.allrank th,
.allrank td{
    border: none;
}
.allrank th{
    background: #e9e4d2;
    text-align: center;
    width: 40%;
}
.allrank th strong{
    font-size: 40px;
}
.allrank td{
    font-weight: normal;
}
.spec03 table{
    width: 100%;
    border-collapse:collapse;
    table-layout: fixed;
}
.spec03 table th{
    background: #e9e4d2;
    width: 90px;
    height: 90px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.spec03 table td{
    padding-bottom: 10px;
}
.spec03 table td:nth-of-type(2n){
    padding-left: 40px;
    
}
.spec03 ul{
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
}
.spec03 li{
    width: 48.5% !important;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.spec03 li:nth-of-type(2n){
    float:right;
}
.spec03 table{
    border: 1px solid #aeaeae;
}
.spec03 td{
    padding: 10px;
    color: #969696;
    font-size: 13px;
}
.spec03 table td b {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

/*---------------------------------------Condition*/

table.condition {
    border-collapse: collapse;
    border: 1px solid #999;
    width: 100%;
}

table.condition th {
    border: 1px solid #999;
    background-color: #E2F2D5;
    padding: 8px 10px;
    width: 8%;
}

table.condition td {
    border: 1px solid #999;
    padding: 8px 10px;
}

table.condition td.c_title {
    background-color: #000000;
    color: #fff;
    font-weight: bold;
}


/*---------------------------------------Info*/

.info {
    clear: both;
    margin: 20px 0 0 0;
    font-size: 100%;
}

.info p {
    padding: 5px 10px 10px 10px;
}

.info h4 {
    font-size: 140%;
    margin: 0;
    padding-left: 17px;
    color: #cc0000;
}

.info h2 {
    border: 3px solid #015C36;
    text-align: center;
    padding: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 110%;
}

@media screen and (max-width: 768px) {
    /* 768px縺ｾ縺ｧ縺ｮ蟷��蝣ｴ蜷医↓驕ｩ蠢懊＆繧後ｋ */

    .spec01 h3,
    .spec02 h3,
    .spec03 h3,
    .info h3 {
        font-size: 120%;
        text-align: center;
    }
    .spec03 li{
        display: block !important;
        width: 100% !important;
        float: none;
    }
    .spec03 table th{
        height: auto;
    }
    .spec03 table td{
        line-height: 1.3em;
        font-size: 12px;
    }
    .allrank th strong{
        display: block;
        line-height: 1em;
    }
    div.item-detail ul li img{
        margin-left: 0;
        width: 90%;
    }
    div.item-detail ul li{
        margin: 0;
        text-align: center;
    }
    div.item-detail ul{
        margin: 0 15px;
    }

}

/* 768px end */