@charset "UTF-8";
.accordionBox01 {
    margin-top: 15px;
    width: 100%;
}
.accordionBox01 .accordionTit01 {
    background-color: #666;
    background-image: url(/excludes/common/img/bg/bg_minus_sp01.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px 14px;
    -webkit-background-size: 20px 14px;
    -moz-background-size: 20px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 25px 10px 8px;
    cursor: pointer;
    color: #fff;
    position: relative;
}

.accordionBox01.open .accordionTit01 {
    background-image: url(/excludes/common/img/bg/bg_plus_sp01.png);
    padding: 10px 8px;
}

.accordionBox01 .accordionTit01:after{
    display: none;
}


.accordionBox01.open .accordionTit01:after{
    display:  block;
    content:"評価内訳をみる";
    text-align: right;
    position: absolute;
    right: 26px;
    top:12px;
    font-size: 12px;
    font-weight: normal;
}

.reviewFilter.accordionBox01.open .accordionTit01:after,
ul.productsDetailListBox01 .accordionBox01.open .accordionTit01:after{
    content: none;
}

.accordionBox01.terms.open .accordionTit01:after{
    content: none;
}



.accordionBox01 .accordionContent01 {
    background-color: #fff;
    padding: 10px 8px;
}
.reviewRatingRange.accordionBox01 .accordionContent01 {
    display: none;
}

.accordionContent01 .reviewCommentListBox .meta li.star img{
    width: 18px;
}

.accordionBox01.reviewFilter{
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0px;
}
.accordionBox01.reviewFilter .accordionTit01 {
    width: 100%;
    overflow: hidden;
    background: none;
    background-image: url(/excludes/common/img/bg/bg_plus_sp01.png);
    padding: 10px 8px 0px 8px;
}
.accordionBox01.reviewFilter .accordionTit01 a{
    display: block;
    width: 48%;
    float: left;
    background: #fff;
    border:1px solid #ee3586;
    color: #ee3586;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 10px 0px;
}
.accordionBox01.reviewFilter .accordionTit01 span{
    display: block;
    width: 48%;
    float: right;
    background: #fff;
    border:1px solid #ee3586;
    color: #ee3586;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 10px 0px;
}

.accordionBox01.reviewFilter .accordionContent01{
    width: 100%;
    float: left;
    background: #ee3586;
    margin-top: -1px;
    box-sizing: border-box;
}


.linkWindow {
    display: inline-block;
    padding-right: 20px;
    background-image: url(/excludes/mypage/img/icon_window.jpg);
    background-repeat: no-repeat;
    background-position: right 0.5em;
    background-size: 12px 12px;
    cursor: pointer;
}


.reviewDetailBox01 .title02,
.reviewEditBox01 .title02{
    border-bottom: 3px solid #cccccc;
    font-size: 1.4rem;
    margin-top: 30px;
    font-weight: bold;
    color: #1b1b1b;
    margin-bottom: 20px;
    position: relative;
    line-height: 44px;
    color: #414141;
    padding-left: 5px;
}
.reviewDetailBox01 .title02 .howto,
.reviewEditBox01 .title02 .howto{
    background: #f4f4f4;
    color: #ee3586;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    bottom:5px;
    line-height: 1em;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    height: 25px;
}
.reviewDetailProductsBox{
}
.reviewDetailImage01{
    width: 70%;
    vertical-align: top;
    margin: 0px auto 10px auto;
}
.reviewDetailImage01 img{
    width: 100%;
}
.reviewDetailHead{
    vertical-align: top;
    width: 80%;
    margin: 0px auto 20px auto;
}
.reviewDetailBoxIn01{
    padding-top: 20px;
}
.reviewDetailTitle01{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.reviewRating a{
    text-decoration: none;
}
.reviewRating a:hover{
    text-decoration: underline;
    opacity: 1;
}
.reviewRating .title{
    width: 100%;
    float: left;
    display: block;
    background: none;
}
.reviewRating .title span{
width: auto;
    background: #f4f4f4;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 5px;
    float: none;
    display: inline;
}
.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/sp/img/img_review_star.png) 0 0 no-repeat;
    background-size: auto 63px;
    width:126px;
    height:24px;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
    display: inline-block;
}

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

.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;}

.accordionBox01.reviewFilter .accordionTit01 span{
    background: url(/excludes/review/sp/img/bg_plus_review01.png)right center no-repeat!important;
    background-size:20px 14px!important;
}
.accordionBox01.reviewFilter.open .accordionTit01 span{
    background: url(/excludes/review/sp/img/bg_minus_review01_white.png)right center no-repeat #ee3586!important;
    background-size:20px 14px!important;
    color: #fff;
}

.accordionBox01.reviewFilter .accordionTit01 a.editBtn{
    background:url(/excludes/review/sp/img/icon_edit.png) 7px 13px no-repeat;
    position: relative;
}

.accordionBox01.reviewFilter .accordionTit01 a.editBtn:after{
    content:"";
    position: absolute;
    right: 0px;
    top:14px;
    width: 20px;
    height: 14px;
    background:url(/excludes/review/sp/img/bg_edit_right.png) right center no-repeat;
    background-size:20px 14px!important;
}


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

.reviewRatingRange{

}
.reviewRatingRange .title{
}
.reviewRatingRange .m_str_5,
.reviewRatingRange .m_str_4,
.reviewRatingRange .m_str_3,
.reviewRatingRange .m_str_2,
.reviewRatingRange .m_str_1{
    background:url(/excludes/review/sp/img/img_review_star.png) 0 -24px no-repeat;
    background-size: auto 63px;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
    width:80px;
    height:14px;
    display:block;
    float:left;
    cursor:pointer;
    margin-right:15px;
}

.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 8px 5px 8px;
    border-bottom: 1px solid #cccccc;
}
.reviewRatingRange li.current,
.reviewRatingRange li:hover{
    background: #fff2f8;
}

.reviewRatingRange .m_bar_area{
    float:left;
    width:46%;
    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{
}
.reviewFilter .title{
    font-weight: normal;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}
.reviewFilter .filterSelect{
    float: none;
    line-height: 1em;
}
.reviewFilter .filterSelect li{
    display: block;
    margin-right: 0px;
    line-height: 1em;
}


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

.reviewFilter .filterBtn{
    float: none;
    overflow: hidden;
}

.reviewFilter input.filterSearch{
    float: right;
    display: inline-block;
    background: #fff;
    min-height: 24px;
    margin-right: 0px;
    font-size: 13px;
    padding: 5px;
    border: none;
    background: #414141;
    color: #fff;
    width: 65%;
}

.reviewFilter input.reset{
    float: left;
    border:none;
    background: #cccccc;
    color: #fff;
    padding: 5px;
    min-height: 24px;
    font-size: 13px;
    width: 32%;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*検索数＆ソート*/

.resultStats{
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.resultStats .number{
    margin-top: 15px;
}
.resultStats .sort .title{
    display: inline-block;
}
.resultStats .sort ul{
    display: inline-block;
}

.resultStats .sort li{
    display: inline-block;
    padding: 0px 5px;
    border-left: 1px solid #1b1b1b;
    font-weight: bold;
}
.resultStats .sort li a{
    font-weight: normal;
}
.resultStats .sort li:first-child{
    border-left: none;
}


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

}
ul.productsDetailListBox01 li ul li.reviewCommentListBox{
    margin-bottom: 36px;
}
.reviewCommentListBox .meta ul{
    background: #fff;
    padding: 8px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.reviewCommentListBox .meta ul:first-child{
    background: #f4f4f4;
    padding: 8px 10px;
    margin-bottom: 0px;
    font-size: 14px;
}
.reviewCommentListBox .meta li{
    margin-right: 15px;
    display: inline-block;
    line-height: 1em;
}
.reviewCommentListBox .meta li.star img{
    vertical-align: text-bottom;
    width: 18px;
}
.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: 0px 5px 15px 5px;
    padding: 0px 5px 5px;
    border-bottom: 1px solid #cccccc;
}
.reviewCommentListBox .txt{
    margin-bottom: 15px;
}
.reviewCommentListBox .txt p{
    font-size: 14px;
    padding: 0px 10px;
}
.reviewCommentListBox .useful{
    overflow: hidden;
    text-align: left;
    margin-top: 30px;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 6px 8px 8px 8px;
    border: 1px dotted #b5b5b5;
    margin: 0px 10px;
    background: #fef9f9;
    line-height: 1.7em;
}
.reviewCommentListBox .useful .ttl{
    display: inline-block;
    margin-right: 5px;
}
.reviewCommentListBox .useful ul{
    display: inline-block;
}
.reviewCommentListBox .useful ul li{
    display: inline-block;
    margin-right: 10px;
}
.reviewCommentListBox .useful ul li.current{
    background: #ffe9f3;
    border-radius: 4px;
    padding: 2px 5px;
    line-height: 1em;
    margin-right: 0;
}
.reviewCommentListBox .useful .number{
    display: block;
    padding-left: 0px;
    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;
    position: relative;
}
.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;
}



/*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;
}




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


.reviewEditHead{
    display: block;
    width: 80%;
    margin:0px auto;
    margin-bottom: 35px;
}
.reviewEditHead .reviewEntryImage01{
    margin-bottom: 10px;
}
.reviewEditHead .reviewEntryImage01 img{
    width: 100%;
}
.reviewEditHead .reviewEntryTitle01{
    font-size: 17px;
    font-weight: bold;

}
.reviewEditMain{
    width: 100%;
    vertical-align: top;
}


.reviewEditMainBoxTitle {
    display: block;
    background:#404040;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.reviewEditMainBoxTitle span{
    font-weight: normal;
    font-size: 11px;
    display: block;
}
/* reviewFormTable */
.reviewFormTable {
    margin-top: 10px;
    padding: 5px;
}
.reviewFormTable table {
    width: 100%;
}

.reviewFormTable table tbody tr th {
    box-sizing: border-box;
    background-color: #eee;
    padding: 7px 5px;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    display: block;
}
.reviewFormTable table tbody tr th span {
    font-weight: normal;
    font-size: 11px;
    margin-left: 5px;
}
.reviewFormTable table tbody tr th .reviewMust {
    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 {
    box-sizing: border-box;
    padding: 10px 8px 15px 8px;
    width: 100%;
    overflow: hidden;
    display: block;
}
.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/sp/img/review_entry_star.png) -25px 0 no-repeat;
    background-size: auto 25px;
    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{
    vertical-align: top;
    line-height: 1.3em;
    margin-left: 0px;
    font-size: 11px;
}

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

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

.reviewFormTable table tbody tr td li{
    width: 30%;
    display: inline-block;
    margin: 5px 0px;
    font-size: 13px;
}


[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: 5px;
    font-size: 13px;
    float: left;
}


.reviewEditMain .terms{
    margin-bottom: 40px;

}
.reviewEditMain .terms ul{
    margin:15px 0px 15px 15px;
    padding-left: 15px;

}
.reviewEditMain .terms li{
    list-style: disc;
}
.box1 .box1-inner dl dd p.ttl_terms{
    margin-bottom: 10px;
}

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


.reviewThanks .linkBtn{
    text-align: center;
}
.reviewThanks .linkBtn li {
    display: block;
    text-align: center;
    padding-right: 15px;
    width: 300px;
    margin:0px auto 15px auto;
}

.reviewThanks .linkBtn li a{
}


.reviewThanks .message{
    text-align: center;
    font-size: 14px;
    width:80%;
    margin: 30px 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;
}


/*一覧ページ用*/
.productsListReview {
    margin-top: 15px;
    overflow: hidden;
}

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

.productsListReview .title{
    float: left;
    background: #f4f4f4;
    font-size: 11px;
    padding: 2px 5px;
    margin-right: 5px;
    line-height: 2em;
}
.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/sp/img/productList_star.png) 0 -30px no-repeat;
    background-size: auto 80px;
    display:block;
    /* width:29%; */
    width:103px;
    height:20px;
    float:left;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
    margin-top: 2px;
}

.productsListReview .m_str_1_0{ background-position:-82px -24px;}
.productsListReview .m_str_1_5{ background-position:-61px -44px;}
.productsListReview .m_str_2_0{ background-position:-62px -24px;}
.productsListReview .m_str_2_5{ background-position:-41px -44px;}
.productsListReview .m_str_3_0{ background-position:-42px -24px;}
.productsListReview .m_str_3_5{ background-position:-21px -44px;}
.productsListReview .m_str_4_0{ background-position:-22px -24px;}
.productsListReview .m_str_4_5{ background-position:-1px -44px;}
.productsListReview .m_str_5_0{ background-position:2px -24px}

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


/*詳細ページ*/
.productsListReview.detail{
    margin-bottom: 15px;
    padding:10px 0 10px 0;
    overflow: hidden;
    width: 100%;
    margin:0px auto 15px 0;
}
.productsListReview.detail .title{
    width: 100%;
    float: left;
    display: block;
    background: none;
}
.productsListReview.detail a{
    text-decoration: none;
}
.productsListReview.detail a:hover{
    text-decoration: underline;
    opacity: 1;
}

.productsDetailListBox01 .accordionBox01 .accordionContent01.review{
    padding-left:0px;
    padding-right:0px;
}


.productsListReview.detail .title span{
    width: auto;
    background: #f4f4f4;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 5px;
    float: none;
    display: inline;
}
.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/sp/img/productList_star.png) 0 -30px no-repeat;
    background-size: auto 100px;
    display:block;
    width:130px;
    height:25px;
    float:left;
    text-indent:-9999px;
    font-size:0;
    overflow:hidden;
    margin-top: 2px;
}
.productsListReview.detail a:hover .m_str_1_0,
.productsListReview.detail a:hover .m_str_1_5,
.productsListReview.detail a:hover .m_str_2_0,
.productsListReview.detail a:hover .m_str_2_5,
.productsListReview.detail a:hover .m_str_3_0,
.productsListReview.detail a:hover .m_str_3_5,
.productsListReview.detail a:hover .m_str_4_0,
.productsListReview.detail a:hover .m_str_4_5,
.productsListReview.detail a:hover .m_str_5_0{
    opacity: 0.8;
    }

.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{
    box-sizing: border-box;
    float: left;
    width: 100%;
    color: #ee3586;
    border:1px solid #ee3586;
    padding: 10px 12px 10px 5px;
    line-height: 1em;
    text-decoration: none;
    background:#fff;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.productsListReview.detail a.allReviewBtn span{
    font-size: 11px;
}
.productsListReview.detail a.editBtn{
    box-sizing: border-box;
    width: 100%;
    float: left;
    color: #ee3586;
    border:1px solid #ee3586;
    padding: 10px 12px 10px 25px;
    line-height: 1em;
    text-decoration: none;
    font-size: 14px;
    margin-top: 2px;
    text-align: center;
}
.productsListReview.detail a.editBtn span{
    position: relative;
    width: 140px;
    margin: 0px auto;
    display: block;
}
.productsListReview.detail a.editBtn span:before{
    content: "";
    width: 21px;
    height: 18px;
    top:0px;
    left: 0px;
    position: absolute;
    background:url(/excludes/review/sp/img/icon_edit.png) 0px 0px no-repeat #fff;
}
.productsListReview.detail a:hover.allReviewBtn{
    background: #ee3586;
    color: #fff;
    opacity: 1;
}

.productsListReview.detail a:hover.editBtn{
    background:#ee3586;
    color: #fff;
}

.productsListReview.detail a:hover.editBtn span:before{
    content: "";
    width: 21px;
    height: 18px;
    top:0px;
    left: 0px;
    position: absolute;
    background:url(/excludes/review/sp/img/icon_edit_on.png) 0px 0px no-repeat #ee3586;
}

/* 201611追記 review */

.productsListReview2{
    margin-bottom: 15px;
    padding:0 ;
    overflow: hidden;
    /*width: 95%;*/
    margin:10px auto 15px auto;
}
.productsListReview2 .title{
    width: 100%;
    float: left;
    display: block;
    background: none;
}
.productsListReview2 a{
    text-decoration: none;
}
.productsListReview2 a:hover{
    text-decoration: underline;
    opacity: 1;
}

.productsListReview2 .title span{
    width: auto;
    background: #f4f4f4;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 5px;
    float: none;
    display: inline;
}
.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/sp/img/productList_star.png) 0 -30px no-repeat;
    background-size: auto 100px;
    display:block;
    width:130px;
    height:25px;
    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:-100px -30px;}
.productsListReview2 .m_str_1_5{ background-position:-75px -55px;}
.productsListReview2 .m_str_2_0{ background-position:-75px -30px;}
.productsListReview2 .m_str_2_5{ background-position:-50px -55px;}
.productsListReview2 .m_str_3_0{ background-position:-50px -30px;}
.productsListReview2 .m_str_3_5{ background-position:-25px -55px;}
.productsListReview2 .m_str_4_0{ background-position:-25px -30px;}
.productsListReview2 .m_str_4_5{ background-position:-0px -55px;}
.productsListReview2 .m_str_5_0{ background-position:0px -30px}

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

/* 201611追記 リスト */

.mypageGoodsTable01 {
	margin: 15px 0 20px;
    	padding: 0 10px;
}
.mypageGoodsTable01 table {
    	border-top: none;
    	width: 100%;
}

.mypageGoodsTable01 table thead {
	display: none;
}

.h3_basic02 {
	/* background-color: #414141;
    	box-sizing: border-box;
    	color: #fff;
    	float: none;
    	font-size: 16px !important;
    	line-height: 1.2;
    	padding: 10px;
    	width: 100%;*/
	text-align:center;
}

.mypageGoodsTable01 table tbody tr,
.mypageGoodsTable01 table thead tr th,
.mypageGoodsTable01 table tbody tr td {
        display: block;
        float: right;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
}

.mypageGoodsTable01 table tbody tr {
	padding:20px 0 20px 0;
	border-bottom:1px solid #d5d5d5;
}
/* .mypageGoodsTable01 table tbody tr:last-child {
        border-bottom: 1px solid #d5d5d5;
} */

 .mypageGoodsTable01 table tbody tr td {
	text-align: left !important;
        border-bottom: none;
}

.mypageGoodsTable01 table tbody tr td.number01 {
	background-color: #eee;
    	font-size: 15px;
    	font-weight: bold;
    	margin-bottom: 15px;
    	overflow: hidden;
    	padding: 5px;
}

.mypageGoodsTable01 table tbody tr td.number01 p {
	float: left;
}

.mypageGoodsTable01 table tbody tr td.number01 p.pcNone {
	margin-right: 15px;
}

.mypageGoodsTable01 table tbody tr td.img01 {
	 float: left;
         width: 25% !important;
         padding-left: 10px;
         border:none;
}

.mypageGoodsTable01 table tbody tr td.img01 img {
	width: 100%;
        height: auto;
}

.mypageGoodsTable01 table tbody tr td.name01 {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.3;
}

.mypageGoodsTable01 table tbody tr td.name01,
.mypageGoodsTable01 table tbody tr td.volume01,
.mypageGoodsTable01 table tbody tr td.date01,
.mypageGoodsTable01 table tbody tr td.price01,
.mypageGoodsTable01 table tbody tr td.cycle01 {
	border-right: none;
       	margin-bottom: 12px;
}

.mypageGoodsTable01 table tbody tr td.name01,
.mypageGoodsTable01 table tbody tr td.volume01,
.mypageGoodsTable01 table tbody tr td.date01,
.mypageGoodsTable01 table tbody tr td.price01,
.mypageGoodsTable01 table tbody tr td.cycle01 {
	border-bottom: 1px dashed #ccc;
        padding-bottom: 2px;
        margin-bottom: 5px;
        width:72% !important;
}

.mypageGoodsTable01.nophoto table tbody tr td.name01,
.mypageGoodsTable01.nophoto table tbody tr td.volume01,
.mypageGoodsTable01.nophoto table tbody tr td.date01,
.mypageGoodsTable01.nophoto table tbody tr td.price01,
.mypageGoodsTable01.nophoto table tbody tr td.cycle01 {
	width:100% !important;
}

.mypageGoodsTable01 table tbody tr td.delivered01 {
	width: 37%!important;
}

.mypageGoodsTable01 table tbody tr td.delivered01 input {
	font-size: 15px;
}

.mypageGoodsTable01 table tbody tr td.delivered01.td02 {
	display: block;
	width:100% !important;
}

.mypageGoodsTable01 table tbody tr td.delivered01 p.btnArea {
	float: right;
	width: 46%!important;
	margin: 0 2% 0 0;
}

.mypageGoodsTable01 table tbody tr td.delivered01 p.btnArea a.detailBtn {
	width: 100%!important;
}

.mypageGoodsTable01 table tbody tr td.delivered01 p.btnArea.area02 {
	float: none;
	width: 100%!important;
	margin: 0;
}

.mypageGoodsTable01 table tbody tr td.delivered01 p.btnArea.area02 a {
	float: left;
	width: 46%!important;
	margin: 0 2%;
}

.mypageGoodsTable01 table tbody tr td.delivered01 p.txt01 {
	float: left;
	text-align: center;
	width: 46%;
	margin: 0 0 0 2%;
}

.mypageGoodsTable01 table tbody tr td.delivered01 p.txt01 br.pc{
	display: none;
}

.mypageGoodsTable01 table tbody tr td.volume01,
.mypageGoodsTable01 table tbody tr td.date01,
.mypageGoodsTable01 table tbody tr td.price01,
.mypageGoodsTable01 table tbody tr td.cycle01 {
	overflow: hidden;
}

.mypageGoodsTable01 table tbody tr td.volume01 p,
.mypageGoodsTable01 table tbody tr td.date01 p,
.mypageGoodsTable01 table tbody tr td.price01 p,
.mypageGoodsTable01 table tbody tr td.cycle01 p {
	float: left;
}

.mypageGoodsTable01 table tbody tr td.volume01 p.pcNone,
.mypageGoodsTable01 table tbody tr td.date01 p.pcNone,
.mypageGoodsTable01 table tbody tr td.cycle01 p.pcNone {
	margin-right: 30px;
}


.mypageGoodsTable01.wishlist table tbody tr td.item01 {
        width: 28% !important;
	float: left !important;
}

/*
.mypageGoodsTable01 table tbody tr td.day01 {
	background-color: #989898;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 5px;
}

.mypageGoodsTable01 table tbody tr td.day01 p {
	float: left;
}

.mypageGoodsTable01 table tbody tr td.day01 p.pcNone {
	margin-right: 15px;
}
*/

.mypageGoodsTable01 table tbody tr td.btnArea01 {
	 width: 50% !important;
}

.mypageGoodsTable01 table tbody tr td.btnArea01 {
         width: 14%;
         text-align: center;
}

.mypageGoodsTable01 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%;
}

.mypageGoodsTable01 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;
 }

.mypageGoodsTable01 table tbody tr td.btnArea01 button.deleteBtn {
	background: url("/excludes/common/img/icon_close.png") 8px center no-repeat;
        background-color: #989898;
 }

.mypageGoodsTable01 table tbody tr td.btnArea01 button span {
	padding-left: 25px;
}

.mypageGoodsTable01 table tbody tr td.btnArea01 button:hover {
	opacity: 0.8;
}

.mypageGoodsTable01 table tbody tr td.btnArea01 button.outofstockBtn {
	margin-bottom: 5px;
	cursor: default;
        background-color: #cccccc;
}

.mypageGoodsTable01 table tbody tr td.btnArea01 button.outofstockBtn span {
	padding-left: 0;
}

.mypageGoodsTable01 table tbody tr td.btnArea01 button.outofstockBtn:hover {
	opacity: 1;
}

.mypageGoodsTable01.wishlist table tbody tr td.price01 span.memberPrice {
	color: #ee3586;
}


.mypageGoodsTable01 table tbody tr td.btnArea01 p {
    display: inline-block;
    text-align: center;
    font-size: 75%;
    line-height: 1.2;
    border: 1px solid #b7b7b7;
    padding: 10px 8px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: right!important;
}
