@charset "utf-8";
.individual_wrap {
	overflow: visible;
}
.individual_detail_wrap {
	overflow: hidden;
	position: relative;
}
.individual_detail_wrap.after_load {
	padding-top: 20px;
	border-top: 1px solid #333;
	margin-top: 60px;
}
.rank_recommend_area {
    position: relative;
    margin-bottom: 40px;
}
.rank_recommend_area .relcontent {
    background: #f6f7f8;
    opacity: 0;
	height: 0;
	overflow: hidden;
}
.rank_recommend_area .relcontent.active {
	opacity: 1;
	height: 100%;
	overflow: visible;
	-webkit-transition: opacity .3s ease-out;
      -moz-transition: opacity .3s ease-out;
      -ms-transition: opacity .3s ease-out;
      -o-transition: opacity .3s ease-out;
      transition: opacity .3s ease-out;
}
.rank_recommend_area .relcontent h2 {
	display: none !important;
}
.relcontent.reccomend {
    margin-top: 0;
}
.rank_recommend_area .rank_recommend_tab {
    display: table;
	margin-bottom: 20px;
    width: 100%;
}
.rank_recommend_area .rank_recommend_tab li {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #333333;
	font-size: 13px;
	position: relative;
}
.rank_recommend_area .rank_recommend_tab li a {
	display: block;
	width: 100%;
	cursor: pointer;
	background: #e5e2e7;
	color: #b2b8bd;
	box-sizing: border-box;
	margin-top: 3px;
}
.rank_recommend_area .rank_recommend_tab li:nth-of-type(1) a {
	border-top-left-radius : 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}
.rank_recommend_area .rank_recommend_tab li:nth-of-type(2) a {
	border-top-right-radius : 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}
.rank_recommend_area .rank_recommend_tab li .active {
	color:#fff;
	background:#333;
	padding-top:3px;
	margin-top:0;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}
.f_ad,
.feed_bottom_ad {
	margin-top: 0;
	text-align: center;
	padding: 0;
}

.pagenate {
	margin-top: 30px;
}

.vertical_share {
	position: static;
}
.vertical_share.onscroll {
	bottom: auto;
    position: fixed;
    top: 60px;
}
.vertical_share.end {
	bottom: 60px;
    position: absolute;
    top: auto;
}

/*.relcontent.recommend ul {
    width: 645px;
    letter-spacing: -.4em;
}
.relcontent.recommend li {
    max-width: none;
    width: 202px;
    margin: 15px 12px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: normal;
}
.relcontent.recommend li a img {
	-webkit-transition: all .75s;
      -moz-transition: all .75s;
      -ms-transition: all .75s;
      -o-transition: all .75s;
      transition: all .75s;
	  opacity: 1;
}
.relcontent.recommend li a:hover img {
	opacity: .6;
}
.relcontent.recommend .txt {
	margin-top: .3em;
	font-weight: bold;
	font-size: 14px;
}

.relcontent.recommend .img {
	position: relative;
}
.relcontent.recommend .img .pr_label {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 3px;
	background-color: #666;
	color: white;
	font-size: 10px;
	line-height: 15px;
}
.relcontent.recommend .source {
	font-family: inherit;
	color: #888;
	padding: 0px 0 0px;
	text-align: left;
	font-size: 11px;
	margin: .3em 0 0;
	line-height: 1.5;
}
.relcontent.recommend .outbrain_copy {
	text-align: right;
	padding: 5px;
}
.relcontent.recommend .outbrain_copy a {
	color: #999;
    font-size: 11px;
    font-family: arial;
    text-decoration: none;
}
.relcontent.recommend .outbrain_copy .ob_logo {
	vertical-align: baseline !important;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 0px 5px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
	background: url(https://widgets.outbrain.com/images/widgetIcons/ob_logo_67x12.png) no-repeat center top;
    width: 67px;
    height: 12px;
}*/
