<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºç”¨CSS */
.ec-layoutRole .ec-layoutRole__contents{
    max-width: none;
}

.common_product_list01.product03 li a .tag{
    display: flex;
    justify-content: flex-start;
}
.common_product_list01.product03 li a .tag li{
    margin: 2px 5px 2px 0;
}
.common_tab_block01 .contents .slider01 .tag{
    display: flex;
    justify-content: flex-start;
}
.common_tab_block01 .contents .slider01 .tag li{
    margin: 2px 5px 2px 0;
}
.common_product_list01.product03 li a .tag img{
    width: auto;
    max-width: 100%;
}

#print_jisseki a:hover {
    background-position: 0 bottom;
}
#print_jisseki a {
    width: 700px;
    height: 130px;
    display: block;
    text-decoration: none;
    background: url(../img/bnr_print.jpg) no-repeat 0 0;
}
@media screen and (max-width:768px) { 
#print_jisseki a {
    width: 100%;
    background: url(../img/bnr_print_u.jpg) no-repeat;
    background-size: contain;
}
}
#print_jisseki em {
    visibility: hidden;
}
.ec-registerRole{
    margin: 20px auto;
}

.ec-productRole__stock{
    font-size: 1.1em;
    margin: 10px 0;
}


.calendar{
    font-size: 16px;
}

.product_payment_method{
    width: 100%;
    padding: 15px;
    border: 2px solid #333;
}
.product_payment_method h2{
    font-size: 20px;
    font-weight: bold;
    color: red;
}
.product_payment_method p{
    font-size: 1em;
}
.product_payment_method p .red{
    font-size: 1em;
    color: red;
}

.ec-productRole__description{
    margin-top: 20px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .ec-productRole__noticeText {
        font-size: 14rem;
        margin-top: 10rem;
    }
}
.ec-orderRole img{
    width: auto;
}
.mypage_reorder_link{
    float: right;
    color: #DE5D50;
    border-bottom: 1px solid #DE5D50;
    font-size: 0.9em;
}

#page_shopping .ec-orderAccount b{
    display: inline-block;
    width: 8em;
}
#page_shopping_confirm .ec-orderAccount b{
    display: inline-block;
    width: 8em;
}
#page_shopping .ec-orderConfirm a{
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.ec-mypage_logout{
    display: flex;
    justify-content: flex-end;
}
.ec-mypage_logout .ec-mypage_logout_link{
    border-bottom: 1px solid #333;
}</pre></body></html>