@charset "UTF-8";

/*---------- style -------------*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
.position_top {
    top: 0;
}
a.link-block {
    display: block;
    color: #434343;
}
a.link-block:hover {
    text-decoration: none;
}
.pd15_lr {
    padding: 0 15px;
}

/*---------- slider -------------*/
#carousel-example-generic a {
    color: #434343;
}

/*---------- pager -------------*/
.pager li {
    margin: 0 2px;
}

/*---------- SNS -------------*/
.shareBtn-parts {
    display: inline-block;
    max-height: 61px;
    vertical-align: bottom;
}
.shareBtn-parts:last-of-type {
    padding-right: 0;
}
.shareBtn-parts iframe {
    vertical-align: bottom;
}
@media screen and (min-width: 769px) {
    .shareBtn-mobile {
        display: none;
    }
    .shareBtn-parts {
        padding-right: 5px;
    }
}
@media screen and (max-width: 374px) {
    .shareBtn-parts:last-of-type {
        margin-top: 10px;
    }    
}

/* アクセスランキング */
.rank-color {
    background: #2194E8 !important;
}

/*---------- 商品詳細 -------------*/
.panel-group .panel {
    box-shadow: none;
}

/*---------- blog -------------*/
/* 一覧 */
.blogview {
    font-size: 12px;
    margin-bottom: 10px;
}
.link-block:hover .blogTitle {
    color: #6cf;
}
.blogPostDate {
    text-align: left;
    width: auto;
    margin: 0 30px 10px 0;
}
.blogPoster {
    margin: 0 30px 10px 0;
}

/* ユーザー投稿 */
.blog-readMore {
    margin: 0 30px 10px 0;
}

@media (max-width: 640px){
    .blog-form-group {
        padding-right: 16px;
    }
}

/* tag */
.taglist {
    margin-bottom: 40px;
}
.taglist:after {
    content: " ";
    display: table;
    clear: both;
}
.taglist li {
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 2px;
    float: left;
    margin: 0 10px 5px 0;
}
.taglist li a {
    color: #434343;
    padding: 0 7px;
    display: inline-block;
}
.taglist li i {
    color: #6bcbc9;
    padding-right: 5px;
}

/* アクセスランキング */
.reletedStoryPoster {
    margin: 0 10px;
}
.postDate {
    margin-right: 0;
}
.link-block:hover .reletedStoryName {
    color: #6cf;
}
.relative-rank-wrap {
    position: relative;
    width: 200px;
    height: 20px;
    background: #21c6e8;
    margin: 20px auto 0;
}
.relative-rank {
    position: absolute;
    top: -2px;
    left: 96px;
    color: #fff;
}
.recent-post-line {
    position: relative;
}
.rank-wrap {
    position: absolute;
    top: 6px;
    left: -4px;
    width: 24px;
    height: 24px;
    background: #21c6e8;
    border-radius: 10%;
    display: inline-block;
    text-align: center;
}
.rank {
    color: #fff;
    font-weight: bold;
}

/*---------- comment form -------------*/
a.submitComment {
    color: #fff;
}
a.submitComment:hover {
    text-decoration: none;
}

/*---------- msg -------------*/
.errorbox {
    border: 1px solid #f0f0f0;
    background: #f5f5f5;
    padding: 15px 5px;
    margin-bottom: 30px;
}
.msg_error {
    font-size: 12px;
    color: #e60012;
    font-weight: 700;
}

/*---------- form -------------*/
a.blackBtn {
    background-color: #535353;
    border: 1px solid #535353;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 7px 46px;
    text-align: center;
}
a.blackBtn:hover {
    background-color: transparent;
    border: 1px solid #707070;
    color: #434343;
    text-decoration: none;
}

@media (max-width: 640px){
    a.blackBtn {
        font-size: .9em;
        padding: 3px 17px;
    }
    .popLabelBox a.blackBtn {
        padding: 7px 42px;
    }
}

.contactUsInfo {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5%;
    text-align: center;
}
a.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.input_required {
    color: #e60012;
}
.inquiry_title {
    margin-bottom: 30px;
}

/*---------- login,register,setting -------------*/
.memberRegister {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 1280px){
    .privacyPolicy-box {
        padding: 0 2% 0;
    }
}

/*---------- 201609 商品一覧　販売用商品フラグ(WEB限定)追加 -------------*/
.productCellImg {
    position: relative;
}
.productCatch {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 70px;
    height: 70px;
    margin: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radrius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #21c6e8;
    color: #fff;
}
.productCatch-text {
    display: inline-block;
    padding-top: 16px;
    font-size: 14px;
    line-height: 140%;
}

@media (max-width: 768px) {
    .col-xs-6 .productCatch {
        width: 45px;
        height: 45px;
    }   
    .col-xs-6 .productCatch-text {
        padding-top: 10px;
        font-size: 10px;
    }
}

/*---------- 201701 広告バナー管理 -------------*/
.ads-banner {
    margin: 4% 0;
    text-align: center;
}
/*---------- 201802 リニューアル後旧デザイン調整 -------------*/
.banner {
    margin-top: 0 !important;
}
@media (max-width: 768px) {
    .banner_box {
        padding-top: 0;
    }
}
a.link-block:hover, a.link-block:hover * {
    opacity: 1;
    transition: initial;
}
.blogPostContent-detail h2, .blogPostContent-detail h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
@media (max-width: 768px) {
    .blogPostContent-detail h2, .blogPostContent-detail h3 {
        font-size: 1.2em;
    }
}