@charset "utf-8";

/* ============================================
	Tit
============================================ */

.contStyle.columnIn h2,
h3 {
	font-weight: bold;
	border-bottom: 1px solid #b52512;
	margin: 30px 0 10px;
	padding: 0 0 3px 5px;
	font-size: 14px;
}

/* ============================================
	Content
============================================ */
.dDate {
	margin: 10px 0;
	text-align: right;
	font-size: 12px;
}
p {
	margin: 0 0 10px;
	line-height: 1.6;
	font-size: 13px;
}

/* Button
============================================ */


/* ============================================
	ClearFix
============================================ */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



