@CHARSET "Shift-JIS";
.answer_info_bottom{
    width:auto;
    vertical-align:bottom;
}

#rn_PageTitle .hd01{
    font-size: 36px!important;
    margin: 40px auto 8px!important;
    background-color: #ffffff;
    overflow: visible!important;
}

#rn_PageTitle .hd01_ch{
    font-size: 24px; /* 通常:16px タイトル系*/
    font-weight: bold;
    margin: 8px auto 8px;
    background-color: #ffffff;
    overflow: visible!important;
}

#rn_PageTitle .hd02{
    font-size: 26px;
    font-weight: bold;
    background-color: #ffffff;
    overflow: visible!important;
}

.rn_AnswerFeedbackControl #rn_AnswerFeedbackTag{
    font-size: 26px!important;
    font-weight: bold!important;
}

#rn_PageTitle .hd02_ch{
    font-size:22px; /* 通常:16px タイトル系*/
    font-weight:normal;
    margin: 8px auto 8px;
    background-color: #ffffff;
    overflow: visible!important;
}

.qr_top{
    width:auto;
    vertical-align:bottom;
}

.qr_bottom{
    width:auto;
    vertical-align:bottom;
}

/* Email Answer css上書き */
.rn_EmailLinkDialog form input[type="email"],
.rn_EmailLinkDialog form input[type="text"]{
    border:1px solid #bbbbbb;
    padding:5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}

/* Answer本文 css 上書き */
.rn_AnswerDetail input[type=radio]{ -webkit-appearance: radio!important; }

/* span tag*/
.answer_info_bottom span{ float:left; }
.qr_bottom span{ float:right; }

.sn_header{
    width:100%;
    float:left;
    padding: 12px 0px 0px 0px;
}

.smart_ch_view .ch_menu_btn {
    min-width: 48px;
    padding: 3px 30px 3px 20px!important;
}

.smart_ch_view .ctc_menu_bs{
    box-shadow:3px 3px 3px 0 rgba(100, 100, 100, 0.4);
    border-collapse: separate;
}

/* 画面サイズ別幅定義 */
@media screen and (max-width: 640px) {
    .answer_info_top{
        display:none;
    }
    .qr_top{
        display:block;
        text-align:center;
        padding: 5px 0;
    }
    .qr_top span{
        float:none;
    }
    .qr_bottom{
        display:none;
    }

    #rn_PageTitle .hd01_ch{
        font-size: 16px;
    }
    #rn_PageTitle .hd02_ch{
        display: none;
    }
    .smart_ch_view{
        display: none!important;
    }
}
@media screen and (min-width: 641px) {
    .answer_info_top{
        width:auto;
    }
    .qr_top{
        display:block;
        text-align:right;
    }
    .qr_top span{
        float:right;
    }
    .qr_bottom{
        display:block;
    }
    .qr_top .contents_nv .cnt_nv_lst{
        border:0 none;
    }
}

.ctc_ProductCategoryData{}
.ctc_ProductCategoryData_body{
    max-height: 300px;
    overflow-y: scroll;
}
.ctc_ProductCategoryData table{
    border: 1px solid #cccccc;
    width: 100%;
}
.ctc_ProductCategoryData td{
    border: 1px solid #cccccc;
    padding: 10px;
    width: 50%;
    vertical-align: top;
}
.ctc_ProductCategoryData ul{
    padding-top: 0px;
    border: 0 none !important;
}
.ctc_ProductCategoryData li{
    border: 0 none !important;
    list-style: none;
}

.ctc_ProductCategoryData .rn_ProductCategoryDisplay .rn_DataLabel{
    width: 100%;
}

.ctc_ProductCategoryData .rn_ProductCategoryDisplay .rn_DataValue{
    float: left;
    margin-left: 0px!important;
}

.ctc_LocalProductInfo{}
.ctc_LocalProductInfo_body{
    max-height: 300px;
    overflow-y: scroll;
}

.ctc_LocalProductInfo_body .contents_nv .cnt_nv_lst{
    border: 0 none !important;
}

.rn_SocialBookmarkLink,
.rn_PrintPageLink,
.rn_EmailAnswerLink,
.rn_CtcEmailAnswerLink,
.rn_CtcEmailAnswerLink2,
.rn_CtcEmailAnswerLink3{
    margin: 0px 10px 0px 0px !important;
    float: left;
}
.rn_AnswerNotificationIcon{
    margin: 0px 0px 0px 0px !important;
    float: left;
}

.rn_SocialBookmarkLink > a::before,
.rn_PrintPageLink > a::before,
.rn_EmailAnswerLink > a::before,
.rn_CtcEmailAnswerLink > a::before,
.rn_CtcEmailAnswerLink2 > a::before,
.rn_CtcEmailAnswerLink3 > a::before,
.rn_AnswerNotificationIcon > a::before{
    margin: 0px 0px 0px 0px!important;
}

.ctc_DetailTools .rn_PrintPageLink{
    float: none;
}

.rn_EmailAnswerLinkForm.rn_EmailLinkDialog input{
    clear: left;
    display: block;
    margin: 5px 5px 5px 5px;
    min-width: 250px;
}
