@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: 80%;
}

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.5;
	color: #3e3a39;
	background:#fff;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	border-top:#004f9c solid 5px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position:relative;
	min-height:50px;
}
#gHeader a{
	display: block;
}

/* logo */
#gHeader h1 {
	position:absolute;
	width:75%;
	top:22%;
	left:3%;
}
#gHeader h1 img{
	max-width:310px;
}

/* menu */
#gHeader p{
	position:absolute;
	top:22%;
	right:3%;
	width:18%;
}


/*------------------------------------------------------------
	main image
------------------------------------------------------------*/
#main_image{
background: url(../images/mainImage_bg.jpg) no-repeat top center;
-moz-background-size:cover;
background-size:cover;
padding:30% 0 4% 0;
}

#main_image img{
	display: block;
	width: 90%;
	margin: 0 auto 50px;
}

/* info */
#info{
background:rgba(255,255,255,0.75);
margin:0 4%;
padding:3%;
}

#info h3{
background:#004f9c;
padding:2%;
margin-bottom:2%;
}
#info h3 img{
width:45%;
}

#info dl.info{
padding:8px 8px 8px 0;
height:80px;
overflow:auto;
font-size:80%;
}
#info dl.info dt{
float:left;
width:90px;
color:#004e9b;
}
#info dl.info dd{
padding:0 8px 8px 90px;
border-bottom:#c9c9ca dashed 1px;
margin-bottom:8px;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding: 7% 0 0;
	overflow:hidden;
	font-size:80%;
}

#conts section{
	padding:0 3% 5%;
}
#conts section:after{
	content:"";
	display:block;
	clear:both;
}

#conts section p{padding:0 0 3%;}

/* Heading */
#conts h3{
margin:0 0 4%;
font-size:120%;
}

#conts h3.title{
border:#acabab solid 1px;
padding:2.5% 0;
background: -moz-linear-gradient(
	top,
	rgba(243,243,243,1) 0%,
	rgba(212,213,213,1));
background: -webkit-gradient(
	linear, left top, left bottom,
	from(rgba(243,243,243,1)),
	to(rgba(212,213,213,1)));
}
#conts h3 span{
background:url(../images/head_bg.png) no-repeat 0 50%;
-moz-background-size:5px auto;
background-size:5px auto;
padding-left:10px;
margin-left:2%;
}


#conts h4{
margin:0 0 4%;
font-size:120%;
background:
	-moz-linear-gradient(
	top,
	rgba(243,243,243,1) 0%,
	rgba(212,213,213,1));
background: -webkit-gradient(
	linear, left top, left bottom,
	from(rgba(243,243,243,1)),
	to(rgba(212,213,213,1)));
padding:2%;
border:#acabab solid 1px;
}
#conts h4 span{
background:url(../images/head_bg.png) no-repeat 0 50%;
-moz-background-size:5px auto;
background-size:5px auto;
padding-left:10px;
}

#conts h4.title{
background:none;
border-top:none;
border-right:none;
border-left:none;
border-bottom:#004f9c solid 3px;
padding:0;
}
#conts h4.title img{
width:90%;
}

#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 .in{
background:#eeefef;
border:#acabab solid 1px;
padding:10px;
font-size:80%;
margin-bottom:4%;
}
.column img.img_left{
float:left;
margin-right:1em;
width:40%;
}

.column h5,.column p{
overflow:auto;
overflow-y:hidden;
}

.column h5{
height:30px;
}
.column h5 img{
width:90%;
margin:1% 0;
}

.column div.link{
text-align:right;
}
.column div.link img{
width:45%;
}


/* ------ Background ------ */
.bg_blue{
background:#d3e1f6;
padding:3% 3% 0 !important;
margin-bottom:6%;
}


/* ------ other ------ */
/* iframe */
iframe{
width:98%;
height:100px;
border:#acabab solid 1px;
width:100%;
}

/* ------ pagetop ------ */
#pagetop{
	text-align:right;
	padding-bottom:6%;
	padding-right:3%;
	border-top:#004f9c solid 5px;
}
#pagetop img{width:40%;}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background:#c9c9ca;
	padding:5% 3%;
	clear:both;
	font-size:80%;
}

#gFooter p{
	margin-bottom:3%;
}
#gFooter .logo img{
	width:90%;
}

#gFooter div.copyright {
	font-size: 90%;
}


/*------------------------------------------------------------
	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;}



/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mr10 { margin-right: 10px !important; }
.pt10{padding-top:10px !important;}
.pb0{padding-bottom:0 !important;}
.pb20{padding-bottom:20px !important;}
.vTop { vertical-align: top !important; }

.no-border{border:none !important;}

.center{text-align:center !important;}

.indent{text-indent:-.5em;}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

/*------------------------------------------------------------
	Table
------------------------------------------------------------*/
/* .pattern1(company.html) */
table.pattern1{
border-top:#acabab solid 1px;
border-left:#acabab solid 1px;
width:100%;
}
table.pattern1 th{
background:#e5e5e5;
border-right:#acabab solid 1px;
border-bottom:#acabab solid 1px;
padding:3%;
font-weight:normal;
text-align:left;
}
table.pattern1 td{
background:#fff;
border-right:#acabab solid 1px;
border-bottom:#acabab solid 1px;
padding:3%;
}
table.pattern1 h6{
margin-bottom:0;
}

/* .pattern2(recruitment.html) */
table.pattern2{
border-top:#b4c8e5 solid 1px;
border-left:#b4c8e5 solid 1px;
width:100%;
}
table.pattern2 th{
background:#bcd3f6;
border-right:#b4c8e5 solid 1px;
border-bottom:#b4c8e5 solid 1px;
padding:3%;
font-weight:normal;
text-align:left;
}
table.pattern2 td{
background:#fff;
border-right:#b4c8e5 solid 1px;
border-bottom:#b4c8e5 solid 1px;
padding:3%;
}

/* .pattern3(contact.php) */
table.pattern3{
font-size:110%;
}
table.pattern3 th{
background:#95baf2;
padding:3%;
text-align:left;
}
table.pattern3 td{
background:#eaf1fc;
padding:3%;
border-bottom:#d3e1f6 solid 10px;
}
table.pattern3 span{
font-size:90%;
}


/* -------------------------------------------
Form
------------------------------------------- */
form .red{
color:#d32d1e;
}

form table img{
margin-left:15px;
width:45px;
height:18px;
}

select{margin-bottom:3%;}

input[type="text"],select{
height:1.5em;
}

input[type="text"],select,textarea{
background:#fff;
border:#a0a0a0 solid 1px;
width:98%;
}

textarea{height:100px;}

input[name="ike_zip1"]{
width:20%;
}

input[name="ike_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(0,79,156,0.5);
	overflow: scroll;
}

#overlay .closeArea {
	height: 50px;
	position: relative;
	background:rgba(0,79,156,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(0,79,156,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
------------------------------------------------------------*/
/* .company_area */
.company_area .image{
width:30%;
}
.company_area p.link{
text-align:right;
padding-bottom:3%;
}
.company_area p.link img{
width:100px;
}


/*------------------------------------------------------------
	■ commodity.html
------------------------------------------------------------*/
/* .arrow_right */
ul.arrow_right{
padding-bottom:4%;
}
ul.arrow_right li.commodity-img{
width:100%;
}

/* .link_flow */
p.link_flow{
text-align:right;
}
p.link_flow img{
width:45%;
}

.commodity_list li:nth-child(2) {
	margin-top: 15px;
}


/*------------------------------------------------------------
	■ flow.html
------------------------------------------------------------*/
/* .imgL */
.flow .imgL{font-size:90%;}
.flow .imgL .image{
width:40%;
}

/* .arrow_below */
.flow .arrow_below{
text-align:center;
clear:both;
padding-top:2%;
}
.flow .arrow_below img{
width:6%;
}


/*------------------------------------------------------------
	■ recruitment.html
------------------------------------------------------------*/
.link_recruitment{
text-align:center;
}
.link_recruitment img{
width:60%;
}

.mg{
	margin-top: 3%;
}

.txt00{
	margin-top: 15%;
}

/*------------------------------------------------------------
	■ flow.html
------------------------------------------------------------*/
.flow-char {
	width: 80%;
	margin: auto;
}
