/* CSS Document */

.box { height: auto; margin-bottom: 80px; }

.th li {
	display: inline-block;
	width: 320px;
	height: 200px;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 30px;
}
.th li:nth-child(3n) { margin-right: 0; }
.th li.txt {
	background-color: #51b996;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	padding-top: 45px;
}
.thttl { position: relative; }
.thttl h1.ttl { background: url(../30th/images/catch1.gif) no-repeat top left; }
.thttl .mkimg { position: absolute; top: 0; right: 0; }

.th_box .title { position: relative; height: 120px; margin-bottom: 40px; text-align: right; }
.th_box .title .mkimg { position: absolute; top: 0; left: 0; }
.th_box .title span.rms { margin-bottom: 10px; position: absolute; right: 0; }
.th_box .title h1.ttl { padding-top: 50px; }
.th_box .title .eng { position: absolute; bottom: 0; right: 0; margin: 0; }

.th_box .title2 { position: relative; height: 120px; margin-bottom: 40px; text-align: left; }
.th_box .title2 .mkimg { position: absolute; top: 0; right: 0; }
.th_box .title2 span.rms { margin-bottom: 10px; position: absolute; left: 0; }
.th_box .title2 h1.ttl { padding-top: 50px; }
.th_box .title2 .eng { position: absolute; bottom: 0; left: 0; margin: 0; }

.gr_box { position: relative; }
.gr_box .img { position: absolute; top: 0; right: 0; }
.gr_box .gr_txt {
	width: 490px;
	border: 1px solid #4b4848;
	padding: 30px 20px;
	line-height: 24px;
	font-size: 14px;
}
.gr_box .gr_txt span { text-align: right; display: block; }

.plist li { display: inline-block; width: 320px; margin-right: 30px; }
.plist li:nth-child(3n) { margin-right: 0; }
.plist li .pttl { margin-top: 10px; height: 4em; }
.plist li a { display: block; position: relative; }
.plist li a:before {
	content: '';
	background-color: rgba(0,0,0,0.5);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 240px;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
.plist li a:hover:before { opacity: 1; }
.plist li a:after {
	content: '';
	display: block;
	width: 120px;
	height: 44px;
	background: url(../images/mi2.png) no-repeat;
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
.plist li a:hover:after { top: 105px; opacity: 1; }

#p4 h1.ttl { background: url(../30th/images/catch4.gif) no-repeat top right; }
#p4 p.eng { margin-bottom: 24px; }
#p4 .txt {
	width: 380px;
	height: 200px;
	border: 1px solid #4b4848;
	padding: 25px 20px;
	line-height: 24px;
	font-size: 14px;
}

.anv {
	width: 100%;
	margin-bottom: 80px;
}
.anv th, .anv td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4b4848;
}
.anv .c1 { width: 279px; }
.anv th {
	background-color: #51b996;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.anv td {
	padding: 20px 0;
}
.anv .btn {
	display: block;
	background-color: #51b996;
	color: #fff;
	width: 200px;
	height: 26px;
	line-height: 25px;
	border-radius: 13px;
	margin: 10px auto 0 auto;
}



#p4 { position: relative; }
#p4 .btn {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	right: 305px;
	padding-top: 35px;
	background-color: #51b996;
}
#p4 .btn span {
	display: block;
	text-align: center;
	font-size: 12px;
	margin-bottom: 0px;
	color: #fff;
}
#p4 .btn span.j { font-size: 14px; margin-bottom: 5px; }
#p4 .btn i {
	display: block;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
