/* カスタマイズ用CSS */
.amazon_pay_amazonpaymentdescriptor_block {
    display: flex;
    margin: 15px 0;
    align-items: center;
}
.amazon_pay_amazonpaymentdescriptor_block img {
    max-width: 70px;
    margin-right: 1em;
}

.other_page #top-news {
    padding-top: 40px;
}



/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#spec-tbl table{
	width: 80%;
	margin: 15px 0px 20px;
}
#spec-tbl table th{
	background:#FFF2EE;
    width: 30%;
}
#spec-tbl table td{
    width: 70%;
}


/* 見出し
----------------------------------------------- */
div#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
div#undercolumn_shopping table.delivname th {
    width: 155px;
}

/* MYページ */
div#mycontents_area table th {
    text-align: left;
}
div#mycontents_area table th.alignR {
    text-align: right;
}
div#mycontents_area table th.alignL {
    text-align: left;
}
div#mycontents_area table th.alignC {
    text-align: center;
}
div#mycontents_area table th.resulttd {
    text-align: right;
}
div#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}


/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}


@media screen and (max-width: 1024px) {
    ul.status_icon li{
        display: inline-block;
        float: none;
    }
    #detailrightblock div{
        border-bottom: none;
    }
}
#top-area p{
    text-align: left;
}

form.ec-cartRole {
    padding-left: 0;
    padding-right: 0;
}
.ec-cartRole .ec-cartRole__cart {
    margin: 0 0;
}

.ec-cartRow .ec-cartRow__summary {
    font-size: 14px;
    font-weight: initial;
}
.ec-cartRow .ec-cartRow__summary a,
.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    font-size: 1.4em;
    font-weight: bold;
}
.ec-cartRow__sutbtotal {
    text-align: center;
}
@media screen and (max-width: 767px) {

    .ec-cartRow {
        display: flex;
        flex-wrap: wrap;
    }
    .ec-cartRow .ec-cartRow__delColumn {
        display: block;
        width: 50%;
        order: 2;
    }
    .ec-cartRow .ec-cartRow__contentColumn {
        width: 100%;
        order: 1;
    }
    .ec-cartRow .ec-cartRow__summary {
        font-size: 10px;
        width: auto;
    }
    .ec-cartRow__unitPrice {
        display: none;
    }
    .ec-cartRow .ec-cartRow__img {
        width: 100px;
    }
    .ec-cartRow .ec-cartRow__amountColumn {
        order: 3;
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
    }
    .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
        margin-bottom: 0;
        margin-right: 1em;
    }
}


.ec-orderRole h2{
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.5em;
    border: 1px solid #ccc;
    font-size: 1em;
    margin-bottom: 15px;
}

.ec-orderRole h2::after{
    position: absolute;
    top: 20%;
    left: 0.5em;
    content: "";
    width: 5px;
    height: 60%;
    background-color: #DA0909;
}

#page_shopping_confirm .ec-imageGrid .ec-imageGrid__content p,
#page_shopping .ec-imageGrid .ec-imageGrid__content p {
    font-size: 14px;
}


.ec-historyRole {
    border: 1px solid #ccc;
    padding: 0 1em;
    margin-bottom: 1em;
}
.ec-historyRole .ec-historyRole__contents {
    border-top: none;
}
.ec-definitions {
    display: flex;
    background: #f5f5f5;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.ec-historyListHeader__date {
    margin-bottom: 0.5em;
}

.ec-definitions dd::before {
    content: "|";
    display: inline-block;
    margin: 0 0.5em;
    color: #ccc;
}