﻿@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
/*	width:100%;*/
	width:98%;
	margin:0 auto;
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header, 
nav,
#contents {
	width:100%; 
/*	width:960px; */ 
	margin:10px auto;
}

#main {
	float:right;
	width:70.625%;
/*	width:65.625%; */
}

#main_a {
	float:right;
	width:98%;
}

#sub {
	float:left;
	width:26.25%;
/*	width:31.25%; */
}

#subnav {
	display:none;
}

a {
	color:#000;
}
a:hover {
/*	color:#e78f00; */
/*	color:#00cc33; */
	color:#0033cc;
}

h1 {
/*	color:#f19500; */
	color:#0033cc;
/*	font-size:28px; */
	font-size:12px;
	line-height:1.2;
}
h1 a {
	color:#000033;
	text-decoration:none;
}
h1 a:hover {
/*	color:#e78f00; */
/*	color:#00cc33; */
	color:#0033cc;
	text-decoration:underline;
}

h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:18px;
	color:#000;
/*	border-left:5px solid #e78f00; */
/*	border-left:5px solid #00cc33; */
	border-left:5px solid #0033cc;

}

h3 {
	margin-bottom:0.5em;
	padding:2px 5px;
/*	color:#e78f00; */
/*	color:#00cc33; */
	color:#0033cc;
	font-size:16px;
/*	border-bottom:1px solid #e78f00; */
/*	border-bottom:1px solid #00cc33; */
	border-bottom:1px solid #0033cc;
}


h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
/*	color:#f19500; */
/*	color:#00cc66; */
	color:#0033cc;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

h7 {
	margin-bottom:0.5em;
	padding:2px 5px;
	font-size:24px;
	color:#000000;
}


p {
	margin:0 0 1em 0;
}
p.cm {
	font-family:"MS P明朝","MS 明朝",serif;
	font-size:18px;
	margin:0 0 1em 0;
	color:#000000;
	font-weight:bold;
	text-align:right;

}
div.po {
	font-size:22px;
}

img {
	vertical-align:bottom;
	max-width: 100%;
    	height: auto;

}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
/*	color:#f19500; */
/*	color:#00cc66; */
	color:#3333ff;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

p.box {
	border-bottom:1px solid;
	color:#0033cc;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
table.products {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
table.products th {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f8f8fc;
}
table.products td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

table.ta1 th {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}

/* 品証・engページ用と兼用*/
.e {
	width:300px;
}

table.qa {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
table.qa th {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f8f8fc;
}
table.qa td {
	width:200px;
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
table.q {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
table.q th {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f8f8fc;
}
table.q td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
.f {
	width:150px;
	text-align:center;
	vertical-align:middle;
}
.g {
	width:180px;
}



/* techページ用*/
table.tech td {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
}
table.tech td a {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
}
.pr {
	text-align:center;
	vertical-align:middle;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
/*	margin-bottom:10px; */
	margin-bottom:15px;
}

.contact {
	position:absolute;
	vertical-align:middle;
 	top:12;
	right:0;
}
.sitemenu {
	position:absolute;
	vertical-align:middle;
	top:17;
	right:450;
	font-size:85%;
}
.mapmenu {
	position:absolute;
	vertical-align:middle;
	top:17;
	right:550;
	font-size:85%;
}
.engmenu {
	position:absolute;
	vertical-align:middle;
	top:17;
	right:640;
	font-size:85%;
}
.contact01 {
	position:absolute;
/*	vertical-align:top; */
	vertical-align:middle;
	top:0;
	right:200px;
}


/* .contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
} */
.contact 1 {
	position:absolute;
	top:0;
	right:500;
	vertical-align:bottom;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
/*	background:#f19500; */
/*	background:#33ff00; */
	background:#3333cc;
	border-radius:4px;
	text-decoration:none;
/*	background:#f19500 url(../images/mail.png) 10px 50% no-repeat; */
/*	background:#33ff00 url(../images/mail.png) 10px 50% no-repeat; */
	background:#3333cc url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
/*	background:#e78f00 url(../images/mail.png) 10px 50% no-repeat; */
/*	background:#33cc33 url(../images/mail.png) 10px 50% no-repeat; */
/*	background:#00cc33 url(../images/mail.png) 10px 50% no-repeat; */
/*	background:#6699cc url(../images/mail.png) 10px 50% no-repeat; */
/*	background:#3399cc url(../images/mail.png) 10px 50% no-repeat; */
	background:#32cd32 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
}
.menu01 {
	position:absolute;
	top:5px;
	right:150px;
	vertical-align: auto;
	font-size:0.8em;
}




.flexwrap {
  display: flex;
  align-items: stretch;
}

.flex02 {
  justify-content: space-between;
}

.flex02 > div:first-child {
  margin-right: auto;
}


.toeng {
	position:absolute;
	vertical-align:middle;
 	top:12;
	right:0;
}

.toeng a {
	display:block;
	padding:5px 25px 5px 25px;
	color:#fff;
	background:#3333cc;
	border-radius:4px;
	text-decoration:none;
}
.toeng a:hover {
	color:#fff;
}





/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* 固定の指定 */
.fixed {
    position: fixed;
    top: 0;
    width: 98%;
/*    width: 100%; */
    z-index: 10000;
}

nav {
	margin-bottom:10px;
	padding:0;
/*	background:#f7f5f1; */
	background:#f1f4f8;
	overflow:hidden;
}
nav h3:after {
	position:absolute;
	content:"\0025bc";
	right:20px;
}
nav h3.menuOpen:after {
	position:absolute;
	content:"\0025b2";
	right:20px;
}
nav ul {
/*	width:1250px; */
/*	width:960px; */
	width:100%;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#000;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
/*	color:#000; */
	color:#fff;
	text-decoration:none;
/*	background:#ddd; */
	background:#3333cc;





}
/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
/*	background:#f19500; */
/*	background:#00cc66; */
/*	background:#00cc33; */
	background:#3333cc;
}
.totop img:hover {
/*	background:#e78f00; */
/*	background:#00cc33; */
/*	background:#3399cc; */
	background:#32cd32;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

.imgC {
	float:left;
	margin:0 0 0.6em 0.6em;
}
.main_img {
	width:100%;
/*	max-width:100%; */
	height:auto;
	text-align:center;
}
.main_img img {
	width:100%;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライド */
#slide {
	width:100%;
/*	width:958px; */
/*	height:300px; */
	height:100%;
	margin:0 auto;
	position:relative;
}
#slide img {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:0 auto;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
/*	background:#fff9f5 none repeat scroll 0 0; */
/*	background:#b8f1f1 none repeat scroll 0 0; */
	background:#6495ed none repeat scroll 0 0;
/*	border:1px solid #f19500; */
/*	border:1px solid #00cc66; */
/*	border:1px solid #00cc33; */
/*	border:1px solid #0033cc; */
	border:1px solid #c0c0c0;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
/*	color:#f19500; */
/*	color:#00cc66; */
/*	color:#00cc33; */
	color:#0033cc;
	border:none;
}
.topNaviCon:hover h2 {
/*	color:#f19500; */
/*	color:#00cc66; */
/*	color:#00cc33; */
	color:#0033cc;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header,
	nav ul,
	#contents,
	#slide,
	#slide ul,
	#slide ul li,
	#slide ul li img {
		width:100%;
	}
	.menu01 {
		position:relative;
		float:right;
		margin:5px 0;
	}

}

@media screen and (min-width:979px) {
	.example2 {
		display:none;
	}

}
@media screen and (min-width: 768px) and (max-width:978px) {
	.example2 {
		display:none;
	}
}
@media screen and (max-width:767px) {
	.example p {
		display:none;
	}
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
/*		margin:10px 0; */
		margin:20px 0;
	}
	.toeng {
		position:relative;
		float:right;
		margin:10px 0;
	}
	.menu01 {
		position:relative;
		float:right;
/*		margin:5px 0; */
		margin:30px -100px;
/*		margin:30px 0; */
	}

	header h1 {
		margin-bottom:0;
	}

	#main,
	#sub,
	#slide,
	#slide ul,
	#slide ul li,
	#slide ul li img {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}

	/* 画像の非表示 */
	.spNone {
	display: none;
	}
}

/*================================================
 *  ヘッダー一部非表示向け
 ================================================*/
@media only screen and (min-width:200px)
	and (max-width:767px){
	.none {
		display:none;
	}
}


/*================================================
 *  スマートフォン向けデザイン-A
 ================================================*/
@media screen and (max-width:320px) {
	.example p {
		display:none;
	}
}



/*================================================
 *  印刷用デザイン
 ================================================*/
@media print {
	.fixed {
		position:relative;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
}

@media print {
	.example p {
		display:none !important;
	}
}

/*================================================
 *  グーグル検索
 ================================================*/
#gsc{
width: 25%;
position: absolute;
top: 0;
right: 95;
}

#gsc table{
width: 100%;
margin: 0;
padding: 0;
/* border-top: none; */
/* border-left: none;*/
}

#gsc th,td{
padding: 0;
 border-right: none;
 border-bottom: none;
 border-left: none;
 border-top: none;
}

#gsc th{
background-color: #eee;
font-weight: bold;
text-align: left;
}

#gsc gsib_b{
border: none;
}







/*================================================
 *  要素の表示と非表示 研究開発用
 ================================================*/
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾 ノーマル*/
/*.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}*/

/*ボタンホバー時 ノーマル*/
*/.hidden_box label:hover {
    background: #efefef;
}*/

/*ボタン装飾　赤*/
/*.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 1px red;
    cursor :pointer;
}*/

/*ボタン装飾 グラデ*/
.hidden_box label {
     display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s;
}
/*ボタンホバー時 グラデ*/
.hidden_box label:hover {
 background-image: -webkit-linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
    background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}



/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked + .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


/*================================================
 *  togray 研究開発用
 ================================================*/
/*グレースケール用*/
.toGray{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
filter: grayscale(0%);
transition:0.5s;
transition:0.5s;
}
 
.toGray:hover{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
}

/*================================================
 *  #リンク用
 ================================================*/
/*.link_a{
	padding-top:100px !important;
	margin-top:-100px !important;
}*/

/*================================================
 *  #画像の文字用 右
 ================================================*/
.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-size: 16px;
  background-color: rgba(51,51,51,0.6); /*背景色不透明 */
/*  background: #fff; /*背景色 */
/*  font-weight: bold; /*太字に */
/*  top: 50%; */
/*  left: 50%; */
/*  -ms-transform: translate(-50%,-50%); */
/*  -webkit-transform: translate(-50%,-50%); */
/*  transform: translate(-50%,-50%); */
  margin:0;
  padding:0;
  bottom: 0;
  left: 0;
  right: 0;
/* -moz-box-shadow: inset 0px 0px 3px 3px #fff;
    -webkit-box-shadow: inset 0px 0px 3px 3px #fff;
    box-shadow: inset 0px 0px 3px 3px #fff;
    content: " "; */
  }

.example img {
  width: 100%;
  }

.example2 p {
  color: white;/*文字は白に*/
  background-color: rgba(51,51,51,0.6); /*背景色不透明 */
  }

/*================================================
 *  #画像の文字用　左
 ================================================*/

.example01 {/*親div*/
  position: relative;/*相対配置*/
  }

.example01 p {
  position: absolute;/*絶対配置*/
  color: dimgray;/*文字は黒に*/
  background-color: rgba(51,51,51,0.6);/*背景色不透明
/*  background: skyblue;/*背景色*/
  background: white;/*背景色
  font-weight: bold; /*太字に*/
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-0%,-50%);
  margin:0;
  padding:0;
/*  top: 0; */
/*  left: 0; */
  }

.example01 img {
  width: 100%;
  }
