body{background:#f1f1f1;}
.information-list-header {
	background-color: #fff;
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	margin-top:10px;
}

.tab_header {
	background-color: #f5f5f5;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.information-list-header .tab_header>ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.information-list-header .tab_header>ul>li {
	float: left;
}

.information-list-header .tab_header>ul>li>a {
	display: block;
	padding: 15px 30px;
	color: #616161;
	transition: all 0.3s ease;
}

.information-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;
}

.information-list-header .tab_header>ul>li.active>a {
	background-color: #278DE6;
	color:#fff;
}
.information-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);
}

.information-list .information-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}

.information-metas {
	overflow: hidden;
}
.information-metas h2.title{text-align:left;}
.information-metas .date {
	height: 45px;
	width: 45px;
	text-align: center;
	color: #919191;
	background-color: #f5f5f5;
	border-radius: 50%;
}

.information-metas .date .day {
	padding-top: 5px;
	font-size: 16px;
	line-height: 1.2;
}

.information-metas .date .month {
	font-size: 12px;
}

.information-metas .metas-body {
	padding-left: 60px;
}

.information-metas .metas-body p {
	margin-bottom: 0;
	font-size: 12px;
}

.information-metas .metas-body .title {
	margin: 0;
	line-height: 32px;
}

.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;
}

.information-list .information-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;
}
.information-metas .metas-body .sns{
    color: #919191;
    margin: 10px auto;
}
.information-metas .metas-body .sns span {
    margin-right: 10px;
}
.information-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;
}
.information-sns {
    margin: 30px auto 10px auto;
    font-size: 16px;
}
.information-sns a.love i {
    margin-right: 5px;
    font-size: 22px;
}
.color-dafault {color:#919191 !important;}
.color-primary {
    color: #E62727 !important;
}
.information-list-header .tab-body {
  padding: 5px 15px;
}
.information-list-header .tab-body > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.information-list-header .tab-body > ul > li {
  float: left;
}
.information-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;
}
.information-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;
}
.information-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;
}
.information-list-header .tab-body > ul + ul {
  border-top: 1px dashed #e1e1e1;
}
.article-text img{max-width:98%;}
.information-right{padding-top:15px;}