@charset "utf-8";

/* block
/* ------------------------------------------------------------------------ */
.block{
	margin:60px 0 0 0;
}
.block .catch {
	color: #8a0000;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	}
.block .topTxt{
	width:980px;
	margin:0 auto;
}
.block p {
	line-height: 2;
	}

.block .regulation {
	text-align: left;
	background-color: #F0EFE9;
	padding: 50px 60px 40px;
	margin: 40px 0;
	}
.block .regulation h3 {
	color: #8a0000;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 35px;
	}
.block .regulation h4 {
	font-size: 16px;
	margin-top: 30px;
	}
.block .regulation p {
	text-indent: -1em;
	padding-left: 1em;
	}