@charset "UTF-8";

/*-----------------------------------------------------------------------------------

	CSS Name: 記事詳細

-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	メインビジュアル
/*-----------------------------------------------------------------------------------*/

#mv { margin-bottom: 40px; }
#mv .content {
	position: relative;
	margin-bottom: 20px;
	background: #000;
	text-align: center;
}
#mv .content > img {
	max-width: 940px;
	max-height: 590px;
	border: solid 1px;
}

/* スライド */
#mv .content #mv-slide {
	height: 590px;
}
#mv .content .bx-controls { width: 940px !important; }
#mv .content .bx-full-controls .bx-prev,
#mv .content .bx-full-controls .bx-next,
#mv .content .bx-controls .bx-prev,
#mv .content .bx-controls .bx-next {
	text-indent: -9999px;
	width: 38px;
	height: 38px;
	background: transparent url(/image/builtin/mv_slide_cntl.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 275px;
	z-index: 100;
}
#mv .content .bx-full-controls .bx-prev,
#mv .content .bx-controls .bx-prev { left: 40px; }
#mv .content .bx-full-controls .bx-next,
#mv .content .bx-controls .bx-next {
	right: 40px;
	background-position: 0 100%;
}
#mv .content ul#mv-slide .bx-caption {
	text-align: left;
	color: #fff;
	width: 100%;
	min-height: 42px;
	padding: 10px 90px 10px;
	background: rgba(0,0,0,.8);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000); /* IE 8以上用 */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000); /* IE 7以下用 */
	position: absolute;
	bottom: 0;
}
#mv .content .mv-main-image{
	height: 590px;
	line-height: 590px;
	vertical-align: middle;
}
#mv .content .mv-main-image img{
	max-height: 590px;
	max-width: 940px;
	vertical-align: middle;
}
/* スライドカウンター */
#mv .content #slide-counter {
	color: #fff;
	text-align: center;
	line-height: 3.6;
	width: 75px;
	height: 42px;
	border-right: 1px solid #313131;
	position: absolute;
	top: 544px;
	left: 0;
	z-index: 100;
}
#mv .content .mv-pager{
	padding:4px 6px;
	text-align: left;
	font-size: 14px;
}
#mv .content .mv-pager-image{
	float:left;margin: 2px;
}
#mv .content .mv-pager-image a.active img{
	opacity: 1;
}
#mv .content .pager-image{
	max-width:150px;
	max-height:80px;
	border: solid 1px #FFF;
	opacity: 0.6;
}
/* コピーライト */
#mv .copyright {
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #f9f9f9;
}
#mv .copyright {
	color: #8e8e8e;
	font-size: 11px;
	text-align: center;
}

/* ロゴ */
#mv .content .bx-full-controls .bx-logo,
#mv .content .bx-controls .bx-logo {
	text-indent: -9999px;
	width: 120px;
	height: 28px;
	background: transparent url(../image/logo/logo_pc.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 100;
	opacity: 0.6;
}
/* フルスクリーン */
#mv .content .bx-full-controls #bx-full-view{
	display: none;
}
#mv .content .bx-controls #bx-full-view {
	cursor: pointer;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: transparent url(../image/builtin/icon_kakudai.png) 0 0 no-repeat;
	background-size: 20px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	opacity: 0.6;
}
#mv .content .bx-controls #bx-full-view:hover {
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	記事詳細ヘッダー
/*-----------------------------------------------------------------------------------*/
/* TOPタイトル */
#single-post.top-title {
	padding: 20px 0;
}
/* タイトル */
#single-post #post-head #post-title {
	color: #000;
	font-size: 40px;
	line-height: 1.4;
	padding-bottom: 15px;
	border-bottom: 5px solid #000;
	margin-bottom: 20px;
}
#single-post #post-head #post-title .sub-title{
	font-size: 24px;
	color: #676767;
}
/* メタ情報 */
#single-post #post-head ul#post-meta { margin-bottom: 20px; }
#single-post #post-head ul#post-meta li {
	float: left;
	color: #8f8f8f;
	font-size: 13px;
	line-height: 1;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
#single-post #post-head ul#post-meta li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
#single-post #post-head ul#post-meta li.date .update { margin-left: 10px; }
#single-post #post-head ul#post-meta li.status span {
	float: left;
	text-indent: -9999px;
	background: transparent url(/image/builtin/post_status_icon.png) 0 0 no-repeat;
	margin-right: 5px;
	display: block;
}
#single-post #post-head ul#post-meta li.status span.round {
	width: 12px;
	height: 12px;
	background: transparent url(/image/builtin/post_status_icon.png) 0 0 no-repeat;
}
#single-post #post-head ul#post-meta li.status span.round.active { background-position: 0 -12px; }
#single-post #post-head ul#post-meta li.status span.lock {
	width: 11px;
	height: 12px;
	background: transparent url(/image/builtin/post_status_icon.png) -12px 0 no-repeat;
}
#single-post #post-head ul#post-meta li.status span.lock.active { background-position: -12px -12px; }
#single-post #post-head ul#post-meta li.status span.diamond {
	width: 15px;
	height: 12px;
	background: transparent url(/image/builtin/post_status_icon.png) -23px 0 no-repeat;
}
#single-post #post-head ul#post-meta li.status span.diamond.active { background-position: -23px -12px; }

/* まとめ */
#matome-head {
	background: #f6f6f6;
	margin-bottom: 20px;
}
#matome-head #post-head {
	margin-bottom: 20px;
}
#matome-head #post-head li.hentry {
	width: 100%;
	padding: 20px 0;
	position: relative;
}
#matome-head #post-head li.hentry .post-thumb {
	float: left;
	width: 80px;
	height: 80px;
	background: #000;
}
#matome-head #post-head li.hentry .post-thumb img {
	max-width: 80px;
}
#matome-head #post-head li.hentry .post-head {
	float: right;
	width: 830px;
}
#matome-head #post-head li.hentry .post-head #post-title {
	margin-bottom: 10px;
	color: #000;
	font-size: 30px;
	line-height: 1.6;
}
#matome-head #post-head li.hentry .single-heading{
	margin-bottom: 0px;
}
#matome-head #post-head li.hentry .post-head .post-excerpt {
	color: #8f8f8f;
	font-size: 12px;
	line-height: 1.4;
	margin-left: 10px;
	margin-bottom: 20px;

}
#matome-head #post-head li.hentry .post-head ul#post-meta {
	margin-left: 10px;
}

/* ソーシャルパーツ */
#single-post .matome-post-social {
	height: 85px;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	margin-bottom: 40px;
}
#single-post .post-social {
/* issue #576 ueno コメントアウト */
/*
	height: 85px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
 	position: relative;
	margin-bottom: 40px;
*/
/* issue #576 ueno　追記 */
	height: 40px;
	margin-bottom: 10px;

}

/* issue #576 ueno コメントアウト */
/*
#single-post .post-social ul,
#single-post .matome-post-social ul {
	position: absolute;
	top: 15px;
	right: 0;
}
*/

#single-post .post-social ul li,
#single-post .matome-post-social ul li {
/* issue #576 ueno コメントアウト */
/*
 	float: left;
 	text-align: center;
	width: 110px;
	height: 53px;
	padding-top: 2px;
	border-right: 1px solid #f5f5f5;
*/
/* issue #576 ueno　追記 */
	float: left;
	text-align: center;
	height: 30px;
	padding-right:10px;
}
#single-post .post-social ul li:last-child,
#single-post .matome-post-social ul li:last-child {
	border-right: none;
}
#single-post .post-social ul li .counts,
#single-post .matome-post-social ul li .counts {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3px;
}
#single-post .post-social ul li .counts .label,
#single-post .matome-post-social ul li .counts .label {
	width: 30px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	background: transparent url(/image/builtin/single_post_social.png) 0 0 no-repeat;
}
#single-post .post-social ul li.facebook .counts .label,
#single-post .matome-post-social ul li.facebook .counts .label {
	background-position: 0 0;
}
#single-post .post-social ul li.twitter .counts .label,
#single-post .matome-post-social ul li.twitter .counts .label {
	background-position: 0 -25px;
}
#single-post .post-social ul li.comments .counts .label,
#single-post .matome-post-social ul li.comments .counts .label {
	background-position: 0 -50px;
}
#single-post .post-social ul li.favorite .counts .label,
#single-post .matome-post-social ul li.favorite .counts .label {
	background-position: 0 -75px;
}
#single-post .post-social ul li span.title,
#single-post .matome-post-social ul li span.title {
	color: #8f8f8f;
	font-size: 13px;
}
/* issue #576 ueno コメントアウト */
/*
#single-post .post-social ul li.favorite,
#single-post .matome-post-social ul li.favorite {
	width: 167px;
	padding-right: 57px;
	position: relative;
}
*/
#single-post .post-social ul li.favorite .fav,
#single-post .matome-post-social ul li.favorite .fav {
/* issue #576 ueno コメントアウト */
/*
 	text-indent: -9999px;
	position: absolute;
	top: -2px;
 	right: 0;
	width: 57px;
	height: 57px;
	background: transparent url(/image/builtin/single_post_social_save.png) 0 0 no-repeat;
	display: block;
*/
/* issue #576 ueno　追記 */
	width: 84px;
	height: 28px;
	background: transparent url(/image/builtin/icn_pc_save01.gif) top center no-repeat;
	display: block;
	cursor:pointer;
}

#single-post .post-social ul li.favorite .fav.active,
#single-post .matome-post-social ul li.favorite .fav.active,
#single-post .post-social ul li.favorite .fav:hover,
#single-post .matome-post-social ul li.favorite .fav:hover {
	/* background-position: 0 -57px;*//* issue #576 ueno コメントアウト */
	background-image:url(/image/builtin/icn_pc_save02.gif);/* issue #576 ueno　追加*/

}
#single-post .post-social ul li.favorite .fav.active:hover,
#single-post .matome-post-social ul li.favorite .fav.active:hover {
	/*background-position: 0 0;*//* issue #576 ueno コメントアウト */
	background-image:url(/image/builtin/icn_pc_save01.gif);/* issue #576 ueno　追加*/
}

/*-----------------------------------------------------------------------------------*/
/*	記事詳細コンテンツ
/*-----------------------------------------------------------------------------------*/

/* 大見出し */
#single-post #post-content h1 {
	font-size: 24px;
	line-height: normal;
}
#single-post #post-content h1.left-line {
	padding-left: 15px;
	border-left: 10px solid #000;
}
/* 小見出し */
#single-post #post-content h2 {
	font-size: 20px;
	line-height: normal;
}
#single-post #post-content h2.left-circle{
	font-size: 22px;
	padding-left: 37px;
}
#single-post #post-content h2.left-circle:before {
	content: "";
	position: absolute;
	background: #4ca5ff;
	left: 0px;
	margin-top :4px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}

/* 本文 */
#single-post #post-content {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 40px;
}

/* 下線 */
#single-post #post-content span.dotted-line {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

/* 説明 */
#single-post #post-content div.enclose-dotted-line {
	border: 2px dashed #9f9f9f;
	padding: 10px 30px;
	margin-bottom: 0;
}

/* 引用 */
#single-post #post-content .quote {
	padding: 10px;
	margin-bottom: 30px;
	background-color: #f6f6f6;
}
#single-post #post-content .quote .inner {
	padding: 20px 30px;
	background-image: url(/image/builtin/single_post_quoto_top.png), url(/image/builtin/single_post_quoto_bottom.png);
	background-position: 0 0, 100% 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 28px 24px, 28px 24px;
}

/* 文字サイズ拡大時 */
#single-post #post-content.expansion h1 {
	font-size: 28px;
}
#single-post #post-content.expansion h2 {
	font-size: 26px;
}
#single-post #post-content.expansion h2:before {
	height: 26px;
	width: 26px;
}
#single-post #post-content.expansion {
	font-size: 22px;
}

/* メディア */
#single-post #post-content .photobox {
	color: #8f8f8f;
	font-size: 14px;
	margin-bottom: 40px;
}
#single-post #post-content .photobox .content {
	margin-bottom: 10px;
	text-align: center;
}
#single-post #post-content .photobox .content img {
	max-width: 620px;
}
.media-caption {
	padding: 10px 40px;
	background-color: #eee;
}
.media-caption .slidelink { float: left; }
.media-caption .slidelink a {
	width: 47px;
	height: 27px;
	background: transparent url(/image/builtin/single_post_slidelink.png) 0 0 no-repeat;
	display: block;
}
.media-caption .cap { padding: 2px 0 0 60px; }
.media-caption .cap a:hover { text-decoration: none; }
.media-caption .cap p {
	color: #8e8e8e;
	font-size: 14px !important;
	line-height: 1.4 !important;
	margin-bottom: 0 !important;
}

/* 動画 */
.movie-fit-vids {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.movie-fit-vids iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* イベントテーブル */
#single-post #post-content table#event-detail {
	width: 100%;
	margin-bottom: 50px;
}
#single-post #post-content table#event-detail th,
#single-post #post-content table#event-detail td {
	font-size: 18px;
	text-align: left;
	padding: 15px 0;
	border-top: 1px solid #8e8e8e;
}
#single-post #post-content table#event-detail th {
	vertical-align: top;
	width: 145px;
}
#single-post #post-content table#event-detail td a.link {
	padding-right: 30px;
	background: transparent url(/image/builtin/post_link_icon.png) 100% 50% no-repeat;
	word-wrap: break-word;
	width: 475px;
	display: inline-block;
}

/* ナビゲーションリンク */
#single-post #navilink {
	color: #3b5998;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 2.8;
	height: 50px;
	background: #55acee;
	margin-bottom: 40px;
}
#single-post #navilink a {
	color: #fff;
	padding-right: 40px;
	background: transparent url(/image/builtin/single_post_navilink_arrow.png) 100% 50% no-repeat;
}

/* コメントパーツ */
#single-post #comments {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 40px;
}
#single-post #comments #title {
	border-bottom: 5px solid #000;
	position: relative;
	margin-bottom: 15px;
}
#single-post #comments #title h3 {
	font-size: 30px;
	font-weight: normal;
	font-family: "Pathway Gothic One";
	line-height: 1;
	padding-bottom: 12px;
}
#single-post #comments #title .trg {
	position: absolute;
	top: 10px;
	left: 145px;
}
#single-post #comments #title .trg:hover {
	cursor: pointer;
	text-decoration: underline;
}
#single-post #comments #title .trg .icon {
	color: #000;
	font-weight: bold;
	line-height: 1;
	padding-left: 25px;
	background: transparent url(/image/builtin/single_post_comments_arrow.png) 0 0 no-repeat;
}

/* タグ */
#single-post #tags { margin-bottom: 40px; }
#single-post #tags ul { text-align: center; }
#single-post #tags ul li {
	margin: 5px;
	display: inline-block;
}
#single-post #tags ul li a {
	color: #000;
	font-size: 18px;
	padding: 5px 15px;
	border: 1px solid #8f8f8f;
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/*	購読お申し込み
/*-----------------------------------------------------------------------------------*/

#single-post #subscription {
	text-align: center;
	padding: 30px;
	border: 5px solid #f6f6f6;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 30px;
}
#single-post #subscription h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 20px;
}
#single-post #subscription div.lock {
	background: transparent url(/image/builtin/single_subscription_lock.png) center no-repeat;
	height: 20px;
	margin-bottom: 30px;
}
#single-post #subscription div.dotted-line {
	padding-bottom: 25px;
	border-bottom: 2px dashed #f1f1f1;
	margin-bottom: 20px;
}
#single-post #subscription ul.navigation {
	width: 550px;
	margin: auto;
}
#single-post #subscription ul.navigation li {
	float: left;
	width: 270px;
	margin-right: 10px;
}
#single-post #subscription ul.navigation li:last-child { margin-right: 0; }
#single-post #subscription ul.navigation li a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	width: 270px;
	height: 60px;
	background: #dfdfdf;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#single-post #subscription ul.navigation li a span {
	font-size: 11px;
	padding: 13px 0 5px;
	display: block;
}
#single-post #subscription ul.navigation li.login a { background-color: #292929; }
#single-post #subscription ul.navigation li.register a { background-color: #55acee; }

#single-post #subscription ul.navigation li.trial {width:auto;}/* issue #602 ueno */
#single-post #subscription ul.navigation li.trial a { background-color: #FFCB00; color:#292929; width:550px; margin-bottom:10px;}

#single-post #subscription ul.navigation li a:hover { opacity: 0.7; }
#single-post #subscription ul.sample-posts {
	padding: 0 20px;
	margin-bottom: 20px;
}
#single-post #subscription ul.sample-posts li.hentry {
	float: left;
	width: 240px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f9f9f9;
	margin: 0 30px 20px 0;
}
#single-post #subscription ul.sample-posts li.hentry:nth-child(2n) { margin-right: 0; }
#single-post #subscription ul.sample-posts li.hentry .post-thumb { float: left; }
#single-post #subscription ul.sample-posts li.hentry .post-title {
	float: right;
	width: 160px;
}
#single-post #subscription ul.sample-posts li.hentry .post-title h4 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0;
}
#single-post #subscription ul.points {
	padding: 0 20px 40px 20px;
	border-bottom: 2px dashed #f9f9f9;
	margin-bottom: 20px;
}
#single-post #subscription ul.points li {
	float: left;
	text-align: left;
	width: 240px;
	padding: 10px 10px 10px 60px;
	border: 1px solid #f9f9f9;
	margin-right: 30px;
}
#single-post #subscription ul.points li.save { background: transparent url(/image/builtin/single_points_save.png) 10px 10px no-repeat; }
#single-post #subscription ul.points li.check { background: transparent url(/image/builtin/single_points_check.png) 15px 10px no-repeat; }
#single-post #subscription ul.points li:last-child { margin-right: 0; }
#single-post #subscription ul.points li dl dt {
	font-size: 14px;
	font-weight: bold;
}
#single-post #subscription ul.points li dl dd {
	color: #8e8e8e;
	font-size: 10px;
	line-height: 1.6;
}
#single-post #subscription .readmore {
	width: 550px;
	margin: auto;
}
#single-post #subscription .readmore a {
	color: #55acee;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.8;
	width: 550px;
	height: 60px;
	background: #fff;
	border: 1px solid #55acee;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#single-post #subscription ul.navigation li.register-long a {
	width: 550px;
}
#single-post #subscription .readmore a:hover {
	color: #fff;
	text-decoration: none;
	background: #55acee;
}

/****** 2014/12/25追記 ******/
/* 記事に戻るボタン */
#mv .copyright .back { float: left; }
#mv .copyright p.rt {
	float: right;
	padding-top: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	選挙
/*-----------------------------------------------------------------------------------*/

#single-post #post-content dl.election-title {
	font-size: 18px;
	margin-bottom: 10px;
}
#single-post #post-content dl.election-title dt { margin-bottom: 10px; }
#single-post #post-content dl.election-title dd { font-weight: bold; }
#single-post #post-content table.election {
	width: 100%;
	margin-bottom: 40px;
}
#single-post #post-content table.election tr:nth-child(odd) { background-color: #daf2fe; }
#single-post #post-content table.election th,
#single-post #post-content table.election td {
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;

}
#single-post #post-content table.election th {
	color: #999;
	font-weight: normal;
	border-top: 1px solid #c0c0c0;
	background-color: #f6f6f6;
}
#single-post #post-content table.election td.num { text-align: right; }
#single-post #post-content .election-info {
	border: 1px dashed #ccc;
	padding: 10px;
	margin-bottom: 50px;
}
#single-post #post-content .election-info p {
	font-size: 12px;
	margin-bottom: 0;
}
#single-post #post-content .election-info p a { color: #55acee; }

.single-heading { margin-bottom: 10px; }
.single-heading .hgroup {
	border-bottom: 5px solid #231815;
	margin-bottom: 15px;
}
.single-heading .hgroup #post-title {
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.single-heading .hgroup #post-subtitle {
	color: #666;
	font-size: 21px;
	margin-bottom: 12px;
}
.single-heading #post-meta li {
	float: left;
	color: #888;
	font-size: 12px;
}
.single-heading #post-meta li.date {
	margin-right: 10px;
}
.single-heading #post-meta li.label {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 7px;
	background: #a0a0a0;
	margin-right: 5px;
}
.single-heading #post-meta li.label.yel { background-color: #ffcb00; }
.single-heading #post-meta li.label.blu { background-color: #55acee; }
.single-heading #post-meta li.label.gr { background-color: #2dacaa; }
.single-media { margin-bottom: 30px; }
.single-media .media {
	margin-bottom: 10px;
	position: relative;
}
.single-media p.media-desc {
	float: left;
	color: #a0a0a0;
	width: 440px;
}
.single-media .media-btn {
	float: right;
}
.single-media .media .media-logo {
	text-indent: -9999px;
	width: 120px;
	height: 28px;
	background: transparent url(../image/logo/logo_pc.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	opacity: 0.5;
}
#post-content a {
	color: #55acee;
}
#single-post #post-head .post-social {
	border: none;
	margin-bottom: 5px;
}
/* freepageソーシャルボタン */
.freepage-social{
	height: 85px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	margin-bottom: 40px;
}
.freepage-social ul{
	position: absolute;
	top: 15px;
	right: 0;
}
.freepage-social ul li{
	float: left;
	text-align: center;
	width: 110px;
	height: 53px;
	border-right: 1px solid #f5f5f5;
}
.freepage-social ul li .counts{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3px;
}
.freepage-social ul li .counts .label{
	width: 30px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	background: transparent url(/image/builtin/single_post_social.png) 0 0 no-repeat;
}
.freepage-social ul li.facebook .counts .label{
	background-position: 0 0;
}
.freepage-social ul li.twitter .counts .label{
	background-position: 0 -25px;
}
.freepage-social ul li span.title{
	color: #8f8f8f;
	font-size: 13px;
}
.freepage-social ul li:last-child{
	border-right: none;
}
