@charset "utf-8";


/*----------------------------------------------------
	#comment
--------------------------------------------------- */
#comment{
	width:100%;
	overflow:hidden;
	padding-top:45px;
	background:#FAFAF0 url(../img/page_bottom.png) no-repeat bottom;
	background-size:100% 50px;
	padding-bottom:40px;
}
#comment .visual{
	position:relative;
	margin-bottom:10px;
	
}
#comment .visual .bg{
	
}
#comment h1{
	height:48px;
	background:url(../img/title_bg.png) no-repeat;
	background-size:100% 48px;
	text-align:right;
}
#comment h1 span{
	font-family: 'Merriweather',"游明朝体", "Yu Mincho","ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;
	font-weight:normal;
	font-size:16px;
	color:#FFF;
	padding-top:10px;
	padding-right:25px;
	display:block;
	
}
#comment .textArea{
	width:89.33%;
	margin:0 auto;

}

#comment .inner{
	width:89.33%;
	margin:0 auto;
}
#comment .inner .column{
	margin-bottom:32px;
	font-size:14px;
	line-height:180%;
}
#comment .inner .column p.commenter{
	background: url(../img/line.png) no-repeat left center;
	padding-left:40px;
}