@charset "utf-8";
@import url(inc_common.css);

/*============================================================*/
h1{
	width: auto;
	margin: 0;
}

/* -------------------- content body -------------------- */
p.notice{
	padding-right: 1em;
	padding-bottom: 50px;
	line-height: 2;
	font-weight: bold;
}
.ruleBox{
	margin: 0;
	padding-bottom: 24px;
	color: #77797D;
	background-color: transparent;
	border-bottom: 1px solid #DDEFF8;
}
.ruleBox h2{
	margin: 24px 0 16px;
	padding: 24px 1em 0 1px;
	border-top: 1px solid #DDEFF8;
}
.ruleBox p{
	padding: 0 1em 0 2px;
	line-height: 2;
}
.ruleBox dl{
	padding: 1em 2px 0;
	line-height: 2;
}
