﻿@charset "utf-8";


/*------------------------*/
/* top image              */
/*------------------------*/
#top-wrap{
	margin-top: 30px;
	position:relative;
	background:url("../images/topRecruit.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:300px;
}
#top-wrap #copy{
	position:absolute;
	font-size:34px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:2px;
	text-align:center;
	text-shadow:1px 1px 3px #000000;
	top:35%;
	left:0%;
	width:100%;
}

@media screen and (max-width: 780px){
#top-wrap #copy{
	font-size:28px;
	left:2%;
	width:96%;
}
}

/*------------------------*/
/*  requirements          */
/*------------------------*/
.require-area{
	position:relative;
	margin:20px auto 0px auto;
	padding-bottom:20px;
	width:980px;
}
@media screen and (max-width: 780px){
.require-area{
	width:96%;
}
}

.require-area .require-wrap{
	position:relative;
	box-shadow:3px 3px 6px rgba(0, 0, 0, 0.2);
	width:100%;
}

.require-area .tableframe{
	margin:0px auto 0px auto;
	border-collapse:collapse;
	width:100%;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#6baf3c #ffffff #6baf3c #ffffff;
}
.require-area .tablecap{
	padding:20px;
	background:#efefef;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#6baf3c;
	border-style:dotted;
	border-width:0px 1px 1px 0px;
	border-color:#ffffff #6baf3c #6baf3c #ffffff;
}
.require-area .tablecol{
	padding:20px;
	font-size:18px;
	background:#ffffff;
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	border-color:#ffffff #ffffff #6baf3c #ffffff;
}
@media screen and (max-width: 780px){
.require-area .tablecap{
	font-size:18px;
}
.require-area .tablecol{
	font-size:16px;
}
}

/*------------------------*/
/* contact                */
/*------------------------*/
.contact-button-wrap{
	position:relative;
	margin:30px auto 0px auto;
	width:300px;
}

.contact-button-wrap .contact-button a{
	background:linear-gradient(to bottom, #6baf3c, #3a8c3a);
	background:-moz-linear-gradient(to bottom, #6baf3c, #3a8c3a);
	background:-webkit-linear-gradient(to bottom, #6baf3c, #3a8c3a);
	background:-o-linear-gradient(to bottom, #6baf3c, #3a8c3a);
	background:-ms-linear-gradient(to bottom, #6baf3c, #3a8c3a);
	display:block;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:46px;
	letter-spacing:2px;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	width:300px;
	height:50px;
	border-style:solid;
	border-width:2px 2px 2px 2px;
	border-color:#3a8c3a #3a8c3a #3a8c3a #3a8c3a;
}

/*------------------------*/
/* company info           */
/*------------------------*/
.company-info-area{
	position:relative;
	margin-top:50px;
	padding-top:30px;
	padding-bottom:50px;
	background:#f8f8f8;
	width:100%;
}
.company-info-area .company-info-wrap{
	position:relative;
	margin:20px auto 0px auto;
	font-size:18px;
	line-height:34px;
	width:980px;
}
.company-info-area .company-info-wrap a{
	color:#6baf3c;
}

@media screen and (max-width: 780px){
.company-info-area .company-info-wrap{
	font-size:16px;
	line-height:28px;
	width:94%;
}
}

.company-info-area .company-info-wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.company-info-area .company-info-wrap ul li{
	display:inline-block;
}
.company-info-area .company-info-wrap ul li:nth-child(1){
	color:#3a8c3a;
	font-size:30px;
	font-weight:bold;
	letter-spacing:2px;
}
.company-info-area .company-info-wrap ul li:nth-child(2){
	float:right;
}

@media screen and (max-width: 780px){
.company-info-area .company-info-wrap ul li{
	width:100%;
}
.company-info-area .company-info-wrap ul li:nth-child(1){
	font-size:24px;
	letter-spacing:1px;
}
.company-info-area .company-info-wrap ul li:nth-child(2){
	float:left;
	margin-top:20px;
}
}

