@charset "UTF-8";
/* CSS Document */

.reviewDetailBox01 .title02,
.reviewEditBox01 .title02{
    border-bottom: 3px solid #cccccc;
    font-size: 1.2rem;
    margin-top: 30px;
    font-weight: bold;
    color: #1b1b1b;
    margin-bottom: 20px;
    position: relative;
}
.reviewDetailBox01 .title02 .howto,
.reviewEditBox01 .title02 .howto{
    background: #f4f4f4;
    color: #ee3586;
    font-weight: normal;
    font-size: 12px;
    padding: 6px 15px;
    text-decoration: none;
    position: absolute;
    right: 0px;
    line-height: 1em;
}
.reviewDetailProductsBox{
    margin-bottom: 25px;
}
.reviewDetailImage01{
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-right: 10px;
}
.reviewDetailImage01 img{
    width: 100%;
}
.reviewDetailHead{
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin-right: 20px;
}
.reviewDetailBoxIn01{
    padding-top: 20px;
}
.reviewDetailTitle01{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.reviewRating .title{
    font-size: 12px;
    background: #f4f4f4;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}
.reviewRating .average{
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}
.reviewRating .star{
    margin-bottom: 10px;
}

.reviewRating .star .m_str_1_0,
.reviewRating .star .m_str_1_5,
.reviewRating .star .m_str_2_0,
.reviewRating .star .m_str_2_5,
.reviewRating .star .m_str_3_0,
.reviewRating .star .m_str_3_5,
.reviewRating .star .m_str_4_0,
.reviewRating .star .m_str_4_5,
.reviewRating .star .m_str_5_0{
    background:url(/excludes/review/img/img_review_star.png) 0 0 no-repeat;
    width:126px;
    height:24px;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
}

.reviewRating .star .m_str_1_0{ background-position:-154px 0;}
.reviewRating .star .m_str_1_5{ background-position:-128px -24px;}
.reviewRating .star .m_str_2_0{ background-position:-128px 0;}
.reviewRating .star .m_str_2_5{ background-position:-102px -24px;}
.reviewRating .star .m_str_3_0{ background-position:-102px 0;}
.reviewRating .star .m_str_3_5{ background-position:-77px -24px;}
.reviewRating .star .m_str_4_0{ background-position:-77px 0;}
.reviewRating .star .m_str_4_5{ background-position:-51px -24px;}
.reviewRating .star .m_str_5_0{ background-position:-51px 0;}



.reviewRating .editBtn a{
    color: #ee3586;
    border:1px solid #ee3586;
    padding: 5px 12px 5px 25px;
    line-height: 1em;
    text-decoration: none;
    background:url(/excludes/review/img/icon_edit.png) 5px 4px no-repeat;
}

.reviewRating .editBtn a:hover{
    color: #fff;
    background:url(/excludes/review/img/icon_edit_on.png) 5px 4px no-repeat #ee3586;
    opacity:1;
}

.reviewRatingRange{
    display: inline-block;
    width: 440px;
}
.reviewRatingRange .title{
    background: #dadada;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    border-bottom: 1px solid #cccccc;
}
.reviewRatingRange .m_str_5,
.reviewRatingRange .m_str_4,
.reviewRatingRange .m_str_3,
.reviewRatingRange .m_str_2,
.reviewRatingRange .m_str_1{
    background:url(/excludes/review/img/img_review_star.png) 0 -24px no-repeat;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
    width:80px;
    height:14px;
    display:block;
    float:left;
    cursor:pointer;
    margin-right:35px;
}

.reviewRatingRange .m_str_5{ background-position:0 -48px;}
.reviewRatingRange .m_str_4{ background-position:-16px -48px;}
.reviewRatingRange .m_str_3{ background-position:-32px -48px;}
.reviewRatingRange .m_str_2{ background-position:-48px -48px;}
.reviewRatingRange .m_str_1{ background-position:-63px -48px;}

.reviewRatingRange li {
    padding: 8px;
    border-bottom: 1px solid #cccccc;
}

.reviewRatingRange li.current,
.reviewRatingRange li:hover{
    background: #fff2f8;
}

.reviewRatingRange .m_bar_area{
    float:left;
    width:250px;
    height:16px;
    display:block;
    background-color:#f4f4f4;
    cursor:pointer;
}

.reviewRatingRange .m_bar_area .m_bar{
    background-color:#f774ae;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
    width:0;
    height:16px;
    display:block;
}

.reviewRatingRange .m_num{
    width: 50px;
    display:inline-block;
    text-align:right;
    cursor:pointer;
    font-size:11px;
    padding-top:1px;
    _padding-top:2px;
}


/*フィルター*/

.reviewFilter{
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 6px 10px 6px 25px;
    margin-bottom: 30px;
}
.reviewFilter .title{
    float: left;
    font-weight: bold;
    border-right: 1px solid #ccc;
    margin-right: 25px;
    padding-right: 25px;
    line-height: 24px;
}
.reviewFilter .filterSelect{
    float: left;
    line-height: 1em;
}
.reviewFilter .filterSelect li{
    display: inline-block;
    margin-right: 35px;
    line-height: 1em;
}


.reviewFilter .filterSelect li select{
    position: relative;
    float: left;
    width: 100px;
    padding: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #fff;
    height: 24px;
    font-size: 14px;
    margin-right: 5px;
}
.reviewFilter .filterSelect li label{
    position: relative;
    width: 100px;
    display: inline-block;
}
.reviewFilter .filterSelect li label:after {
    width: 11px;
    height: 16px;
    background: url(/excludes/review/img/arrow_select.png) 0 9px no-repeat;
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    pointer-events: none;
}


.reviewFilter .filterSelect li.star select,
.reviewFilter .filterSelect li.star label{
    width: 100px
}

.reviewFilter .filterSelect li.gender select,
.reviewFilter .filterSelect li.gender label{
    width: 60px
}
.reviewFilter .filterSelect li.age select,
.reviewFilter .filterSelect li.age label{
    width: 80px
}
.reviewFilter .filterSelect li.skin select,
.reviewFilter .filterSelect li.skin label{
    width: 90px
}
.reviewFilter .filterSelect li.frequency select,
.reviewFilter .filterSelect li.frequency label{
    width: 100px
}


.reviewFilter .filterBtn{
    float: right;
}

.reviewFilter input.filterSearch{
    border:1px solid #d5d5d5;
    background: #fff;
    height: 24px;
    margin-right: 10px;
    font-size: 13px;
    padding-left: 23px;
    background: url(/excludes/review/img/icon_filtersearch.png) 5px 5px no-repeat;
}

.reviewFilter input.reset{
    border:1px solid #e4e4e4;
    background: #e4e4e4;
    height: 24px;
    font-size: 13px;
}


/*検索数＆ソート*/

.resultStats{
    overflow: hidden;
    margin-bottom: 12px;
}
.resultStats .number{
    float: left;
}
.resultStats .sort{
    float: right;
}
.resultStats .sort .title{
    display: inline-block;
}
.resultStats .sort ul{
    display: inline-block;
}

.resultStats .sort li{
    display: inline-block;
    padding: 0px 20px;
    border-left: 1px solid #1b1b1b;
}
.resultStats .sort li:first-child{
    border-left: none;
}


.reviewCommentListBox{
    border-top: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-top: 1px;
}

.reviewCommentListBox .meta{
    background: #f4f4f4;
    padding: 8px 15px;
    margin-bottom: 20px;
    font-size: 14px;
}
.reviewCommentListBox .meta li{
    margin-right: 15px;
    display: inline-block;
    line-height: 1em;
}
.reviewCommentListBox .meta li.star img{
    vertical-align: text-bottom;
}
.reviewCommentListBox .meta li.frequency{
    background: #ffe9f3;
    border: 1px solid #ee3586;
    border-radius: 8px;
    padding: 3px 15px;
    color: #ee3586;
    font-size: 12px;
}

.reviewCommentListBox .commentTitle{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.reviewCommentListBox .txt p{
    font-size: 14px;
}
.reviewCommentListBox .useful{
    overflow: hidden;
    text-align: right;
    margin-top: 30px;
    font-size: 12px;
    margin-bottom: 20px;
}
.reviewCommentListBox .useful .ttl{
    display: inline-block;
    margin-right: 20px;
}
.reviewCommentListBox .useful ul{
    display: inline-block;
}
.reviewCommentListBox .useful ul li{
    display: inline-block;
    margin-right: 20px;
}
.reviewCommentListBox .useful ul li.current{
    background: #ffe9f3;
    border-radius: 4px;
    padding: 5px 15px;
    line-height: 1em;
}
.reviewCommentListBox .useful .number{
    display: inline-block;
    border-left: 1px solid #000;
    padding-left: 10px;
    line-height: 1em;
}


/* .reviewGoodsTable01 */

.reviewGoodsTable01 {
    width: 960px;
    margin: 20px 0 10px;
}
.reviewGoodsTable01 table {
    border-top: 1px solid #d5d5d5;
    width: 100%;
}
.reviewGoodsTable01 table thead tr th,
.reviewGoodsTable01 table tbody tr td {
    vertical-align: middle;
}
.reviewGoodsTable01 table thead tr th {
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    color: #ffffff;
    border-right: 1px solid #d5d5d5;
    background-color: #989898;
}
.reviewGoodsTable01 table thead tr th:last-child {
    border-right: none;
}
.reviewGoodsTable01 table thead tr th.name01 {
    text-align: left;
    padding: 5px 0 5px 40px;
}

.reviewGoodsTable01 table tbody tr td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #d5d5d5;
}
.reviewGoodsTable01 table tbody tr td.item01{
    width: 150px;
}
.reviewGoodsTable01 table tbody tr td.number01 {
    border-right: 1px solid #eee;
}
.reviewGoodsTable01 table tbody tr td.name01 {
    width: 335px;
    border-right: 1px solid #eee;
    vertical-align: middle;
}
.reviewGoodsTable01 table tbody tr td.name01 ul li{
    list-style: inside none disc;
}
.reviewGoodsTable01 table tbody tr td.volume01 {
    width: 105px;
    border-right: 1px solid #eee;
    text-align: center;
}
.reviewGoodsTable01 table tbody tr td.price01 {
    width: 185px;
    border-right: 1px solid #eee;
    text-align:center;
}
.reviewGoodsTable01 table tbody tr td.price01 p {
    display: inline-block;
    text-align: left;
}
.reviewGoodsTable01 table tbody tr td.price01 span.sellingPrice {
    font-weight: bold;
}
.reviewGoodsTable01 table tbody tr td.price01 span.regularPrice {
    color: #ee3586;
    font-weight: bold;
}
.reviewGoodsTable01 table tbody tr td.btnArea01 {
    width: 185px;
    text-align: center;
}
.reviewGoodsTable01 table tbody tr td.btnArea01 button {
    display: block;
    text-decoration: none;
    padding: 10px;
    border:none !important;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.reviewGoodsTable01 table tbody tr td.btnArea01 button.cartBtn {
    margin-bottom: 5px;
    background: url("/excludes/common/img/icon_cart.png") 5px center no-repeat;
    background-color: #ec1f78;
}
.reviewGoodsTable01 table tbody tr td.btnArea01 button span {
    padding-left: 25px;
}
.reviewGoodsTable01 table tbody tr td.btnArea01 button:hover {
    opacity: 0.8;
}



/* ------------
    投稿画面
---------------*/

.reviewEditBox01 .title02{
    border-bottom: 3px solid #cccccc;
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
    color: #1b1b1b;
    margin-bottom: 20px;
}

.reviewEditHead{
    display: inline-block;
    width: 200px;
    margin-right: 20px;
}
.reviewEditHead .reviewEntryImage01{
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
.reviewEditHead .reviewEntryImage01 img{
    width: 100%;
}
.reviewEditHead .reviewEntryTitle01{
    font-size: 14px;
    font-weight: bold;

}
.reviewEditMain{
    display: inline-block;
    width: 730px;
    vertical-align: top;
}

.reviewEditMainBox{
    margin-bottom: 35px;
}


.reviewEditMainBoxTitle {
    display: block;
    background:url(/excludes/img/ico_excludes_arrow01.png) left 8px no-repeat;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.reviewEditMainBoxTitle span{
    font-weight: normal;
    text-align: right;
    position: absolute;
    right: 0px;
    top:5px;
    font-size: 11px;
}

/* reviewFormTable */


.reviewFormTable {
    margin-top: 10px;
}
.reviewFormTable table {
    width: 100%;
    border-top: 1px solid #d5d5d5;
}
.reviewFormTable table tbody tr th,
.reviewFormTable table tbody tr td {
    border-bottom: 1px solid #d5d5d5;
    font-size: 12px;
}
.reviewFormTable table tbody tr th {
    background-color: #eee;
    padding: 20px 10px;
    width: 180px;
    font-weight: bold;
    overflow: hidden;
}
.reviewFormTable table tbody tr th span {
    font-weight: normal;
    font-size: 11px;
}
.reviewMust {
    float: right;
    width: 30px;
    border: 1px solid #f04591;
    padding: 2px 6px;
    background-color: #fff;
    font-size: 84%;
    color: #f04591;
    text-align: center;
    letter-spacing: 0.2em;
    margin-left: 12px;
}
.reviewFormTable table tbody tr td {
    padding: 20px;
    width: 484px;
    overflow: hidden;
}
.reviewFormTable table tbody tr td #m_starWrap{
    overflow: hidden;
    float: left;
}
.reviewFormTable table tbody tr td #m_starWrap li {
    float:left;
    margin-right:6px;
    width: 25px;
}

.reviewFormTable table tbody tr td #m_starWrap a {
    display:block;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
    background:url(/excludes/review/img/review_entry_star.png) -25px 0 no-repeat;
    width:25px;
    height:25px;
}

.reviewFormTable table tbody tr td #m_starWrap a:hover{
    background-position:0 0;
}


.reviewFormTable table tbody tr td #m_starWrap.m_selected_5 .m_star_1,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_5 .m_star_2,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_5 .m_star_3,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_5 .m_star_4,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_5 .m_star_5,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_4 .m_star_1,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_4 .m_star_2,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_4 .m_star_3,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_4 .m_star_4,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_3 .m_star_1,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_3 .m_star_2,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_3 .m_star_3,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_2 .m_star_1,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_2 .m_star_2,
.reviewFormTable table tbody tr td #m_starWrap.m_selected_1 .m_star_1 {
    background-position:0 0;
}

.reviewFormTable table tbody tr td .notes01{
    float: left;
    vertical-align: top;
    line-height: 35px;
    margin-left: 15px;
}

.reviewFormTable table tbody tr td input[type=text]{
    height: 24px;
    width: 100%;
    background-color: #E6F7F7;
    border: 1px solid #a5a5a5;
}
.reviewFormTable table tbody tr td input[type=text]:focus{
    background: #fff;
}

.reviewFormTable table tbody tr td textarea{
    width: 100%;
    height: 120px;
    background-color: #E6F7F7;
    border: 1px solid #a5a5a5;
    resize: vertical;
}
.reviewFormTable table tbody tr td textarea:focus{
    outline: 0;
    background: #fff;
}

.reviewFormTable table tbody tr td li{
    width: 105px;
    display: inline-block;
    margin: 5px 0px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a5a5a5;
    border-radius: 100%;
    background: #E6F7F7;

}
[type="radio"]:checked + label:before {
    background: #fff!important;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f774ae;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.reviewFormTable table tbody tr td .error{
    color: #ee3586;
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    float: left;
}


.reviewEditMain .terms{
    border: 1px solid #a5a5a5;
    background: #f4f4f4;
    padding: 20px;
    height: 200px;
    overflow: auto;
    margin-bottom: 40px;
    font-size: 12px;
}
.reviewEditMain .terms::-webkit-scrollbar{
    width: 12px;
}
.reviewEditMain .terms::-webkit-scrollbar-thumb{
    background: #ccc;
}
.reviewEditMain .terms::-webkit-scrollbar-track-piece:start{
    background: #eee;
}
.reviewEditMain .terms::-webkit-scrollbar-track-piece:end{
    background: #eee;
}
.reviewEditMain .reviewEntryBtn {
    width: 240px;
    margin: 10px auto 0;
}

.reviewEditMain .reviewEntryBtn input,
.reviewThanks .linkBtn a
{
    width: 100%;
    display: inline-block;
    text-decoration: none;
    padding: 6px;
    line-height: 1.2;
    font-size: 117%;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background-color: #f04591;
    border: 1px solid #f04591;
    color: #fff;
}

.reviewEditMain .reviewEntryBtn input:hover,
.reviewThanks .linkBtn a:hover{
    opacity: 0.8;
}

.reviewThanks .linkBtn{
    text-align: center;
}
.reviewThanks .linkBtn li {
    display: inline-block;
    text-align: center;
    padding-right: 15px;
}
.reviewThanks .linkBtn li a{
    padding-left:20px;
    padding-right:20px;
}
.reviewThanks .linkBtn li:first-child a{
    width: auto;
}


.reviewThanks .message{
    text-align: center;
    font-size: 14px;
    width: 600px;
    margin: 50px auto 50px auto;
    padding: 40px 15px;
    border:1px solid #f03488;
}

.reviewThanks .message span{
    font-weight: bold;
    color: #f03488;
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
}



/*一覧ページ用*/

.productsListBox01 .productsDetailBoxIn01 figure{
    width: 120px;
    overflow: hidden;
}
.productsListBox01 .productsDetailBoxIn01 figure img{
    width: 100%;
}
.productsListReview {
    margin-top: 15px;
    overflow: hidden;
}

.productsListReview a{
    text-decoration: none;
}
.productsListReview a:hover{
    text-decoration: underline;
    opacity: 1;
}

.productsListReview .title{
    float: left;
    background: #f4f4f4;
    font-size: 11px;
    padding: 2px 5px;
    margin-right: 5px;
}
.productsListReview .m_str_1_0,
.productsListReview .m_str_1_5,
.productsListReview .m_str_2_0,
.productsListReview .m_str_2_5,
.productsListReview .m_str_3_0,
.productsListReview .m_str_3_5,
.productsListReview .m_str_4_0,
.productsListReview .m_str_4_5,
.productsListReview .m_str_5_0{
    background:url(/excludes/review/img/productList_star.png) 0 0 no-repeat;
    display:block;
    width:80px;
    height:15px;
    float:left;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
    margin-top: 2px;
}

.productsListReview a:hover .m_str_1_0,
.productsListReview a:hover .m_str_1_5,
.productsListReview a:hover .m_str_2_0,
.productsListReview a:hover .m_str_2_5,
.productsListReview a:hover .m_str_3_0,
.productsListReview a:hover .m_str_3_5,
.productsListReview a:hover .m_str_4_0,
.productsListReview a:hover .m_str_4_5,
.productsListReview a:hover .m_str_5_0{
    opacity: 0.8;
}

.productsListReview .m_str_1_0{ background-position:-64px 0px;}
.productsListReview .m_str_1_5{ background-position:-48px -16px;}
.productsListReview .m_str_2_0{ background-position:-48px 0px;}
.productsListReview .m_str_2_5{ background-position:-32px -16px;}
.productsListReview .m_str_3_0{ background-position:-32px 0px;}
.productsListReview .m_str_3_5{ background-position:-16px -16px;}
.productsListReview .m_str_4_0{ background-position:-16px 0px;}
.productsListReview .m_str_4_5{ background-position:-0px -16px;}
.productsListReview .m_str_5_0{ background-position:0px 0px}

.productsListReview .m_eva{
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}


/*詳細ページ*/
.productsDetailNewTitle .reviewRating .editBtn,
.productsDetailNewTitle .reviewRating .title,
.productsDetailNewTitle .reviewRating .star,
.productsDetailNewTitle .reviewRating .star p,
.productsDetailNewTitle .reviewRating .star span
{
    display: inline-block;
    vertical-align: middle;
}
.productsDetailNewTitle .reviewRating .title{
    margin-bottom: 5px;
}
.productsDetailNewTitle .reviewRating .star{
    margin-left: 10px;
    margin-bottom: 5px;
}
.productsDetailNewTitle .reviewRating .star a:hover span{
    text-decoration: underline;

}
.productsDetailNewTitle .reviewRating .editBtn{
    margin-left: 10px;
}

.productsListReview.detail{
    height: 30px;
    background: url(/excludes/review/img/bg_productsListReview.png ) no-repeat #fbeded;
    margin-bottom: 15px;
    padding:10px;
    overflow: hidden;
}


.productsListReview.detail .title{
    float: left;
    width: 100px;
    margin-right: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: none;
}
.productsListReview.detail .m_str_1_0,
.productsListReview.detail .m_str_1_5,
.productsListReview.detail .m_str_2_0,
.productsListReview.detail .m_str_2_5,
.productsListReview.detail .m_str_3_0,
.productsListReview.detail .m_str_3_5,
.productsListReview.detail .m_str_4_0,
.productsListReview.detail .m_str_4_5,
.productsListReview.detail .m_str_5_0{
    background:url(/excludes/review/img/productList_star.png) 0 -30px no-repeat;
    display:block;
    width:130px;
    height:25px;
    float:left;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
    margin-top: 2px;
}

.productsListReview.detail .m_str_1_0{ background-position:-100px -30px;}
.productsListReview.detail .m_str_1_5{ background-position:-75px -55px;}
.productsListReview.detail .m_str_2_0{ background-position:-75px -30px;}
.productsListReview.detail .m_str_2_5{ background-position:-50px -55px;}
.productsListReview.detail .m_str_3_0{ background-position:-50px -30px;}
.productsListReview.detail .m_str_3_5{ background-position:-25px -55px;}
.productsListReview.detail .m_str_4_0{ background-position:-25px -30px;}
.productsListReview.detail .m_str_4_5{ background-position:-0px -55px;}
.productsListReview.detail .m_str_5_0{ background-position:0px -30px}

.productsListReview.detail .m_eva{
    font-size: 20px;
}
.productsListReview.detail .m_ratingCount{
    font-size: 14px;
}
.productsListReview.detail a.allReviewBtn{
    float: right;
    color: #ee3586;
    border:1px solid #ee3586;
    padding: 5px 12px 5px 5px;
    line-height: 1em;
    text-decoration: none;
    background:#fff;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 2px;
}
.productsListReview.detail a:hover.allReviewBtn{
    background: #ee3586;
    color: #fff;
    opacity: 1;
}
.productsListReview.detail a.editBtn{
    float: right;
    color: #ee3586;
    border:1px solid #ee3586;
    padding: 5px 12px 5px 25px;
    line-height: 1em;
    text-decoration: none;
    background:url(/excludes/review/img/icon_edit.png) 5px 4px no-repeat #fff;
    font-size: 13px;
    margin-top: 2px;
}
.productsListReview.detail a:hover.editBtn{
    background:url(/excludes/review/img/icon_edit_on.png) 5px 4px no-repeat #ee3586;
    color: #fff;
}



/*pager*/

.reviewPager01 {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    background: #fff;
    text-align: center;
}

.reviewPager01 li {
    display: inline-block;
    margin: 0px 1px;
    padding: 0;
}

.reviewPager01 li span,
.reviewPager01 li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 6px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1em;
}
.reviewPager01 li.before a,
.reviewPager01 li.next a{
    border: none;
    font-size: 13px;
    border:1px solid #fff;
}
.reviewPager01 li span{
    background: #ee3586;
    border:1px solid #ee3586;
    color: #fff;
}
.reviewPager01 li a{
    background: #fff;
    border:1px solid #ccc;
}

.reviewPager01 li a:hover {
    background: #ee3586;
    border:1px solid #ee3586;
    color: #fff;
}

/**/

.productsListReview2 {
    margin-top: 5px;
    overflow: hidden;
}

.productsListReview2 a{
    text-decoration: none;
}
.productsListReview2 a:hover{
    text-decoration: underline;
    opacity: 1;
}

.productsListReview2 .title{
    /*float: left;*/
    margin-right: 5px;
}

.productsListReview2 .title span{
    background: #f4f4f4;
    font-size: 11px;
    padding: 2px 5px;
}

.productsListReview2 .m_str_1_0,
.productsListReview2 .m_str_1_5,
.productsListReview2 .m_str_2_0,
.productsListReview2 .m_str_2_5,
.productsListReview2 .m_str_3_0,
.productsListReview2 .m_str_3_5,
.productsListReview2 .m_str_4_0,
.productsListReview2 .m_str_4_5,
.productsListReview2 .m_str_5_0{
    background:url(/excludes/review/img/productList_star.png) 0 0 no-repeat;
    display:block;
    width:80px;
    height:15px;
    float:left;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
    margin-top: 2px;
}

.productsListReview2 a:hover .m_str_1_0,
.productsListReview2 a:hover .m_str_1_5,
.productsListReview2 a:hover .m_str_2_0,
.productsListReview2 a:hover .m_str_2_5,
.productsListReview2 a:hover .m_str_3_0,
.productsListReview2 a:hover .m_str_3_5,
.productsListReview2 a:hover .m_str_4_0,
.productsListReview2 a:hover .m_str_4_5,
.productsListReview2 a:hover .m_str_5_0{
    opacity: 0.8;
}

.productsListReview2 .m_str_1_0{ background-position:-64px 0px;}
.productsListReview2 .m_str_1_5{ background-position:-48px -16px;}
.productsListReview2 .m_str_2_0{ background-position:-48px 0px;}
.productsListReview2 .m_str_2_5{ background-position:-32px -16px;}
.productsListReview2 .m_str_3_0{ background-position:-32px 0px;}
.productsListReview2 .m_str_3_5{ background-position:-16px -16px;}
.productsListReview2 .m_str_4_0{ background-position:-16px 0px;}
.productsListReview2 .m_str_4_5{ background-position:-0px -16px;}
.productsListReview2 .m_str_5_0{ background-position:0px 0px}

.productsListReview2 .m_eva{
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}
