/*UTF-8 ストーリー風商品ページ*/
/*全体*/
section.detail_container {
    padding: 5px 0 20px;
}
/*アコーディオン最初は閉じている*/
.table-wrap{
    display:none;
    margin: 0 8px;
}
/*開閉の＋-の制御*/
.ttl_item_info:before,
.ttl_item_info:after {
    content: "";
    background-color: #000000;
    border-radius: 10px;
    width: 19px;
    height: 3px;
    position: absolute;
    top: 25px;
    left: 552px;
}
.ttl_item_info:before {
    width: 3px;
    height: 18px;
    top: 18px;
    left: 560px;
}
.ttl_item_info.open:before {
    content: none;
}

/*タイトル*/
.ttl_item_info{
    font-weight: 200;
    padding: 15px 10px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}
.ttl_item_info.open {
    font-weight: bold;
}

/*アイテム説明の中*/
.staff-voice h3,.staff-voice h4 {
    font-size: 16px;
    margin: 10px 0;
    text-align: left;
    line-height: 1.8;
}
.staff-voice,.table-wrap.main img {
    padding-bottom: 40px;
    display: block;
    margin: 0 auto;
}
.staff-voice .coordinate_btn {
    color: #000;
    padding: 1rem;
    border: 1px solid;
    text-align: center;
    display: block;
    width: 80%;
    margin: 5% auto;
}
.table-wrap.main p {
    line-height: 1.8;
    margin-bottom: 8px;
}
.table-wrap.main p:last-child {
    margin-bottom: 0;
}

/*テーブル(全体)*/
.size.table-wrap,
.detail.table-wrap {
    table {
        width: 100%;
        font-size: 12px;
    }
    tbody {
        display: contents;
    }
    th {
        padding: 20px 0;
        text-align: center;
        vertical-align: middle;
    }
    tbody td {
        text-align: center;
        padding: 20px 0;
        vertical-align: middle;
    }
    .note {
        font-size: 12px;
        color: #707070;
        padding: 4px 0;
    }
}
/*テーブル(サイズ)*/
.size.table-wrap{
    th {
        background: #eeeeee;
        border: 1px solid #cccccc;
    }
    tbody td {
        border: 1px solid #cccccc;
    }
}
/*テーブル(詳細)*/
.table-wrap.detail {
    th,tbody td {
        text-align: left;
        padding-left: 2em;
    }
    tr {
        width: 100%;
        background-color: #F4F4F4;
    }
    tr:nth-child(even) {
        background-color: #E8E8E8;
    }
}
/*詳細内ATTENTION*/
.attention_area { 
    p {
        font-size: 13px;
        padding: 15px 0 5px;
    }
    li {
        padding: 20px;
        font-size: 12px;
        background-color: #F4F4F4;
        justify-content: flex-start;
        display: flex;
        align-items: center;
    }
    li:nth-child(even) {
        background-color: #E8E8E8;
    }
}

/*配送返品(全体)*/
.send_area,.change_area {
        padding: 10px 0;
        margin-bottom: 12px;
    h3,h3 {
        background: #eeeeee;
        padding: 10px;
        margin-bottom: 12px;
    }
    h4,h4 {
        font-weight: normal;
        margin-bottom: 5px;
        font-size: 13px;
    }
    p {
        font-weight: normal;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .detail a {
        color: #0067e8;
        font-size: 13px;
        font-weight: bold;
        text-decoration-line: underline;
        display: inline-block;
        padding-top: 5px;
    }
}
/*テーブル(配送返品)*/
.table-wrap.send {
    th,tbody td {
        text-align: left;
        text-indent: 2em;
    }
    tr {
        width: 100%;
        background-color: #F4F4F4;
    }
    tr:nth-child(even) {
        background-color: #E8E8E8;
    }
}
.change_area {
    ul,ol {
        margin-bottom: 15px;
    }
    li {
        margin:0 0 3px 20px;
        font-size: 12px;
    }
    ol li {
        list-style: auto;
    }
    ul li {
        list-style: disc !important;
    }
}
/*- 1月12日追加分 -*/
.model-info .staff-voice, .detail-info .staff-voice{
    h3{
        border-bottom: 1px solid #565656;
    }
}