/* Tipsy
----------------------------------------------- */
html{
    font-size: 62.5%;
    line-height:1.4em;
}


.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

.mypage-history__order-btn input {
    background: #666;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 10px 25px;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#one_maincolumn {
    margin: 0 auto;
}

.limit-width #one_maincolumn {
    max-width: 1100px;
}

.w980 #one_maincolumn {
    padding-top: 15px;
    max-width: 980px;
}

.limit-small-width #one_maincolumn {
    max-width: 700px;
    padding-top: 15px;
}

.detail-main .detail-main__category h4 {
    color: #595757;
    font-size: 1.66rem;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .detail-main .detail-main__category table {
        margin-bottom: 40px;
        width: 100%;
    }
}

.detail-main .detail-main__category th,
.detail-main .detail-main__category td {
    background: #fff;
    border: 1px solid #b2b2b2;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.3em;
    padding: 10px 0;
    vertical-align: middle;
    text-align: center;
}

.detail-main .detail-main__category th {
    background: #f7f8f8;
    font-size: 1.3rem;
}

@media screen and (max-width: 767px){
    .detail-main .detail-main__category {
        margin-bottom: 20px;
        overflow-x: scroll;
    }
    .detail-main .detail-main__category table {
        width: 980px;
       }
    .detail-main .detail-main__category::-webkit-scrollbar {
        height: 5px;}
    .detail-main .detail-main__category::-webkit-scrollbar-thumb {
        background: #9f9e9e;}
    .detail-main .detail-main__category::-webkit-scrollbar-track {
        background: #ccc;}
}

a.bt-new {
    border: none;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: #595757;
    padding: 22px 0 20px;
}

a.bt-new-gray {
    background: #595757;
}
a.bt-new-org {
    background: #ff9500;
}
#container2 a.bt-new,
a.bt-new:link,a.bt-new:visited,a.bt-new:hover,
a[href].bt-new:link,a[href].bt-new:visited,a[href].bt-new:hover{
    color: #fff;
    text-decoration: none;
}
a.bt-new:hover {
    opacity: 0.6;
}

.frm-style__tbl__btn{
    margin-top:33px;
}

.frm-style__tbl__btn li{
    display: inline-block;
    margin: 0 7px;
    max-width: 320px;
    text-align: center;
    width: 100%;
}

.shipping-index .frm-style__tbl__btn{
    float:right;
    margin-top:0;
}
.shipping-index .frm-style__tbl__btn a,.shipping-index .frm-style__tbl__btn button{
    width:280px;
}
.shipping-index div#undercolumn_login .btn_area_log {
    margin-right: 0;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (min-width: 768px) {
    .postid-91 .yarpp-related {
        min-width: 980px;
        padding: 50px 0 70px;
        max-width: 1100px;
        margin: 0 auto !important;
    }

    .postid-91 .yarpp-related h3 {
        border-bottom: 2px solid #cdcdcd;
        color: #333;
        font-size: 2.5rem !important;
        font-weight: normal !important;
        line-height: 1.3;
        margin-bottom: 30px !important;
        padding-bottom: 5px !important;
    }

    .postid-91 ol {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: unset;
        align-items: stretch;
        margin-right: -1%;
        margin-bottom: 35px;
    }

    .postid-91 li {
        margin-bottom: 10px;
        margin-right: 1%;
        flex-basis: 24%;
    }

    .postid-91 .yarpp-related a {
        background: url(../img/post-category__list__icon-arrow.png) no-repeat right center;
        -ms-background-size: 30px 30px;
        background-size: 30px 30px;
        border: 1px solid #999;
        color: #595757;
        display: block;
        font-weight: normal !important;
        font-size: 1.5rem;
        padding: 22px 10px 20px 22px;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
        text-decoration: none;
    }

    .postid-91 abbr[title], dfn[title] {
        display: none;
    }
    .post-main__container01{
        max-width: 1100px;
        margin: 0 auto;
        padding: 70px 0 0 0;
    }
}

@media screen and (max-width: 767px){
    .postid-91 .yarpp-related {
        padding: 25px 15px 35px;
        max-width: 1100px;
        margin: 0 auto!important;
    }

    .postid-91 .yarpp-related h3 {
        border-bottom: 2px solid #cdcdcd;
        color: #333;
        font-size: 2.2rem!important;
        font-weight: normal!important;
        line-height: 1.3;
        margin-bottom: 15px!important;
        padding-bottom: 5px!important;
    }

    .postid-91 ol {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        align-content: unset;
        align-items: stretch;
        margin-right: -2%;
        margin-bottom: 25px;
    }

    .postid-91 li {
        margin-bottom: 10px;
        margin-right: 2%;
        flex-basis: 48%;
    }

    .postid-91 .yarpp-related a {
        background: url(../img/post-category__list__icon-arrow.png) no-repeat right bottom;
        -ms-background-size: 25px 25px;
        background-size: 25px 25px;
        border: 1px solid #999;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        color: #595757;
        display: block;
        font-weight: normal!important;
        font-size: 1.3rem;
        height: 100%;
        padding: 10px;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
        text-decoration: none!important;
    }
    .postid-91 .yarpp-related a:hover {
        background: #fff url(../img/post-category__list__icon-arrow_on.png) no-repeat right center;
        -ms-background-size: 30px 30px;
        background-size: 30px 30px;
        border-color: #00644b;
        color: #00644b;}

    .postid-91 abbr[title], dfn[title] {
        display: none;
    }
    .post-main__container01{
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px 15px 15px;
    }
}

.refinrment-main .list-main__category-heading {
    background: #808080;
    color: #fff;
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 1.3em;
    margin: 40px 0 30px;
    padding: 17px 20px;}


@media screen and (max-width: 767px){
    .frm-style__tbl__btn a.bt-new {
        font-size: 1.8rem;
        padding:12px;
        margin-bottom:10px;
    }
    .frm-style__tbl__btn button {
        margin-bottom:10px;
    }
}

.mypage-history__heading2 {
    border-bottom: 1px solid #b3b3b3!important;
    color: #333!important;
    font-size: 1.7rem!important;
    line-height: 1.8!important;
    margin-bottom: 25px!important;
    background: none!important;
}

.list-main__product-paragraph2 .list-main__product-type1 {
    background: #ff6600;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3em;
    min-width: 87px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;}
.list-main__product-paragraph2 .list-main__product-type2 {
    background: #ff9900;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3em;
    min-width: 87px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;}
.list-main__product-paragraph2 .list-main__product-type3 {
    background: #6db415;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3em;
    min-width: 87px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;}
.list-main__product-paragraph2 .list-main__product-type4 {
    background: #46a8ff;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3em;
    min-width: 87px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;}
.list-main__product-paragraph2 .list-main__product-type5 {
    background: #5595f6;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3em;
    min-width: 87px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;}
.list-main__product-paragraph2 .list-main__product-type6 {
    background: #78640c;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3em;
    min-width: 87px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;}
.list-main__product-paragraph2 .list-main__product-type7 {
    background: #d2ae40;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.3em;
    min-width: 87px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;}
@media screen and (max-width: 768px){
    .list-main__product-paragraph2 .list-main__product-type1 {
        background: #ff6600;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.3em;
        min-width: 87px;
        padding: 5px;
        position: absolute;
        right: 0;
        top: -10px;
        text-align: center;}
    .list-main__product-paragraph2 .list-main__product-type2 {
        background: #ff9900;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.3em;
        min-width: 87px;
        padding: 5px;
        position: absolute;
        right: 0;
        top: -10px;
        text-align: center;}
    .list-main__product-paragraph2 .list-main__product-type3 {
        background: #6db415;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.3em;
        min-width: 87px;
        padding: 5px;
        position: absolute;
        right: 0;
        top: -10px;
        text-align: center;}
    .list-main__product-paragraph2 .list-main__product-type4 {
        background: #46a8ff;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.3em;
        min-width: 87px;
        padding: 5px;
        position: absolute;
        right: 0;
        top: -10px;
        text-align: center;}
    .list-main__product-paragraph2 .list-main__product-type5 {
        background: #5595f6;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.3em;
        min-width: 87px;
        padding: 5px;
        position: absolute;
        right: 0;
        top: -10px;
        text-align: center;}
    .list-main__product-paragraph2 .list-main__product-type6 {
        background: #78640c;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.3em;
        min-width: 87px;
        padding: 5px;
        position: absolute;
        right: 0;
        top: -10px;
        text-align: center;}
    .list-main__product-paragraph2 .list-main__product-type7 {
        background: #d2ae40;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.3em;
        min-width: 87px;
        padding: 5px;
        position: absolute;
        right: 0;
        top: -10px;
        text-align: center;}
}
li.blue1 {
    background: #ff6600;}
li.blue2 {
    background: #ff9900;}
li.blue3 {
    background: #6db415;}
li.blue {
    background: #46a8ff;}
li.blue5 {
    background: #5595f6;}
li.blue6 {
    background: #78640c;}
li.blue7 {
    background: #d2ae40;}

@media screen and (min-width: 768px) {
    .detail-main__product-cart .attention {
        color: red;
        float: left;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px){
    .detail-main__product-cart .attention{
        color:red;
    }
}

.detail-main__product-add__btn2 {
    margin-bottom: 8px;
    text-align: right;
}

.list-main__panel .list-main__panel-pager a{
    font-weight: normal;
}

li.green02{
    background-color: #00904b;
}

.pagecond_area li{
    font-size: 1.83rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px){
    .pagecond_area li{
        font-size: 1.83rem;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0 15px;
    }
}

.detail-main__product-cart > span{
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.store-other__box2-left .icon__fa-file-text i {
    color: #808080;
    font-size: 5.3rem;
}

.store-other__box2-left .icon__fa-file-text {
    margin: 10px 0 20px;
    text-align: center;
}