/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*Style.css
==========================================
1:Bace
2:Common
3:Header
4:Footer
5:Index
6:Company
8:Service
9:Quality
10:Recruit
11:Contact

----------------
* Helper classes
* Print CSS
----------------

Green:	#00B9BE
==========================================*/


/* Base styles: opinionated defaults
==================================================================*/
*{
　　margin: 0px;
　　padding: 0px;
}
html,
button,
input,
select,
textarea{
    color: #222;
}
html{
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection{
    background: #b3d4fc;
    text-shadow: none;
}
::selection{
    background: #b3d4fc;
    text-shadow: none;
}
hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video{
    vertical-align: middle;
}
fieldset{
    border: 0;
    margin: 0;
    padding: 0;
}
textarea{
    resize: vertical;
}
.browsehappy{
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

table,div,ul,ol,li,dl,dt,dd{
	list-style: none;
	margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	outline: none;
}
P{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	outline: none;
}
a::before,
a::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a,
a::before,
a::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a{
	color: #909090;
}
a:hover{
	color: #00B9BE;
}
a:hover img{
	opacity: 0.8;
}
a.over:hover img{
	opacity: 1;
}

/* 1:Base
==================================================================*/
body{
	background: #00b8bd;
	color: #000;
	word-wrap: break-word;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size: 0.813em;/*13px*/
	line-height: 1.538em;
}
#wrapper{
	width: 100%;
	min-width: 1146px;
	background: #f2f2f2;
	position: relative;
	z-index: 0;
}

/* 2:Common
==================================================================*/
div#backToTop{
	position:fixed;
	bottom:100px;
	right:50px;
	z-index:1;
}
div#backToTop a:hover{
	opacity: 1;
	filter: alpha(opacity=10);
	-moz-opacity: 1.0;
}
section#mainContents{
	width:1000px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
section#mainContents div#sideNav{
	width: 230px;
	height: auto;
	padding:26px 0;
	float: left;
}
section#mainContents div#sideNav nav{
	width: 230px;
	height: auto;
	padding: 0 0 100px 0 ;
}  
section#mainContents div#sideNav h3{
	margin:0;
	padding:0;
}
section#mainContents div#sideNav div{
	width: 210px;
	height: auto;
	overflow: hidden;
}
section#mainContents div#sideNav div a{
	color: #000;
}
section#mainContents div#sideNav div a:hover{
	color: #00b8bd;
}
section#mainContents div#sideNav div.firstList{
	padding: 13px 0;
	border-bottom: 1px dashed #ccc;
}
section#mainContents div#sideNav div.firstList a{ 
	padding-left:1em;
	font-size:1.077em;
	background: url(../img/common/bg_sideNav-firstList.gif) no-repeat left center;
}
section#mainContents div#sideNav div.secondList{
	margin: 12px 0 0 14px;
	font-weight: normal;
	line-height: 0.923em;
}
section#mainContents div#sideNav div.secondList a{
	padding-left: 1em;
	font-size: 0.923em;
	background: url(../img/common/bg_sideNav-secondList.gif) no-repeat left center;
	text-align: left;
	display: block;
	line-height: 1.333em;
}
section#mainContents div#contentsBox{
	width: 770px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	background: url(../img/common/bg_contentsBox.gif) repeat-y left top;
	overflow: hidden;
	position: relative;
}
section#mainContents div#contentsBox div#breadCrumb{
	margin-top: 22px;
	text-align: right;
	font-size: 0.846em;
}
section#mainContents div#contentsBox div#breadCrumb a{
	color: #00b8bd;
}
section#mainContents div#contentsBox h3{
	margin: 0;
	padding: 50px 0 30px 0;
}
section#mainContents div#contentsBox div.box700{
	width: 700px;
	height: auto;
	margin: 0 0 0 70px;
	padding: 0;
} 
.listDotted{
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.listDotted dl dt{
	width: 140px;
	height: auto;
	margin: 0;
	padding: 15px 0;
	float: left;
	clear: both;
}
.listDotted dl dd{
	width: 540px;
	height: auto;
	margin: 0;
	padding: 15px 0;
	float: right;
}
.listDotted dl dt{
	border-top: 1px dashed #ccc;
}
.listDotted dl dd{
	border-top: 1px dashed #ccc;
}
.listDotted dl dd div.branch{
	width: 100px;
	float: left;
}
.listDotted dl dd p{
	padding-left: 100px;
}

/* 3:Header
==================================================================*/
header{
	width: 100%;
	height: auto;
	background: #00b8bd;
}
header div#globalNav{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 16px 0;
}
header div#globalNav h1{
	margin: 0;
	padding: 0;
	float: left;
}
header div#globalNav nav{
	float: right;
}
header div#globalNav nav ul li{
	margin: 25px 0 0 24px;
	float: left;
}
header div#globalNav nav ul li a:hover img{
	opacity: 1;
}
header div#tit h2{
	margin-top: 85px;
}

/* 4:Footer
==================================================================*/
footer{
	width: 100%;
	min-width: 1146px;
	height: 100%;
	background: #00b8bd;
	text-align: center;
}
footer div#footerNav{
	width: 100%;
	min-width: 1146px;
	height: auto;
	padding: 15px 0;
	background: #fff;
	border-top: 2px solid #00b8bd;
}
footer div#footerNav nav{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-right: 1px solid #e6e6e6;
}
footer div#footerNav nav ul li{
	float: left;
	padding: 0;
	margin: 0;
	width: 142px;
	height: auto;
	font-size: 1.154em;
	text-align: center;
	border-left: 1px solid #e6e6e6;
}
footer div#footerNav nav ul li:first-child{
	width: 141px;
}
footer div#footerLogo{
	margin: 23px 0 33px 0;
	padding: 0;
}
footer div#copyright{
	margin: 23px 0;
	font-size: 0.846em;
	color: #B2EAEB;
}

/* 5:Index
==================================================================*/

#mainVisual{
	width: 100%;
	height: calc(100vh - 100px);
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainVisual div#objects{
	z-index: 999;
}
#mainVisual div#objects h1{
	margin-top:-92px;
	margin-left:-250px;
	padding:0;
	position:absolute;
	top:50%;
	left:50%;
}
#mainVisual div#objects div#scrollDown{
	margin-left: -35px;
	padding: 0;
	position: absolute;
	bottom: 25px;
	left: 50%;
}
section#indexContents{
	width:1000px;
	height: auto;
	margin: 0 auto;
	padding: 45px 0 55px 0;
}
section#indexContents h2{
	margin-bottom: 45px;
}
section#indexContents div#news{
	width:500px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	font-size: 0.923em;
}
#news .post li{
	position: relative;
	text-align: justify;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
#news .post li .day{
	width: 90px;
}
#news .post li .article{
	width: calc(500px - 90px);
}
#news .post li .article .title{
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	
}
	

section#indexContents div#access{
	width:430px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
section#indexContents div#news h2, section#indexContents div#access h2{
	margin: 0 0  32px 0;
	padding: 0;
}
section#indexContents div#access h2{
	float: left;
	vertical-align: middle;
	display: table-cell;
}
section#indexContents div#access a{
	float: right;
	vertical-align: middle;
	display: table-cell;
}
section#indexContents div#access section.office{
	width:430px;
	height: auto;
	margin: 0 0 10px 0;
	background: url(../img/index/bg_office.gif) no-repeat left top #fff;
}
section#indexContents div#access section.office div.info{
	width:270px;
	height:auto;
	margin: 15px 0 0 20px;
	float: left;
	overflow: hidden;
}
section#indexContents div#access section.office div.info h3{
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	font-size: 1.231em;
	border-bottom: 2px solid #e6e6e6;
}
section#indexContents div#access section.office div.info p{
	font-size: 0.923em;
}
section#indexContents div#access section.office div.info p a{
	text-align: left;
	float: left;
}
section#indexContents div#access section.office div.map{
	margin: 10px;
	float: right;
}

/* 6:Company
==================================================================*/
body#company header #tit{
	width: 100%;
	min-width: 1146px;
	height: 280px;
	overflow: hidden;
	background: url(../img/company/bg_title.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	text-align: center;
	border-bottom: 4px solid #00b8bd;
}
body#company h4{
	width: 680px;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #888;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
}
body#company section#message{
	margin-bottom: 60px;
}
body#company section#message .photo{
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
body#company section#message p{
	text-align:justify;
}
body#company section#message p.name{
	padding-top: 20px;
	text-align: right;
}
body#company #outline{
	margin-bottom: 60px;
}
body#company section#access01 img, body#company section#access02 img{
	margin-bottom: 20px;
}
body#company section#access01{
	margin-bottom: 40px;
}
body#company section#access02{
	margin-bottom: 60px;
}
body#company section dd a.enlarge{
	float: right;
}
body#company section dl.history{
	margin-bottom: 60px;
}
body#company section dl.history dd span{
	color: #00b8bd;
	padding-right: 5px;
}

body#company section#policy p{
	margin-bottom: 24px;
	font-size: 1.077em;
}
body#company section#policy section#policyBox01{
	margin-bottom: 53px;
	font-size: 1.077em;
}
body#company section#policy section#policyBox01 div{
	width: 698px;
	margin: 10px 0;
	background-color: #fff;
	border: 1px solid #00b8bd;
	overflow: hidden;
}
body#company section#policy section#policyBox01 div ul{
	width: 620px;
	margin: 20px auto;
	font-size: 1.2em;
	color: #ccc;
}
body#company section#policy section#policyBox01 div ul li{
	list-style-type: disc;
	line-height: 1.65em;
}
body#company section#policy section#policyBox01 div ul li span{
	color: #00b8bd;
	font-weight: bold;
}
body#company section#policy section#policyBox02{
	margin-bottom: 83px;
}
body#company section#policy section#policyBox02 ul li{
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 3.077em;
	font-size: 1em;
	border-bottom: 1px dashed #ddd;
}

/* 8:service
==================================================================*/
body#service header #tit{
	width: 100%;
	min-width: 1146px;
	height: 280px;
	overflow: hidden;
	background: url(../img/service/bg_title.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	text-align: center;
	border-bottom: 4px solid #00b8bd;
}
#tbl-layout{
	position: relative;
	overflow: hidden;
	width: 540px;
	height: auto;
}
#tbl-layout h4.title{
	margin: 0;
	padding: 14px;
	padding-right: 0;
}
#tbl-layout h4.title,
h4.accordion-title{
	width: 100%;
	background-color: #cacaca;
	border-bottom: 1px solid #fff;
}
h4.accordion-title,
.accordion-content{
	padding: 14px;
	padding-right: 0;
	margin: 0;
}
.accordion-content{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 0;
}
.accordion-content li{
	display: table;
	width: 100%;
	height: auto;
	background-color: #e9e9e9;
}
.accordion-content li .title,
.accordion-content li .img{
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}
.accordion-content li .title{
	width: 80px;
	text-align: center;
	padding: 12px 8px;
}
.accordion-content li .img{
	width: 420px;
	text-align: left;
	padding: 12px 0 12px 12px;
	background-color: #fff;
}
.accordion-content li .img img{
	max-width: 420px;
	height: auto;
}
/* accodion-btn */
.accordion-container{
	position: relative;
	width: 100%;
	outline: 0;
	cursor: pointer
}
.accordion-container .accordion-title{
	display: block;
	position: relative;
	cursor: pointer;
	margin: 0;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title{
	background-color: #00b8bd;
	color: #fff;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i{
	color: #fff;
}
.accordion-title{
	position: relative;
}
.accordion-title:after{
	content: "";
	position: absolute;
	top: 38%;
	right: 30px;
	transition: all .4s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordion-title.open:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
}
.accordion-content{
	display: none;
}

body#service .listDotted dd span{
	color: #00b8bd;
	padding-right: 5px;
}
body#service .listDotted .dd-list div{
	width: 11em;
	float: left;
}

body#service section#outline{
	margin-bottom: 50px;
}
body#service section#outline div.outlineBox{
	width: 700px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}
body#service section#outline div.outlineBox div.images{
	width: 223px;
	margin: 0;
	padding: 0;
	float: left;
}
body#service section#outline div.outlineBox div.text{
	width: 430px;
	height: auto;
	margin: 8px 0 0 0;
	float: right;
}
body#service section#outline div.outlineBox div.text h4{
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	color: #333;
	font-size: 1.385em;
	border-bottom: 4px solid #00b8bd;
}
body#service section#product{
	margin: 0 0 55px 0;
}
body#service section#product p{
	margin: 0 0 30px 0;
	font-size: 1.077em;
}
body#service section#product div#btnBox{
	width: 700px;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
body#service section#product div#btnBox ul{
	width: 720px;
	height: auto;
}
body#service section#product div#btnBox ul li{
	width: 340px;
	height: 85px;
	margin: 0 20px 10px 0;
	float: left;
}
body#service section#product div#database{
	width: 700px;
	text-align: center;
}
body#service section#equipment section#machine{
	margin: 0 0 75px 0;
} 
body#service section#equipment section#machine h5{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.077em;
}
body#service section#equipment section#machine h5 span{
	margin: 0 0.5em 0 0;
	color: #00b8bd;
}
body#service section#equipment section#machine div{
	width: 700px;
	height: 160px;
	overflow: hidden;
}
body#service section#equipment section#machine div ul{
	width: 724px;
	height: 160px;
}
body#service section#equipment section#machine div ul li{
	width: 228px;
	height: 160px;
	margin: 0 8px 0 0;
	float: left;
}
body#service th,td{
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
body#service th{
	font-weight: bold;
}
body#service #tableBox01{
	width: 700px;
	margin: 0 0 35px 0;
	background-color: #fff;
}
body#service #tableBox01 #listMenu th{
	padding: 15px 0;
	background-color: #bbb;
}
body#service #tableBox01 .list01{ width: 100px; }
body#service #tableBox01 .list02{ width: 110px; }
body#service #tableBox01 .list03{ width: 150px; }
body#service #tableBox01 .list04{ width: 60px; }
body#service #tableBox01 .list05{ width: 30px; }
body#service #tableBox01 .list06{ width: 50px; }
body#service #tableBox01 .list07{ width: 200px; }

body#service #tableBox01 .list01{
	padding: 10px 0;
	background-color: #e9e9e9;
}
body#service #tableBox01 .list02,#tableBox01 .list03,#tableBox01 .list04,#tableBox01 .list05,#tableBox01 .list06,#tableBox01 .list07{ 
	padding: 8px 0;
}

body#service #tableBox01 #listMenu .list07{
	text-align: center;
}
body#service #tableBox01 .list07{
	text-align: left;
	padding-left: 10px;
}

/* BORDER COLOR */
/*body#service #tableBox01{ border: 1px solid #ccc; }*/
body#service #tableBox01 th,#tableBox01 td{ border-bottom: 1px solid #ddd; }
body#service #tableBox01 .list02,#tableBox01 .list03,#tableBox01 .list04,#tableBox01 .list05,#tableBox01 .list06,#tableBox01 .list07{ border-left: 1px solid #ddd; }

/* product01-04  =================================================*/
body#service section#mainContents div#productContentsBox{
	width: 1000px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
} 
body#service section#mainContents div#productContentsBox div#breadCrumb{
	margin-top: 22px;
	text-align: right;
	font-size: 0.846em;
}
body#service section#mainContents div#productContentsBox div#breadCrumb a{
	color: #00b8bd;
}

body#service section#mainContents div#productContentsBox section{
	width: 1000px;
	height: auto;
	padding: 0;
	text-align: left;
}
body#service section#mainContents div#productContentsBox section h3{
	margin: 0 0 30px 0;
	padding: 0;
}
body#service section#mainContents div#productContentsBox section p{
	font-size: 0.923em;
	text-align: right;
}
body#service section#mainContents div#productContentsBox section p span{
	color: #00B9BE;
	font-weight: bold;
	padding-left: 5px;
}
body#service section#mainContents div#productContentsBox section nav#productMainNav{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 8px 0;
	background:	#f7f7f7;
}
body#service section#mainContents div#productContentsBox section nav#productMainNav ul.nav01,
body#service section#mainContents div#productContentsBox section nav#productMainNav ul.nav02,
body#service section#mainContents div#productContentsBox section nav#productMainNav ul.nav03,
body#service section#mainContents div#productContentsBox section nav#productMainNav ul.nav04
{
	background: url(../img/service/bg_productMainNav.gif) no-repeat left center;
}
body#service section#mainContents div#productContentsBox section nav#productMainNav ul.nav01 li,
body#service section#mainContents div#productContentsBox section nav#productMainNav ul.nav03 li{
	width: 187px;
	height: 24px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 0.923em;
	background: url(../img/service/bg_productMainNav.gif) no-repeat right center;
}
body#service section#mainContents div#productContentsBox section nav#productMainNav ul.nav01 li:first-child,
body#service section#mainContents div#productContentsBox section nav#productMainNav ul.nav03 li:first-child{
	width: 252px;
}
body#service section#mainContents div#productContentsBox section nav#productMainNav ul.nav02 li,
body#service section#mainContents div#productContentsBox section nav#productMainNav ul.nav04 li{
	width: 250px;
	height: 24px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 0.923em;
	background: url(../img/service/bg_productMainNav.gif) no-repeat right center;
}
body#service section#mainContents div#productContentsBox section nav#productMainNav ul li a{
	color: #00b8bd;
	text-decoration: underline;
}
body#service div#productSubNav{
	width: 100%;
	height: auto;
	background: #D9F4F5;
}
body#service div#productSubNav div#productSubNavInner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 38px 0 70px 0;
}
body#service div#productSubNav div#productSubNavInner h4{
	margin: 0;
	padding: 0;
}
body#service div#productSubNav div#productSubNavInner div{
	width: 1000px;
	height: 80px;
	margin: 25px 0;
	overflow: hidden;
}
body#service div#productSubNav div#productSubNavInner div ul{
	width: 1016px;
	height: 80px;
}
body#service div#productSubNav div#productSubNavInner div ul li{
	margin-right: 16px;
	float: left;
}
body#service div#productSubNav div#productSubNavInner p{
	padding-left: 20px;
	background: url(../img/service/img_productSubNav01.gif) no-repeat left center;
}
body#service div#productSubNav div#productSubNavInner p a{
	color: #000;
	text-decoration: underline;
}
body#service section#mainContents div#productContentsBox div#contactBox{
	width: 100%;
	height: auto;
	margin: 0 0 80px 0;
	padding: 0;
}
body#service section#mainContents div#productContentsBox div#contactBox div.images{
	width: 180px;
	height: 180px;
	float: left;
}
body#service section#mainContents div#productContentsBox div#contactBox div.text{
	width: 780px;
	height: auto;
	float: right;
	padding-top: 30px;
}
body#service section#mainContents div#productContentsBox div#contactBox div.text h5{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.231em;
	font-weight: normal;
}
body#service section#mainContents div#productContentsBox div#contactBox div.text dl{
	font-size: 0.923em;
	line-height: 3em;
	width: 780px;
	height: auto;
}
body#service section#mainContents div#productContentsBox div#contactBox div.text dl dt{
	width: 120px;
	height: auto;
	float: left;
	border-bottom: 1px dotted #aaa;
}
body#service section#mainContents div#productContentsBox div#contactBox div.text dl dd{
	width: 640px;
	height: auto;
	float: right;
	border-bottom: 1px dotted #aaa;
}
body#service section#product01 .tableBox02{
	width: 100%;
	margin: 10px 0 50px;
	background-color: #fff;
}
body#service section#product01 .tableBox02 th.title,
body#service section#product02 .tableBox02 th.title{
	padding: 10px 0;
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
	background-color: #00B9BE;
}
body#service .tableBox02 th{ padding: 10px 15px; }
body#service .tableBox02 td{ padding: 10px 15px; }
body#service .tableBox02 .list01{ width: 200px; }
body#service .tableBox02 .list02{ width: 80px; }
body#service .tableBox02 .list03{ width: 200px; }
body#service .tableBox02 .list04{ width: 300px; }
body#service .tableBox02 .list05{ width: 220px; }

/* BORDER COLOR */
/*body#service .tableBox02 tr#listMenu{ border: 1px solid #ccc; }*/
body#service .tableBox02 .list02, body#service .tableBox02 .list03, body#service .tableBox02 .list04, body#service .tableBox02 .list05{ border-left: 1px solid #ddd; }

body#service section#product02 .tableBox02{
	width: 100%;
	margin: 10px auto 50px;
	background-color: #fff;
}
body#service section#product02 .tableBox02 span{
	color: #00B9BE;
	font-weight: bold;
	padding-left: 5px;
}
body#service section#product02 .tableBox02 #listMenu{
	background-color: #e6e6e6;
}
body#service section#product02 .tableBox02 #listMenu .list03{
	text-align: center;
}
body#service section#product02 .tableBox02 .list03{
	text-align: left;
	padding-left: 15px;
}

/* テーブル下のテキスト設定 */
body#service section#mainContents div#productContentsBox section .table_txt{
	margin: 6px 0 50px;
	padding: 0;
}

body#service section#product02 .tableBox02 th{ padding: 15px 0; }
body#service section#product02 .tableBox02 td{ padding: 8px 0; }

body#service section#product02 .tableBox02 .list01{ width: 180px; }
body#service section#product02 .tableBox02 .list02{ width: 440px; }
body#service section#product02 .tableBox02 .list03{ width: 180px; }

/* BORDER COLOR */
body#service section#product02 .tableBox02{ border: 1px solid #ccc; }
body#service section#product02 .tableBox02 th,body#service section#product02 .tableBox02 td{ border-bottom: 1px solid #ccc; }

/* 9:Quality
==================================================================*/
body#quality header #tit{
	width: 100%;
	min-width: 1146px;
	height: 280px;
	overflow: hidden;
	background: url(../img/quality/bg_title.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	text-align: center;
	border-bottom: 4px solid #00b8bd;
}
body#quality section#qualitypolicy p,
body#quality section#philosophy p,
body#quality section#iso9001 p{
	margin: 0 0 28px 0;
	font-size: 1.077em;
	line-height: 2em;
}
body#quality section#qualitypolicy div{
	width: 700px;
	height: auto;
	overflow: hidden;
}
body#quality section#qualitypolicy ul{
	width: 710px;
	height: auto;
}
body#quality section#qualitypolicy ul li{
	width: 345px;
	height: 230px;
	margin: 0 10px 10px 0;
	float: left;
}
body#quality section#philosophy div.philosophyBox{
	width: 698px;
	height: auto;
	overflow: hidden;
	border: 1px solid #00b8bd;
	background-color: #fff;
}
body#quality section#philosophy div.philosophyBox h4{
	width: 650px;
	height: auto;
	margin: 20px auto 0 auto;
	font-size: 1.154em;
}
body#quality section#philosophy div.philosophyBox ul{
	width: 650px;
	height: auto;
	margin: 10px auto 20px auto;
	line-height: 2em;
}
body#quality section#philosophy div.philosophyBox ul li span{
	margin: 0 0.5em 0 0;
	color: #00b8bd;
}
body#quality section#iso9001 div.isoMark{
	margin: 10px 0 65px 0;
}

/* 10:Recruit
==================================================================*/
body#recruit header #tit{
	width: 100%;
	min-width: 1146px;
	height: 280px;
	overflow: hidden;
	background: url(../img/recruit/bg_title.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	text-align: center;
	border-bottom: 4px solid #00b8bd;
}
body#recruit section#recruitMessage div img{
	margin: 0 0 40px 0;
}
body#recruit section#recruitMessage p{
	margin: 0 0 30px 0;
	font-size: 1.077em;
	line-height: 2em;
}
body#recruit section#requirements section{
	width: 700px;
	overflow: hidden;
}
body#recruit section#requirements .listDotted{
	margin-bottom: 20px;
}
/*body#recruit section#requirements section h4{
	font-size: 1em;
}
body#recruit section#requirements section h4 span{	
	margin: 0 0.5em 0 0;
	color: #00b8bd;
}*/
body#recruit section#requirements h4{
	width: 680px;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #888;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
}
body#recruit section#requirements section #entryBox{
	width: 720px;
}
body#recruit section#requirements section #entryBox dl{
	width: 340px;
	height: auto;
	margin-right: 20px;
	text-align: center;
	float: left;
}
body#recruit section#requirements section dl dt{
	margin: 0;
	padding: 10px 0;
	background: #00b8bd;
	color: #fff;
	font-size: 1.154em;
}
body#recruit section#requirements section dl dd{
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding: 0;
	background: #fff;
}
body#recruit section#recruitContact div.listDotted{
	margin: 0 0 85px 0;
}

/* 11:Contact
==================================================================*/
body#contact header #tit{
	width: 100%;
	min-width: 1146px;
	height: 280px;
	overflow: hidden;
	background: url(../img/contact/bg_title.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	text-align: center;
	border-bottom: 4px solid #00b8bd;
}
body#contact section#tel div#telBox{
	width: 750px;
}
body#contact section#tel section{
	width: 100%;
	height: auto;
}
body#contact section#tel section h4{
	margin: 0 0 25px 0;
	padding: 10px 0;
	color: #fff;
	background: #666;
	font-size: 1.154em;
	text-align: center;
	font-weight: normal;
}
body#contact section#tel section div{
	margin: 0 0 20px;
}
body#contact section#tel section div.time{
	width: 100%;
	padding: 20px 30px;
	font-size: 0.923em;
	background: #e6e6e6;
}
body#contact section#mail p{
	width: 100%;
	margin: 15px 0 0;
}
	

/* 12:Consignment
==================================================================*/
body#consignment header #tit{
	width: 100%;
	min-width: 1146px;
	height: 280px;
	overflow: hidden;
	background: url(../img/consignment/bg_title.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	text-align: center;
	border-bottom: 4px solid #00b8bd;
}
body#consignment p{
	margin: 0 0 28px 0;
	font-size: 1.077em;
	line-height: 2em;
}
body#consignment section#contract div{
	width: 700px;
	height: auto;
	overflow: hidden;
}
body#consignment section#contract ul{
	width: 710px;
	height: auto;
}
body#consignment section#contract ul li{
	width: 345px;
	height: 230px;
	margin: 0 10px 10px 0;
	float: left;
}
body#consignment section#technology div#btnBox ul{
	width: 720px;
	height: auto;
}
body#consignment section#technology div#btnBox ul li{
	width: 340px;
	height: 85px;
	margin: 0 20px 10px 0;
	float: left;
}
body#consignment section#technology p a{
	color: #00b9be;
}
body#consignment section#technology p a:hover{
	text-decoration: underline;
}
body#consignment section#flow dl{
	width: 100%;
	height: 800px;
	padding-top: 40px;
	background: url(../img/consignment/bg_flow.gif) left top no-repeat;
}
body#consignment section#flow dt{
	font-size: 18px;
	font-weight: bold;
}
body#consignment section#flow dt img{
	padding: 0 40px 0 10px;
}
body#consignment section#flow dd{
	padding: 10px 0 35px 90px;
	font-size: 1.077em;
	line-height: 2em;
}
body#consignment section#contact div{
	margin-bottom: 20px;
}
body#consignment section#contact .time{
	padding: 10px 0;
	font-size: 1.077em;
	line-height: 2em;
	text-align: center;
	background: #e6e6e6;
}
body#consignment section#mail p{
	width: 100%;
	margin: 15px 0 80px 0;
	padding: 20px 35px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-size: 0.923em;
}

/* Helper classes
==================================================================*/
.ir{
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before{
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden{
    display: none !important;
    visibility: hidden;
}
.visuallyhidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible{
    visibility: hidden;
}

.clearfix:before,
.clearfix:after{
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
}

.f-left{
	float:left;
}
.f-right{
	float:right;
}

.Gothic{
	font-style: normal;
	font-family:Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em){
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi){
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print{
    *{
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited{
        text-decoration: underline;
    }

    @media print{
		a[href]:after{
			content: "" !important;
		}
		abbr[title]:after{
			content: "" !important;
		}
	}

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after{
        content: "";
    }

    pre,
    blockquote{
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead{
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img{
        page-break-inside: avoid;
    }

    img{
        max-width: 100% !important;
    }

    @page{
        margin: 0.5cm;
    }

    p,
    h2,
    h3{
        orphans: 3;
        widows: 3;
    }

    h2,
    h3{
        page-break-after: avoid;
    }
}
