@charset "utf-8";
.sub{
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#stage{
	width: 100%;
	position:relative;
}
#comment{
	background: #fff;
	color: #2e2e2e;
}
#comment #mainArea{
	width: 860px;
	margin: 0 auto;
}
#comment #pageTtl{
	text-align: center;
	margin-bottom: 40px;
}
.cmtBox{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom: 1px dotted #2e2e2e;
	line-height: 1.8;
	box-sizing: border-box;
}
.cmtBox:last-child{
	border-bottom: none;
}
.cmtBox.type1{
	padding-left: 210px;
	min-height: 260px;
}
.cmtName{
	font-size: 2.4rem;
	color: #ae0d15;
	margin-bottom: 20px;
	line-height: 2;
}
.cmtName .yaku{
	font-size: 1.5rem;
	display: inline-block;
}

.cmtTxt{
	font-size:1.8rem;
	line-height: 2;
}

.cmtBox#tsumabuki{
	background: url(../img/img01.png) no-repeat left top;
}
.cmtBox#mitsushima{
	background: url(../img/img02.png) no-repeat left top;
}

/*
.cmtBox#tawara{
	background: url(../img/tawara_img.jpg) no-repeat left top;
}
.cmtBox#miyazaki{
	background: url(../img/miyazaki_img.jpg) no-repeat left top;
}
.cmtBox#aizawa{
	background: url(../img/aizawa_img.jpg) no-repeat left top;
}
.cmtBox#minowa{
	background: url(../img/minowa_img.jpg) no-repeat left top;
}
.cmtBox#yamashita{
	background: url(../img/yamashita_img.jpg) no-repeat left top;
}
.cmtBox#osawa{
	background: url(../img/osawa_img.jpg) no-repeat left top;
}
*/

#hdArea{
	overflow: hidden;
	background:#f3f3f3;
	padding: 20px 0;
	margin-bottom: 40px;
	width: 100%;
	min-width: 860px;
}
#hdAreaIn{
	width: 860px;
	margin: 0 auto;
}
#hdArea #hdLogo{
	float: left;
}
#hdArea .hdDay{
	float: right;
	line-height: 41px;
}

strong.strong{
    color:#ae0d15;
    font-weight: normal;
}

