@charset "utf-8";

/* -------------------------
01 BASE
02 HEADER
03 FOOTER
04 NAVIGATION
05 CONTENTS
------------------------- */


/* ------------------------- 01 BASE ------------------------- */
body{
	background-color:#a40000;
	font-family: 'Noto Sans Japanese', sans-serif;
}
/*	
#container{
	width:100%;
	clear:both;
	background-image:url(http://oke-rojin.com/comment/img/bg.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
*/

a {
	color:#a40000;
	text-decoration:underline;
	outline:none;
	border: none;
}
img {
	border: none;
}

#commentCol {
	width:860px;
	margin:0 auto;
	padding:0 0 100px;
	background:#ffffff;	
	background-image: url(../img/in_bg_ptn.png);

}

#comment {
	background-image:url(../img/red_bg.png);
}

.commentBox{
	width: 770px;
	overflow-y: hidden;
	border-bottom: 1px dotted #a40000;
	margin:30px auto;
}

.comment dl{
	color: #FFF;
	float: left;
	width: 771px;
}
#comment dl dt{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 30px;
	color: #a40000;
	float: right;
}
#comment dl dd{
	font-weight: bold;
	font-size: 16px;
	color:#000000;
	margin-bottom: 20px;
	line-height: 30px;
}

#commentCol #mainCol .close {
	width:263px;
	margin:80px auto;
}

.sub_comment{
	margin-top: -10px;
}

.sub_comment .sub{
	width: 770px;
	overflow-y: hidden;
	border-bottom: 1px dotted #a40000;
	margin:20px auto;
}

.sub_comment .commentBox2 dl{
	font-size: 14px;
}

#comment dl dd .box2_txt{
	font-weight: normal;
	font-size: 14px;
	color:#000;
	margin-bottom: 20px;
	line-height: 26px;
}

#comment dl dt .box2_txt{
	font-weight: normal;
	font-size: 14px;
	color:#a40000;
	margin-bottom: 20px;
	line-height: 26px;
}

.sub_comment .sub .sub_com{
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	margin-bottom: 20px;
	line-height: 26px;
}

.sub_comment .sub .sub_com .sub_name{
	float: right;
	color:#a40000;
}