@charset "utf-8";

/* schedule
========================================================================== */

#schedule {
	margin-top: 80px;
}

#schedule div.strong {
	margin-top: 45px;
	padding: .5em;
	background: #f8b62d;
	border-radius: 5px;
	color: #fff;
	font-size: 143%; /* 20px */
	font-weight: bold;
	text-align: center;
}
#schedule .inr_schedule {
	width: 720px;
	margin: 0 auto;
	font-size: 108%; /* 15px */
}
#schedule .font-large {
	margin-top: 30px;
	font-size: 129%; /* 18px */
}


/* report
========================================================================== */

#report article {
	margin-top: 3em;
	padding: 4em;
	background: rgba(255, 255, 255, .5); /* #fff 50% */
	border-radius: 10px;
}

#report article h3 {
	margin: 0 0 2em;
	padding-top: 1em;
	border-top: 2px solid #dfccaf;
	font-weight: normal;
}

#report article p.message {
	margin-bottom: 1.5em;
	font-family: "游明朝", "YuMincho", serif;
	font-size: 108%; /* 15px */
	line-height: 2.5;
	text-align: justify;
}
#report article p.message span {
	padding-bottom: .5em;
	border-bottom: 1px solid #dfccaf;
}

#report article p.passed {
	margin-bottom: 0;
	padding: .5em;
	background: #fff;
	border: 2px solid #8abfe5;
	border-radius: 5px;
	font-size: 108%; /* 15px */
}



/* result
========================================================================== */

#result ul.list_result {
	width: 900px;
	margin: 0 auto;
	zoom: 1;
}
#result ul.list_result:after {
	content:"";
	display: block;
	clear: both;
}

#result ul.list_result li {
	width: 260px;
	height: 40px;
	margin: 5px 10px;
	padding: 0 10px;
	background: #fff;
	line-height: 40px;
	list-style: none;
	float: left;
}



/* access
========================================================================== */

#contact {
	width: 640px;
	margin: 80px auto 0;
}

.blog {
	margin-top: 50px;
	padding: 1em;
	background: #fff;
	font-size: 108%; /* 15px */
	text-align: center;
}
.blog a {
	color: #8abfe5;
	text-decoration: underline;
}

.news {
	margin-bottom: 1em;
	font-size: 108%; /* 15px */
	line-height: 1.8;
}
.news {
	margin-top: 60px;
}
.news p strong {
	font-size: 129%; /* 18px */
}

.news ol {
	margin-bottom: 1em;
	font-size: 108%; /* 15px */
	line-height: 1.8;
}
.news div.btn {
	margin-bottom: 2em;
	text-align: center;
}
.news div.btn a {
	width: 480px !important;
	padding: .5em 1em;
	background: #fff !important;
	border: 1px solid #8abfe5;
	border-radius: 7px;
	font-size: 115%; /* 16px */
	display: inline-block;
}