﻿@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1.5;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #333;
}
html {
	background: #FFFFFF;
}
img{
	vertical-align:bottom;
	margin: 0 auto;
	padding: 0;
}
/******レスポンシブ******/
/*PC　表示非表示*/
.sp { display: none;}
.pc { display:block;}


/* フォント
------------------------------------------------------------*/
@import url(f7a6647fbca34d5bb918dc654e3febf1.css);
@import url(notosansjp.css);
body {
    /* font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: "PingFang SC", "Microsoft Yahei", Arial,Helvetica,'Microsoft JhengHei','微軟正黑體',sans-serif;
}
sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #00875a;
}
a:hover, a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #222
}
a img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after, #footer:after {
	content: "";
	display: table;
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post, #footer {
	zoom: 1;
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea {
	vertical-align: middle;
	max-width: 90%;
	line-height: 30px;
	height: 30px;
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 100%;
	color: #555;
	background: #fcfcfc;
}
textarea {
	height: auto;
	line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 3px 10px;
	background: #222;
	background: -moz-linear-gradient(top, #222 0%, #00875a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #00875a));
	background: -webkit-linear-gradient(top, #222 0%, #00875a 100%);
	background: -o-linear-gradient(top, #222 0%, #00875a 100%);
	background: linear-gradient(to bottom, #222 0%, #00875a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#00875a', GradientType=0 );
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.5;
	font-size: 120%;
	color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #222;
	background: -moz-linear-gradient(top, #00875a 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00875a), color-stop(100%, #222));
	background: -webkit-linear-gradient(top, #00875a 0%, #222 100%);
	background: -o-linear-gradient(top, #00875a 0%, #222 100%);
	background: linear-gradient(to bottom, #00875a 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00875a', endColorstr='#222', GradientType=0 );
	cursor: pointer;
}
*:first-child+html input[type="submit"] {
	padding: 3px;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
	margin: 0 auto;
	width: 980px;
}
#header {
	overflow: hidden;
}
#content {
	width: 100%;
	padding: 30px 0;
}
#footer {
	clear: both;
	background-color: #00875a;
}
.flex {
    display: flex;
}
/* ヘッダー
*****************************************************/
#header .bg {
	background: #E1F0FF;
}
#header .bg .inner {
	overflow: hidden;
}
#headerTitle{
	background-color: #E1F0FF;
}
#headerTitle-innner{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#headerTitle .breadcrumb li {
	display: inline-block;
	font-size: 0.85em;
}
#headerTitle .breadcrumb li a {
	font-weight: bold;
}
#headerTitle .breadcrumb li a:after {
	content: " > ";
}
#headerTitle h2.title {
	margin-top: 10px;
}

/* サイト説明文
----------------------------------*/
#header h1, #header p {
	float: left;
	padding: 3px 0;
	color: #333;
	font-size: 0.85em;
	font-weight: normal;
}
#header p {
	float: right;
}
#header p a {
	color: #333;
	font-size: 0.85em;
}
#header p a:hover {
	color: #333;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
	clear: both;
	float: left;
	padding: 30px 0;
	color: #515151;
	font-size: 160%;
	font-weight: bold;
}
/* サブナビゲーション
----------------------------------*/
#header ul {
	font-size: 95%;
	padding-top: 5px;
	float: right;
}
#header ul li {
	display: inline;
	margin-left: 5px;
}
#header ul li a {
	padding-left: 12px;
	background: url(../images/arrowsub.png) no-repeat 0 50%;
}
#header ul li a:hover {
	background-position: 3px 50%;
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg {
	width: 100%;
	/*background-color: #DAF4EB;*/
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 0;
	text-align: center;
	z-index: 0;
}
#mainImg img {
	width: 100%;
	height: auto;
}
#mainImg a:hover img {
	opacity: .9;
}

article.content object {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.postWrap {
	margin-top: 0;
	margin-bottom: 40px;
	padding: 3px;
}
.post {
	padding: 10px;
	background: #fff;
}
article.archive span {
	padding-left: 10px;
}
/* タイポグラフィ
*****************************************************/
h2.title {
	clear: both;
	margin: 30px 0 5px;
	padding: 5px 0;
	font-size: 130%;
font-weight: bold;

}
h2.titleBoder{
	color: #FFFFFF;
	border-left:  1px solid #E5E5E5;
	padding-left: 15px;
	background-image: url(../images/tit_bg.gif);
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	line-height: 1.8em;
}
h2.first {
	margin-top: 0;
	text-align: center;
}
.dateLabel {
	margin: 0 0 10px;
	text-align: right;
}
.post p {
	padding-bottom: 15px;
}
.post ul {
	margin: 0 0 10px 10px;
}
.post ul li {
	margin: 5px 0 0 15px;
	list-style: disc;
}
.post ol {
	margin: 0 0 10px 30px;
}
.post ol li {
	list-style: decimal;
}
.post h1, .post h2, .post h3, .post h4 {
	clear: both;
}
.post h1 {
	margin: 20px 0;
	padding: 5px 10px;
	font-size: 150%;
	color: #fff;
	border-radius: 4px;
	background: #00875a;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.post h2 {
	margin: 10px 0;
	padding: 3px 5px;
	font-size: 130%;
	font-weight: normal;
	color: #3f0000;
	border-left: 5px solid #3f0000;
}
.post h3 {
	margin: 10px 0;
	font-size: 120%;
	font-weight: normal;
	color: #00875a;
	border-bottom: 1px solid #00875a;
}
.post blockquote {
	clear: both;
	padding: 10px 0 10px 15px;
	margin: 10px 0 25px 30px;
	border-left: 5px solid #ccc;
}
.post blockquote p {
	padding: 5px 0;
}
.post table {
	border: 1px #00875a solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
}
.post table th {
	padding: 7px 10px 7px 5px;
	border: #00875a solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	color: #fff;
	background: #222;
}
.post table td {
	padding: 7px 5px;
	border: 1px #00875a solid;
	border-width: 0 0 1px 1px;
	background: #fff;
}
.post dt {
	font-weight: bold;
}
.post dd {
	padding-bottom: 10px;
}
.post img {
	max-width: 100%;
	height: auto;
}
img.aligncenter {
	display: block;
	margin: 5px auto;
}
img.alignright, img.alignleft {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	margin: 0 7px 2px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#newProdacts a:link,
#newProdacts a:visited{
	color: #333;
}

/* フッター
*****************************************************/
#footerContacts {
	margin-bottom: 40px;
}
#footerContacts dl {
	width: 50%;
	background-color: #00875a;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footerContacts dt {
	color: #FFF;
	font-weight: bold;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
	font-size: 1.2em;
}
#footerContacts dl span {
	background-color: #FFF;
	display: block;
	padding: 5px;
	overflow: hidden;
}
#footerContacts dl dd {
	float: left;
	display: block;
	margin-left: 25px;
}
#footerContacts dl p {
	float: none;
	display: block;
	margin-left: 25px;
}
#footerContacts dd.contactForm a {
	font-weight: bold;
	font-size: 1.05em;
	background-image: url(../images/green-sarrow.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	padding-left: 1.4em;
	
}
p.footerText {
	font-size: 0.9em;
	padding-bottom: 1em;
}
p.footerToTop {
	font-size: 0.9em;
	text-align: right;
}
p.footerToTop img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

#footerNavi {
	background-color: #E1F0FF;
}
#footerNavi .inner {
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
#footerNavi dl {
	float: left;
	margin-right: 80px;
}
#footerNavi dt {
	background-image: url(../images/grayarrow.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	padding-left: 1.5em;
	margin-bottom: 0.6em;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.6em;

	color: #333;
}
#footerNavi dt a,
#footerNavi dd a{
	color: #333;
	line-height: 1.5em;
}
#footerNavi dt a:hover,
#footerNavi dd a:hover{
	color: #00875a;
}
#footerNavi dd {
	font-size: 0.9em;
	padding-left: 1.6em;
}
#footerNavi img.iso {
	position: absolute;
	bottom: 10px;
	right: 0;
}

#footer img.footerLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 40px;
}
#footer #copyright {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	zoom: 1;
	color: #fff;
}
/* page navigation
------------------------------------------------------------*/
.pagenav {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}
.prev {
	float: left
}
.next {
	float: right;
}
#pageLinks {
	clear: both;
	text-align: center;
}
/* トップページ
------------------------------------------------------------*/
object.keyimg {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mugen{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
/* 製品案内 */
.thumbWrap {
	/* width: 750px; */
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.thumbWrap li {
	float: left;
	width: 30%;
	margin-top: 0;
	margin-right: 5%;
	margin-left: 0;
	margin-bottom: 37px;
	background: none;
}
.thumbWrap li.margin0 {
	margin-right: 0;
}
ul.thumb h3 {
	padding: 0px;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
}
ul.thumb li {
	background-color: #00875a;
	overflow: hidden;
}
ul.thumb li a {
	display: block;
	border: 1px solid #B7EDDB;
	color: #FFF;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
ul.thumb li a:hover {
	background-color: #999;
	color: #FFF;
	display: block;
	font-weight: bold;
}
ul.thumb h3 span {
	display: block;
	padding: 5px 3px;
}
ul.thumb h3 a {
	color: #fff;
}
ul.thumb li img {
	width: 100%;
	height: auto;
}
.thumb {
overflow: hidden;
}
p.processLink a {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	text-decoration: underline;
}

/*新製品*/
#newProdacts-inner {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 40px;
}
#newProdacts figure {
	width: 50%;
	/* width: 33.3%; */
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	min-height: 170px;
	
}
#newProdacts figure:nth-child(3n) {
	margin-right: 0%;
}
#newProdacts img {
	width: 135px;
	height: 135px;
	overflow: hidden;
	float: left;
	border: 1px solid #B7EDDB;
}
#newProdacts figcaption {
	float: right;
}
#newProdacts figcaption {
	width: 65%;
	/* width: 56%; */
	margin-right: 15px;
	margin-left: 5px;
	font-size: 0.9em;
	line-height: 1.4em;
}
#newProdacts figcaption span {
	font-size: 1.1em;
	display: block;
	font-weight: bold;
}
#newProdacts figcaption span em {
	color: #FFFFFF;
	background: #FF0004;
	font-style: normal;
	padding: 1px 3px;
	font-size: 0.85em;
	white-space: nowrap;
}
@media all and (-ms-high-contrast: none){
  #newProdacts figcaption span{
    font-size: 0.9em; /* IE10以上 */
  }
  #newProdacts figcaption span em {
	color: #FFFFFF;
	background: #FF0004;
	font-style: normal;
	padding: 4px 3px 0;
	font-size: 0.85em;
	white-space: nowrap;
	line-height: 1.2em;
}
}
/* 幅1400px以上から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (min-width: 1500px) {
#Keyimg {
    max-width: 100%!important;
    height: 830px!important;
}
#Keyimg #swf2js_0 {
    width: 100%!important;
    left: 0!important;
}
#Keyimg #swf2js_0 canvas {
    width: 100%;
}
}
/*ニュース*/
#news {
	margin-bottom: 60px;
}
#news ul {
	border-top: 1px dotted #999;
	margin-top: 20px;
}
#news li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
	text-align: left;
}
#news li span {
	padding: 3px 10px 3px 10px ;
	background-color: #00875a;
	color: #FFF;
	width: 5em;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
}

/*セカンドページ*/

.categoryTitle {
	border-top: 5px solid #00875a;
	padding: 12px;
	font-size: 1.2em;
	font-weight: bold;
	background: #B7EDDB;
	background: -moz-linear-gradient(left, #B7EDDB 0%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #B7EDDB 0%,#ffffff 100%);
	background: linear-gradient(to right, #B7EDDB 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B7EDDB', endColorstr='#ffffff',GradientType=1 );
	border-right: 1px solid #B7EDDB;
	border-bottom: 1px solid #B7EDDB;
	border-left: 1px solid #B7EDDB;
	margin-bottom: 30px;
}
p.downloadBtB {
	border: 1px solid #00875a;
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	padding: 5px 10px;
	border-radius: 5px;
}
p.downloadBtB a {
	display: block;
}
p.downloadBtB a {
	/*background-image: url(../images/downbtb.png);
	background-repeat: no-repeat;
	background-position: right center;*/
	/*padding-right: 2.2em;*/
	background-size: contain;
	color: #000000;
	font-weight: bold;
}
p.downloadBtB a:after {
	content: "▶";
	font-size: 0.85em;
}
article.prodacts {
	overflow: hidden;
	margin-bottom: 60px;
	border: 1px solid #D8D8D8;
	padding: 20px;
}
article.prodacts img {
	float: left;
	width: 33%;
	height: auto;
	/* [disabled]border: 1px solid #B7EDDB; */
}
article.prodacts dl {
	float: right;
	width: 65%;
}
article.prodacts dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #00875a;
	border-bottom: 3px solid #00875a;
}
article.prodacts dt em {
	color: #FFFFFF;
	background: #FF0004;
	font-style: normal;
	padding: 1px 3px;
	font-size: 0.85em;
}
article.prodacts dd span {
	font-weight: bold;
	display: block;
	padding-top: 5px;
}
article.prodacts dl dl {
	float: none;
	width: 100%;
	margin-top: 10px;
}
article.prodacts dl dl dt {
	border-bottom: 1px solid #00875a;
}
article.prodacts dl dl dd {
	color: #00875a;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;	
}
article.prodacts dl dl dd:before {
	content: "■";
	padding-right: 3px;

}
article.prodacts dd.downloadBtS {
	border: 1px solid #00875a;
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0;
	/*margin-bottom: 40px;*/
	padding: 5px 10px;
	border-radius: 5px;
	float: left;
	font-weight: bold;
	

}
article.prodacts dd.detailBtS {
	border: 1px solid #00875a;
	background-color: #00875a;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	padding: 5px 10px;
	border-radius: 5px;
	float: left;
	font-weight: bold;
}
article.prodacts dd.detailBtS:after {
	content: "▶";
	font-size: 0.8em;
	padding-left: 2px;
}
article.prodacts dd.detailBtS a {
	color: #FFFFFF;
}

article.prodacts dd.downloadBtS a:after {
	content: "▶";
	font-size: 0.8em;
	padding-left: 2px;
}

article.prodacts dd.downloadBtS a {
/*	background-image: url(../images/downbts.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;*/
	display: block;
	color: #000000;
}
article.prodactsDetail {
	width: 80%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
article.prodactsDetail h4{
	font-size: 1.2em;
	color: #006633;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-weight: bold;
}
article.prodactsDetail dl{
	margin-bottom: 2em;

}
article.prodactsDetail dt{
	font-size: 1.2em;
	color: #006633;
	margin-bottom: 0em;
	margin-top: 0.5em;
	font-weight: bold;
}
article.prodactsDetail dd{
	margin-bottom: 0em;
}
article.prodactsDetail h5 {
	margin-top: 2em;
	font-size: 1.1em;
	font-weight: bold;
}
article.prodactsDetail p {
	margin-bottom: 1em;
}
ul.features {
	margin-left: 1em;
}
ul.features li {
	color: #006633;
	font-weight: bold;
	text-indent: -1em;
}
ul.features li:before {
	content: "■"
}

article.prodactsDetail table,
article.prodactsDetail table td,
article.prodactsDetail table tr {
	border: none;
}

article.prodactsDetail table td,
article.prodactsDetail table tr{
	vertical-align: top;
}
#Keyimg {
    max-width: 1500px;
    width: 100%;
    height: 580px;
    /*height: 730px;*/
    position: relative;
}
#Keyimg #swf2js_0 {
    width: 100%!important;
    left: 0!important;
}
#Keyimg #swf2js_0 canvas {
    width: 100%;
}
#Fsd2 {
    max-width: 220px;
    width: 100%;
    height: 280px;
    position: relative;
}
#Fsd2 #swf2js_0 {
    left: 0px!important;
}
#Mini_eco {
    max-width: 294px;
    width: 100%;
    height: 280px;
    position: relative;
}
#Mini_eco #swf2js_0 {
    width: 100%!important;
    left: 0px!important;
}
#Mini_eco_sk {
    max-width: 60px;
    width: 100%;
    height: 160px;
    position: relative;
}
#Mini_eco_sk #swf2js_1 {
    width: 60px!important;
    height: 160px!important;
}
#Mini_eco_sk #swf2js_1 canvas {
    width: 100%;
}
#Sk5-2 {
    max-width: 262px;
    width: 100%;
    height: 198px;
    position: relative;
}
#Sk5-3 {
    max-width: 262px;
    width: 100%;
    height: 198px;
    position: relative;
}
#Sk5-1 {
    max-width: 262px;
    width: 100%;
    height: 198px;
    position: relative;
}
#Cube {
    max-width: 300px;
    width: 100%;
    height: 200px;
    position: relative;
    margin: 0 auto;
}
#Cube #swf2js_0 {
    left: 0!important;
}
#Ductdfan {
    max-width: 300px;
    width: 100%;
    height: 200px;
    position: relative;
}
#Ductdfan #swf2js_0 {
    left: 0!important;
}
#Mac_rotation {
    max-width: 60px;
    width: 100%;
    height: 110px;
    position: relative;
}
#Mac_rotation #swf2js_0 {
    width: 80px!important;
    height: 140px!important;
}
#Mac_rotation #swf2js_0 canvas {
    width: 100%;
}
#Mac_sk {
    max-width: 300px;
    width: 100%;
    height: 200px;
    position: relative;
}
#Mac {
    max-width: 300px;
    width: 100%;
    height: 200px;
    position: relative;
}

article.prodactsDetail table.border1,
article.prodactsDetail table.border1 th,
article.prodactsDetail table.border1 td,
article.prodactsDetail table.border1 tr{
	border: 1px solid #333333;
	min-width: inherit;
}
article.prodactsDetail table.border1{
	width: 100%;
}






/*製品案内*/

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
.clear {
	overflow: hidden;
}
.sougou_catalogue {
	overflow: hidden;
	border: 1px solid #00875a;
	padding: 20px;
	margin-bottom: 60px;
	background-color: #F0F7FF;
}
.sougou_catalogue img {
	float: left;
	margin-right: 15px;
}
.sougou_catalogue h4 {
	font-weight: bold;
	font-size: 1.2em;
}


/*会社案内*/
article.aboutus01 {
	margin-bottom: 40px;
	overflow: hidden;
}
article.aboutus01 dt {
	font-size: 1.4em;
	font-weight: bold;
}
article.aboutus01 dl {
	float: left;
	width: 56%;
}
article.aboutus01 img {
	float: right;
	width: 420px;
	height: auto;
}
article.aboutus02 {
	margin-bottom: 40px;
	overflow: hidden;
}
article.aboutus02 dt {
	font-size: 1.4em;
	font-weight: bold;
}
article.aboutus02 dd {
	font-size: 1.1em;
	font-weight: bold;
	color: #00875a;
}
article.aboutus02 dd:before {
	content: "■";
	padding-right: 3px;
}
article.aboutus03 {
	margin-bottom: 60px;
	overflow: hidden;
}
article.aboutus03 img {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
article.aboutus03 dt{
	font-size: 1.4em;
	font-weight: bold;
}
article.develop {
	margin-bottom: 60px;
	overflow: hidden;
}
article.develop dt {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}
article.develop object {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
article.gyomu {
	margin-bottom: 60px;
	overflow: hidden;
}
article.gyomu p {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
}
article.gyomu dl {
	overflow: hidden;
	margin-bottom: 20px;
}
article.gyomu dt {
	float: left;
	margin-right: 15px;
}
article.gyomu dd span {
	font-size: 1.1em;
	font-weight: bold;
	color: #00875a;
	display: block;
}
article.gyomu dd {
	float: left;
	width: 800px;
}

article table {
	border-collapse: collapse;
	border: 1px solid #B7EDDB;
	width: 100%;
	margin-bottom: 40px;
}
article table th{
	border-bottom: 1px solid #FFF;
	padding: 10px;
}
article table td{
	border: 1px solid #B7EDDB;
	padding: 10px;
}
article table th{
	font-weight: bold;
	background-color: #B7EDDB;
	min-width: 6em;
}
article.gaiyou table td li span{
	display: block;
	font-weight: bold;
}
article.gaiyou table td li {
	margin-bottom: 10px;
}
article.gaiyou table td img.map {
	display: block;
	margin-top: 0.5em;
	margin-left: 0px;
}
article.gaiyou table td dl {
	line-height: 1.2em;
}
article.gaiyou table td dt {
	font-weight: bold;
}
article.gaiyou table td dd{
	margin-bottom: 5px;
}
article.gaiyou table.enkaku th {
	width: 8em;
	vertical-align: middle;
	background: none;
	font-weight: normal;
	border-bottom: 1px solid #B7EDDB;
}
article.gaiyou table.enkaku th.enkakuTh {
	background: #B7EDDB;
	font-weight: bold;
}

article.prodacts dd.linkBt {
	border: 1px solid #00875a;
	display: inline-block;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
	border-radius: 5px;
}
article.prodacts dd.linkBt a {
	display: block;
	padding: 0px 15px;
	background-color: #00875a;
	color: #FFFFFF;
}
article.prodacts dd.linkBt a:hover {
	display: block;
	background-color: #B7EDDB;
	color: #333;
}
.management {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.management h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 1.5em;
}
.management dt {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 0.3em;
	color: #00875a;
}
.management dd {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 1em;
}
.management dl {
	margin-bottom: 4em;
	border: solid 1px #00875a;
	padding: 2em 2em 1em;
}
.management h4{
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
.managementH4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
.management h4.keiei {
	margin-bottom: 1em;
}


p.syaze {
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1.5em;
	color: #00875a;
}
.quality .keyimage,
.environment .keyimage {
	margin-bottom: 40px;
}
.quality h3,
.environment h3{
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	margin-bottom: 1.5em;
}
.quality ol {
	margin-bottom: 50px;
}
.quality ol,
.environment ol  {
	margin-left: 1.5em;
}
.quality ol li,
.environment ol li  {
	margin-bottom: 1.5em;
	list-style: decimal;
	font-size: 1.1em;
}
.quality .copy {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 1em;
	color: #00875a;
}
.environment h4{
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 1.5em;
}
.environment .comments {
	margin-bottom: 50px;
	font-size: 1.2em;
}






/*リクルート*/
.recruit h3 {
	font-size: 1.1em;
	font-weight: bold;
}
ul.recruitImg {
	overflow: hidden;
	margin-bottom: 60px;
}
ul.recruitImg li {
	float: left;
	margin-right: 10px;
}
ul.recruitImg li:nth-child(3n) {
	margin-right: 0px;
}
article.recruit table th{
	width: 10em ;
}
/*お問い合わせ*/

#contacts {
	margin-bottom: 60px;
}
input.long,
textarea.long{
	width: 30em;
}
input.short {
	width: 6em;
	margin-bottom: 5px;
}
#contacts dl {
margin-bottom: 1em;
}
#contacts dt {
font-weight: bold;
}

#contacts input.bt {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	width: 8em;
}
.contactList th {
	vertical-align: middle;	
}
.contactList th a {
	text-decoration: underline;
}
.contactTable th,
.contactTable td,
.contactTable table{
	border-style: none;	
}
.contactTable STRONG {
	font-weight: bold;
}



/*海外拠点*/
.kaigai-detail h3 {
	font-size: 1.1em;
	font-weight: bold;
}
.kaigai-detail table {
	margin-bottom: 60px;
}
ul.kaigaiImg {
	width: 709px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
ul.kaigaiImg img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
ul.kaigaiImg li {
	margin-bottom: 20px;
}




/*english*/

.english img.catalogue {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #B7EDDB;
}
.english {
	text-align: center;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 801px) {
nav div.panel {
	display: block !important;
	float: left;
	width: 100%;
}
a#menu {
	display: none;
}
nav#mainNav {
	clear: both;
	position: relative;
	z-index: 200;
	background-color: #00875a;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
}
nav#mainNav li {
	float: left;
	position: relative;
	width: 196px;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
nav#mainNav li:hover {
	color: #333;
}
nav#mainNav li strong {
	border-right: 1px solid #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav#mainNav li:first-child strong {
	border-left: 1px solid #FFF;
}
nav#mainNav li a {
	display: block;
	_float: left;
	color: #fff;
}
nav#mainNav li a span, nav#mainNav li a strong, nav#mainNav li strong {
	display: block;
	font-size: 92%;
	font-weight: bold;
	line-height: 1.4;
}
nav#mainNav li.current-menu-item,
nav#mainNav li:hover,
nav#mainNav li.current-menu-parent {
	background: #ccc;
}
nav#mainNav li.current-menu-item a,
nav#mainNav li:hover a,
nav#mainNav li.current-menu-parent a {
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
nav#mainNav ul ul {
	width: 194px;
}
nav#mainNav ul ul {
	display: none;
}
nav#mainNav li:hover ul {
	display: block;
	position: absolute;
	top: 59px;
	left: 0;
	z-index: 500;
	border-top: 1px solid #FFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
nav#mainNav li li {
	padding: 0 0 0 10px;
	margin: 0;
	float: none;
	height: 40px;
	line-height: 40px;
	width: 185px;
	border: 0;
	background: #00875a;
	border-bottom: 1px solid #FFF;
}
nav#mainNav li li:first-child {
	border-left: 0;
}
nav#mainNav li:hover  li a {
	color: #FFF;
}
nav#mainNav li:hover li:hover a {
	color: #333;
}
nav#mainNav li li a {
	width: 100%;
	height: 40px;
	padding: 0 0 0;
	line-height: 40px;
	font-size: 92%;
	text-align: left;
	color: #FFF;
}
nav#mainNav li li.current-menu-item a {
	font-weight: bold;
}
nav#mainNav li li:hover {
	background: #ccc;
}
nav#mainNav li:hover li:last-child {
	border: 0;
}
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:800px) {
#mainNav .inner {
	width: 100%;
}
nav#mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #00875a;
}
nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: left;
	color: #fff;
	background: url(../images/menuopen.png) no-repeat 10px 4px;
}
nav#mainNav a#menu span {
	padding-left: 45px;
}
nav#mainNav a.menuOpen {
	background: url(../images/menuopen.png) no-repeat 10px -38px;
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}
nav#mainNav ul {
	margin: 0 0 20px;
	padding: 0;
}
nav#mainNav ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.2;
	color: #fff;
	padding-left: 30px;
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding: 10px 0;
	text-align: left;
	color: #fff;
}
nav#mainNav ul li a span {
	display: none;
}
nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item > a, nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active {
	background: #000;
}
nav#mainNav ul li li {
	float: left;
	border: 0;
}
nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a {
	padding-left: 30px;
	font-size: 90%;
}
nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a {
	padding-left: 40px;
	background: url(../images/sub1.png) no-repeat 20px 18px;
}
nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover {
	background: #000 url(../images/sub1.png) no-repeat 20px -62px;
}
nav#mainNav ul li li:last-child a {
	background: url(../images/sublast.png) no-repeat 20px 20px;
}
nav#mainNav ul li li:last-child.current-menu-item a, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover {
	background: #000 url(../images/sublast.png) no-repeat 20px -65px;
}
nav div.panel {
	float: none;
}
#header ul li a, #header ul li a:hover {
	background-position: 0 50%;
}
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
#wrapper, #header, .inner {
	width: 100%;
}
#header h1, #header p {
	padding: 5px 10px;
}
#header h2 {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#header ul {
	padding: 20px 10px 10px;
}
nav#mainNav ul, .thumbWrap {
	margin: 0 auto;
}
nav#mainNav ul ul {
	padding: 0;
}
nav div.panel {
	float: none;
}
#mainImg img {
	width: 100%;
	height: auto;
}
#content, #sidebar {
	clear: both;
	width: 95%;
	float: none;
	margin: 0 auto;
	padding: 20px 0 10px;
}
#banners {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#banners p {
	display: inline;
	margin: 0 1% 0 0;
}
#banners p img {
	width: 31%;
	height: auto;
}
.thumbWrap {
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
}
.thumbWrap ul.thumb li {
	width: 30%;
	float: left;
	margin: 0 1% 0 2%;
}
.thumbWrap img {
	width: 100%;
	height: auto;
}
#footerWrapper {
	width: 95%;
	margin: 0 auto;
}
#footer aside {
	float: none;
	width: 100%;
}
#calendar_wrap table {
	margin: 0 auto;
	width: 300px;
}
}


/* 幅768px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
#Keyimg {
    height: 350px;
}
#Keyimg #swf2js_0 {
    max-width: 100%;
    left: 0!important;
}
#Keyimg #swf2js_0 canvas {
    width: 100%;
}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
#Cube {
    margin: 0;
}
.flex {
    display: block;
}
#Keyimg {
    height: 300px;
}
#Keyimg #swf2js_0 {
    max-width: 100%;
    left: 0!important;
}
#Keyimg #swf2js_0 canvas {
    width: 100%;
}
#header {
	font-size: 0.7em;
}
#header h2 {
	margin-bottom: 20px;
}
.mugen{
	width: 80%;
	height: auto;
}
#headerInfo {
	width: 250px;
	margin: 0 auto;
}
#footer ul {
	text-align: left;
	padding: 15px;
}
#footer ul ul {
	padding: 0;
}

.thumbWrap li {
	float: none;
	width: 100%;
	margin-right: 0;

}
.thumbWrap ul.thumb li {
	width: 100%;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;

}

#newProdacts figure {
	width: 100%;

}
#newProdacts figure {
	margin-right: 0%;
	display: block;
	margin-bottom: 20px;
}
#newProdacts figcaption{
	width: 55%;
	margin: 0;
	height: 125px;
	overflow: hidden;
}

#footerContacts dl {
	width: 95%;
}
	
#footerNavi dl {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#footerNavi img.iso {
	position:inherit;
	top: 10px;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
article.develop object {
	width: 100%;
	height: 150px;
}
article.develop img {
	width: 100%;
	height: auto;
}
#headerTitle-innner {
	width: 100%;
}	
article.aboutus01 dl {
	width: 100%;	
}	


	
/*smart　表示非表示*/
.pc { display: none ; }
.sp { display: block ; }

img{
	width: 100%;
	height: auto;
}
*{box-sizing: border-box;}

/* 共通パーツ
----------------------------------*/
ol.breadcrumb{
	margin-left: 10px;
}
p.footerToTop img{
	width: 2em;
	/*display: block;
	float: right;
	margin-bottom: 10px;*/
}

/*フッター*/
#footerNavi .inner{
	box-sizing: border-box;
	padding: 20px 10px;
}
#footerNavi dl{
	width: 50%;
	margin: 0 0 20px 0;
}
#footerNavi dt{
	margin-bottom: 5px;
}
#footer img.footerLogo{
	box-sizing: border-box;
	padding-right:10px;
	padding-left:10px;
}
#footerNavi img.iso{
	width: 50%;
}
/* 各ページ
----------------------------------*/
/*TOP*/
h2.title{
text-align: left;
}
/*新製品*/
#newProdacts img{
		width: 40%;
}
/*#newProdacts figcaption{
	width: 75%;	
}*/
#news li span{
padding: 0 10px;
	width: 6em;
}

	
/*製品案内*/
p.downloadBtB a{
		background-size: 31px;
	}
article.prodacts img{
		float: none;
		width: 100%;
}
article.prodacts dl{
		float: none;
		width: 100%;
		margin-top: 10px;
}

	article.prodactsDetail img.imgW100 {
		width: 100%;
		height: auto;
	}
	article.prodactsDetail {
		width: 100%;
	}
	article.prodactsDetail img {
		width: auto;
		height: auto;
	float: none !important;
	}
	#headerTitle h2.title {
	margin-left: 10px;
}
	
	
	
	
	
	
	
/*会社案内*/
article.aboutus03 img{
	float: none;
	width: 100%;
}
article.aboutus02 dd{
	padding-left: 1em;
	text-indent: -1em;
}

article table th{
	min-width: 5em;
	padding: 10px 5px;
}
article.gaiyou table.enkaku th{
	width: 3em;
	padding: 10px 5px;
}
/*業務内容*/
article.gyomu dd{
	float: none;
	width: auto;
	overflow: auto;
}
/*開発理念*/
article.develop dt{
text-align: left;
}
/*海外拠点*/
ul.kaigaiImg{
	width: 100%;
}

/*採用情報*/
ul.recruitImg li{
	float: none;
	margin: 0 0 10px;
}

/*お問い合わせ*/
input.long, textarea.long{
	width: 15em;
}
input#textfield7{
	width: 13em;
}
#contacts table dd{
	text-indent: -1.3em;
	margin-left: 1em;
}

	
select#select{
font-size: 16px;
}
    
}

/* 幅462px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 462px) {
#Keyimg {
    height: 200px;
}
#Keyimg #swf2js_0 {
    max-width: 100%;
    left: 0!important;
}
#Keyimg #swf2js_0 canvas {
    width: 100%;
    }

}

/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 330px) {
#calendar_wrap table {
	width: 100%;
}
#banners p img {
	width: 31%;
	height: auto;
}
#Keyimg {
    height: 150px;
}
#Keyimg #swf2js_0 {
    max-width: 100%;
    left: 0!important;
}
#Keyimg #swf2js_0 canvas {
    width: 100%;
}

}
