/* カスタマイズ用CSS */
#page_homepage .ec-layoutRole {
    background: url('../..//img/b6.png') repeat;
}
.ec-layoutRole__header {
    max-width: 1150px;
    margin: 0 auto;
}
.ec-headerRole {
    text-align: left;
    float: left;
    width: 15%;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: none;
}
.ec-headerTitle .ec-headerTitle__title {
    text-align: left;
}
.ec-headerNaviRole {
    float: right;
    width: 85%;
    padding-top: 30px;
}
.ec-itemNav__nav li a {
    background: none;
}
.ec-itemNav__nav li ul li a {
    background-color: #fff;
    color: #2e3233;
}
.ec-itemNav__nav > li:hover li:hover > a {
    background-color: #f5f5f5;
}

.ec-layoutRole__mainTop {
    margin-bottom: 30px;
}
.ec-topicRole {
    background: #fff;
}
.ec-blockBtn--top,
.ec-inlineBtn--top {
    background-color: #19a9e3;
    border-color: #19a9e3;
}
a:hover.ec-blockBtn--top,
a:hover.ec-inlineBtn--top {
    background-color: #0e7cac;
    border-color: #0e7cac;
}
.ec-newsRole__news {
    background: #fff;
}
.ec-layoutRole__mainBottom {
    margin-top: 70px;
}
.ec-footerRole {
    background: #19a9e3;
    border-top: none;
    border-bottom: 7px solid #0e7cac;
}
.ec-blockTopBtn {
    background-color: #333;
}

.ec-shelfGrid__item p {
    margin-bottom: 10px;
}


#product_review_area {
    padding-top: 10px;
}
#RelatedProduct-product_area {
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    padding-top: 30px;
}
#RelatedProduct-product_area h3 {
    border-left: 10px solid #ddd;
    font-size: 28px;
    margin-bottom: 30px;
    padding: 5px 0 5px 10px;
}
.ec-productRole__profile #form1 {
    margin-top: 15px;
}

.list-tb {
    border: 1px solid #333;
}
.ec-role .guide-h4 {
    margin: 50px 0 10px;
    color:#DE5D50;
    font-size: 19px;
    font-weight: bold;
}
.ec-role .guide-h4:first-child {
    margin: 0px 0 10px;
}
.ec-role #guide-card {
    width: 225px;
    height: 50px;
    margin: 5px 0;
}


@media only screen and (max-width: 768px) {
    .ec-headerRole {
        display: none;
    }
    .ec-headerNaviRole__right {
        width: 100%;
    }
    .ec-headerNaviRole {
        padding-top: 10px;
    }
    .ec-headerCategoryArea__heading a {
        color: #000;
    }
    .ec-sliderRole {
        margin-top: 15px;
    }
    .ec-headerNav .ec-headerNav__itemLink {
        display: none;
    }

}
@media screen and (min-width: 768px) and (max-width: 1023px)  {
    .ec-headerNaviRole {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-headerRole {
        display: inline;
    }
}


.ec-blockBtn,
.ec-blockBtn--action,
.ec-blockBtn--cancel,
.ec-inlineBtn--cancel,
.ec-inlineBtn--action {
    border-radius: 7px;
}