﻿* {
	margin: 0;
	padding: 0;
}
*::after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	background-color: #abc900;
}
article {
	/*height: 1000px;
	margin: 100px auto;*/
	margin: 55px auto 0 auto;
	/*text-align: center;*/
	line-height: 1.7;
	z-index: 200;
	background-color: #fff;
}
article p {
	margin-bottom: 1em;
	color: #282828;
	font-weight: 500;
}
a {
    text-decoration: none;
}
img {
	width: 100%;
}
ul, ol {
    list-style: none;
    color: #313131;
}

footer {
	height: 100%;
	padding: 10px 0 0 0;
	text-align: center;
	background-color: #dbdbdb;
}
footer a {
	/*color: #666;*/
	text-decoration: none;
}
footer p {
	margin: 2px auto;
    	color: #282828;
}
/*footer img {
    width: 25%;*/
}
/* inner */
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	font-size: 12px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#top-head .logo img {
	width: 70%;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}
/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 980px) {
article {
	padding: 0 0 30px 0;
}
.inner {
	width: 100%;
	padding: 0 20px;
}
#global-nav ul li a {
	padding: 0 20px;
}
#top-head.fixed #global-nav ul li a {
	padding: 0 15px;
}
}

@media screen and (max-width: 640px) {
#top-head, .inner {
	width: 100%;
	padding: 0;
}
/*#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}*/
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	left: 15px;
	top: 10px;
	color: #000;
	font-size: 20px;
}
#global-nav {
	position: absolute;
	top: -505px;
	background: #272828;
	width: 100%;
	text-align: center;
	padding: 2px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 11px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 11px 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
video#js-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#bnr {
	width: 100%;
	margin: 0 auto;
}

#bnr li {
	width: 50%;
	float: left;
	margin-bottom: 3px;
	list-style: none;
}
p.toptitle1 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0 0;
}
p.toptitle2 {
    background-color: #282828;
    color: #fff;
    text-align: center;
    width: 160px;
    margin: 5px auto;
}
p.topimg1 {
    width: 70%;
    margin: 15px auto;
}
p.topbt1 {
    width: 80%;
    margin: 15px auto;
}
p.topbanner1 {
    width: 60%;
    margin: 40px auto 0 auto;
}
p.toptext1 {
    background-color: #abc900;
    padding: 5px 0 5px 0;
    margin: -8px 0 0 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
}
span.font11 {
    font-size: 11px;
    letter-spacing: 0;
}
video.popup_video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
video.popup_video2 {
    display: block;
    width: 100%;
    height: auto;
}
p.topbanner2 {
    width: 70%;
    margin: 35px auto 0 auto;
}
p.topmovie2 {
    width: 95%;
    margin: 0 auto 0 auto;
}
p.whatsnewbanner {
    width: 65%;
    margin: 25px auto 0 auto;
}
.newsbox {
    width: 95%;
    height: 100px;
    margin: 5px auto 0 auto;
    background-color: #e1e1e1;
    padding: 5px 0 0 0;
    overflow-y: scroll;
}
table.topboxtable {
	margin: 0 auto 5px auto;
	width: 90%;
	border-collapse: collapse;
	vertical-align: top;
	font-size: 12px;
}
table.topboxtable th {
	text-align: left;
	line-height: 17px;
	padding: 10px 0 0 0;
}
table.topboxtable td {
	line-height: 17px;
	border-bottom: 1px dotted #aaa;
	padding: 0 0 5px 0;
}
table.topboxtable th img {
    width: 15%;
    margin: 0 0 -1px 10px;
}
footer.clearfix p img {
    width: 65%;
}
p.footertext1 {
    font-size: 16px;
    margin: 10px 0 3px 0;
    letter-spacing: 1px;
    font-weight: 600;
}
p.footertext2 {
    font-weight: 600;
    margin: 10px 0 5px 0;
}
.footermail {
    width: 75%;
    margin: 15px auto 10px auto;
}
p.footercredit {
    line-height: 14px;
    background-color: #fff;
    padding: 7px 0 7px 0;
    font-size: 11px;
}



/*----company----*/
div#underlayer {
    background-color: #fff;
    padding: 8px 5px 0 5px;
}
p.underlayertitle {
    width: 100%;
    background-color: #abc900;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    border-bottom: solid 5px #272828;
    height: 28px;
    line-height: 28px;
}
span.fonttitle11 {
    font-size: 11px;
    letter-spacing: 4px;
    padding: 0 0 0 10px;
}
p.underlayertitle2 {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    clear: both;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: solid 1px #959595;
    text-indent: -1.4em;
    padding: 0 0 0 20px;
}
p.companyimg {
    width: 50%;
    margin: 0 0 0 auto;
}
img.companyimg1 {
    margin: 0 0 20px 0;
}
.company {
    width: 100%;
    margin: 5px 0 25px 0;
}
.company dt {
	width: 100%;
	background-color: #cecece;
	padding: 2px 0 2px 5px;
	text-align: left;
	font-weight: 600;
}
.company dd {
	width: 100%;
	padding: 5px;
}
.companybox {
	background-color: #e5e5e5;
	padding: 10px 10px 10px 10px;
	margin: 15px 0 40px 0;
}
dl.companyboxlist {
	font-size: 13px;
	line-height: 20px;
}
dl.companyboxlist dt {
	font-weight: 600;
}
dl.companyboxlist dd {
	padding: 0 0 10px 15px;
}




/*----business----*/
p.businesstext {
    background-color: #e5e5e5;
    padding: 10px 10px 10px 10px;
    margin: 0 0 15px 0;
}
.business {
    width: 100%;
    margin: 5px 0 25px 0;
}
.business dt {
	width: 100%;
	background-color: #cecece;
	padding: 2px 0 2px 5px;
	text-align: left;
	font-weight: 600;
}
.business dd {
	width: 100%;
	padding: 5px;
}
p.businesstext2 {
    background-color: #333;
    color: #fff;
    padding: 5px;
    margin: 5px 0;
}
table.cad {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 20px 0;
	line-height: 16px;
}
table.cad th {
	text-align: justify;
	padding: 5px;
	width: 120px;
	background-color: #333;
	color: #fff;
	border: 1px solid #aaa;
}
table.cad td {
	padding: 5px;
	border: 1px solid #aaa;
}




/*----equipment----*/
table.equipmenttop {
	border-collapse: separate;
}
table.equipmenttop th {
	background-color: #838485;
	width: 40px;
}
table.equipmenttop td {
	color: #e60012;
	font-weight: 600;
	padding: 0 0 0 10px;
	line-height: 16px;
}
p.equipmentmovietitle {
    width: 65%;
    margin: 15px auto 0 auto;
}
p.equipmentbox1 {
    width: 85%;
    margin: 0 auto;
}
ul.equipmentlist.clearfix {
    margin: 10px 0 40px 0;
    width: 100%;
}
ul.equipmentlist.clearfix li {
    float: left;
    width: 48%;
}
ul.equipmentlist.clearfix li:nth-child(1), ul.equipmentlist.clearfix li:nth-child(4) {
    margin: 0 10px 0 0;
}
ul.equipmentlist.clearfix li:nth-child(3) {
    width: 100%;
}
.equipmentscroll {
    overflow: auto;
    white-space: nowrap;
    margin: 0 0 30px 0;
}
table.equipment {
	border-collapse: collapse;
	width: 100%;
}
table.equipment th {
	color: #fff;
	background-color: #606060;
	padding: 5px;
	border: solid 1px #a2a2a2;
	text-align: left;
	line-height: 15px;
}
table.equipment td {
	padding: 5px;
	line-height: 18px;
	border: solid 1px #a2a2a2;
}




/*----movie----*/
p.movietitle {
    width: 60%;
    margin: 0 auto;
}
ul.movielist.clearfix {
    margin: 15px auto 0 auto;
    width: 80%;
}
ul.movielist.clearfix li {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 30px 0;
}




/*----calendar----*/
img.calendartext {
    width: 35%;
    margin: 0 0 0 15px;
}
p.calendartitle {
    background-color: #abc900;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    height: 25px;
    padding: 0 0 0 15px;
    margin: 0;
}




/*----recruit----*/
ul.recruitlist.clearfix {
    margin: 15px 0 30px 0;
    width: 100%;
}
ul.recruitlist.clearfix li {
    float: left;
    width: 47%;
    margin: 0 0 3px 7px;
}
.recruittitle {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    margin: 10px 0 5px 0;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 0 3px 5px;
    background-color: #676767;
    color: #fff;
}
.recruit {
    width: 100%;
    margin: 5px 0 35px 0;
}
.recruit dt {
	width: 100%;
	background-color: #cecece;
	padding: 2px 0 2px 5px;
	text-align: left;
	font-weight: 600;
}
.recruit dd {
	width: 100%;
	padding: 5px;
}




/*----iso----*/
.isobox {
    margin: 20px 0;
    padding: 5px;
    background-color: #e5e5e5;
}
.qp {
    margin: 10px 0;
}
.qp li {
    margin: 0 0 10px 20px;
    list-style-type: decimal;
    line-height: 18px;
    font-size: 13px;
    font-weight: 700;
}
.isotext {
    padding: 3px 0 3px 5px;
    background-color: #448aca;
    color: #fff;
    margin: 10px 0 10px 0;
}
p.fontweight {
    font-weight: 600;
}
.isodate {
    margin: 0;
}
img.iso9001 {
    width: 70%;
    margin: 3px 0 15px 0;
}
.qp2 {
    margin: 10px 0;
}
.qp2 dt {
    margin-left: 10px;
    list-style-type: decimal;
    font-size: 13px;
    font-weight: 700;
}
.qp2 dd {
    margin:0 0 10px 35px;
}







/*----contact----*/
#contact {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	font-size: 12px;
}
#contact th {
	width: 40%;
	padding: 5px 5px 5px 15px;
	text-align: left;
	vertical-align: top;
	border-bottom: dashed 1px #959595;
}
#contact td {
	/*width: 100%;*/
	padding: 5px;
	border-bottom: dashed 1px #959595;
}
.w400 {
	width: 100%;
	background-color: #e5e5e5;
	border: none;
}
.form_btn3 {
	width: 100%;
	margin: 0 auto 30px auto;
}
.contact_reset {
	width: 50%;
	/*height: 50px;*/
	height: 47px;
	background-image: url(../img/contact/reset.png);
	background-repeat: no-repeat;
	background-size: 100%;
	border: none;/*text-indent: -9999px;*/
}
.contact_submit {
	width: 50%;
	/*height: 50px;*/
	height: 47px;
	background: url(../images/contact/submit.png);
	background-repeat: no-repeat;
	background-size: 100%;
	border: none;/*text-indent: -9999px;*/
}
.contact_back {
	width: 50%;
	/*height: 50px;*/
	height: 47px;
	background: url(../images/contact/reset.png);
	background-repeat: no-repeat;
	border: none;
	text-indent: -9999px;
}
