body{background:#f1f1f1;}
.comments-list-header {
	background-color: #fff;
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	border-top:2px solid #278de6;
	border-radius: 2px;
	margin-top:10px;
}
.tab_header {
	font-size:26px
}

.comments-list-header .tab_header>ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-list-header .tab_header>ul>li {
	float: left;
}

.comments-list-header .tab_header>ul>li>a {
	display: block;
	padding: 15px 30px;
	color: #616161;
	transition: all 0.3s ease;
}

.comments-list-header .tab_header>ul>li>a:hover {
	color: #278DE6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comments-list-header .tab_header>ul>li.active>a {
	background-color: #fff;
}

.comments-section {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.comments-section h1{border-bottom:2px solid #3399FF;height:40px;line-height:40px;font-size:22px;}

.link-light {
	color: #616161 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link-light:hover {
	color: #278DE6 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link-dark {
	color: #313131 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link-dark:hover {
	color: #396AC3 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.h2,h2 {
	font-size: 22px;
}

.comments-list .comments-item .content {
	margin-top: 15px;
	color: #919191;
}

.panel {
	border: none;
}

.media.media-number,.media.media-number-o {
	padding-bottom: 5px;
}

.media.media-number .media-left,.media.media-number-o .media-left {
	position: relative;
	color: #919191;
}

.media.media-number .media-left .num,.media.media-number-o .media-left .num
	{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #919191;
	border-radius: 50%;
}

.media.media-number:last-child,.media.media-number-o:last-child {
	border-bottom: none;
}

.media-hot-comment .comments-info {
	margin-top: 5px;
	padding-left: 50px;
	font-size: 12px;
	color: #c1c1c1;
	min-height: 34px;
}
.empty {
  text-align: center;
  color: #c1c1c1;
  padding: 20px 0;
}
.comments-metas .metas-body .sns{
    color: #919191;
    margin: 10px auto;
}
.comments-metas .metas-body .sns span {
    margin-right: 10px;
}
.comments-metas .metas-body .sns span i {
    margin-right: 5px;
}
.well {
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.mll {
    margin-left: 20px !important;
}
.btn-tag {
    display: inline-block;
    padding: 6px 10px;
    margin: 5px 5px 5px 0;
    color: #278DE6;
    font-size: 12px;
    background-color: #cdefdb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comments-sns {
    margin: 30px auto 10px auto;
    font-size: 16px;
}
.comments-sns a.love i {
    margin-right: 5px;
    font-size: 22px;
}
.color-primary {
    color: #278DE6 !important;
}
.comments-list-header .tab-body {
  padding: 5px 15px;
}
.comments-list-header .tab-body > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-list-header .tab-body > ul > li {
  float: left;
}
.comments-list-header .tab-body > ul > li > a {
  display: block;
  padding: 12px 30px;
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments-list-header .tab-body > ul > li > a:hover {
  color: #278DE6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments-list-header .tab-body > ul > li.active > a {
  color: #278DE6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments-list-header .tab-body > ul + ul {
  border-top: 1px dashed #e1e1e1;
}


.comments-list dl{background:#F2F2F2;border-radius:15px;width:95%;padding:15px;margin:10px auto;}
.comments-list span{font-size:20px;color:#FF9900;margin-right:10px;}
.comments-list dl dt{border-bottom:1px dashed #3399FF;padding-bottom:10px;}
.comments-list dl dd{padding-top:10px}
.comments-list-right{float:right;}


.control-label{width:25%;float:left;text-align:right;font-weight:bold;padding-right:15px;}
.control-form{width:80%;float:left;}
.control-form label{padding-left:15px;}
.form-control1{display: inline-block;width:50%;margin:0;padding:0px 12px;font-size:14px;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.form-control1:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.form-control1::-moz-placeholder{color:#999;opacity:1}

.comment_table{width:95%;border:2px solid #61C5F7;margin:15px auto;border-collapse:collapse;}
.comment_table th{height:40px;padding-left:15px;font-size:16px;background:#D6F0FD;text-align:left;color:#0080c0;}
.comment_table td{background:#fff;height:35px;line-height:35px;border:1px solid #61C5F7;padding:5px;}
.comment_table .table_title{width:10%;font-weight:bold;background:#D6F0FD;text-align:right;}