/*============================
js-comment
============================*/
.clear, .heartBtn, .commentList-head, .commentList-utility, .sortBtn, .list_command {
  *zoom: 1;
}
.clear:before, .heartBtn:before, .commentList-head:before, .commentList-utility:before, .sortBtn:before, .list_command:before, .clear:after, .heartBtn:after, .commentList-head:after, .commentList-utility:after, .sortBtn:after, .list_command:after {
  content: "";
  display: table;
  clear: both;
}
.clear:after, .heartBtn:after, .commentList-head:after, .commentList-utility:after, .sortBtn:after, .list_command:after {
  clear: both;
}

.comment-container {
  padding: 0 15px;
}

.heartBtn {
  background: #f1eeeb;
  padding: 12px;
  margin: 0;
}
.heartBtn li {
  float: left;
  margin-left: 20px;
}
.heartBtn li:first-child {
  margin-left: 0;
}
.heartBtn a {
  display: block;
  width: 275px;
  height: 100px;
  line-height: 2.3;
  text-align: center;
  background: #fff;
  border-right: 4px solid #d6d6d6;
  border-bottom: 4px solid #d6d6d6;
}
.heartBtn img {
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  top: -15px;
}
.heartBtn .num, .heartBtn .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100px;
  vertical-align: top;
}
.heartBtn .num {
  font-size: 48px;
  font-size: 4.8rem;
}
.heartBtn .icon {
  width: 64px;
  background-position: center;
  background-repeat: no-repeat;
}
.heartBtn .positive .num {
  color: #e75735;
}
.heartBtn .positive .icon {
  background-image: url(/images/netallica/2.0/pc/images/common/ico_good_02.png);
  background-position: center 20px;
}
.heartBtn .positive.active .icon {
  background-image: url(/images/netallica/2.0/pc/images/common/ico_good_02.png);
  background-position: center -180px;
}
.heartBtn .negative .num {
  color: #5191b6;
}
.heartBtn .negative .icon {
  background-image: url(/images/netallica/2.0/pc/images/common/ico_bad_02.png);
  background-position: center 20px;
}
.heartBtn .negative.active .icon {
  background-image: url(/images/netallica/2.0/pc/images/common/ico_bad_02.png);
  background-position: center -180px;
}
.heartBtn .active a {
  background: #ccc;
  outline: none;
}

.commentList-head {
  margin: 20px 0;
  *zoom: 1;
}
.commentList-head .title {
  color: #333;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
.commentList-head .title .commentNum {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: .5em;
}
.commentList-head .commentList-utility {
  float: right;
}

.commentList-utility {
  margin: 10px 0 0;
}
.commentList-utility li {
  float: left;
  line-height: 1;
  padding: 0 10px;
}
.commentList-utility li:first-child {
  border-right: 1px solid #adadad;
}
.commentList-utility a {
  font-size: 14px;
  font-size: 1.4rem;
}
.commentList-utility a:hover {
  text-decoration: underline;
}

.comment-writeBox {
  z-index: 2001;
  *zoom: 1;
}
.comment-writeBox .title {
  position: relative;
  color: #010101;
  font-size: 18px;
  font-size: 1.8rem;
}
.comment-writeBox .title .close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/images/netallica/2.0/pc/images/common/btn_comment_close.png) 0 0 no-repeat;
  text-indent: -9999px;
}
.comment-writeBox .comment-write {
  display: block;
  color: #000;
  width: 435px;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3;
  text-align: center;
  background: #ddd849;
  margin: 0 auto 15px;
}

.comment-writeBody {
  display: none;
  padding: 30px 15px;
  background: #f1eeeb;
  z-index: 2000;
  *zoom: 1;
}
.comment-writeBody .label-name, .comment-writeBody .label-comment {
  display: block;
}
.comment-writeBody a:hover {
  text-decoration: underline;
}
.comment-writeBody .notice {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.comment-writeBody .submit {
  display: block;
  width: 435px;
  height: 65px;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
  background: #ddd849;
  margin: 0 auto;
  padding: 0;
}
.comment-writeBody .submit[type="submit"][disabled] {
  color: #666;
  background: #ccc;
}

.comment-writeBody a.submit {
  text-align: center;
  line-height: 3.9;
}

.label-name {
  position: relative;
  padding-left: 70px;
  margin-bottom: 12px;
}
.label-name .labelHead {
  width: 4em;
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: 4px;
  left: 0;
  text-align: right;
}
.label-name .cherCnt {
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
}
.label-name .cherCnt .cherLength {
  font-size: 18px;
  font-size: 1.8rem;
}

.label-comment .labelHead {
  padding-bottom: 40px;
}

.positive .label-comment .labelHead {
  background: url(/images/netallica/2.0/pc/images/common/ico_good_01.png) right bottom no-repeat;
}

.negative .label-comment .labelHead {
  background: url(/images/netallica/2.0/pc/images/common/ico_bad_01.png) right bottom no-repeat;
}

#form2-nameinput,
#form1-nameinput {
  width: 340px;
  height: 22px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
  background-color: #fff;
  border: solid 2px #ccc;
  margin-right: 10px;
}

.label-comment {
  position: relative;
  padding-left: 70px;
  margin-bottom: 12px;
}
.label-comment .labelHead {
  width: 4em;
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  text-align: right;
}
.label-comment .textareainput {
  width: 99%;
  font-size: 14px;
  font-size: 1.4rem;
  border: solid 2px #ccc;
}
.label-comment .cherCnt {
  display: block;
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
.label-comment .cherCnt .cherLength {
  font-size: 18px;
  font-size: 1.8rem;
}

.sortBox {
  position: relative;
  margin: 20px 0;
  z-index: 1001;
}

.bullet_myComment .sortBox {
  position: relative;
  margin: 20px 15px;
}

.sortBtn {
  margin: 0;
}
.sortBtn a {
  display: block;
  float: right;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 35px 3px 0;
  background: url(/images/netallica/2.0/pc/images/common/img_sort_o.png) 100% 0 no-repeat;
}
.sortBtn.current a {
  color: #fff;
  background: url(/images/netallica/2.0/pc/images/common/img_sort_c.png) 100% 0 no-repeat;
}

.list_sort {
  display: none;
  position: absolute;
  right: 0;
  top: 24px;
  width: 160px;
  background: #333;
  margin: 0;
  z-index: 1000;
}
.list_sort li {
  height: 45px;
  border-top: 1px solid #666;
}
.list_sort li:hover {
  background: #666;
}
.list_sort a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3.3;
  padding: 0 15px;
}

.comment-list_02,
.comment-list {
  position: relative;
  padding: 0 15px;
}
.comment-list_02 a:hover,
.comment-list a:hover {
  text-decoration: underline;
}

.comment-item {
  background: url(/images/netallica/2.0/pc/images/common/ico_dot_gray.png) repeat-y;
  padding: 0 0 0 20px;
  margin-bottom: 26px;
}
.comment-item .item-head {
  color: #333;
  background: url(/images/netallica/2.0/pc/images/common/img_avatar_other.png) 0 0 no-repeat;
  padding: 0 0 0 55px;
  margin: 0 0 15px;
}
.comment-item .item-head .name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 3px;
}
.comment-item .item-head .time {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
.comment-item .item-head.good {
  background: url(/images/netallica/2.0/pc/images/common/img_avatar_good.png) 0 0 no-repeat;
}
.comment-item .item-head.bad {
  background: url(/images/netallica/2.0/pc/images/common/img_avatar_bad.png) 0 0 no-repeat;
}
.comment-item .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.comment-item .item-foot {
  position: relative;
}
.comment-item .item-foot .yeah {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.comment-item .item-foot .yeah.disabled {
  color: #666;
  cursor: default;
}
.comment-item .item-foot .yeah.disabled:hover {
  text-decoration: none;
}
.comment-item .item-foot .countPoi {
  position: relative;
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 34px;
  background: #e8e8e8;
  padding: 5px 10px 1px;
}
.comment-item .item-foot .countPoi:after {
  content: "";
  position: absolute;
  top: 35%;
  left: -7px;
  display: block;
  width: 7px;
  height: 8px;
  background: url(/images/netallica/2.0/pc/images/common/ico_count_poi.png) 0 0 no-repeat;
}
.comment-item .item-foot .countPoi .point {
  font-size: 18px;
  font-size: 1.8rem;
}
.comment-item .item-foot .view, .comment-item .item-foot .action {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

.comment-list_02 .comment-item .item-head {
  position: relative;
  height: 44px;
}
.comment-list_02 .comment-item .time {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0 0;
}
.comment-list_02 .yeah {
  color: #666;
}

.list_command {
  position: absolute;
  right: 0;
  bottom: 5px;
  margin: 0;
}
.list_command li {
  float: left;
  margin-left: 1em;
}
.list_command li:first-child {
  margin-left: 0;
  padding-right: 1em;
  border-right: 2px solid #ccc;
}
.list_command li .view, .list_command li .action {
  position: static !important;
  line-height: 1;
}

.inLogin_01 {
  margin-bottom: 2em;
}

.noLogin_01 .title {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: .5em;
}

.noLogin_02 {
  margin: 2em 0;
}
.noLogin_02 .text {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: .5em;
}
