@charset "EUC-JP";
/* ================================================================== [ 共通パーツ ] */
/* ================================================================== [ clearfix ] */
.d-review .d-review__main:after,
.d-review .d-review__ratings:after,
.d-review .d-review__nav:after,
.d-review .d-review__wrapper:after,
.d-review .d-review__relation:after,
.d-review .d-review__write .d-review__item:after,
.d-review .d-review__write .d-review__item__actor:after,
.d-review .d-review__write__content .d-review__heading:after,
.d-review .d-review__confirm__content .d-review__heading:after,
.d-review .d-review__complete__content .d-review__heading:after,
.d-review .d-review__row:after,
.d-review .d-review__star-container:after,
.page-ranking .ranking_nav--tab:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.d-review .d-review__main,
.d-review .d-review__ratings,
.d-review .d-review__nav,
.d-review .d-review__wrapper,
.d-review .d-review__relation,
.d-review .d-review__write .d-review__item,
.d-review .d-review__write .d-review__item__actor,
.d-review .d-review__write__content .d-review__heading,
.d-review .d-review__confirm__content .d-review__heading,
.d-review .d-review__complete__content .d-review__heading,
.d-review .d-review__row,
.d-review .d-review__star-container,
.page-ranking .ranking_nav--tab {
    zoom: 1;
}

/* ================================================================== [ star ] */
.d-review [class^="d-rating"] {
    display: inline-block;
    width: 100px;
    height: 25px;
    background: #fff url(http://p.dmm.co.jp/p/common/review/bg_stars.png) no-repeat;
    vertical-align: -.5em;
}

.d-review [class^="d-rating"].la {
    float: left;
    width: 200px;
    height: 50px;
    background: url(http://p.dmm.co.jp/p/common/review/bg_stars_la.png) no-repeat;
}

.d-review [class^="d-rating"] span {
    position: absolute;
    z-index: -1;
}

.d-review .d-rating-00 {
    background-position: 0 0;
}

.d-review .d-rating-05 {
    background-position: 0 -25px;
}

.d-review .d-rating-10 {
    background-position: 0 -50px;
}

.d-review .d-rating-15 {
    background-position: 0 -75px;
}

.d-review .d-rating-20 {
    background-position: 0 -100px;
}

.d-review .d-rating-25 {
    background-position: 0 -125px;
}

.d-review .d-rating-30 {
    background-position: 0 -150px;
}

.d-review .d-rating-35 {
    background-position: 0 -175px;
}

.d-review .d-rating-40 {
    background-position: 0 -200px;
}

.d-review .d-rating-45 {
    background-position: 0 -225px;
}

.d-review .d-rating-50 {
    background-position: 0 -250px;
}

.d-review .d-rating-00.la {
    background-position: 0 0;
}

.d-review .d-rating-05.la {
    background-position: 0 -50px;
}

.d-review .d-rating-10.la {
    background-position: 0 -100px;
}

.d-review .d-rating-15.la {
    background-position: 0 -150px;
}

.d-review .d-rating-20.la {
    background-position: 0 -200px;
}

.d-review .d-rating-25.la {
    background-position: 0 -250px;
}

.d-review .d-rating-30.la {
    background-position: 0 -300px;
}

.d-review .d-rating-35.la {
    background-position: 0 -350px;
}

.d-review .d-rating-40.la {
    background-position: 0 -400px;
}

.d-review .d-rating-45.la {
    background-position: 0 -450px;
}

.d-review .d-rating-50.la {
    background-position: 0 -500px;
}

/* ================================================================== [ more-hide-btn ] */
#w .d-review [class^="d-modtogglelink"] {
    padding-left: 21px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 12px;
    cursor: pointer;
}

#w .d-review [class^="d-modtogglelink"]:hover {
    text-decoration: underline;
}

#w .d-review [class^="d-modtogglelink"][class$="-open"] {
    background-image: url(http://p.dmm.co.jp/p/common/ico/acdn_down.png);
}

#w .d-review [class^="d-modtogglelink"][class$="-close"] {
    background-image: url(http://p.dmm.co.jp/p/common/ico/acdn_up.png);
}

/* ================================================================== [ review-step ] */
.d-review .d-review__write__content .d-review__step,
.d-review .d-review__confirm__content .d-review__step,
.d-review .d-review__complete__content .d-review__step {
    float: right;
    width: 300px;
    height: 25px;
    background: url(http://p.dmm.co.jp/p/common/review/bg_post_step.png) no-repeat;
}
.d-review .d-review__write__content .d-review__step > span,
.d-review .d-review__confirm__content .d-review__step > span,
.d-review .d-review__complete__content .d-review__step > span {
    display: inline-block;
    height: 25px;
    color: #333;
    font-weight: bold;
    line-height: 2.2;
}
.d-review .d-review__write__content .d-review__step .d-review__step__write,
.d-review .d-review__confirm__content .d-review__step .d-review__step__write,
.d-review .d-review__complete__content .d-review__step .d-review__step__write {
    margin-left: 39px;
    color: #fff;
}
.d-review .d-review__write__content .d-review__step .d-review__step__confirm,
.d-review .d-review__confirm__content .d-review__step .d-review__step__confirm,
.d-review .d-review__complete__content .d-review__step .d-review__step__confirm {
    margin-left: 74px;
}
.d-review .d-review__write__content .d-review__step .d-review__step__complete,
.d-review .d-review__confirm__content .d-review__step .d-review__step__complete,
.d-review .d-review__complete__content .d-review__step .d-review__step__complete {
    margin-left: 70px;
}

.d-review .d-review__write__content .d-review__step--second,
.d-review .d-review__confirm__content .d-review__step--second,
.d-review .d-review__complete__content .d-review__step--second {
    background-position: 0 -27px;
}
.d-review .d-review__write__content .d-review__step--second .d-review__step__write,
.d-review .d-review__confirm__content .d-review__step--second .d-review__step__write,
.d-review .d-review__complete__content .d-review__step--second .d-review__step__write {
    color: #333;
}
.d-review .d-review__write__content .d-review__step--second .d-review__step__confirm,
.d-review .d-review__confirm__content .d-review__step--second .d-review__step__confirm,
.d-review .d-review__complete__content .d-review__step--second .d-review__step__confirm {
    color: #fff;
}

.d-review .d-review__write__content .d-review__step--third,
.d-review .d-review__confirm__content .d-review__step--third,
.d-review .d-review__complete__content .d-review__step--third {
    background-position: 0 -54px;
}
.d-review .d-review__write__content .d-review__step--third .d-review__step__write,
.d-review .d-review__confirm__content .d-review__step--third .d-review__step__write,
.d-review .d-review__complete__content .d-review__step--third .d-review__step__write {
    color: #333;
}
.d-review .d-review__write__content .d-review__step--third .d-review__step__complete,
.d-review .d-review__confirm__content .d-review__step--third .d-review__step__complete,
.d-review .d-review__complete__content .d-review__step--third .d-review__step__complete {
    color: #fff;
}

/* ================================================================== [ detail page top ] */
#fn-d-review--anchor > a {
    display: inline-block;
    text-decoration: none;
}
#d-ie7 #fn-d-review--anchor > a {
    display: inline;
    zoom: 1;
}
#fn-d-review--anchor > a:after {
    margin-left: 4px;
    vertical-align: 1px;
    content: url(http://p.dmm.co.jp/p/common/arrow_common_down.gif);
}

/* ================================================================== [ 商品末端：レビュー箇所 ] */
/* ================================================================== [ #review.d-review ] */
#review {
    margin-top: 40px;
}
#review .d-review__unit [class^="d-rating"] {
    line-height: 41px;
}
#d-ie7 #review .d-review__unit [class^="d-rating"] {
    vertical-align: top;
}

.d-review {
    border: none !important;
}
.d-review .d-review__msg {
    color: #159de4;
    font-size: 14px;
    font-weight: bold;
}
.d-review .d-review__msg:before {
    margin-right: 7px;
    vertical-align: -6px;
    content: url(http://p.dmm.co.jp/p/common/review/ico_new.png);
}
.d-review .d-review__ad {
    clear: both;
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px dotted #ccc;
    text-align: center;
}
.d-review .d-review__heading {
    position: relative;
    border-bottom: none !important;
}
.d-review .d-review__heading > h2 {
    margin: 18px 0;
    background-color: #fff !important;
    color: #333 !important;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}
.d-review .d-review__heading span {
    position: absolute;
    right: 0;
    bottom: 0;
}
/* レビュー投稿ページ用 */
#review-post.d-review .d-review__heading span {
    position: static;
}
.d-review .d-review__container {
    margin: 15px 0 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.d-review .d-review__main {
    margin: 16px 16px 0 16px;
}
#d-ie7 .d-review .d-review__main {
    padding: 16px 16px 0 16px;
}
.d-review .d-review__ratings {
    float: left;
    margin-bottom: 8px;
}
.d-review .d-review__points {
    float: left;
    margin-left: 24px;
}
.d-review .d-review__points strong {
    padding-left: 14px;
    font-size: 14px;
}
.d-review .d-review__average {
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 1px dotted #ccc;
}
.d-review .d-review__evaluates {
    margin: 0;
    padding-top: 6px;
}
.d-review .d-review__ratings + .d-review__without-comment {
    height: 96px;
    border-top: 1px dotted #ccc;
}
.d-review .d-review__without-comment {
    clear: both;
    height: 60px;
}
.d-review .d-review__without-comment > div {
    margin: 36px 0 0 30px;
    line-height: 2;
}
#d-ie7 .d-review .d-review__without-comment {
    margin-top: 16px;
    margin-left: 16px;
    padding-top: 16px;
    padding-left: 16px;
}
.d-review .d-review__without-comment + .d-review__btn-container {
    margin: -54px 48px 48px 0;
}
.d-review .d-review__btn-container {
    position: relative;
    float: right;
    margin-top: 12px;
}
.d-review .d-review__ballon {
    position: absolute;
    top: -75px;
    width: 230px;
    height: 75px;
    margin-left: 20px;
    background: url(http://p.dmm.co.jp/p/common/review/bg_ballon.png) no-repeat;
    color: #159de4;
    font-size: 14px;
    font-weight: bold;
}
.d-review .d-review__ballon__text {
    margin: 10.5px 0 0 63px;
}
.d-review .d-review__ballon__text > p {
    margin: 0;
}
.d-review .d-review__with-comment {
    clear: both;
    padding-top: 8px;
}
.d-review .d-review__nav {
    position: relative;
    height: 43px;
    border-top: 2px solid #303030;
    background-color: #eee;
}
#w .d-review .d-review__nav .d-boxcaptside + .d-boxcaptside {
    border-top: none !important;
}
#d-ie7 .d-review .d-review__nav .d-boxcaptside.float-l {
    height: 19px;
}
.d-review .d-review__list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.d-review .d-review__list + .d-boxcaptside.d-boxpagenation {
    margin-bottom: 16px;
}
#d-ie7 .d-review .d-review__list {
    padding-top: 12px;
}
.d-review .d-review__unit {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 3px double #999;
}
.d-review .d-review__unit:first-child {
    padding-top: 0;
    border-top: none;
}
.d-review .d-review__unit > p {
    margin: 1em 0;
}
.d-review .d-review__unit__spoiler {
    display: inline-block;
    width: 70px;
    height: 25px;
    border-radius: 3px;
    background-color: #c00;
    color: #fff;
    line-height: 2;
    vertical-align: 3px;
    text-align: center;
}
#d-ie7 .d-review .d-review__unit__spoiler {
    display: inline;
    zoom: 1;
}
.d-review .d-review__unit__title {
    margin-left: 4px;
    font-size: 16px;
    font-weight: bold;

    -webkit-text-size-adjust: 100%;
}
.d-review .d-review__unit__bottom {
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px dotted #ccc;
}
.d-review .d-review__unit__bottom > p {
    margin: 1em 0;
}
.d-review .d-review__unit__reviewer {
    padding-top: 18px;
    color: #999;
    font-weight: bold;
}
.d-review .d-review__unit__reviewer--booklog {
    font-weight: normal;
}
.d-review .d-review__unit__reviewer--booklog > img {
    margin: 0 .5em;
    vertical-align: bottom;
}
.d-review .d-review__unit__postdate,
.d-review .d-review__unit__service {
    color: #999;
}
.d-review .d-review__unit__evaluate {
    display: inline-block;
    margin-right: 12px;
}
#d-ie7 .d-review .d-review__unit__evaluate {
    display: inline;
    zoom: 1;
}
.d-review .d-review__unit__evaluate-btn {
    display: inline-block;
    width: 50px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #eee;
    color: #000;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
#d-ie7 .d-review .d-review__unit__evaluate-btn {
    display: inline;
    zoom: 1;
}
.d-review .d-review__unit__evaluate-btn:hover {
    background-color: #f6f6f6;
}
.d-review .d-review__unit__voted {
    display: inline-block;
}
#d-ie7 .d-review .d-review__unit__voted {
    display: inline;
    zoom: 1;
    vertical-align: middle;
}

/* =============================================== [ 無料動画（ライトムービー）用商品末端：レビュー箇所 ] */
/* =============================================== [ #page #mainpanel .area-userreview #review.d-review ] */
#page #mainpanel .area-userreview h2 {
    margin: 18px 0;
    padding-left: 0;
    border-left: 0;
    font-size: 20px;
}

#page #mainpanel .area-userreview .d-review .d-review__average {
    margin: 0;
    padding-bottom: 6px;
}

#page #mainpanel .area-userreview .d-review .d-review__evaluates {
    margin: 0;
    padding-top: 6px;
}

#page #mainpanel .area-userreview .d-review .d-review__unit {
    padding: 1em 0;
}
#page #mainpanel .area-userreview .d-review .d-review__unit > p {
    margin: 1em 0;
}

#page #mainpanel .area-userreview .d-review .d-review__unit__bottom > p {
    margin: 1em 0;
}

#page #mainpanel .area-userreview .d-review .d-review__without-comment {
    height: auto;
}
#page #mainpanel .area-userreview .d-review .d-review__without-comment > div {
    margin-bottom: 36px;
}

/* ================================================================== [ レビュー一覧 ] */
/* ================================================================== [ #review-list.d-review ] */
.d-review #review-list-container {
    width: 864px;
    margin: 0 auto;
}

.d-review .d-review__reviewer {
    position: relative;
    margin: 15px 0 10px 0;
}

.d-review .d-review__name {
    margin: 0 0 10px; 
    font-size: 20px;
    font-weight: normal;
}

.d-review .d-review__reviewer-info__content {
    position: relative;
}

.d-review .d-review__ttl-area:after {
    display: table;
    clear: both; 
    content: "";
}

.d-review .d-review__ttl-area .d-review__name {
    float: left;
}

.d-review .d-review__ttl-area .d-review__link-area {
    float: right;
    margin: 10px 0;
}
.d-review .d-review__ttl-area .d-review__link-area li {
    float: left;
    margin-left: 20px;
}
.d-review .d-review__ttl-area .d-review__link-area li:before {
    content: "";
}

.d-review .d-review__reviewer-info,
.d-review .d-review__unreviewed {
    padding: 30px 0 35px;
    border-bottom: 1px dotted #ddd;
}

.d-review .d-review__reviewed {
    padding: 30px 0 0;
}

.d-review .d-review__reviewer-info__status {
    padding: 13px 0; 
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fffde4;
}
.d-review .d-review__reviewer-info__status:after {
    display: table;
    clear: both; 
    content: "";
}
.d-review .d-review__reviewer-info__status .info-box {
    float: left;
    box-sizing: border-box;
    width: 33.33333%;
    padding: 5px 0;
    border-left: 1px solid #ddd;
    font-size: 0; 
    text-align: center;
}
.d-review .d-review__reviewer-info__status .info-box:first-child {
    border-left: none;
}
.d-review .d-review__reviewer-info__status .info-box .info-ttl {
    display: inline-block;
    padding-right: .5em; 
    font-size: 12px;
    vertical-align: middle;
}
.d-review .d-review__reviewer-info__status .info-box .info-status {
    display: inline-block;
    padding-left: .5em; 
    font-size: 16px;
    vertical-align: middle;
}
.d-review .d-review__reviewer-info__status .info-box .info-status span {
    font-weight: bold;
}

.d-review .d-review__unreviewed__list {
    position: relative;
}
.d-review .d-review__unreviewed__list .carousel-cover {
    position: relative; 
    overflow: hidden;
    min-height: 207px;
    margin: 0 45px;
}
.d-review .d-review__unreviewed__list .carousel-cover ul {
    position: absolute;
    left: 50%; 
    margin: 0;
    padding: 0;
    text-align: center;
}
.d-review .d-review__unreviewed__list .carousel-cover ul:after {
    display: block;
    clear: both;
    content: " ";
}
.d-review .d-review__unreviewed__list .carousel-cover ul li {
    list-style: none;
    float: left;
    width: 106px;
    margin-left: 25px;
}
.d-review .d-review__unreviewed__list .carousel-cover ul li:first-child {
    margin-left: 0;
}
.d-review .d-review__unreviewed__list .carousel-cover ul li a {
    display: block;
    width: 90px;
    margin: 0 auto;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.d-review .d-review__unreviewed__list .carousel-cover ul li a:hover {
    text-decoration: none;
}
.d-review .d-review__unreviewed__list .carousel-cover ul li a:hover img {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.d-review .d-review__unreviewed__list .carousel-cover ul li a p {
    margin: 0;
    text-align: left;
}
.d-review .d-review__unreviewed__list .carousel-cover ul li a .unreviewed-image {
    display: table-cell;
    width: 90px; 
    height: 129px;
    vertical-align: middle;
    text-align: center;
}
.d-review .d-review__unreviewed__list .carousel-cover ul li a .unreviewed-image img {
    width: auto;
    max-width: 90px;
    height: auto;
    max-height: 122px;
}
.d-review .d-review__unreviewed__list .carousel-cover ul li a .unreviewed-image .unreviewed-copyright {
    display: block; 
    overflow: hidden;
    height: 50px;
    margin: 5px 0 0;
    color: #666;
    font-size: 8px;
}
.d-review .d-review__unreviewed__list .carousel-cover ul li a .unreviewed-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 48px;
    margin: 6px 0; 
    line-height: 16px;
    word-break: break-all;
}
.d-review .d-review__unreviewed__list .carousel-cover.d-off {
    margin: 0;
}
.d-review .d-review__unreviewed__list .carousel-cover.d-off ul {
    position: static;
}
.d-review .d-review__unreviewed__list .carousel-controller .controller-btn {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 20px;
    height: 90px;
    margin: auto;
    border: #eaeaea 1px solid;
    border-radius: 4px;
    background-color: #f3f3f3;
    text-indent: 100%;
    white-space: nowrap; 
    cursor: pointer;
}
.d-review .d-review__unreviewed__list .carousel-controller .controller-btn span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto; 
    content: "";
}
.d-review .d-review__unreviewed__list .carousel-controller .d-prev {
    left: 0;
}
.d-review .d-review__unreviewed__list .carousel-controller .d-prev span {
    margin-right: 7px; 
    border: 8px solid transparent;
    border-right: 8px solid #767676;
}
.d-review .d-review__unreviewed__list .carousel-controller .d-next {
    right: 0;
}
.d-review .d-review__unreviewed__list .carousel-controller .d-next span {
    margin-left: 7px; 
    border: 8px solid transparent;
    border-left: 8px solid #767676;
}
.d-review .d-review__unreviewed__list .carousel-controller.d-off {
    display: none;
}

.d-review [class^="d-review__box-"] {
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}

.d-review .d-review__box-useful,
.d-review .d-review__box-count {
    display: inline-block;
    vertical-align: top;
}
#d-ie7 .d-review .d-review__box-useful,
#d-ie7
  .d-review .d-review__box-count {
    display: inline;
    zoom: 1;
}

.d-review .d-review__box-useful {
    width: 210px;
    height: 58px;
    margin-right: 10px;
    background-color: #fffde4;
    font-size: 11px;
}
.d-review .d-review__box-useful > div {
    margin-top: 7px;
}

.d-review .d-review__useful {
    font-size: 14px;
    line-height: 1.3;
}
.d-review .d-review__useful > span {
    color: #c00;
    font-size: 20px;
    font-weight: bold;
    vertical-align: -1px;
}

.d-review .d-review__box-count {
    min-width: 150px;
    height: 58px;
    background-color: #eee;
    font-size: 12px;
}
.d-review .d-review__box-count > div {
    margin: 8px 16px;
}

.d-review .d-review__count {
    padding-bottom: 3px;
}
.d-review .d-review__count > span {
    font-weight: bold;
}

.d-review .d-review__eval {
    padding-top: 3px;
    border-top: 1px dotted #ccc;
}
.d-review .d-review__eval > span {
    font-weight: bold;
}

.d-review .d-review__sign {
    position: absolute;
    top: -23px;
    right: 0;
}

.d-review .d-review__wrapper {
    padding: 20px 0;
    border-top: 3px double #999;
}
.d-review .d-review__wrapper:first-child {
    border-top: none;
}

.d-review .d-review__pack {
    float: left;
    width: 90px;
    margin: 0 15px 0 12px;
}

.d-review .d-review__pack__img {
    max-width: 100%;
    height: auto;
}

.d-review .d-review__content {
    float: right;
    width: 732px;
    margin-right: 15px;
}

.d-review .d-review__edit-btn-container {
    float: right;
}

.d-review .d-review__edit-btn-container + .d-review__item {
    width: 558px;
}

.d-review .d-review__item {
    margin-bottom: 12px;
    line-height: 1.7;
}

.d-review .d-review__item__name {
    font-size: 14px;
}

.d-review .d-review__item__info {
    color: #999;
}

.d-review .d-review__wrapper .d-review__unit {
    position: static;
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px dotted #ccc;
}
.d-review .d-review__wrapper .d-review__unit:first-child {
    padding-top: 0;
    border-top: none;
}

.d-review .d-review__wrapper .d-review__unit__header {
    margin: 0;
}

.d-review .d-review__wrapper .d-review__unit__comment {
    margin: 18px 0;
}

#d-ie7 .d-review .d-review__unit__header > [class^="d-rating"] {
    vertical-align: 0;
}

.d-review .d-review__voted {
    margin-top: 18px;
}

.d-review .d-review__relation {
    margin-top: 12px;
}
.d-review .d-review__relation > li {
    list-style: none;
    float: left;
    margin-top: 6px;
    margin-right: 36px;
    padding-left: 12px;
    background: url(http://p.dmm.co.jp/p/common/marker.gif) no-repeat 0 .5em;
    line-height: 1.4;
}
.d-review .d-review__relation > li > a {
    display: block;
    text-indent: -.5em;
}
.d-review .d-review__relation > li:nth-child(4n) {
    margin-right: 0;
}

.d-review .d-review__unit__comment {
  line-height: 22px;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

.d-review .d-review__unit__comment + .d-review__unit__comment {
    display: none;
}

.d-review .d-review__unit__comment--max-height {
    max-height: 90px;
}

.d-review .d-review__unit__comment--open {
    max-height: none;
}

/* ================================================================== [ レビュー投稿入力 ] */
/* ================================================================== [ #review-post.d-review ] */
.d-review .d-review__write {
    width: 812px;
    margin: 0 auto;
}
.d-review .d-review__write .d-review__item {
    margin-top: 24px;
    margin-bottom: 68px;
}
.d-review .d-review__write .d-review__item__name {
    margin: 8px 0;
    font-size: 16px;
    font-weight: bold;
}
.d-review .d-review__write .d-review__item__actor > dt {
    float: left;
}
.d-review .d-review__write .d-review__item__actor > dd {
    margin-left: 4em;
}
.d-review .d-review__write .d-review__item__actor > .d-modtogglelink-open {
    margin-left: 4em;
    padding: 1px 0 0 16px !important;
}
.d-review .d-review__write .d-review__pack {
    float: left;
    width: 150px;
    margin: 0 20px 0 0;
}

.d-review .d-review__info {
    float: right;
    width: 642px;
}
.d-review .d-review__info .d-review__note {
    display: inline-block;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.d-review .d-review__info__ratings {
    display: inline-block;
    margin-right: 10px;
}
.d-review .d-review__info__ratings > span {
    display: inline-block;
    margin-right: 18px;
}
.d-review .d-review__info__ratings > span > strong {
    padding-left: 7px;
    font-size: 14px;
}

.d-review .d-review__low-text {
    font-size: 10px;
}

#d-ie7 .d-review .d-review__write__content .d-review__heading,
#d-ie7
.d-review .d-review__confirm__content .d-review__heading,
#d-ie7
.d-review .d-review__complete__content .d-review__heading {
    margin-bottom: 8px;
}

.d-review .d-review__write__content .d-review__title,
.d-review .d-review__confirm__content .d-review__title,
.d-review .d-review__complete__content .d-review__title {
    float: left;
    margin-bottom: 8px !important;
    border-bottom: none;
    background-position: left 6px !important;
}

.d-review .d-review__write__content .d-review__caution,
.d-review .d-review__confirm__content .d-review__caution,
.d-review .d-review__complete__content .d-review__caution {
    color: #c00;
    font-size: 12px;
    font-weight: bold;
}

.d-review .d-review__form {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fbfcfd;
}
.d-review .d-review__form input[type="text"],
.d-review .d-review__form textarea {
    width: 39em;
    padding: 10px;
    border: 1px solid #a9a9a9;
    font-size: 14px;
}
.d-review .d-review__form textarea {
    height: 15em;
    font-family: inherit;
}
.d-review .d-review__form form p.mg-b6 {
    margin: 14px 0 6px 168px;
}

.d-review .d-review__form__content {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.d-review .d-review__row {
    margin-bottom: 23px;
    font-size: 16px;
}
.d-review .d-review__row .d-review__notes {
    font-size: 12px;
    font-weight: normal;
}

.d-review .d-review__row--evaluate > .d-review__cell:first-child {
    position: relative;
    top: 10px;
}

.d-review .d-review__cell {
    float: left;
}
.d-review .d-review__cell:first-child {
    width: 154px;
    margin-right: 14px;
    font-weight: bold;
    text-align: right;
}
.d-review .d-review__cell .d-review__caution {
    padding-right: 3px;
}
.d-review .d-review__cell #review_nickname + p {
    margin-top: 3px;
    font-size: 12px;
}

.d-review .d-review__colspan {
    margin-bottom: 3px;
    margin-left: 168px;
}

.d-review .d-review__colspan.d-review__caution + dl > dd > input[type="text"],
.d-review .d-review__colspan.d-review__caution + dl > dd > textarea {
    background-color: #ffdede;
}

.d-review .d-review__form__content input[type="radio"] {
    display: none;
}

.d-review .d-review__star-container > label {
    display: block;
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: url(http://p.dmm.co.jp/p/common/review/radio_stars.png) no-repeat;
    cursor: pointer;
}

.d-review .d-review__star-container > label.fn-ratings-full {
    background-position: 0 -40px;
}

.d-review .d-review__star-container > label.fn-ratings-checked {
    background-position: 0 -80px;
}

.d-review .d-review__box-comment,
.d-review .d-review__box-title {
    position: relative;
}

.d-review .d-review__placeholder {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #aaa;
    font-size: 14px;
    cursor: text;
}

.d-review .d-review__spoiler {
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 3px;
    background-color: #b3b3b3;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    cursor: pointer;
}
#d-ie7 .d-review .d-review__spoiler {
    display: inline;
    zoom: 1;
}
.d-review .d-review__spoiler > input[type="checkbox"] {
    margin: 2px 7px 0 0;
    outline: none;
    vertical-align: middle;
    cursor: inherit;
}
#d-ie7 .d-review .d-review__spoiler > input[type="checkbox"] {
    vertical-align: -1px;
}
.d-review .d-review__spoiler > span {
    display: inline-block;
    position: relative;
    top: 2px;
    left: -3px;
    cursor: inherit;
}
.d-review .d-review__spoiler > span::-moz-selection {
    background: transparent;
}
.d-review .d-review__spoiler > span::selection {
    background: transparent;
}
.d-review .d-review__spoiler > span::-moz-selection {
    background: transparent;
}

.d-review .d-review__spoiler.on {
    background: #c00;
}

.d-review .d-review__exposure {
    margin-top: 12px;
    font-size: 12px;
}
.d-review .d-review__exposure .d-review__low-text {
    font-size: 10px;
}

.d-review .d-review__next {
    margin-top: 24px;
    margin-bottom: 4px;
    text-align: center;
}

.d-review .d-review__write__footer {
    margin-top: 24px;
}
.d-review .d-review__write__footer .d-review__note {
    margin-bottom: 36px;
    line-height: 1.7;
}

.d-review .d-review__notice > dl > dt {
    font-size: 14px;
}

.d-review .d-review__notice > dl > dd {
    margin-top: 24px;
    line-height: 1.7;
}

.d-review .d-review__notice__list > li {
    list-style: none;
    margin-right: -5px;
    margin-bottom: 5px;
    padding-left: 7px;
    background: url(http://p.dmm.co.jp/p/common/marker.gif) no-repeat 0 .5em;
    line-height: 1.4;
}

/* ================================================================== [ レビュー投稿確認 ] */
/* ================================================================== [ #review-post.d-review > .d-review__confirm ] */
.d-review .d-review__confirm {
    width: 812px;
    margin: 0 auto;
}
.d-review .d-review__confirm .d-review__title {
    margin-bottom: 14px;
}
.d-review .d-review__confirm .d-review__title + dd {
    display: inline-block;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fbfcfd;
}
.d-review .d-review__confirm .d-review__title + dd > ul > li {
    margin-top: 7px;
    padding-left: 24px;
    background: url(http://p.dmm.co.jp/p/common/review/ico_check.png) no-repeat;
}
.d-review .d-review__confirm .d-review__title + dd > ul > li:first-child {
    margin-top: 0;
}
.d-review .d-review__confirm .d-review__unit {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.d-review .d-review__confirm .d-review__unit > p {
    margin-bottom: 12px;
}
.d-review .d-review__confirm .d-review__unit > p + .d-review__unit__bottom {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.d-review .d-review__confirm .d-review__unit__comment + .d-review__unit__bottom {
    padding-top: 20px;
}
.d-review .d-review__confirm .d-review__notice > dl > dd {
    margin-top: 0;
    margin-bottom: 24px;
}

.d-review .d-review__confirm__header {
    margin: 14px 0 72px 0;
}

.d-review .d-review__confirm__content,
.d-review .d-review__complete__content {
    margin-top: 14px;
}

.d-review .d-review__confirm__btn,
.d-review .d-review__complete__btn {
    text-align: center;
}

.d-review .d-review__confirm__btn > form {
    display: inline;
    margin-right: 12px;
}

.d-review .d-review__confirm__footer {
    margin-top: 48px;
}

/* ================================================================== [ レビュー投稿完了 ] */
/* ================================================================== [ #review-post.d-review > .d-review__complete ] */
.d-review .d-review__complete {
    width: 812px;
    margin: 0 auto;
}
.d-review .d-review__complete .d-review__massage {
    margin: 48px 0 24px;
    text-align: center;
}
.d-review .d-review__complete .d-review__massage__title {
    margin-bottom: 16px;
    font-size: 16px;
}

/* ================================================================== [ ランキングページ ] */
/* ================================================================== [ .page-ranking ]
*/
.page-ranking .ranking_header {
    background: url(http://p.dmm.co.jp/p/review/ranking/bg_head.gif);
    text-align: center;
}
.page-ranking .ranking_header_inner {
    padding: 35px 0;
    background: url(http://p.dmm.co.jp/p/review/ranking/bg_head_award.png) no-repeat center center;
}
.page-ranking .ranking_header h1 {
    margin-bottom: 20px;
}
.page-ranking .ranking_header .ranking_header_txt {
    width: 540px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
}
.page-ranking .ranking_header .ranking_header_txt span {
    display: block;
    margin: .5em 0;
    font-size: 12px;
}

.page-ranking .ranking_campaign {
    background-color: #333;
    color: #fff;
}
.page-ranking .ranking_campaign_inner {
    position: relative;
    width: 916px;
    margin: 0 auto;
    padding: 30px 0;
}
.page-ranking .ranking_campaign_inner .capt02,
.page-ranking .ranking_campaign_inner p {
    width: 450px;
    font-size: 14px;
}
.page-ranking .ranking_campaign_inner .capt02 {
    margin-bottom: .4em;
    font-size: 28px;
    font-weight: bold;
}
.page-ranking .ranking_campaign_inner .txt_notice {
    color: #c00;
}
.page-ranking .ranking_campaign--bnr {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -53px;
}
.page-ranking .ranking_campaign--bnr img {
    width: 318px;
}

.page-ranking .ranking_nav {
    border-bottom: 2px solid #c7ae57;
    background-color: #fff;
}
.page-ranking .ranking_nav--tab {
    width: 916px;
    margin: 0 auto;
}
.page-ranking .ranking_nav--tab li {
    float: left;
    width: 305px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.page-ranking .ranking_nav--tab li.is-on {
    box-shadow: 0 -2px 0 0 #c7ae57 inset;
    color: #c7ae57;
    font-size: 16px;
    font-weight: bold;
}
.page-ranking .ranking_nav--tab li a {
    display: block;
    color: #555;
    font-size: 16px;
    font-weight: bold;
}
.page-ranking .ranking_nav--tab li a:hover {
    background-color: #f8f8f8;
    box-shadow: 0 -2px 0 0 #c7ae57 inset;
    color: #c7ae57;
    text-decoration: none;
}

.page-ranking .ranking {
    padding: 30px 0 40px;
    background-color: #f3f1ec;
}
.page-ranking .ranking .ranking_list {
    width: 916px;
    margin: 0 auto;
    color: #555;
}
.page-ranking .ranking .ranking_list .ranking_table {
    width: 100%;
    border-spacing: 0 2px;
    border-collapse: separate;
    font-size: 16px;
}
.page-ranking .ranking .ranking_list .ranking_table_head {
    display: table-caption;
    border-radius: 5px 5px 0 0;
    background: #666;
}
.page-ranking .ranking .ranking_list .ranking_table_head .ranking_box {
    color: #fff;
}
.page-ranking .ranking .ranking_list .ranking_table_head .ranking_box th {
    min-width: 252px;
    height: 50px;
    font-weight: normal;
    text-align: left;
}
.page-ranking .ranking .ranking_list .ranking_table_head .ranking_box .ranking_box_ttl--name {
    width: 332px;
    padding-left: 80px;
}
.page-ranking .ranking .ranking_list tbody td[class*="ranking_box"] {
    height: 80px;
    background-color: #fff;
}
.page-ranking .ranking .ranking_list tbody .ranking_box_data--name {
    position: relative;
}
.page-ranking .ranking .ranking_list tbody .ranking_box_data--name .ranking_box_rank {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 28px;
    border-radius: 50%;
    background-color: #6cbec5;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
.page-ranking .ranking .ranking_list tbody .ranking_box_data--total,
.page-ranking .ranking .ranking_list tbody .ranking_box_data--rate {
    width: 252px;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--first .ranking_box_data--name .ranking_box_rank,
.page-ranking .ranking .ranking_list tbody .ranking_box--second .ranking_box_data--name .ranking_box_rank,
.page-ranking .ranking .ranking_list tbody .ranking_box--third .ranking_box_data--name .ranking_box_rank {
    width: 42px;
    height: 42px;
    margin: 0 19px;
    background: #6cbec5 url(http://p.dmm.co.jp/p/review/ranking/ico_crown.png) no-repeat center center;
    line-height: 50px;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--first td {
    border-top: 2px solid #d7b92f;
    border-bottom: 2px solid #d7b92f;
    background: #fffae5;
    color: #929ea1;
    font-weight: bold;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--first .ranking_box_data--name {
    border-left: 2px solid #d7b92f;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--first .ranking_box_data--name .ranking_box_rank {
    background-color: #d7b92f;
    color: #d7b92f;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--first .ranking_box_data--rate {
    border-right: 2px solid #d7b92f;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--second td {
    border-top: 2px solid #adb9bc;
    border-bottom: 2px solid #adb9bc;
    background: #eff6f8;
    color: #929ea1;
    font-weight: bold;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--second .ranking_box_data--name {
    border-left: 2px solid #adb9bc;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--second .ranking_box_data--name .ranking_box_rank {
    background-color: #adb9bc;
    color: #adb9bc;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--second .ranking_box_data--rate {
    border-right: 2px solid #adb9bc;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--third td {
    border-top: 2px solid #d19241;
    border-bottom: 2px solid #d19241;
    background: #fff6ea;
    color: #d19241;
    font-weight: bold;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--third .ranking_box_data--name {
    border-left: 2px solid #d19241;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--third .ranking_box_data--name .ranking_box_rank {
    background-color: #d19241;
    color: #d19241;
}
.page-ranking .ranking .ranking_list tbody .ranking_box--third .ranking_box_data--rate {
    border-right: 2px solid #d19241;
}
.page-ranking .ranking .ranking_list .ranking_list_loading {
    padding: 12px 0;
    text-align: center;
}

.page-ranking .box_link--top {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .65);
    line-height: 60px;
    text-align: center;
}
.page-ranking .box_link--top img {
    margin-top: -8px;
    vertical-align: middle;
}
