@charset "UTF-8";
/* CSS Document */
/*==========================================
Directory-kentei
===========================================*/

body.page h2.testImg {
	clear: both;
	border: none;
	border-bottom: 10px solid #999900;
	background: none;
	line-height: 0;
	padding-left: 20px;
	margin: 30px 0;
	box-shadow: none;
}
#contents .testBox {
	border-radius: 10px;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 15px 20px 10px;
	margin: 20px 35px 40px;
	position: relative;
	background: #fff;
	box-shadow: 3px 6px 6px #000;
}
#contents .no3 {
	background: #fff url(images/bg_no3.png) right bottom no-repeat;
}
#contents .no2 {
	background: #fff url(images/bg_no2.png) right bottom no-repeat;
}
#contents .no1 {
	background: #fff url(images/bg_no1.png) right bottom no-repeat;
}
#contents .testBox p {
	font-size: 14px;
	padding-bottom: 0;
}
#contents .testBox .point {
	margin-top: 10px;
}
#contents .testBox .point p {
	font-size: 11px;
}
#contents .testBox .testMovie {
	float: left;
	width: 400px;
}
#contents .testBox .testMovie iframe {
	width: 400px;
	height: 230px;
}
#contents .testBox .check {
	float: left;
	width: 370px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #8E8E8E;
	margin: 30px 0 0 30px;
	padding: 0px 20px 10px;
}
#contents .testBox .check h3 {
	margin: 10px 0;
	text-align: left;
	border-left: 4px solid #870002;
	padding-left: 10px;
	background: none;
}
#testEnd {
	border-top : 1px solid #999;
	margin: 0 0px 20px;
	padding: 50px 0 20px;
	background: #B4BFBE;
}
#testEnd h4 {
	margin: 20px 0 10px;
	font-size: 20px;
	text-align: left;
}
#testEnd .dvd {
	margin: 10px 40px;
	color: #555;
}
#testEnd .dvd .big {
	font-size: 110%;
	border: 4px solid #CD0003;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
#testEnd .dvd .big p {
	padding-left: 10px;
}
#testEnd .dvd span {
	font-size: 110%;
	color: #CD0003;
	padding: 0 5px;
}
#testEnd .study {
	height: 300px;
	background: #000;
	padding: 20px 30px;
	position: relative;
}
#testEnd .studyFlame {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 400px;
}

@media screen and ( min-width: 801px ) {
#testEnd .study iframe {
	width: 490px;
	height: 290px;
	border: 5px solid #fff;
}
}

@media only screen and (max-width: 800px) {
body.page h2.testImg img {
	width: 80%;
	max-width: 250px !important;
}
#contents .testBox {
	padding: 15px 10px 90px;
	margin: 20px 15px 40px;
}
#contents .testBox .testMovie {
	float: none;
	width: 100%;
	margin: 10px auto 0;
}
#contents .testBox .testMovie iframe {
	width: 100%;
	height: auto;
}
#contents .testBox .check {
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 0px 10px 10px;
}
#testEnd h4 {
	margin: 20px 10px;
	font-size: 20px;
}
#testEnd .dvd {
	margin: 0px 15px;
	padding: 5px 10px;
	color: #555;
}
#testEnd .dvd .big {
	font-size: 110%;
	padding: 5px;
}
#testEnd .dvd span {
	font-size: 110%;
}
#testEnd .study {
	height: auto;
	background: #000;
	padding: 20px;
	position: relative;
}
#testEnd .studyFlame {
	visibility: hidden;
	padding: 0;
	margin: 0;
	line-height: 0;
}
}
