@charset "utf-8";



/* 全体のレイアウト
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body, html {
	position: relative;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 1.5;
	color: #3F3F3F;
}

body {
	background: #FFF url('http://livedoor.blogimg.jp/kan_kore/imgs/f/5/f5f9adf8.png');
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
ul {
	list-style: none;
}
i, u, strong {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a {
	color: #1681B2;
	text-decoration: none;
}
a:visited {
	color: #BBB;
}
a:hover {
	color: #F0BD0F;
	text-decoration: underline;
}
input[type="text"],
select,
textarea {
	padding: 2px 5px;
	border: 1px #A1A1A1 solid;
	-webkit-box-shadow: inset 1px 1px 2px 0px #E3E3E3;
	box-shadow: inset 1px 1px 2px 0px #E3E3E3;
	line-height: 1.2;
	color: #544829;
}
#wrapper,
#contents {
	clear: both;
	position: relative;
	width: 100%;
}
#contents {
	
}
#wrap:after,
#contents:after,
#main_wrap:after,
#pickup_rank0:after,
#pickup_rank1:after,
#sub_title ul:after,
#sub_soclal:after,
#foot_link:after
{
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.scale1 {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.scale2 {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.scale3 {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
/*拡大*/
.scalea:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.scaleaa:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}
/*右移動*/
.scaleb:hover {
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	transform: translate(10px, 0);
}
/*右移動*/
.scalec:hover {
	-webkit-transform: translate(20px, 0);
	-moz-transform: translate(20px, 0);
	transform: translate(20px, 0);
}
/*横回転360*/
.scaled:hover {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
/*たて移動*/
.scalee:hover {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

#header2 {
	display: none;
}


/* メイン
----------------------------------------------- */

#main {
	float: left;
	width: 70%;
}
#main_wrap {
	clear: both;
	padding: 20px 30px 20px 80px;
}
#arvhive_list {
	clear: both;
	width: 100%;
}
#arvhive_list h1,
#arvhive_list h2 {
	padding-left: 20px;
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/a/0/a08de504.png') left center no-repeat;
}
#firstarc {
	display: none !important;
}

div.archives {
	width: 100%;
	height: 60px;
	border: 1px #FFF solid;
	background-color: #FFF8E3;
}
div.archives a.archive_link {
	display: block;
	position: relative;
	height: 38px;
	padding: 10px 10px 10px 56px;
	border: 1px #BBB solid;
	color: #1681B2;
	text-shadow: #FFF 0 1px 2px;
	background-image: url('http://livedoor.blogimg.jp/kan_kore/imgs/3/c/3c6869b0.png');
	background-repeat: no-repeat;
	background-position: left 10px center;
	overflow: hidden;
}
div.archives a.archive_link:hover {
	text-decoration: none;
	background-color: rgba(133,175,218,0.6);
	-webkit-box-shadow: 0px 0px 5px 0px #FFFF80;
	box-shadow: 0px 0px 5px 0px #FFFF80;

}
div.archives a.archive_link span {
	display: block;
}
div.archives a.archive_link span.archive_date {
	padding-left: 20px;
	color: #AAA;
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/3/4/3495e5b5.png') left center no-repeat;
}
div.archives a.archive_link span.archive_title {
	position: absolute;
	top: 30px;
	left: 56px;
	width: 300%;
	font-size: 15px;
	font-weight: bold;
}


/* サイド
----------------------------------------------- */

#side {
	float: right;
	width: 30%;
	color: #FFF;
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/4/8/4868b06d.png');
}
#side_wrap {
	float: left;
	width: 100%;
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/b/0/b0911f5b.png') repeat-x;
	-webkit-box-shadow: inset 3px 0px 5px 0px #000;
	box-shadow: inset 3px 0px 5px 0px #000; 
}
#side_in {
	width: 335px;
	padding-left: 15px;
}
#sub_title {
	width: 100%;
	margin: 15px 0 15px;
	text-shadow: #000 0 -1px;
}
#sub_title h1 {
	display: block;
	width: 300px;
	height: 90px;
	margin-bottom: 5px;
}
#sub_title h1 a {
	display: block;
	width: 300px;
	height: 90px;
}
#sub_title h1 a span {
	display: block;
	height: 90px;
	padding-left: 300px;
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/7/5/75e9f06c.png');
	overflow: hidden;
}

#sub_title h1 a:hover span {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
#h1plus {
	font-weight: bold;
}
#sub_title h2 {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.3;
}
#sub_title ul {
	margin-top: 10px;
}
#sub_title ul li {
	display: block;
	float: left;
}
#sub_title ul li a {
	display: block;
	color: #FBDC04;
	text-shadow: #FFF 0 0 8px;
	font-weight: bold;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	text-decoration: underline;
}
#sub_title ul li a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	text-decoration: none;
}
#sub_title ul li a:after {
	content: "/";
	color: #C0C0C0;
	margin: 0 10px;
}
#sub_title ul li:last-child a:after {
	content: "";
}

#sub_soclal {
	clear: both;
	margin-top: 10px;
}
#sub_soclal li {
	float: left;
	margin-right: 10px;
}
#sub_soclal li:last-child {
	margin: 0;
}

#side_in div.sidewrapper {
	clear: both;
	margin-bottom: 15px;
}
#side_in div.sidetitle {
	padding-left: 20px;
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/0/4/04d69757.png') left center no-repeat;
}
#side_in div.sidebody {

}
#side_in div.sidebody a,
#side_in .popular-articles a {
	display: block;
	padding: 7px 10px;
	width: 300px;
	text-shadow: #000 0 -1px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#side_in div.sidebody a {
	margin-bottom: 2px;
}
#side_in .popular-articles a {
	padding-left: 45px;
	width: 265px;
	background-image: url('http://blog.livedoor.jp/kan_kore/img/pop/1.png');
	background-repeat: no-repeat;
	background-position: left 7px center;
}
#side_in div.sidebody a:hover,
#side_in .popular-articles a:hover {
	text-decoration: none;
	background-color: rgba(0,58,106,0.8) !important;
	-webkit-box-shadow: 0px 0px 4px 0px #FFFFDD;
	box-shadow: 0px 0px 4px 0px #FFFFDD;

	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
#side_in .populararticles-rank {
	display: none;
}
.daily_count_free_area {
	display: none !important;
}
#side .plugin-monthly select {
	width: 65%;
}
#side .plugin-monthly div.side > div {
	text-align: left !important;
}

/* paginate
----------------------------------------------- */

#paginate {
	clear: both;
	width: 100%;
	margin: 10px 0 15px;
	font-size: 16px;
	font-weight: bold;
}
#paginate li span,
#paginate li a {
	padding: 3px 6px;
	border: 1px #AAA solid;
	background: #105E83;
	color: #FFF;
	text-shadow: #000 0 -1px;
}
#paginate li.current span {
	background: #FFF;
	color: #A1A1A1;
}


/* rank_feed
----------------------------------------------- */

#rank_feed {
	clear: both;
	margin-bottom: 20px;
}
#rank_feed li {
	width: 100%;
	height: 36px;
	overflow: hidden;
}
#rank_feed li a {
	width: 300%;
	display: block;
	line-height: 36px;
	font-weight: bold;
}
#rank_feed li.gold a {
	font-size: 18px;
	padding-left: 36px;
	background: url('http://blog.livedoor.jp/kan_kore/img/pop/1.png') left center no-repeat;
}
#rank_feed li.silver a {
	padding-left: 20px;
	background: url('http://blog.livedoor.jp/kan_kore/img/pop/a1.png') left center no-repeat;
}

/* siderss
----------------------------------------------- */

#side_rss {
	clear: both;
	z-index: 1;
}
#side_rss ul {
	width: 320px;
	height: 650px;
	-webkit-box-shadow: 1px 1px 3px 0px #000;
	box-shadow: 1px 1px 3px 0px #000;
	background: url('http://blog.livedoor.jp/kan_kore/img/paper.jpg') top center;
	overflow-y: scroll;
}
#side_rss ul li {
	display: block;
	width: 100%;
	height: 35px;
	overflow: hidden;
}
#side_rss ul li:nth-child(even) {
	background: rgba(0,0,0,0.1);
}

#side_rss ul li a {
	display: block;
	width: 300%;
	padding: 0 10px;
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
	color: #111;
	text-shadow: #FFF 0 1px;
}
#side_rss ul li a:hover {
	text-decoration: none;
	color: #BD0000;
}

/* pickuprank
----------------------------------------------- */

#pickup_rank0,
#pickup_rank1,
div.pickup_feed {
	clear: both;
	width: 100%;
}
#pickup_rank0 {
	margin-bottom: 10px;
}
div.pickup_feed ul,
div.pickup_feed li {
	display: block;
	float: left;
}
div.pickup_feed li {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 32%;
}
div.pickup_feed li a {
	display: block;
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden;
}
div.pickup_feed li a span.thumb {
	display: block;
	margin: 0 auto;
	border: 1px #bbb solid;
	border-right: #ccc solid;
	border-bottom: #ccc solid;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
div.pickup_feed li a span.title {
	display: block;
	position: absolute;
	bottom: 0;
	height: 60px;
	padding: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #000 0 -1px;
	background: rgba(0,58,106,0.8);
	z-index: 1;
}
div.pickup_feed li a:hover {
	opacity: 0.7;
}
div.pickup_feed li a:hover span.thumb {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

/* 記事
----------------------------------------------- */

div.kiji_social {
	clear: both;
}
div.kiji_social ul {
	float: right;
}
div.kiji_social li {
	float: left;
	display: block;
	margin-left: 8px;
}
div.kiji_social li.br {
	position: relative;
	width: 90px;
	height: 60px;
}
div.kiji_social li.br a {
	position: absolute;
	bottom: 0;
	left: 0;
}
div.kiji_social li.rtext {
	width: 83px;
}
div.kiji_social li.rtext a {
	font-size: 15px;
	color: #1681B2;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: #FFF 0 1px;
}
div.kiji_social li.rtext a:before {
	display: block;
	position: absolute;
	top: -18px;
	left: -21px;
	content: url('http://livedoor.4.blogimg.jp/kan_kore/imgs/a/5/a5ce36a5.gif');
}

div.kiji_social ul.comment {
	float: left;
}
div.kiji_social ul.comment li {
	margin-left: 0;
	margin-right: 8px;
}
div.kiji_social ul.comment li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 10px 30px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	text-shadow: #000 0 -1px;
}
div.kiji_social ul.comment li.view a {
	background: #1B96D1;
}
div.kiji_social ul.comment li.write a {
	background: #0D4A68;
}
div.kiji_social ul.comment li a:hover {
	text-decoration: none;
	background: #5FBDEB;
}

#kiji_top {
	margin-bottom: 10px;
	padding: 10px 14px;
	color: #333;
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/2/c/2c088779.jpg');
	-webkit-box-shadow: 1px 1px 10px 0px #000;
	box-shadow: 1px 1px 10px 0px #000; 
}
#kiji_top p {
	padding-left: 20px;
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/3/4/3495e5b5.png') left center no-repeat;
}
#kiji_top h1 {
	padding: 0;
	background: none;
}
#kiji_top h1 a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-shadow: #FFF 0 1px 3px;
}
#kiji_top h1 a:hover {
	color: #1681B2;
	text-decoration: none;
}

#kiji_body,
#first_article {
	clear: both;
	position: relative;
}
#first_article div.Question,
#kiji_body div.Question,
#kiji_body div.BestAnswer {
	position: relative;
	padding: 8px 12px;
	border: 1px #999 solid;
	font-size: 18px;
	-webkit-box-shadow: 2px 2px 10px 0px #000;
	box-shadow: 2px 2px 10px 0px #000;
}
#first_article div.Question,
#kiji_body div.Question {
	padding: 0;
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/2/c/2c088779.jpg');
}
#first_article div.Question {
	margin-bottom: 45px;
}
#first_article div.QuestionIn,
#kiji_body div.QuestionIn {
	padding: 8px 12px;
	color: #FFF;
	background: rgba(255,255,255,0.2) url('http://blog.livedoor.jp/kan_kore/img/is.png') right bottom no-repeat;
}
#first_article p.article-continue {
	display: block;
	position: absolute;
	right: 0;
	bottom: 90px;
}
#first_article p.article-continue a {
	display: block;
	font-family: "HG正楷書体-PRO","MingLiU","Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	font-size: 28px;
	color: #000;
	text-shadow: #1681B2 0 0 3px;
	text-decoration: underline;
}
#first_article p.article-continue a:after {
	content: "⇒";
}
#first_article p.article-continue a:hover {
	text-decoration: none;
}


#kiji_body div.Question h2,
#kiji_body div.BestAnswer h3 {
	display: block;
	position: absolute;
	height: 50px;
	padding-left: 58px;
	line-height: 50px;
	top: -20px;
	left: 0;
	font-size: 28px;
	font-weight: bold;
	font-family: "HG正楷書体-PRO","MingLiU","Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	text-shadow: #FFF 0 1px;
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/3/7/373a2df2.png') left center no-repeat;;
}
#kiji_body div.Question h2 {
	font-size: 30px;
	top: -55px;
	color: #000;
	text-shadow: #1681B2 0 0 3px;
}
#first_article div.Question h2 {
	display: none;
}

a.Qimg {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center
}
p.Qtop span {
	font-size: 13px;
	color: #C60000;
	text-shadow: #888 0 -1px;
}
div.Question span {
	color: #C60000;
}
div.Question p.Qq {
	font-weight: bold;
	font-size: 22px;
	color: #000;
	text-shadow: #FFF 0 1px;
}

div.Question p.Qq strong {
	font-weight: bold;
}
div.Question p.Qq i {
	display: block;
	font-size: 14px;
}



#kiji_body div.Aanswer {
	position: relative;
	margin-bottom: 65px;
	font-size: 16px;
}
#kiji_body div.Aanswer h3{
	color: #000;
	font-family: "HG正楷書体-PRO","MingLiU","Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	text-shadow: #FF8080 0 0 3px;
}

#kiji_body div.Aanswer div.answer {
	margin-bottom: 7px;
	padding: 8px 12px 28px;
	-webkit-box-shadow: 1px 1px 3px 0px #000;
	box-shadow: 1px 1px 3px 0px #000;
	background: #FFF8E3;
}
#kiji_body div.Aanswer div.answer:last-child {
	border-bottom: 1px #BBB solid;
}
#kiji_body div.BestAnswer {
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/3/f/3f7ddfc8.png');
}
#kiji_body div.BestAnswer p.Aa {
	font-weight: bold;
	font-size: 22px;
	color: #400000;
	text-shadow: #FFF 0 1px 5px;
}
#kiji_body div.BestAnswer h3 {
	font-size: 30px;
	top: -55px;
	color: #000;
	text-shadow: #CE0000 0 0 3px;
}
#kiji_body div.BestAnswer div.response {
	margin-top: 30px;
	padding: 8px 12px;
	background: #FFF8E3;
	-webkit-box-shadow: 1px 1px 3px 0px #000;
	box-shadow: 1px 1px 3px 0px #000;
}
#kiji_body div.BestAnswer div.response p.Aa {
	color: #000;
	font-size: 14px;
}

p.by.chiebukuro {
	text-align: right;
}

/* 記事紹介
----------------------------------------------- */

#Sshow.Question div.QuestionIn {
	padding: 0;
}

#Sshow p.Skiji {
	clear: both;
}
#Sshow p.Skiji a {
	display: block;
	clear: both;
	position: relative;
	height: 50px;
	width: 100%;
	overflow: hidden;
}
#Sshow p.Skiji a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 400%;
	padding-left: 40px;
	line-height: 50px;
	font-weight: bold;
	text-shadow: #FFF 0 1px;
	color: #111;
	background: url('http://blog.livedoor.jp/kan_kore/img/pop/a1.png') left 12px center no-repeat;
}
#Sshow p.Skiji:nth-child(even) a {
	background: rgba(0,0,0,0.1);
}

#Sshow p.Skiji.titlekj a span {
	color: #DD0000;
}
#Sshow p.Skiji a i {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 0;
	font-size: 11px;
	color: #800000;
}
#Sshow p.Skiji a:hover {
	text-decoration: none;
}
#Sshow p.Skiji a:hover span {
	color: #1681B2 !important;
}
#Sshow p.Skiji a:hover {
	background: rgba(255,255,255,0.5);
}


/* back
----------------------------------------------- */

#back {
	position: fixed;
	width: 100px
	height: 100px;
	bottom: 5px;
	right: 5px;
	opacity: 0.7;
	z-index: 999;
}
#back a {
	display: block;
}

/* comment
----------------------------------------------- */

#comment {
	clear: both;
}
#comment h4 {
	padding-left: 20px;
	font-family: "HG正楷書体-PRO","MingLiU","Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	font-size: 18px;
	background: url('http://blog.livedoor.jp/kan_kore/img/pop/a1.png') left center no-repeat;
}
#comments-list h3,
#comment-form legend,
#comment-form-tools .facemark,
#comment-form-tools .rating {
	display: none;
}
#comments-list {
	clear: both;
	padding: 15px 0;
	border: 1px #CCC solid;
	background: #FFF;
}
#comments-list li.comment-author {
	font-weight: bold;
	color: #804040;
}
#comments-list li.comment-date {
	color: #999;
}
#comments-list li.comment-set {
	padding: 10px 15px 35px;
	border-bottom: 1px #CCC dotted;
}
#comments-list li.comment-set:last-child {
	border-bottom: 0;
}

#comments-list li.comment-body {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

#comment-form {
	clear: both;
	margin-top: 15px;
	padding: 15px 0;
}
#comment-form dt {
	font-weight: bold;
}
#comment-form-author,
#comment-form-textarea {
	width: 80%;
}

/* footer
----------------------------------------------- */

#foot {
	position: relative;
	clear: both;
	padding: 15px 0;
	border-top: 1px #FFF solid;
	-webkit-box-shadow: inset 0px 5px 5px 0px #000;
	box-shadow: inset 0px 5px 5px 0px #000; 
	background: url('http://livedoor.blogimg.jp/kan_kore/imgs/7/c/7c6a0edb.png');
	color: #FFF;
	overflow: hidden;
/*
	z-index: 1;
*/
}
#foot a {
	color: #FFF;
}
#foot_link {
	clear: both;
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
#foot_link div.links {
	float: left;
	width: 255px;
	margin-right: 25px;
	overflow: hidden;
}
#foot_link div.links:nth-child(5) {
	float: none;
	position: absolute;
	right: 305px;
	top: 490px;
}
#foot_link div.links:last-child {
	margin-right: 0;
}
#foot_link div.links p.typeName {
	font-weight: bold;
	font-size: 16px;
	color: #EDD174;
}
#foot_link div.links ul {
	display: block;
	width: 255px;
	margin-top: 15px;
	overflow-x: hidden;
	overflow-y: auto;
}
#foot_link div.links ul li {
	width: 500px;
}
#i2irank tr[valign="middle"] {
	display: none !important;
}

#i2irank {
	position: absolute;
	top: 125px;
}

#foot address {
	clear: both;
	display: block;
	margin-top: 40px;
	text-align: center;
}


#Kkiji #inAd1 {
	clear: both;
	margin: 20px 0 80px;
}
#Kkiji #inAd2 {
	clear: both;
	margin: 20px 0;
}
#suAd1 {
	clear: both;
	margin-bottom: 15px;
}

/* comment_scroller
----------------------------------------------- */

#comment_scroller {
	position: fixed;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 50px;
	border-top: 1px #999 solid;
	background-color: rgba(255,255,255,0.7);
	z-index: 999;
}
#comment_scroller_inner {
	display: block;
	position: relative;
	width: 98%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}
#comment_scroller_title {
	position: absolute;
	top: 10px;
	width: 170px;
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	border-right: 1px #999 solid;
}
#comment_scroller_title span {
	font-size: 80%;
	text-decoration: line-through;
}

#comment_bodys {
	position: relative;
	left: 190px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
#comment_bodys li {
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#to_comment {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
}
#to_comment a {
	display: block;
	padding: 0 8px;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-shadow: #000 0 -1px;
	line-height: 34px;
	background: #0D4A68;
}
#to_comment a:hover {
	text-decoration: none;
	background: #46B4E8;
}
