@charset "shift-jis";

/* --------------------------------------------------- */
/* --- rule ------------------------------------------ */
/* --------------------------------------------------- */

#contents section.rulebox {
	margin-top: 15px;
	border:none;
}
#contents section.rulebox:before {
	display:none;
}

	
/* --- h1  ------------------------------------------ */
#contents section.rulebox > h1 {
	clear: both;
	border: 1px solid rgba(153,153,153,1);
	font-weight:bold;
}
#contents section.rulebox > h1 span {
	display: block;
	border-left: 5px solid rgba(0,132,4,1);
	padding-left: 10px;
}
@media screen and (min-width:641px) {
	#contents section.rulebox > h1 {
		margin-bottom: 20px;
		border-radius: 3px;
		padding: 14px 19px;
	}
	#contents section.rulebox > h1 span {
		font-size:1.8rem;
	}
}
@media screen and (max-width:640px) {
	#contents section.rulebox > h1 {
		margin: 0 0 3.125%;
		padding: 2.1875% 3.125%;
		border-radius: 0;
		border-right: none;
		border-left: none;
	font-size:1.6rem;
	}
	#contents section.rulebox > h1 span {
	font-size:1.6rem;
	}
}


/* --- h2  ------------------------------------------ */
#contents section.rulebox > h2 {
	clear: both;
	background-color: rgba(218,237,217,1);
	font-size:1.6rem;
	font-weight:bold;
}
@media screen and (min-width:641px) {
	#contents section.rulebox > h2 {
		margin-bottom: 20px;
		padding: 7px 20px;
	}
}
@media screen and (max-width:640px) {
	#contents section.rulebox > h2 {
		margin-bottom: 3.125%;
		padding: 1.09375% 3.125%;
	}
}


/* --- h3  ------------------------------------------ */
#contents section.rulebox > h3 {
	clear: both;
	font-size:1.6rem;
	font-weight:bold;
}
@media screen and (min-width:641px) {
	#contents section.rulebox > h3 {
		margin-bottom: 10px;
		padding: 0 20px;
	}
}
@media screen and (max-width:640px) {
	#contents section.rulebox > h3 {
		margin-bottom: 1.5625%;
		padding: 0 3.125%;
	}
}


/* --- dl  ------------------------------------------ */
#contents section.rulebox dl {
	margin:0 10px 10px;
}
#contents section.rulebox dl:after {
	content:'';
	display: block;
	clear: both;
}

#contents section.rulebox dl dt {
	float: left;
	width: 55px;
}
#contents section.rulebox dl dd {
	float: left;
	margin-left: 0;
	width: calc(100% - 55px);
}

#contents section.rulebox dl dd ol {
	list-style:decimal;
	margin: 5px 0 10px 0;
	padding: 0;
}
#contents section.rulebox dl dd ol.numblank {
	list-style: none;
}
#contents section.rulebox dl dd ol li {
	margin: 0 0 5px 1.5em;
	padding: 0;
}
#contents section.rulebox dl dd ol.num_brackets li {
	margin-left: 1.0em;
	padding-left: 1.7em;
	text-indent: -2.8em;
}
#contents section.rulebox dl dd ol.num_kana li {
	margin-left: 0.5em;
	padding-left: 1em;
	text-indent: -1.2em;
}


/* --- ol  ------------------------------------------ */
.rulebox ol {
    list-style: decimal;
    margin: 5px 2% 10px;
    padding: 0;
}
.rulebox ol li {
    margin: 0 0 5px 1.5em;
    padding: 0;
}

/* --- member.html  ------------------------------------------ */
	#contents section.rulebox > p.lrspace {
	margin-bottom:1em;
}

@media screen and (max-width:640px) {
	#contents section.rulebox > p.lrspace {
	margin:0 0.8em 1em;
	}
}

#contents table {
	margin: 10px 0 30px;
}
#contents th, td {
	border: 1px solid #ccc;
	padding: 2px 8px;
}
#contents tr td:first-child {
	white-space: nowrap;
}
@media screen and (max-width:640px) {
	#contents h4 {
		margin-left: 10px;
		margin-right: 10px;
	}
	#contents table {
		margin: 10px 2.6% 30px;
		width: 100%;
		max-width: 94.8%;
	}
}
