@charset "UTF-8";


/* = main content section common
----------------------------------------------- */

div#mainContent h3.heading {
	margin-bottom: 20px;
	border: solid #cdcdcd;
	border-width: 3px 0;
	padding: 8px 10px;
	font-size: 100%;
	font-weight: bold;
	color: #c00;
}

div#mainContent div.section p {
	margin-bottom: 20px;
	line-height: 1.55;
	font-size: 75%;
}

div#mainContent div.section p.end {
	margin-bottom: 40px;
}

div#mainContent div.section {
	text-align: left;
}



/* = main content section 1st
----------------------------------------------- */

div.first p {
	margin: 10px;
}

p.link {
	text-align: center;
}



/* = main content section 2nd , 3rd , 4th
----------------------------------------------- */

div#mainContent div.second p.first img ,
div#mainContent div.fourth p.first img {
	float: right;
	margin-left: 10px;
}

div#mainContent div.third p.first img {
	float: left;
	margin-right: 10px;
}


/* section
----------------------------------------------- */

body.rules #mainContent p ,
body.rules #mainContent dl.aboutPersonalInformation {
	font-size: 100%;
}

body.rules #mainContent p {
	margin-bottom: 16px;
	padding: 8px;
}

body.rules #mainContent dl.aboutPersonalInformation {
	border: 3px solid #cdcdcd;
}

body.rules #mainContent dl.aboutPersonalInformation dt {
	padding: 3px 6px;
	line-height: 144%;
	font-weight: bold;
}

body.rules #mainContent dl.aboutPersonalInformation dd {
	margin-left: 23px;
	padding: 3px 6px;
	line-height: 144%;
}

body.rules #mainContent dl.aboutPersonalInformation dd ul {
	margin-left: 32px;
}

body.rules #mainContent dl.aboutPersonalInformation dd ul li {
	list-style-type: square;
	color: #c00;
}

body.rules #mainContent .agreement {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}