@charset "utf-8";

html,body{
	background:#000;
	font-size:16px;
}
#comment-container{
	width:992px;
	margin:0 auto;
	padding:750px 0 70px 12px;
}

#comment-screen{
	padding:10px 0 0;
}

.comment-item{

	width:216px;
	padding:10px;
	margin:0 12px 13px 0;
	background-color:#FFF;
	
	border-radius: 4px;        /* CSS3 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome */  
    -moz-border-radius: 4px;   /* Firefox */
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



*html .tweet{
	width:244px;
}


.comment-data{
	color:#777;
	font-size:78%;
	text-align:right;
	letter-spacing:0;
	padding:10px 0 0;
}

.man{
	color:#00bac0;
}

.woman{
	color:#fe6fcd;
}

.comment-description{
	
	line-height:1.5;
	font-size:93%;
	color:#282d39;
	letter-spacing:0px;
}
.comment-description b{
	/*color:#F60;*/
}

*html .comment-description{
	font-size:100%;
}

*:first-child+html .comment-description{
	font-size:100%;
}


#comment-btn{
	text-align:center;
	margin:0 auto;
	padding:10px 0 20px;
	/*color:#a6bcc9;*/
	color:#FF0000;
	cursor:pointer;
}


#comment-preloader{
	display:none;
	position:fixed;
	top:10px;
	left:10px;
	z-index:1000;
	margin:0 auto;
	width:40px;
	height:40px;
}

#comment-preloader img{
	padding:5px;
	background:#faefd6;
	
	border-radius: 4px;        /* CSS3 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome */  
    -moz-border-radius: 4px;   /* Firefox */
}