@charset "UTF-8";
/* -----------------------------------------------------------
   COMMENT
------------------------------------------------------------*/
.Comment .inner p{
	font-size:85%;
	line-height:180%;
	padding:0 8px;
	}
.Comment .box{
	border:1px dashed #c69185;
	}


@media all and (min-width: 768px) {
.Comment .box{
	padding:30px;
	margin-bottom:20px;
	}
.Comment #leftBox h1{
	background-image:url(../img/comment_ti.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
.Comment #leftBox h2{
	background:url(../img/comment_parts.png) no-repeat;
	height:30px;
	margin-bottom:10px;
	display:block;
	text-indent:-9999px;
	}
.Comment #leftBox .c1 h2{background-position:0 0;}
.Comment #leftBox .c2 h2{background-position:0 -30px;}
.Comment #leftBox .c3 h2{background-position:0 -60px;}
.Comment #leftBox .c4 h2{background-position:0 -90px;}

.Comment .box{
	}
}
@media all and (max-width: 767px) {
.Comment .box{
	padding:15px;
	margin-bottom:10px;
	}
.Comment #leftBox h2{
	color:#a35e4e;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:110%;
	font-weight:normal;
	line-height:200%;
	padding-left:8px;
	font-weight:bold;
	}
.Comment #leftBox .sub{
	font-size:90%;
	}
}


