@charset "utf-8";
/* CSS Document */

body {
	margin: 0;	
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

.img-op:hover {
	opacity: 0.7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

header div > *,
footer div > * {
	display: inline-block;
}

header div > div,
footer div > div {
	margin-right: 30px;
}

.sec-img {
	padding-bottom: 110px;
}

.sec-img .main-img {
	margin-bottom: 110px;
}

.sec-img .pdf-link {
    text-align: center;
    font-size: 0;
}

.sec-img .pdf-link a {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px;
    font-size: 16px;
}

.sec-img .pdf-link a img {
    height: 80px;
    width: 100%;
}

#sec10 {
	padding: 50px 0 130px;
	background-color: #56B343;
}

#sec10 > div {
	text-align: center;
    line-height: 1em;
    margin: 0 auto;
    color: #fff;	
}

#sec10 div h1 {
    font-size: 1.9em;
	margin: 0 0 50px;
}

#sec10 div > p {
	margin-bottom: 40px;
}

#sec10 form {
	width: 1010px;
	margin: 0 auto;	
}

#sec10 label {
    float: left;
    width: 248px;
    text-align: right;
    margin-right: 29px;
    color: #fff;
}

#sec10 .form-group {
    margin: 20px auto 0;
}

#sec10 .form-group input {
    width: 624px;
    border-radius: 0.5em;
    height: 32px;
    border: 1px solid #fff;
	padding: 0 15px;
}

#sec10 .form-group textarea {
    width: 624px;
	height: 146px;
    border-radius: 0.5em;
    resize: none;
	padding: 15px;
}

#sec10 .form-submit {
    position: relative;
    text-align: center;
}

#sec10 .form-submit p {
    margin: 0;
}

#sec10 .form-submit img {
    width: 4%;
    position: absolute;
    margin: 0;
    left: 40%;
    top: 26%;
}

#sec10 .form-group div p {
    width: 45%;
    margin: 10px auto;
}

#sec10 .form-submit p input[type="submit"] {
    display: block;
    width: 320px;
    height: 70px;
    margin: 0 auto;
    padding-left: 35px;
    font-size: 1.1em;
    background: #fbb03b;
    color: #fff;
    text-align: center;
	border: none;
}

#sec10 .contents {
    width: 624px;
    height: 146px;
    border-radius: 0.5em;
    resize: none;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
	padding: 15px;
    font-size: 0.8em;
}

#sec10 .form-group > p {
	text-align: center;
	color: #fff;
	margin: 25px 0 25px 38px;
}

#sec10 .form-group input[type="checkbox"] {
    width: 25px;
    height: 15px;
    margin: 0 auto;
    vertical-align: middle;
	border: none;
}

#sec10 .checkbox {
	position: relative;	
}

#sec10 .checkbox label {
	margin-left: 120px;
    margin-bottom: 40px;	
}

#sec10 #checkAgree {
	position: absolute;
	left: 27%;	
}

#sec10 .errcheck {
	position: absolute;
    left: -18%;
    right: 0;
    text-align: center;
	color: #000;	
}

#sec10 .required {
	color: #F00;	
}

.gotop {
	position: relative;
	margin: 0 auto;
}

.gotop a {
    position: fixed;
	right: 15%;
}

.home {
	width: 15%;
	margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    background: #fff;
}

.home a {
    text-decoration: none;
    color: #333;
}

footer {
    padding: 70px 0;
}
	
	
	