@charset "utf-8";
/* コメントリスト */
section.comment_lists { height: 1%; font-size: 1em; }

#comment_list .comment_unit {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
}

section.comment_lists ul.list li {
    margin: auto;
    padding: 0;
    background: none;
}
#comment_list .res_no {
    border-radius: 0;
    box-sizing: border-box;
    background: #2D69AA;
    color: #fff;
    display: block;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
    margin: 0.05em 0 0 0;
    padding: 3px 1px 1px;
    position: relative;
    text-align: center;
    min-width: 20px;
}

section.comment_lists ul.list li div.name {
    color: #58acf2;
    font-size: 80% !important;
    margin-left: 2.2em;
    padding-top: 0.21em;
}
section.comment_lists ul.list li div.admin {
    color: #FE4E4E;
    font-weight: bold;
}
#comment_list .gauge-wrapper { height: 1% }
#comment_list .gauge { height: 1% }
#comment_list .gauge-wrapper {
    position: relative;
    width: 100%;
    height: 1em;
    background: #58ACF2;
    border-radius: 5px;
}
#comment_list .gauge-wrapper-nongood {
    position: relative;
    width: 100%;
    height: 1em;
    background: #58ACF2;
    border-radius: 5px;
}
#comment_list .gauge-wrapper-disable {
    position: relative;
    width: 100%;
    height: 1em;
    background: #58ACF2;
    background: -moz-linear-gradient(top, #D8D8D8 0%, #D8D8D8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D8D8D8), color-stop(100%,#D8D8D8));
    background: -webkit-linear-gradient(top, #D8D8D8 0%,#D8D8D8 100%);
    background: -o-linear-gradient(top, #D8D8D8 0%,#D8D8D8 100%);
    background: -ms-linear-gradient(top, #D8D8D8 0%,#D8D8D8 100%);
    background: linear-gradient(to bottom, #D8D8D8 0%,#D8D8D8 100%);
    border-radius: 5px;
}
#comment_list .gauge {
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 1px 4px;
    font-size: 10px;
    line-height: 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    background: #FE4E4E;
    border-radius: 5px 0px 0px 5px;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
#comment_list .gauge-nongood {
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 1px 4px;
    font-size: 10px;
    line-height: 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    background: #58ACF2;
    border-radius: 5px;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
#comment_list .gauge-disable {
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 1px 4px;
    font-size: 10px;
    line-height: 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    background: #D8D8D8;
    border-radius: 5px;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
#comment_list div.score_area > .good {
    height: 59px;
    text-align: left;
}
#comment_list div.score_area > .good img.mark { width: 2em; }
#comment_list div.score_area > .good div.score { color: #FE4E4E; }
#comment_list div.score_area > .bad {
    text-align: right;
    margin-top: -59px;
}
#comment_list div.score_area > .bad img { width: 2em; }
#comment_list div.score_area > .bad div.score {  color: #58ACF2;  }

#comment_list .comment_great {
  font-size: 1.3em;
  color: #dd3008;
  font-weight: Bold;
  margin: 1em 0 1em 0 !important;
}

#comment_list .comment_good {
  font-size: 1.3em;
  color: #0a0a0a;
  font-weight: Bold;
  margin: 1em 0 1em 0 !important;
}

#comment_list .comment_normal {
  color: #0a0a0a;
  font-weight: Bold;
  margin: 1em 0 1em 0 !important;
}

#comment_list .comment_bad {
  font-size: 0.75em;
  color: #0a0a0a;
  font-weight: normal;
  margin: 1em 0 1em 0 !important;
}

#comment_list .comment_worst {
  font-size: 0.5em;
  color: #0a0a0a;
  font-weight: lighter;
  margin: 1em 0 1em 0 !important;
}

#comment_list hr.comment {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
    margin: 8px;
}

#comment_list .comment_list_footer {
    font-size: 80%;
    margin: 0 0 0 auto;
    text-align: right;
    width: 100%;
}
#comment_list .comment_list_footer .res {
    display: inline-block;
    margin: 0 5px 0 0;
    text-align: right;
    width: auto;
}
#comment_list .comment_list_footer .res img.re {
    height: 2em;
    vertical-align: middle;
}
#comment_list .comment_list_footer .res span.caption {
    padding-left: 5px;
}
#comment_list .comment_list_footer .score_area {
    display: inline-block;
    height: 2.5em;
}
#comment_list .comment_list_footer .score_area .score_area_wrap {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#comment_list .comment_list_footer .score_area .score_area_wrap .img_wrap {
    display: inline-block;
}
#comment_list .comment_list_footer .score_area .score_area_wrap .good {
    float: left;
    padding-right: 5px;
}
#comment_list .comment_list_footer .score_area .score_area_wrap .bad {
    float: right;
    padding-left: 5px;
}
#comment_list .comment_list_footer .score_area .score_area_wrap img.icon {
    height: 2.5em;
    width: 2.5em;
    vertical-align: top;
}
#comment_list .comment_list_footer.mask {
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
#comment_list .comment_list_footer img.mask {
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
#comment_list .comment_list_footer .score_area .score_area_wrap .score_wrap {
    display: inline-block;
    height: 100%;
    width: 150px;
    vertical-align: top;
}
@media only screen and (max-width: 736px) {
    #comment_list .comment_list_footer .score_area .score_area_wrap .score_wrap {
        width: 100px;
    }
}
#comment_list .comment_list_footer .score_area .score_area_wrap .score_wrap .content_line {
    height: 50%;
}
#comment_list .comment_list_footer .score_area .score_area_wrap .score_wrap .good {
    float: left;
    text-align: left;
    color: #FE4E4E;
    font-size: 0.75em;
}
#comment_list .comment_list_footer .score_area .score_area_wrap .score_wrap .bad {
    text-align: right;
    color: #58ACF2;
    font-size: 0.75em;
}