@charset "UTF-8";

* {
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p,
li, dt, dd, table,
input, select, textarea {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: left;
}
ul, dl {
	list-style-type: none;
}
p, li, dt, dd, span {
	line-height: 1.65;
}
div, h1, h2, h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:link, a:visited {
	color: #0091C5;
}
a:hover, a:active {
	color: #F28500;
}

/*------------------------------- Header*/
header{
	width: 100%;
	min-width: 1060px;
	height: auto;
}
#header {
	padding-top: 19px;
	border-bottom: 5px solid #90df27;
}
#header .container {
  position: relative;
}

/*----------------------------------- language_area */
#language_area {
	/*! margin-top: 10px; */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20000;
}
#language_area .container {
		display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
/*language_btn */
#language_btn {
	width: 120px;
	display: flex;
	align-items: flex-end;
	float: right;
}
#language_btn li a:hover {
	opacity: 0.7;
}
#language_btn li img {
	width: 100%;
	height: auto;
}
#header_logo {
	float: left;
	margin-right: 30px;
  margin-top: 24px;
}
#header_tx {
	display: block;
	float: left;
	margin-top: 47px;
	font-size: 10px;
	color: #c7c7c7;
}
#header_contact {
	float: right;
	text-align: right;
	margin-top: 34px;
}
#header_contact > img {
	display: block;
	margin: 2px 13px 15px 0;
	float: left;
}

/*------------------------------- Rayout*/
#content {
	width: 100%;
	min-width: 1060px;
	height: auto;
}
.container {
	width: 1060px;
	margin:0 auto;
}
#content > .container {
	padding: 25px 0 60px;
}
.sec {
	clear: both;
	margin-bottom: 50px;
}

/*------------------------------- Mainnavi*/
#mainnavi {
	width: 100%;
	min-width: 1060px;
	background: url(../img2/nav_img/bg_nav.png) repeat-x left top;
	height: 85px;
	text-align: left;
  position: relative;
  overflow: hidden;
  margin-top: -8px;
}
#mainnavi ul{
  position: relative;
  left: 50%;
  float: left;
}
#mainnavi ul li {
  position: relative;
  left: -50%;
  float: left;
	background: url(../img2/nav_img/nav_line.png) no-repeat left 31px;
	padding: 21px 19px 0;
}
#mainnavi ul li:first-of-type {
	background: none;
}

/*------------------------------- Contents*/
#pagetitle {
	background: url(../img2/nav_img/bg_pagetitle.jpg) repeat-x center top;
	text-align: center;
}
#pagetitle img {
	display: block;
	margin: 0 auto;
}
.title01 {
	margin: 25px 0;
	text-align: center;
}
.title01 img {
	display: block;
	margin: 0 auto;
}

/*------------------------------- Footer*/
#footer_giza {
	width: 100%;
	height: 7px;
	background: url(../img2/common_img/bg_footer01.png) repeat-x left top
}
#footer {
	width: 100%;
	min-width: 1060px;
	background: #91DF27;
	padding: 20px 0 43px;
}

/* left */
#footer_left {
	width: 360px;
	float: left;
	padding-top: 21px;
	text-align: left;
}
#footer_info_01 {
	line-height: 1.35;
}
#footer_info_01 span {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
}
#footer_contact {
	display: block;
	margin: 15px 0;
	margin-left: -4px;
}#footer_recruit {
	display: block;
	margin: 15px 0;
	margin-left: -4px;
}
.footer_navi li {
	background: url(../img2/common_img/ico_arrow.png) no-repeat left center;
	padding: 3px 0 3px 22px;
}
.footer_navi li a {
	color: #333;
}
.footer_navi li a:hover {
	color: #F78D06;
}

/* center */
#footer_center {
	width: 360px;
	float: left;
	padding-top: 21px;
}
#footer_info_02 {
	display: table;
	margin: 15px 0 20px;
}
#footer_info_02 dl {
	display: table-row;
}
#footer_info_02 dt,
#footer_info_02 dd {
	display: table-cell;
	line-height: 1.35;
}

/* right */
#footer_right {
	width: 340px;
	float: right;
}
#footer_right p:first-of-type {
	margin-bottom: 10px;
}
/*Copyright*/
#bottom_giza {
	margin-top: -7px;
	width: 100%;
	height: 7px;
	background: url(../img2/common_img/bg_footer02.png) repeat-x left top
}
#copyright {
	background: #29A10B;
}
#copyright small {
	display: block;
	padding: 13px;
	font-size: 14px;
	color: #90df27;
	text-align: center;
}
/*Pagetop*/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/*--------------------------------------------------------------------------------

Main Content Decorations

--------------------------------------------------------------------------------*/
/*------------------------------- splink*/
body {
	padding-top: 190px;
}
.splink {
	position: absolute;
	top: 0;
	z-index: 10000;
	text-align: center;
	width: 100%;
	padding: 30px 0;
	background: #F2F2F2;
	box-shadow: 0 0 6px 0 #9B9B9B;
}
.splink a {
	position: relative;
	margin: 0 30px;
	background: #fff;
	color: #A5A5A5;
	text-decoration: none;
	font-weight: bold;
	font-size: 45px;
	padding: 20px 0;
	border-radius: 4px;
	border: 6px solid #A5A5A5;
	display: block;
}
/*------------------------------- Text*/
.tx_right {
	text-align: right;
}
.tx_left {
	text-align: left;
}
.tx_cent {
	text-align: center;
}
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
.tx_red {
	color: #C33;
}
/*------------------------------- Float*/
.float_left {
	float: left;
}
.float_right {
	float: right;
}
/*------------------------------- Photo positiopn*/
.ph_cent{
	text-align: center;
}
.ph_cent img{
	margin: 0 auto;
}
.ph_left{
	float: left;
	margin-right: 10px;
}
.ph_right{
	float: right;
	margin-left: 10px;
}
.ph_cent img,
.ph_left img,
.ph_right img{
	display: block;
}
/*------------------------------- Margin*/
.margin_t0 {
	margin-top: 0 !important;
}
.margin_t05 {
	margin-top: 5px !important;
}
.margin_t10 {
	margin-top: 10px !important;
}
.margin_t15 {
	margin-top: 15px !important;
}
.margin_t20 {
	margin-top: 20px !important;
}
.margin_t25 {
	margin-top: 25px !important;
}
.margin_t30 {
	margin-top: 30px !important;
}
.margin_t40 {
	margin-top: 40px !important;
}
.margin_t50 {
	margin-top: 50px !important;
}
/*MarginBottom*/
.margin_b0 {
	margin-bottom: 0 !important;
}
.margin_b05 {
	margin-bottom: 5px !important;
}
.margin_b10 {
	margin-bottom: 10px !important;
}
.margin_b15 {
	margin-bottom: 15px !important;
}
.margin_b20 {
	margin-bottom: 20px !important;
}
.margin_b25 {
	margin-bottom: 25px !important;
}
.margin_b30 {
	margin-bottom: 30px !important;
}
.margin_b40 {
	margin-bottom: 40px !important;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*------------------------------- ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------- Image Effects*/
/*Hoverimg*/
a:hover img.hoverimg {
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
/*Hoverimg_fade*/
a:hover img.hoverimg_fade {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.75;
}
/*Hoverimg_dark*/
.hoverimg_dark {
	background: #000;
}
.hoverimg_dark img:hover {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.5;
}
/*hoverimg_big*/
.hoverimg_big {
    overflow: hidden;
}
.hoverimg_big img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.hoverimg_big img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*hoverimg_small*/
.hoverimg_small {
    overflow: hidden;
}
.hoverimg_small img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.hoverimg_small img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*hoverimg_smalldark*/
.hoverimg_smalldark {
	overflow: hidden;
	background: #000;
}
.hoverimg_smalldark img {
	opacity: 1;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: transform 0.3s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.5s ease;
	-moz-transition: -moz-transform 0.3s ease, opacity 0.5s ease;
	-o-transition: -o-transform 0.3s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.3s ease, opacity 0.5s ease;
}
.hoverimg_smalldark img:hover {
	opacity: 0.5;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
