@charset "Shift_JIS";

/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
div.review_intro_ {
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}
div.review_info_ {
    width: 100%;
    overflow: hidden;
}
div.review_count_summary_ {
    padding: 9px;
    float: left;
    display: inline;
    width: 180px;
    background: #f8f8f8;
    border: 1px solid #ccc;
}
div.review_count_summary_ dl.review_score_ {
    width: 100%;
    overflow: hidden;
}
div.review_count_summary_ dl.review_score_ dt {
    float: left;
    display: inline;
    font-weight: bold;
}
div.review_count_summary_ dl.review_count_ {
    width: 100%;
    overflow: hidden;
}
div.review_count_summary_ dl.review_count_ dt {
    float: left;
    display: inline;
    font-weight: bold;
}
div.review_desc_ {
    float: right;
    display: inline;
    width: 360px;
}
div.review_desc_ .btn_review_ {
    margin-top: 10px;
    text-align: right;
}
.review_pagenav_ {
    margin: 0 0 10px 0;
    clear: both;
    background: #f0f0f0;
    padding: 5px;
    display: none;
}
/**/
/* ページ切換 */
div#page_changer_top {
}
div#page_changer_top .pager_ref_ {
    margin: 2px 5px;
    color: #003780;
    text-decoration: underline;
    font-weight: bold;
    white-space: nowrap;
}
div#page_changer_top .pager_now_ {
    margin: 2px 5px;
    color: #cc0000;
    font-weight: bold;
    white-space: nowrap;
}
/**/
/* レビュー記事 */
.review_line_ {
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}

.review_line_title_ {
    background: gold none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 0 5px 20px;
    border-radius: 5px;
}
div.review_line_summary_ {
}
div.review_line_summary_ dl.review_line_name_ {
    width: 100%;
    overflow: hidden;
}
div.review_line_summary_ dl.review_line_name_ dt {
    float: left;
    display: inline;
    font-weight: bold;
}
dl.review_line_name_:before {
    background: rgba(0, 0, 0, 0) url("/img/icon/reviewmen.jpg") repeat scroll 0
        0 / contain;
    content: "";
    display: inline-block;
    float: left;
    height: 30px;
    vertical-align: middle;
    width: 30px;
}
.review_line_comment_ {
    background: #eee none repeat scroll 0 0;
    padding: 20px;
}
.moderate_vote_ {
    padding: 5px;
    font-weight: bold;
    background: #f0f0f0;
}
.moderate_info1_ {
    margin-top: 10px;
}
.moderate_info2_ {
    margin-top: 10px;
}
.moderate_info2_ span {
    cursor: pointer;
    text-decoration: underline !important;
}
.mode_select_line_ {
    cursor: pointer;
}
#review_form {
    margin-bottom: 20px;
    text-align: right;
}

/**/
/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
    margin: 0 auto;
    width: 960px;
}
.review_table_ {
    margin: 20px 0;
    border-collapse: collapse;
    width: 100%;
}
.review_table_ th {
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}
.review_submit_ {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px dotted #ccc;
}
.review_backbutton_ {
    margin: 20px 0 0 0;
    text-align: center;
}
span.title_ {
    float: left;
}
/**/
/* 確認画面 */
div.confirm_layer_frame_ {
    margin-top: 20px;
}
/**/
