@charset "utf-8";

html.yFixed {
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
	height: 100%
}

html.fixed body {
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
	height: 100%
}

#wrapper {
	height: 100%;
}

a {
	color: #949596;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}

a:hover {
	opacity: 0.6;
}


/* Heading
----------------------------------------------------*/
h1 {
	font-size: 14px;
	font-size: 1.4rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 13px;
	font-size: 1.3rem;
}

@media screen and (max-width: 670px){

h1 {
	font-size: 13px;
	font-size: 1.3rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 13px;
	font-size: 1.3rem;
}

}

/* Header
----------------------------------------------------*/
header {
	width: 100%;
	position: relative;
}


/* Contents
----------------------------------------------------*/
main {
	width: 100%;
	position: relative;
}

section {
	width: 100%;
	position: relative;
}

.sectionContents {
	position: relative;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.sectionCopy {
	font-size: 16px;
}

@media screen and (max-width: 670px){

.sectionContents {
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}

}


/* Footer
----------------------------------------------------*/
footer {
	width: 100%;
	position: relative;
}

.gfContents {
	position: relative;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}


/* Input,Select,Textarea
----------------------------------------------------*/
input[type="text"],
input[type="password"],
select,
textarea {
	font-size: 16px;
	font-family: inherit;
	font-weight: inherit;
	padding: 11px 10px;
	width: 100%;
	background: #FFF;
	border: 1px solid #D3D4D5;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(3,4,5,0.2) inset;
}

input::-ms-clear {
	visibility: hidden;
}

textarea {
	min-height: 180px;
	resize: vertical;
	display: block;
}

textarea:focus {
	outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #939495;
}


@media screen and (max-width: 480px){
	iframe{width:100%; height:auto;}
}

