﻿@charset "utf-8";

body {
   font-family: "微软雅黑", Meiryo,  "Hiragino Kaku Gothic Pro",  Osaka,  "MS PGothic", sans-serif;
}

#wrapper {
	font-family: "微软雅黑", Meiryo,  "Hiragino Kaku Gothic Pro",  Osaka,  "MS PGothic", sans-serif;
	font-size: 12px;
	/* min-width: 1200px; */
}

.inner {
	width: 920px;
	margin: 0 auto;
}

a {
	color: #333;
	text-decoration: none;
}

a.blue {
	color: #00489a;
}

a:hover {
	color: #00489a;
	text-decoration: underline;
}


/*--------------------------------------------------------------------
グローバルナビ
--------------------------------------------------------------------*/

header .inner {
	position: relative;
	/* padding: 75px 0 0 0; */
}

header h1 {
	font-size: 100%;
	font-weight: normal;
	position: absolute;
	top: 25px;
	left: 128px;
	letter-spacing:0.05em;
}

header .logo01 {
	position: absolute;
	top: 13px;
	left: 0;
}

header .logo02 {
	position: absolute;
	top: 8px;
	right: 133px;
}

header .logo03 {
	position: absolute;
	top: 21px;
	right: 0;
}

header .searchArea {
	width: 230px;
	position: absolute;
	top: 22px;
	right: 215px;
	display: block;
}

header form {
	position: relative;
}

header form input {
	width: 205px;
	/* padding: 5px 28px 5px 3px; */
	/* font-size: 125%; */
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
}

header form input.sbtn {
	width: 16px;
	height: 16px;
	background: url(img/icon_search.gif) left top no-repeat;
	position: absolute;
	top: 7px;
	right: -2px;
	cursor: pointer;
	overflow: hidden;
	border: none;
	padding: 0;
}

header .searchAreaSp {
	display: none;
}

header .btnMenu {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 1000;
	text-align: right;
}

header .btnMenu a {
	display: block;
    width: 42px;
    height:42px;
    z-index: 3;
	margin: 10px 10px 0 auto;
	position: relative;
}

header .btnMenu a span {
    display: block;
    background: #2d3c50;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

header .btnMenu a span:first-child {
	top: 12px;
}

header .btnMenu a span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}

header .btnMenu a span:last-child {
    bottom: 12px;
}

header .btnMenu.active a span {
	/*background: #fff;*/
}

header .btnMenu.active a span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

header .btnMenu.active a span:nth-child(2) {
    opacity: 0;
}

header .btnMenu.active a span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


header nav {
	background: #2d3c50;
	position: relative;
}

header nav ul {
	width: 920px;
	margin: 0 auto;
	position: relative;
}

header nav ul li {
	float: left;
	color:#FFF;
	text-align:center;
	border-right:#60646a 1px solid;
	width:159px;
	font-size:108%;
	position: relative;
}
header nav ul li.gnavi06 {
	border-left:#60646a 1px solid;
	width: 158px;
}
header nav ul li.gnavi03 {
	/*padding: 15px 0 14px;
	width: 194px;*/
}
header nav ul li a {
	padding:15px 0 14px;
	display:block;
	color:#fff;
	letter-spacing:0.03em;
}
header nav ul li a:hover {
	text-decoration:none;
	color:#fff;
	background: #394D66;

}
header nav ul li span,
header nav ul li a span {
	color:#e5e5e5;
	display:block;
	font-size:80%;
    font-family: 'NotoSansCJKjp-Thin';
	letter-spacing:0.02em;
}
header nav ul li ul {
	width: 200px;
	position: absolute;
	z-index: 20000;
	background: #f0f0f0;
	display: none;
}

header nav ul li ul li {
	float: none;
	border: none;
	width: auto;
	border-bottom: 1px solid #fff;
}
header nav ul li ul li a {
	display: block;
	color: #333;
	text-align: left;
	padding:  15px 0 15px 23px;
	background: url(img/icon_arrow01.png) 10px center no-repeat;
}
header nav ul li ul li a:hover {
	background: #f0f0f0 url(img/icon_arrow01.png) 10px center no-repeat;
	opacity: 0.7;
	color: #333;
}

.productMenu {
	width: 918px;
	border: 1px solid #384659;
	border-top: none;
	background: url(img/bg02.png);
	position: absolute;
	top: 63px;
	left: 50%;
	margin-left: -480px;
	z-index: 10000;
	display: none;
	padding: 20px;
}

.productMenu .productCat01 {
	width: 278px;
	float: left;
}

.productMenu .productCat02 {
	width: 278px;
	float: left;
	margin-left: 37px;
}

.productMenu .productCat03 {
	width: 278px;
	float: right;
}

.productMenu .productCat01 h4 ,
.productMenu .productCat02 h4 ,
.productMenu .productCat03 h4 {
	text-align:center;
	background:#2d3c50;
	color:#fff;
	padding:8px 0;
	margin-bottom: 20px;
}
.productMenu .productCat01 ul ,
.productMenu .productCat02 ul ,
.productMenu .productCat03 ul {
	width:100%;
}

.productMenu li {
	margin-bottom: 10px;
	padding-left: 10px;
    font-family: 'NotoSansCJKjp-Thin';
	text-align:left;
	width:278px;
	border-right:none;
}

.productMenu li a {
	background: url(img/icon_arrow01.png) left 7px no-repeat;
	font-size: 14px;
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding:0 0 0 12px;
}

.productMenu li a:hover {
	color: #00489a;
	text-decoration: underline;
	background: url(img/icon_arrow01.png) left 7px no-repeat;
}

.productMenu .productList {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background:#f2f2f2;
	width:279px;
	text-align:center;
}
.productMenu .productList a {
	display:block;
	color:#000;
}

.productMenu .productList a:hover {
	color:#fff;
}

/*--------------------------------------------------------------------
パンくず
--------------------------------------------------------------------*/

#breadcrumb {
	background: #f7f7f7;
	padding: 5px 0;
	padding-left: 20px;
}

#breadcrumb ul {
	width: 920px;
	margin: 0 auto;
}

#breadcrumb ul li {
	float: left;
	margin-right: 5px;
	padding-right: 15px;
	background: url(img/icon_arrow01.png) right center no-repeat;
}

#breadcrumb ul li.current {
	background: none;
}

#breadcrumb ul li a {
	color: #00489a;
	text-decoration: underline;
}

#breadcrumb ul li a:hover {
	color: #999;
}



#mainContainer .inner {
	padding: 0 0 125px;
	background: url(img/bg01.jpg) center bottom no-repeat;
}



/*--------------------------------------------------------------------
フッター
--------------------------------------------------------------------*/

footer {
	background: #2d3c50;
	padding: 35px 0;
}

footer ul {
	float: left;
}

footer ul li {
	float: left;
	background: url(img/line01.gif) right center no-repeat;
	margin-right: 20px;
	padding-right: 20px;
}

footer ul li:last-child {
	background: none;
	margin: 0;
	padding: 0;
}

footer ul li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .copyright {
	float: right;
	color: #fff;
    font-family: 'NotoSansCJKjp-Thin';
}

.btnPagetop {
	display:none;
	position:relative;
	width:960px;
	height:0;
	margin:0 auto;
}

.btnPagetop a {
	position: fixed;
	bottom: 20px;
	left:auto;
	display: block;
	width: 42px;
	height: 41px;
	margin-left:1000px;
	z-index:9999;
}

/*--------------------------------------------------------------------
ボタン
--------------------------------------------------------------------*/

a.btnPdf {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f7f7f7 url(img/icon_pdf.png) 9px center no-repeat;
	font-size: 14px;
	padding: 10px 10px 10px 37px;
}

a.btnCatalog {
	width: 135px;
	height: 28px;
	display: table-cell;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f7f7f7 url(img/icon_book.gif) 9px center no-repeat;
	font-size: 14px;
	padding: 10px 10px 10px 37px;
	line-height: 1.0;
	vertical-align: middle;
}

a.btnSoft {
	width: 135px;
	height: 28px;
	display: table-cell;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f7f7f7 url(img/icon_soft.gif) 9px center no-repeat;
	font-size: 14px;
	padding: 10px 10px 10px 37px;
	line-height: 1.0;
	vertical-align: middle;
}

a.btnCad {
	width: 135px;
	height: 28px;
	display: table-cell;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f7f7f7 url(img/icon_cad.gif) 9px center no-repeat;
	font-size: 14px;
	padding: 10px 10px 10px 37px;
	line-height: 1.0;
	vertical-align: middle;
}

a.btnApli {
	width: 135px;
	height: 28px;
	display: table-cell;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f7f7f7 url(img/icon_apli.gif) 9px center no-repeat;
	font-size: 14px;
	padding: 10px 10px 10px 37px;
	line-height: 1.0;
	vertical-align: middle;
}

a.btnManual {
	width: 135px;
	height: 28px;
	display: table-cell;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f7f7f7 url(img/icon_manual.gif) 9px center no-repeat;
	font-size: 14px;
	padding: 10px 10px 10px 37px;
	line-height: 1.0;
	vertical-align: middle;
}

a.btnPatch {
	width: 135px;
	height: 28px;
	display: table-cell;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f7f7f7 url(img/icon_patch.gif) 9px center no-repeat;
	font-size: 14px;
	padding: 10px 10px 10px 37px;
	line-height: 1.0;
	vertical-align: middle;
}

a:hover.btnPdf,
a:hover.btnCatalog,
a:hover.btnSoft,
a:hover.btnCad,
a:hover.btnApli,
a:hover.btnManual,
a.btnPatch {
	text-decoration: none;
	color: #333;
}

/*--------------------------------------------------------------------
ページャー
--------------------------------------------------------------------*/

.wp-pagenavi {
	margin-top: 50px;
	text-align: center;
}

.wp-pagenavi a {
	background: #2D3C50;
	display: inline-block;
	padding: 4px 10px;
	color: #fff;
	margin: 0 3px;
	text-decoration: none;
}

.wp-pagenavi a:hover {
	opacity: 0.6;
}

.wp-pagenavi span {
	border: 1px solid #2D3C50;
	display: inline-block;
	padding: 3px 9px;
	color: #2D3C50;
	margin: 0 5px;
}


@media screen and (max-width: 479px) {

#wrapper {
	min-width: 320px;
}

header {
}
header .inner  {
    width: 100%;
	margin:0 !important;
	padding-top: 60px;
}
header h1 {
	display:none;
}
header .logo01,
header .logo02,
header .logo03 {
	z-index: 1010;
}

header .logo01 {
	left: 20px;
	width: 72px;
}

header .logo01 img {
	width: 72px;
}

header .logo02 {
	left: 112px;
	width: 40px;
}

header .logo02 img {
	width: 40px;
}

header .logo03 {
	left: 172px;
	width: 80px;
}

header .logo03 img {
	width: 80px;
}

header .searchAreaSp {
	width: 42px;
	display: block;
	position: absolute;
	top: 10px;
	right: 50px;
	z-index: 100000;
}

header .searchArea {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	background: #f1f1f1;
	z-index: 10000;
	display: none;
	padding: 10px 0;
	text-align: center;
}

header form input {
	width: 90%;
	padding: 5px 3px;
	font-size: 125%;
	border: 1px solid #f1f1f1;
	background: #ffffff url(img/icon_search2.gif) right center no-repeat;
	background-size: 25px 16px;
}

header form input.sbtn {
	background: none;
	position: absolute;
	top: 7px;
	right: 0;
	cursor: pointer;
	overflow: hidden;
	border: none;
	padding: 0;
}

header .btnMenu {
	display: block;
	cursor: pointer;
	clear: left;
	padding-bottom: 20px;
}

header .btnMenu img {
	width: 30px;
	margin: 20px 20px 0 0;
}


header nav {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	background: url(img/bg04.png);
}
header nav ul {
	width: 100%;
	margin: 0;
	border-top: 1px solid #fff !important;
}
header nav ul li {
	display: block;
	float: none;
	color:#FFF;
	text-align: left;
	border: none !important;
	width: 100%;
	font-size:108%;
}

header nav ul li.gnavi06,
header nav ul li.gnavi03 {
	width: 100%;
}
header nav ul li a {
	padding:15px 5% 14px;
	display:block;
	color:#fff;
	letter-spacing:0.03em;
}
header nav ul li a:hover {
	text-decoration:none;
	color:#fff;
	background: #070b10;
}
header nav ul li span,
header nav ul li a span {
	display: none;
}

header nav ul li ul {
	width: 100%;
	position: static;
	background: none;
	display: none;
	border: none !important;
}

header nav ul li ul li {
	float: none;
	border: none;
	width: auto;
	border-bottom: none;
}
header nav ul li ul li a {
	display: block;
	color: #fff;
	text-align: left;
	padding:  15px 5% 14px 10%;
	background: none;
}
header nav ul li ul li a:hover {
	background: none;
	color: #fff;
}

.productMenu {
	display: none !important;
}

#mainContainer .inner,
.inner {
   width: 100%;
   padding: 0;
   background: none;
}

#breadcrumb {
	padding:3% 5%;
	width:auto;
}
#breadcrumb ul {
	width:auto;
	margin-bottom: -10px;
}


#breadcrumb ul li {
	margin-bottom: 10px;
}


#mainContainer {
	padding: 5% 5% 20%;
    width: auto;
	background:none;
}

a.btnPdf,
a.btnCatalog,
a.btnSoft,
a.btnCad,
a.btnApli,
a.btnManual,
a.btnPatch {
	max-width: 91px;
}



footer {
	padding:0 0 5%;
}
footer ul {
	float:none;
	margin-bottom:5%;
}
footer ul li {
	float:none;
	background:none;
	margin:0;
	padding:0;
	border-bottom:#FFF 1px solid;
}
footer ul li a {
	display:block;
	text-align:center;
	padding:5% 0;
}
footer ul li:first-child,
footer ul li:nth-child(2) {
	width:50%;
	float:left;
	box-sizing:border-box;
}
footer ul li:first-child a,
footer ul li:nth-child(2) a {
	padding:8% 0;
}
footer ul li:nth-child(3):before{
	clear:left;
}
footer ul li:nth-child(3) a{
	padding-left: 10%; 
	padding-right: 10%; 
}
footer ul li:nth-child(3),
footer ul li:nth-child(5) {
	width:33%;
	display: inline-block;
	vertical-align:middle;
}

footer ul li:nth-child(4),
footer ul li:nth-child(5) {
	width:34%;
	display: inline-block;
	vertical-align:middle;
}

footer ul li:nth-child(4),
footer ul li:nth-child(5) {
	margin-left: -0.6em;
}


footer ul li:nth-child(3) ,
footer ul li:nth-child(4) ,
footer ul li:first-child a {
	border-right:#FFF 1px solid;
}



footer .copyright {
	float:none;
	text-align:center;
}
	
	
	
	
	
	
	
}


