@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amiri:400");
@import url("https://fonts.googleapis.com/css?family=Amiri:700");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

a:link, a:hover,
a:visited,
a:active {
	color: #65b721;
	text-decoration: none;
}

a:hover {
	color: #65b721;
	text-decoration: none;
}

.amiri {
	font-family: 'Amiri', "Times New Roman", Times, serif;
	font-weight: 400;
}

.amiri-bold {
	font-family: 'Amiri', "Times New Roman", Times, serif;
	font-weight: 700;
}

header {
	width: 100%;
	height: auto;
	background-color: #65b721;
	background-image: url("../images/eng_hdbg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}
header #header-inner {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
}
header #header-inner #logo {
	width: 580px;
	height: 130px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
}
header #header-inner #logo img {
	width: 100%;
	height: auto;
}
header #header-inner .member {
	position :absolute;
	left: 50%;
	top:130px;
	margin-left:-450px;
	width: 900px;
	height: 250px;
}
header #header-inner .member img {
	width: 100%;
	height: auto;
}
header #header-inner #catch {
	margin-top: 175px;
	padding-top: 125px;
	width: auto;
	height: 135px;
	background: #65b721;
	text-align: center;
}
header #header-inner #catch h2 {
	margin: 5px auto 10px auto;
	font-size: 3.5rem;
	color: #fff;
}
header #header-inner #catch p {
	font-size: 2rem;
	color: #fff;
}

@media only screen and (min-width: 480px) and (max-width: 960px) {
	header #header-inner #logo {
		width: 40%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 20px 0 0 0;
	}
	header #header-inner .member {
		left: 0;
		top:20%;
		margin: 0 10%;
		width: auto;
		height: auto;
	}
	header #header-inner #catch {
		margin-top: 15%;
		padding-top: 10%;
		width: auto;
		height: auto;
	}
	header #header-inner #catch h2 {
		margin: 10px auto 5px auto;
		padding: 0 15px;
		font-size: 2.75rem;
		color: #fff;
	}
	header #header-inner #catch p {
		padding: 0 15px 15px 15px;
		font-size: 1.75rem;
		color: #fff;
	}
}

@media only screen and (max-width: 480px) {
	header #header-inner #logo {
		width: 50%;
		height: auto;
		padding: 15px 0 0 0;
	}
	header #header-inner .member {
		left: 0;
		top:12.5%;
		margin: 0 2.5%;
		width: auto;
		height: auto;
	}
	header #header-inner #catch {
		margin-top: 15%;
		padding-top: 10%;
		width: auto;
		height: auto;
	}
	header #header-inner #catch h2 {
		margin: 10px auto 5px auto;
		padding: 0 20px;
		font-size: 2rem;
		color: #fff;
	}
	header #header-inner #catch p {
		padding: 0 20px 15px 20px;
		font-size: 1.5rem;
		color: #fff;
	}
}

#contents {
	margin: 50px auto;
	width: 1000px;
	height: auto;
}

#contents img {
	width: 100%;
	height: auto;
}

#contents #top-contents .left {
	float: left;
	width: 22.5%;
}

#contents #top-contents .center {
	float: left;
	width: 50%;
	margin: 0 2.5%;
}

#contents #top-contents .right {
	float: left;
	width: 22.5%;
}

#contents #top-contents h2 {
	margin: 0px auto 5px auto;
	padding: 0;
	font-size: 4rem;
	color: #65b721
}
#contents #top-contents p {
	padding: 0;
	font-size: 1.75rem;
}

#contents #bottom-contents {
	margin: 50px auto;
	padding: 25px;
	background-color: #edf7e5;
}

#contents #bottom-contents .left {
	float: left;
	width:25%;
}

#contents #bottom-contents .right {
	float: right;
	width:72%;
}

#contents #bottom-contents h2 {
	margin: 0px auto 5px auto;
	padding: 0;
	font-size: 3rem;
	color: #65b721
}

#contents #bottom-contents p {
	margin: 0px auto 20px auto;
	padding: 0;
	font-size: 1.5rem;
}

#contents #bottom-contents .right .iframe-content {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}

#contents #bottom-contents .right .iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 960px) {
	#contents {
		margin: 35px 2%;
		width: 96%;
		height: auto;
	}
	#contents #top-contents .left {
		width: 20%;
	}
	#contents #top-contents .center {
		width: 55%;
		margin: 0 2.5%;
	}
	#contents #top-contents .right {
		width: 20%;
	}
	#contents #top-contents h2 {
		margin: 0px auto 5px auto;
		padding: 0;
		font-size: 3rem;
	}
	#contents #top-contents p {
		padding: 0;
		font-size: 1.5rem;
	}
	#contents #bottom-contents {
		margin: 35px auto;
		padding: 15px;
	}
	#contents #bottom-contents h2 {
		margin: 0px auto 5px auto;
		padding: 0;
		font-size: 2.5rem;
	}
	#contents #bottom-contents p {
		margin: 0px auto 20px auto;
		padding: 0;
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 480px) {
	#contents {
		margin: 30px 2%;
		width: 96%;
		height: auto;
	}
	#contents #top-contents {
		position: relative;
	}
	#contents #top-contents .left {
		float: none;
		width: auto;
		height: auto;
	}
	#contents #top-contents .center {
		float: none;
		width: auto;
		height: auto;
		margin: 15px 1.5%;
	}
	#contents #top-contents .right {
		float: none;
		width: auto;
		height: auto;
	}
	#contents #top-contents figure {
		float: left;
		width: 48%;
		height: auto;
		margin: 0 1%;
		overflow: hidden;
	}
	#contents #top-contents h2 {
		margin: 10px auto 5px auto;
		padding: 0;
		font-size: 2.5rem;
	}
	#contents #top-contents p {
		padding: 0;
		font-size: 1.4rem;
	}
	#contents #bottom-contents {
		position: relative;
		margin: 35px auto;
		padding: 15px;
	}
	#contents #bottom-contents .main {
		position: absolute;
		left: 35%;
		top: 15px;
	}
	#contents #bottom-contents .left {
		position: absolute;
		left: 15px;
		top: 15px;
	}
	#contents #bottom-contents .right {
		float: none;
		margin-top: 150px;
		width: auto;
	}
	
	#contents #bottom-contents h2 {
		margin: 0px auto 5px auto;
		padding: 0;
		font-size: 2rem;
	}
	#contents #bottom-contents p {
		margin: 0px auto 20px auto;
		padding: 0;
		font-size: 1.25rem;
	}
}

footer {
	text-align: center;
	font-size: 1.25rem;
	padding-bottom: 20px;
}


/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}