@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 85%;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a{
	text-decoration: none;
	color:#333;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

table, tr, th, td {
border-collapse:collapse;
border-spacing:0;
vertical-align:top;
}

img{width:100%; height:auto; vertical-align:top;}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.8;
	color: #3e3a39;
	background:#fff;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	min-height: 42px;
	padding-bottom: 8.5%;
	border-bottom: 5px solid #08004A;
}
#gHeader a{
	display: block;
}

/* logo */
#gHeader h1 {
	position:absolute;
	width:50%;
	top:22%;
	left:4%;	
}
#gHeader h1 img{
	max-width: 315px;
}

/* menu and phone */
#gHeader .menuandphone {
	position:absolute;
	width:25%;
	top:22%;
	right:4%;
}
#gHeader .menuandphone img {
	float:right;
	width:50%;
	max-width:67px;
}

/*------------------------------------------------------------
	main image
------------------------------------------------------------*/
#main_image{
	background: url(../images/mainImage_bg.jpg) no-repeat top center;
	-moz-background-size:cover;
	background-size:cover;
	padding:30% 20%;	
	margin:0 0 9% 0;
	}

/* info */
#info{
	margin: 0 6%;
	border: 1px solid #9FA0A0;
}
#info dl.info{
	padding:4% 4% 0 4%;
	font-size:85%;	
}
#info dl.info dt{
	color:#004e9b;
	margin-bottom:1%;
}
#info dl.info dd{
	border-bottom:#c9c9ca dashed 1px;
	padding-bottom:3%;
	margin-bottom:3%;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding: 8% 0 0;
	overflow:hidden;
	font-size:80%;
}

#conts section{
	padding:0 6% 8%;
}
#conts section:after{
	content:"";
	display:block;
	clear:both;
}

#conts section p{padding:0;}

/* Heading */
#conts h3{
	margin-bottom:5%;
}

#conts h4{
margin:0 0 4%;
font-size:120%;
}

#conts h5{
border-left:#004f9c solid 4px;
padding-left:5px;
margin-bottom:4%;
font-weight:normal;
}
#conts h5 strong{
display:block;
color:#004f9c;
font-size:125%;
}
#container h5 span{
display:block;
}


#conts h6{
color:#004f9c;
font-weight:bold;
}
#conts h6.title{
margin-bottom:2%;
font-size:120%;	
}

/* ------ img float ------ */
.imgL .image{
float:left;
margin-right:1em;	
}
.imgL p,.imgL h4{
overflow:auto;
overflow-y:hidden;	
}

.imgR .image{
float:right;
margin-left:1em;	
}
.imgR p,.imgL h4{
overflow:auto;
overflow-y:hidden;	
}

/* ------ Column ------ */
/* .column2 */
ul.column2 li{
width:49%;
float:left;
margin-bottom:3%;	
}
ul.column2 li:last-child{
float:right;
}

#conts ul.column2{
padding-top:5%;	
}

/* .column */
.column {
}

/* ------ other ------ */
/* iframe */
iframe{
	width:99%;
	height:180px;
	border:#acabab solid 1px!important;
}

/* ------ pagetop ------ */
#pagetop{
	background-color: #428FAE;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}
#pagetop img{width:25%;}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../images/ft_bg.gif) no-repeat top center;
	-moz-background-size: cover;
	background-size: cover;
	font-size: 90%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10%;
}

#gFooter p{
	margin-bottom:3%;
}
#gFooter .logo img{
	width:60%;
	margin-bottom:5%;
}
#gFooter .tel img{
	width:60%;
	margin-bottom:5%;
}
#gFooter div.copyright {
	padding:5% 0;
	font-size: 90%;
	background-color: #428FAE;
}


/*------------------------------------------------------------
	nav
------------------------------------------------------------*/
nav#menu{
background:#004f9c;
padding:3% 1% 2% 2%;
margin-top:-1px;
}

nav#menu h3{
text-align:center;
padding-bottom:3%;
margin-bottom:0;
}
nav#menu h3 img{width:20%;}

nav#menu ul li{
float:left;
width:49%;
margin-right:1%;
margin-bottom:1%;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/* フォントサイズ */
.fontS{font-size:80%;}

/* color */
em{color:#004f9c; font-weight:bold !important;}



/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/ 
.mt10 { margin-top:10% !important; }
.mb6 { margin-bottom: 6% !important; }
.mb0 { margin-bottom: 0 !important; }
.no-border{border:none !important;}
.center {text-align:center !important;}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

/*------------------------------------------------------------
	Table
------------------------------------------------------------*/
/* .pattern1(equipment.html) */
table.pattern1{
	border-top:#9fa0a0 solid 1px;
	border-left:#9fa0a0 solid 1px;
	margin-bottom:0px;
	width:100%;
}
table.pattern1 th{
	background: #dddde8;
	border-right: #9fa0a0 solid 1px;
	border-bottom: #9fa0a0 solid 1px;
	text-align: center;
	padding:3% 2%;
	font-weight:normal;
}
table.pattern1 td{
	background:#fff;
	border-right:#9fa0a0 solid 1px;
	border-bottom:#9fa0a0 solid 1px;
	padding:3% 2%;
}
table.pattern1 .lot {
	white-space:nowrap;
	text-align:center;
}

/* .pattern2(company.html) */
table.pattern2{
	border-top:#9fa0a0 solid 1px;
	border-left:#9fa0a0 solid 1px;
	margin-bottom:0px;
	width:100%;
}
table.pattern2 th{
	background:#dddde8;
	border-right:#9fa0a0 solid 1px;
	border-bottom:#9fa0a0 solid 1px;
	padding:3%;
	font-weight:normal;
	text-align:left;
}
table.pattern2 td{
	background:#fff;
	border-right:#9fa0a0 solid 1px;
	border-bottom:#9fa0a0 solid 1px;
	padding:3%;
}

/* .pattern3(recruit.html) */
table.pattern3{
	border-top:#9fa0a0 solid 1px;
	border-left:#9fa0a0 solid 1px;
	margin-bottom:0px;
	width:100%;
	margin-top:10%;
}
table.pattern3 th{
	background:#f4e5eb;
	border-right:#9fa0a0 solid 1px;
	border-bottom:#9fa0a0 solid 1px;
	padding:3%;
	font-weight:normal;
	text-align:left;
}
table.pattern3 td{
	background:#fff;
	border-right:#9fa0a0 solid 1px;
	border-bottom:#9fa0a0 solid 1px;
	padding:3%;
}

/* -------------------------------------------
Form
------------------------------------------- */
form .red{
color:#d32d1e;	
}

input[type="text"],select,textarea{
	padding:0.25em;
	margin-bottom:3%;
	border-radius:3px;
	background:#fff;
	border:#a0a0a0 solid 1px;
	width:98%;	
}

textarea{height:100px; width:98%;}

input[name="asa_zip1"]{
	width:20%;	
}

input[name="asa_zip2"]{
	width:35%;	
}

input[type="image"],input[type="button"],input[type="submit"]{
	width:50%;	
}

input[type="button"]{
	background:url(../images/form_btn2.jpg) no-repeat 0 0;
	text-indent:-9999px;
	border:none;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width:45%;
	height:40px;		
}
	
input[type="submit"]{
	background:url(../images/form_btn3.jpg) no-repeat 0 0;
	text-indent:-9999px;
	border:none;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width:45%;
	height:40px;	
}


/*------------------------------------------------------------
	オーバーレイ
------------------------------------------------------------*/
#overlay {
	display: none;
	width: 100%;
	height:100%!important;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(66,143,174,0.7);
	overflow: scroll;
}

#overlay .closeArea {
	height: 50px;
	position: relative;
	background: rgba(66,143,174,0.9);
	border-bottom: 1px solid #d5d5d5;
	-webkit-box-shadow:
		0px 0px 1px rgba(54,54,54,0.6),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 0px 1px rgba(54,54,54,0.6),
		inset 0px 0px 1px rgba(255,255,255,1);
}

#overlay .closeArea .ttl {
	padding-top: 15px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

#overlay .closeArea .close {
	position: absolute;
	top: 10px;
	right: 18px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor:pointer;
}

#overlay .closeArea .close span {
	display: block;
	padding: 6px 10px 0 20px;
	position: relative;
}

#overlay .ftNavi {
	margin:10px;
	border-radius: 5px;
	background:rgba(66,143,174,0.9);
	border: 1px solid #d5d5d5;
	-webkit-box-shadow:
		0px 0px 1px rgba(54,54,54,0.6),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 0px 1px rgba(54,54,54,0.6),
		inset 0px 0px 1px rgba(255,255,255,1);
}

#overlay .ftNavi li {
	margin-bottom: -1px;
	border-bottom: 1px solid #d5d5d5;
}

#overlay .ftNavi li a {
	padding: 13px 0;
	display: block;
	position: relative;
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
}

#overlay .ftNavi li a:after {
	width: 8px;
	height: 12px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 10px;
	background: url(../images/common/icon_arrow_r02.png) no-repeat;
	background-size: 8px 12px;
	-webkit-background-size: 8px 12px;
	content: "";
}

#overlay .ftNavi .pc a:after {
	width: 18px;
	height: 17px;
	margin-top: -8px;
	background: url(../images/common/icon_pc.png) no-repeat;
	background-size: 18px 17px;
	-webkit-background-size: 18px 17px;
}


/*------------------------------------------------------------
	■ index.html
------------------------------------------------------------*/
/* #main_menu */
ul#main_menu li {
	margin-bottom: 3%;
}
#main_menu li.featured {
	margin-bottom:6%;
}

/*------------------------------------------------------------
	■ news.html
------------------------------------------------------------*/
/* article */
article {
	border: 1px solid #9fa0a0;
	margin-bottom: 6%;
}
article h3 {
	margin: 0;
	font-size: 120%;
	background: url(../images/h3_bg.gif) no-repeat 0 0;
	-moz-background-size: cover;
	background-size: cover;
	padding: 3%;
	color: #FFFFFF;
	font-weight: normal;
}
article h4 {
	padding-bottom: 4%;
	margin-bottom: 4%;
	border-bottom: 1px dashed #9fa0a0;
	font-weight: normal;
	color: #106e8e;
}
article article {
	padding: 4% ;
	border: none;
	margin-bottom: 0;
}
article article p {
	margin:0;
	padding:0;
}
/*------------------------------------------------------------
	■ service.html
------------------------------------------------------------*/
/* .pict */
.pict {
	border: solid 1px #9fa0a0;
	margin-bottom: 6%;
}
/*------------------------------------------------------------
	■ company.html
------------------------------------------------------------*/
/* .client */
ul.client {
	list-style-type:disc;
	padding-left:1.5em;
}
/* .accessicon */
.accessicon {
	background-image: url(../images/company_img01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	margin-top:3%;
	padding:0 0 0 70px !important;
}
.linktext{
	color:#004e9b !important;
	text-decoration:underline !important;
}
/*------------------------------------------------------------
	■ recruit.html
------------------------------------------------------------*/
/* .pictarea */
.pictarea {
	margin:6% 0 10% 0;
}
/* .pictarea img */
.pictarea img {
	width:48%;
	border:solid 1px #9fa0a0;
}
.pictL {
	float:left;
}
.pictR {
	float:right;
}
/*------------------------------------------------------------
	■ contact.html
------------------------------------------------------------*/
/* .contact */
.contact dt {
	background-color: #14106b;
	color: #FFF;
	line-height: 1;
	padding: 4%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.contact dt img {
	height: 1em;
	width: auto;
	vertical-align: bottom;
	margin-left:1em;
}
.contact dd {
	background-color: #dddde8;
	line-height: 1.8;
	padding: 4% 4% 4% 4%;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom:5%;
}