.subCategory {
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    border-bottom: thin dotted #e00;
    padding: 0.5em 0;
    cursor: pointer;
}

.subCategory:hover {
    text-decoration: underline;
}

.anchorLike {
    cursor:pointer;
}

.anchorLike:hover {
    text-decoration: underline;
}

.pt50 {
    padding-top: 50px;
}

#contents_wrapper {
    width: auto;
    max-width: 1280px;
    padding: 16px;
    background-color: #fff;
    margin: 0 auto;
}

@media (max-width: 23.49em) {
    #contents_wrapper.inc-sticky {
        padding: 0;
    }
}

#contents_wrapper.max-auto {
    max-width: none;
}

.item-flex {
    display: flex;
    flex-flow: row nowrap;
}

.cart-item-price-space {
    flex-grow: 1;
}

.cart-list li .cart-item-information .cart-item-information-inner .item-button {
    flex-grow: 0;
}

.cart-list li .cart-item-information .cart-item-information-inner .item-caption {
    flex-grow: 0;
    flex-basis: 11em;
}

.contents-main .contents-left {
    z-index: 10000;
}

.per95 {
    width: 95%;
}

.honorific {
    margin-left: 2rem;
}

.color-nyuukou {
    font-size: 14px;
    padding: 0.2em 1em;
    text-decoration: none;
    background: #FF7469;
    color: #FFF;
    border-bottom: solid 4px #FF5548;
    border-radius: 5px;
}

.fukusei-button {
    background-color: #9FD1F0;
    border: 2px solid #9FD1F0;
    color: black;
}

.nyuukou-display {
    color: #333;
    background-color: #fff;
    border: solid 2px #333;
    width: 100px;
    padding: 2px 4px 2px 4px;
    margin: 40px 40px 40px 40px;
    text-align: center;
}

.fs14 {
    font-size: 14px;
    padding: 2px 6px 2px 6px;
}

.color-white {
    color: white;
}

.delivery-confirm {
    background-color: rgb(169,209,142);
    padding: 10px;
    color: white;
    border-radius: 10px;
}

.m-auto {
    margin: auto !important;
}

.nyuukou-display2 {
    color: #333;
    background-color: #fff;
    border: solid 2px #333;
    width: 100px;
    padding: 2px 4px 2px 4px;
    margin-bottom: 60px !important;
    text-align: center;
}

.modal-content2 {
    border-radius: 40px !important;
    padding: 15px 30px 15px 30px !important;
    background-color: rgb(242, 242, 242);
}

.modal-header2 {
    width: 85%;
    border-bottom: none;
    padding-left: 0 !important;
}

.modal-body2 {
    width: 85%;
    border: none;
    padding: 0 0 0 0;
}

.modal-footer2 {
    border:none;
}

.modal-hr2 {
    width: 100%;
    padding: 0 0 0 0;
    border-bottom: 1px solid #ccc;
}

.modal-hr2 {
    width: 100%;
    padding: 0 0 0 0;
    border-bottom: 1px solid black;
}

.overflow-auto {
    overflow:auto;
}

.maru-button-edit2 {
    font-size: 0.4em;
    width: 40px !important;
    padding: 0 0.1em !important;
    border: 2px solid #85e9be;
    border-radius: 0.5rem;
}

.h120 {
    height: 120px !important;
}

.w1 {
    border: 0 solid #fff;
    width: 0;
    height: 0;
}

.arrow-after:after {
    content: '\f063';
    display: block;
    /*//position: absolute;*/
    font-family: FontAwesome;
    font-size: 1.2em;
    top: 20%;

    right: -.8em;
    z-index: 1;
}

.modal-content3 {
    width: auto;
    border-radius: 60px !important;
    padding: 60px 10px 20px 10px !important;
    background-color: rgb(217, 217, 217);
}

.modal-footer3 {
    border: none;
}

.vertical-center {
    vertical-align: center;
}

.pl10 {
    padding-left: 10px;
}

.rito-label {
    display: inline-block;
    margin: 5px 15px 5px 15px;
    width: 96px !important;
}

.rito-label2 {
    padding: 5px 15px 5px 15px !important;
    border-radius: 5px !important;
    border: 1px solid rgb(47, 82, 143);
}

.rito-modal {
    padding: 10px 20px 10px 20px;
    border: 1px solid rgb(47, 82, 143);
    border-radius: 10px;
    background-color: rgb(242, 242, 242);
    position: absolute;
    width: 365px !important;

    -moz-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.8);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.8);
    -o-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.8);
    -ms-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.8);
}

.input-ok-space {
    color: red;
    font-weight: bold;
}

.fee-display {
    font-size: 2em;
    font-weight: bold;
    color: #e78b5f;
    vertical-align: middle;
}

.fee-display2 {
    font-size: 2em;
    font-weight: bold;
    color: #e78b5f;
    vertical-align: middle;
}

.ok-ng {
    position: absolute;
    width: 200px;
    height: 350px;
    top: 0;
    left: 0;
}

.image-wrap {
    position: relative !important;
}

.delivery-caption {
    font-weight: bold;
}
.bt_template-AI{

    padding:5px;
    color:#333;
    border-radius:3px;
    border:1px solid #999999;

    margin-right:5px;
    background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%);
    background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%);
    background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 );
}
.bt_template-AI::before{content:  url("../img/common/img-dl.png") ;}
.bt_template-PDF::before{content:  url("../img/common/img-dl.png") ;}
.bt_template-PDF{

    color:#333;
    border-radius:3px;
    border:1px solid #999999;
    padding:5px;
    margin-right:5px;
    background: -moz-linear-gradient(top,  #febbbb 0%, #fe9090 45%, #ff715e 100%);
    background: -webkit-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff715e 100%);
    background: linear-gradient(to bottom,  #febbbb 0%,#fe9090 45%,#ff715e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff715e',GradientType=0 );
}

.changedate-size {
    padding: 3px 4px !important;
    margin: 0 !important;
    vertical-align: bottom;
    position: absolute !important;
    bottom: 0;
}

.pos-rel {
    position: relative;
}

.modal-content-error {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}

.recalcModalButton {
    width: 150px;
    position: absolute;
    z-index: 500;
}

.toast-space {
    top: 128px !important;
}

.delivery-save-btn {
    border: 1px solid black;
    color: red;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.delivery-save-btn2 {
    border: 1px solid black;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}

.h35 {
    padding-top: 12px !important;
    height: 39px !important;
}

.w470 {
    width: 470px !important;
}

#sumDisplay1 {
    width:16px;
    height:100px;
    padding:0;
    position:absolute;
    top:5px;
    left:340px;
}

#sumDisplayTxt1 {
    position:absolute;
    width: 120px;
    background-color: inherit;
    color: black;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    left: 20px;
    top: 36px;
}

.sumDisplay1-1 {
    border-top:1px solid black;
    border-right:1px solid black;
    width:8px;
    height:50%;
    margin:0;
    padding:0;
    float:left;
}

.sumDisplay1-2 {
    width:8px;
    height:50%;
    margin:0;
    padding:0;
    float:left;
    border-bottom:1px solid black;
}

.sumDisplay1-3 {
    border-bottom:1px solid black;
    border-right:1px solid black;
    width:8px;
    height:50%;
    margin:0;
    padding:0;
    float:left;
}

.sumDisplay1-4 {
    width:8px;
    height:50%;
    margin:0;
    padding:0;
    float:left;
}


#sumDisplay2 {
    width:16px;
    height:66px;
    padding:0;
    position:absolute;
    top:5px;
    left:340px;
}

#sumDisplayTxt2 {
    position:absolute;
    width: 120px;
    background-color: inherit;
    color: black;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    left: 20px;
    top: 18px;
}

.sumDisplay2-1 {
    border-top:1px solid black;
    border-right:1px solid black;
    width:8px;
    height:50%;
    margin:0;
    padding:0;
    float:left;
}

.sumDisplay2-2 {
    width:8px;
    height:50%;
    margin:0;
    padding:0;
    float:left;
    border-bottom:1px solid black;
}

.sumDisplay2-3 {
    border-bottom:1px solid black;
    border-right:1px solid black;
    width:8px;
    height:50%;
    margin:0;
    padding:0;
    float:left;
}

.sumDisplay2-4 {
    width:8px;
    height:50%;
    margin:0;
    padding:0;
    float:left;
}

.pos-rel {
    position: relative;
}

.dateDummySpan {
    display:inline-block;
    width:169px;
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,Meiryo,sans-serif !important;
}

.word-wrap {
    word-break:break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.modal-content4 {
    width: 100% !important;
}

.modal-body4 {
    max-height: 900px !important;
}

.product-main-wrap .product-main .product-image > img {
    max-height: 450px !important;
}

.product-main-wrap .product-main .product-thumbnails > ul li a {
    width: 8em !important;
    margin: 0 auto;
    display: block;
}