@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	min-width: 980px;
}
body {
	font-family: 'Roboto','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	line-height:1.61;
	color: #4c5960;
	background: #f2f2f2;
}
body#top {background: #FFF;}
/*.en {
	font-family: 'Roboto', sans-serif;
}*/
h1,h2,h3,h4,h5,h6,img,
p,div,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
ul,li {list-style: none;}
img {
	border:none;
	vertical-align: top;
}
a:link,a:hover,
a:active,a:visited {
	color: #2b2b2b;
	text-decoration: none;
}


/* ----------
Header
------------------------------------*/
header {
	background: #FFF;
}
header h1 {float: left;}
header ul {
	float: right;
	text-align: right;
}
header ul li {
	float: left;
	padding: 0 5px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 20px;
}
header h1 {
	padding-top: 10px;
}
header .wrap {
	height: 65px;
}

/* ----------
gNav
------------------------------------*/
#gNav {
	clear: both;
	background: #00c853;
}
#gNav ul {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
/*	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
*/}
#gNav ul li {
	float: left;
	line-height: 16px;
	height: 50px;
/*	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap:         nowrap;
*/}
#gNav ul li:hover,
#gNav ul li.stay {
	border-bottom: 4px solid #FFF;
}
#gNav ul li a {
	color: #FFF;
	font-weight: bold;
	letter-spacing: 4px;
	display: block;
	padding: 15px 23px;
}

/* ----------
Breadcrumb
------------------------------------*/
#breadcrumb {
	background: #4c5960;
}
#breadcrumb ul {
	width: 980px;
	margin: 0 auto;
}
#breadcrumb ul {
	width: 980px;
	margin: 0 auto;
}
#breadcrumb ul li {
	display: inline-block;
	padding: 5px;
	color: #FFF;
}
#breadcrumb ul li a:link,
#breadcrumb ul li a:hover,
#breadcrumb ul li a:active,
#breadcrumb ul li a:visited {color: #FFF;}

/* ----------
Footer
------------------------------------*/
footer {
	background: #181a1a;
}
footer a:link,
footer a:active,
footer a:hover,
footer a:visited {
	color: #FFF;
}
footer nav {
	padding: 35px 0;
	width: 980px;
	margin: 0 auto;
}
footer nav ul.fist {
	float: left;
	margin-right: 100px;
}
footer nav ul.fist li {
	background: url(../img/share/icon_link01.gif) 0 6px no-repeat;
	padding-left: 10px;
}
footer nav ul.second li {
	background: url(../img/share/icon_link02.gif) 0 50% no-repeat;
	padding-left: 10px;
}
footer nav ul.fist.end {
	margin-right: 0;
}
/*footer nav ul.second {
	margin-left: 10px;
}*/
footer #copy {
	clear: both;
	background: #292a30;
	text-align: center;
	padding: 40px 0 50px;
	color: #FFF;
}
footer #copy p {
	padding-top: 30px;
	font-size: 10px;
}
#footNav {
	background: #ededed;
	height: 50px;
}
#footNav .wrap {
	position: relative;
}
#footNav .goTop {
	width: 200px;
	height: 50px;
	background: #292a30;
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 0;
	text-align: center;
}
#footNav .goTop a {
	display: block;
}
#footNav .goTop a:link,
#footNav .goTop a:active,
#footNav .goTop a:hover,
#footNav .goTop a:visited {
	color: #FFF;
}
#footNav .goTop a span {
	background: url(../img/share/goTop.gif) right center no-repeat;
	padding-right: 20px;
}


/* ----------
TOP
------------------------------------*/
#contArea h2 {
	background: #f7f7f7;
	padding: 40px 0;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
}
#contArea .border {
	position: relative;
	border-top: #eaebeb 1px solid;
	width: 100%;
	/*height: 13px;*/
	margin-bottom: 40px;
}
#contArea .border img {
	position: absolute;
	top: -1px;
	left: 50%;
}

#contArea .listWrap02 {
	width: 675px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}
#contArea .listWrap02 > li {
	width: 320px;
	display: inline-block;
}
#contArea .listWrap03 {
	width: 1005px;
	margin-right: -25px;
	padding-bottom: 60px;
}
#contArea .listWrap03 > li {
	float: left;
	width: 310px;
	margin-right: 25px;
}
#contArea .listWrap03 .link {
	background: url(../img/top/icon_circle_s.gif) 290px center no-repeat #4c5960;
	color: #FFF;
	font-size: 15px;
	padding: 15px;
}
#contArea .listWrap03 .color01 {
	color: #4c5960;
	margin: 10px 0;
}
#contArea .listWrap03 .color01 li {margin-bottom: 3px;}
#contArea .listWrap04 {
	width: 1008px;
	margin-right: -28px;
	padding-bottom: 60px;
	overflow: hidden;
}
#contArea .listWrap04 > li {
	float: left;
	width: 224px;
	margin-right: 28px;
	margin-bottom: 25px;
}
#contArea .inqBox {
	background: #fafafa;
	border: 1px solid #bdbdbd;
	margin: 0 40px 60px;
	padding: 35px 0;
}

#contArea .ttl01 {
	text-align: center;
	font-size: 14px;
}
#contArea .borderBox01 {
	border: 1px solid #e5e5e5;
	margin-bottom: 40px;
	position: relative;
}
#contArea .borderBox01 dl {
	padding: 20px 15px 0 378px;
}
#contArea .borderBox01 dl dt {
	color: #00c853;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.3;
}
#contArea .borderBox01 dl dd {
	margin-bottom: 60px;
}
#contArea .borderBox01 p.more {
	position: absolute;
	bottom:15px;
	right: 20px;
	width: 314px;
}
#cont03 {
	margin-bottom: 40px;
}
#cont03 dl {
	border-bottom: 1px dashed #bdbdbd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#cont03 dl dt {
	background: #4c5960;
	padding: 5px 10px;
	color: #FFF;
	float: left;
	width: 100px;
	font-size: 10px;
	text-align: center;
}
#cont03 dl dd {
	padding-left: 120px;
}
#cont03 dl dd img {
	margin-left: 20px;
}
#cont06 .listWrap {
	width: 778px;
	margin: 0 auto 80px;
}
#cont06 .listTile03 {
	width: 810px;
	margin-right: -32px;
}
#cont06 .listTile03 > li {
	float: left;
	width: 238px;
	margin-right: 32px;
}



/* ----------
common
------------------------------------*/
.wrap {
	width: 980px;
	margin: 0 auto;
}
p.more {
	background: url(../img/share/bg_linkL.gif) 0 0 no-repeat #E6E6E6;
	width: 100%;
}
p.more a{
	background: url(../img/share/bg_linkR.gif) right 0 no-repeat;
	display: block;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}


#contArea02 {
	width: 980px;
	margin: 30px auto 0;
	overflow: hidden;
	background: #FFF;
}
#contArea02 h2 {
	width: 738px;
	height: 245px;
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	line-height: 16px;
	padding: 120px 0 0 35px;
}
#contArea02 h2.ttlBase {
	background: url(../img/share/bg_h2.gif) 0 0 no-repeat;
	border-bottom: 1px solid #dcdddd;
	height: 76px;
	color: #4c5960;
	font-size: 25px;
	padding: 30px 0px 15px 25px;
	line-height: 25px;
}
/*#contArea02 h2 span {
	font-size: 10px;
}*/
#contArea02 h3 {
	background: url(../img/share/line02.gif) 0 bottom no-repeat;
	padding-bottom: 10px;
	font-size: 20px;
	margin-bottom: 15px;
}
#contArea02 h3 span {
	background: url(../img/share/line01.gif) 0 top no-repeat;
	padding-top: 10px;
	width: 100%;
	display: block;
}
.leftBox {
	width: 738px;
	float: left;
}
#contArea02.info .leftBox {
	min-height: 500px;
}
.rightBox {
	width: 225px;
	float: right;
}
.mainCont {
	width: 720px;
	margin-left: 18px;
}
#contArea02 .read {
	font-size: 14px;
	padding: 15px 0;
}
#contArea02 .listWrap03 {
	width: 744px;
	margin-right: -24px;
}
#contArea02 .listWrap03 li {
	width: 224px;
	margin-right: 24px;
	margin-bottom: 35px;
	float: left;
}
#contArea02 .inqBox {
	background: #424242;
	padding: 15px 0;
	text-align: center;
}
#contArea02 .rightBox h5 {
	background: #dcdddd;
	padding: 10px;
	font-size: 13px;
	margin-top: 15px;
}
#contArea02 .rightBox .subMenu li {
	border-bottom: 1px solid #dcdddd;
	padding: 10px 10px 5px;
}
#contArea02 .rightBox .subMenu li a {
	display: block;
	background: url(../img/share/bg_link.gif) right bottom no-repeat;
}
#contArea02 .rightBox .bnrList li {
	margin-bottom: 12px;
}


/* ----------
service
------------------------------------*/
h2.serviceIndex {
	background: url(../img/service/bg_main.jpg) 0 0 no-repeat;
}
h2.serviceAssembling {
	background: url(../img/service/bg_assembling.jpg) 0 0 no-repeat;
}
h2.serviceTest {
	background: url(../img/service/bg_test.jpg) 0 0 no-repeat;
}
h2.servicePackages {
	background: url(../img/service/bg_packages.jpg) 0 0 no-repeat;
}
#contArea02 h4 {
	background: url(../img/share/bg_h4.gif) 0 0 no-repeat;
	padding: 5px 20px;
	height: 33px;
	font-size: 16px;
	margin-bottom: 20px;
}
#contArea02.service .listWrap03 dl dt {
	color: #1e88e5;
	font-size: 13px;
}
#contArea02.service .listWrap03 dl dd {
	font-size: 12px;
}
#contArea02.service dl.lay01 dt {
	float: left;
}
#contArea02.service dl.lay01 dd {
	padding-left: 240px;
}
#contArea02.service .tbl01 {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}
#contArea02.service .tbl01 th,
#contArea02.service .tbl01 td {
	padding: 5px 10px;
	border: 1px solid #dcdddd;
	font-size: 12px;
}
#contArea02.service .tbl01 th {
	background: #bdbdbd;
	color: #FFF;
}
/*#contArea02.service .tbl01 td {
	background: #dfdfdf;
}
#contArea02.service .tbl01 .lay td {
	background: #f6f6f6;
}
*/
#contArea02.service .tbl01 td a:link,
#contArea02.service .tbl01 td a:hover,
#contArea02.service .tbl01 td a:visited,
#contArea02.service .tbl01 td a:active {
	color: #0077c5;
}
#contArea02.service .lay02 > li {
	float: left;
	width: 254px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
#contArea02.service .lay02 > li:last-child {
	width: 395px;
}
#contArea02.service .lay02 > li dl dt {
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#contArea02.service .lay02 > li dl dd {
	margin-bottom: 10px;
}
#contArea02.service .lay02 > li .more {
	width: 135px;
	float: right;
}
#contArea02.service .lay02 > li dl dd li {
	width: 116px;
	line-height: 18px;
}
#contArea02.service .lay02 > li dl dd li img {
	margin-bottom: 10px;
}

/* ----------
technology
------------------------------------*/
h2.technologyIndex {
	background: url(../img/technology/bg_index.jpg) 0 0 no-repeat;
}
h2.technologyQuarity {
	background: url(../img/technology/bg_index.jpg) 0 0 no-repeat;
	padding-top: 90px !important;
}
h2.technologyBenefit {
	background: url(../img/technology/bg_benefit.jpg) 0 0 no-repeat;
	padding-top: 60px !important;
}
#contArea02 h2 span.line23 {line-height: 25px;font-size: 24px;}
#contArea02 h2 span.txt {line-height: 12px;font-size: 12px;}


#contArea02.technology .borderB li {
	background: #fafafa;
	border-top: 4px solid #f1f1f1;
	padding: 15px;
	margin-bottom: 25px;
}
#contArea02.technology .borderB li dl dt {
	padding-top: 10px;
	float: left;
}
#contArea02.technology .borderB li dl dd {
	padding-left: 250px;
}
#contArea02.technology .borderB li dl.lay02 dt {
	padding-top: 0;
	float: left;
}
#contArea02.technology .borderB li dl.lay02 dd {
	padding-left: 380px;
}
#contArea02.technology .borderB li dl.lay03 {
	padding-left: 380px;
}
#contArea02.technology .borderB li dl.lay03 dt {
	padding-top: 0;
	float: none;
	margin-bottom: 10px;
	font-weight: bold;
}
#contArea02.technology .borderB li dl.lay03 dd {
	padding-left: 0;
}
#contArea02.technology .borderB li p.more {
	width: 230px;
}
#contArea02 .listWrap03 .txt01 {
	background: #bdbdbd;
	color: #FFF;
	padding: 8px;
}
#contArea02 .listWrap03 .lay01 {
	line-height: 20px;
	margin-bottom: 10px;
}
#contArea02 .listWrap03 .lay01 dt {
	color: #1e88e5;
}
#contArea02 .listWrap04 {
	width: 710px;
	margin: 10px auto 0;
}
#contArea02 .listWrap04 li {
	float: left;
	margin-right: 15px;
}
#contArea02 .listWrap04 li.last {
	margin-right: 0;
}
#contArea02.technology .box01 {
	border: 5px solid #e0e0e1;
	padding: 20px 40px;
}
#contArea02.technology .box01 dl {
	width: 292px;
	float: left;
}
#contArea02.technology .box01 dt {
	border-bottom: 3px solid #e0e0e1;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
}
#contArea02.technology .tbl01 {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}
#contArea02.technology .tbl01 th,
#contArea02.technology .tbl01 td {
	padding: 10px;
	border: 1px solid #dcdddd;
	font-size: 16px;
	text-align: center;
}
#contArea02.technology .tbl01 th {
	background: #bdbdbd;
	color: #FFF;
	font-weight: normal;
}
#contArea02.technology .tbl01.lay02 th {
	padding: 5px 10px;
}


/* ----------
company
------------------------------------*/
h2.companyIndex {
	background: url(../img/company/bg_index.jpg) 0 0 no-repeat;
}
#contArea02.company .tbl01 {
	width: 700px;
	margin: 0 10px 40px;
	border-spacing: 0;
	border-collapse: collapse;
}
#contArea02.company .tbl01.lay02 {
	width: 100%;
	margin: 0;
}
#contArea02.company .tbl01.lay03 {
	border-top: 1px solid #dcdddd;
}
#contArea02.company .tbl01 th,
#contArea02.company .tbl01 td {
	padding: 5px 10px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #dcdddd;
	font-size: 14px;
}
#contArea02.company .tbl01 td {
	background: url(../img/share/bg_tbl.gif) 0 bottom no-repeat;
}
#contArea02.company .tbl01.lay03 th {
	vertical-align: top;
}
#contArea02.company .gMap {
	width: 340px;
	float: left;
}
#contArea02.company .tbl {
	width: 330px;
	float: right;
}

/* ----------
info
------------------------------------*/
#contArea02.info .tblNews {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#contArea02.info .tblNews th,
#contArea02.info .tblNews td {
	border-bottom: 1px solid #dcdddd;
	padding: 10px;
	vertical-align: top;
}
#contArea02.info .tblNews td img {
	float: right;
	margin-left: 10px;
}
#contArea02.info .tblNews span ,
#contArea02.info .newsDetail span {
	color: #FFF;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 2px 10px;
}
#contArea02.info .grn {
	background: #4caf50;
}
#contArea02.info .blue {
	background: #3949ab;
}
#contArea02.info .newsDetail {
	margin-bottom: 40px;
}
#contArea02.info .newsDetail dt {
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
#contArea02.info .newsDetail dd {
	clear: both;
	margin-bottom: 20px;
}
#contArea02.info .newsDetail dd span {
	width: 100px;
	float: right;
	display: block;
}
#contArea02.info .newsDetail p.more {
	width: 230px;
	float: right;
}

/* ----------
sitemap
------------------------------------*/
.sitemap li {
	margin-left: 1em;
}
.sitemap li.second {
	margin-left: 3em;
}



.out-link {
  background: transparent url("../img/share/icon_outlink.png") no-repeat scroll right 50%;
  padding-right: 20px;
}
