﻿/* ===============================================
#リセットCSS
=============================================== */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/*a:hover img{
	opacity:0.8;
}*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* ===============================================
#共通CSS
=============================================== */
html, body {
	height: 100%;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px!important;
	line-height:1.5;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	content: "";
	display: block;
	clear: both;
}
#container {
	width: 100%;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	overflow:hidden;
}
#content {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 280px;
}
#footer {
	clear:both;
	color:#fff;
	width: 100%;
	background-color: #495054;
	padding:30px 0 0 0;
	position: absolute;
	bottom: 0px;
}
#footer h2{
	color:#fff;
	font-size:20px;
	margin-bottom:10px;
}
#footer h3{
	font-size:15px;
	padding:0 0 10px 0;
	color:#fff;
}
#footer div.ft_col1 h3:before,
#footer div.ft_col2 h3:before{
	content:"■";
	color:#fff;
}
.footer_col div{
	box-sizing:border-box;
	float:left;
	margin-bottom:20px;
}
.footer_col div.ft_col1{
	width:300px;
}
.footer_col div.ft_col1 p{
	font-size:129%;
	font-weight:bold;
}
.footer_col div.ft_col1 img{
	margin-bottom:0px;
}
.footer_col div.ft_col2{
	width:430px;
	padding-top:40px;
}
.footer_col div.ft_col h3{
	margin-top:80px;
}
.footer_col div.ft_col2 a{
	width:86%;
	font-size:15px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	background:url(../img/common/img_btn_inquiry.png) no-repeat 18px center;
	background-size:40px auto;
	background-color:#2196e1;
	color:#fff;
	border-radius:4px;
	padding:22px 10px 22px 68px;
}
.footer_col div.ft_col2 a:hover{
	background-color:#0b76ba;
}
.footer_col div.ft_col3{
	width:260px;
	line-height:22px;
	font-size:11px;
}
.footer_col div.ft_col3 div.map{
	margin-top:7px;
	width:100%;
}
.footer_col div.ft_col3 div.map a.btn{
	text-decoration:none;
	display:inline-block;
	background-color:#2196e1;
	color:#fff;
	text-align:center;
	line-height:44px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:100%;
	font-size:115%;
}
.footer_col div.ft_col3 div.map a.btn:hover{
	background-color:#0b76ba;
}
.footer_col ul.nav {
	background-color: #2196e1;
}
.footer_nav{
	font-size:11px;
	background-color:#2196e1;
	height:50px;
	line-height:50px;
}
.footer_nav ul{
	display: flex;
	width:1000px;
	margin:0 auto;
}
.footer_nav ul li:nth-child(7) a span{
	border-right:solid 1px #fff;
}
.footer_nav ul li a{
	text-decoration:none;
	color:#fff;
	line-height:50px;
	display:inline-block;
}
.footer_nav ul li a span{
	line-height:14px;
	display:inline-block;
	padding:0 10px;
	border-left:solid 1px #fff;
}
body.products .footer_nav ul li.products,
body.engineer .footer_nav ul li.engineer,
body.material .footer_nav ul li.material,
body.company .footer_nav ul li.company,
body.recruit .footer_nav ul li.recruit,
body.media .footer_nav ul li.media,
body.order .footer_nav ul li.order,
.footer_nav ul li a:hover{
	background-color:#0b76ba;
}
.footer_nav ul li.copy{
	font-size:86%!important;
	margin-left: auto; 
}
#header {
	content: "";
	display: block;
	clear: both;
	border-top: solid 4px #0b76ba;
}
#header div.inner{
	display:flex;
	justify-content: space-between;
}
#header div.logo {
	width:50%;
	padding: 10px 0 0 0 ;
}
#header div.logo img{
	width:100%;
	height:auto;
}
#header div.header_contents {
	width:50%;
}
#header div.header_contents ul{
	padding:18px 15px 0 0;
	text-align: right;
}
#header div.header_contents ul li {
	display: inline-block;
	vertical-align:middle;
}
#header div.header_contents ul li a{
	font-size:11px;
	color:#333;
	margin-right:10px;
	text-decoration:none;
}
#header div.header_contents ul li a:hover{
	color:#0b76ba;
}
#header div.header_contents ul li.en{
	margin-right:20px;
}
#header div.header_contents ul li.tel{
	font-weight: bold;
	font-size:150%;
	width:100%;
}
#header div.btn_inquiry a {
	color: #fff;
	width: 130px;
	display: block;
	background: url(../img/common/img_btn_inquiry.png) no-repeat center 15px;
	background-size:34px 23px;
	background-color: #2196e1;
	padding: 52px 0 10px 0;
	text-align: center;
	text-decoration: none;
	margin-bottom:15px;
}
#header div.btn_inquiry a:hover {
	background-color: #0b76ba;
}
nav {
	clear: both;
	width: 100%;
	background-color: #2196e1;
	text-align: center;
}
/* ===============================================
#　グローバルナビ
=============================================== */
.dropmenu {
	list-style-type: none;
	width: 1000px;
	margin: 0 auto;
}
.dropmenu:before,
.dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	position: relative;
	width: 33.333%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu li > a {
	border-left:solid 1px #fff;
	display: block;
	margin: 0;
	padding: 22px 0;
	background: #2196e1;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
.dropmenu>li:last-child a{
	border-right:solid 1px #fff;
}
body.products .dropmenu li.products > a,  body.material .dropmenu li.material > a,  body.company .dropmenu li.company > a,  body.engineer .dropmenu li.engineer > a {
	color: #fff;
	background-color: #0b6ca7;
}
.dropmenu > li a > span {
	display: block;
	border-left: solid 1px #87bfe1;
}
.dropmenu > li:last-child a > span {
	border-right: solid 1px #87bfe1;
}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
.dropmenu li ul li {
	width: 100%;
}
.dropmenu li ul li a {
	color: #fff;
	padding: 20px 10px;
	border-top: 1px solid #87bfe1;
	background: rgba(11,118,186,0.95);
	text-align: left;
}
.dropmenu li:hover > a {
	color: #fff;
	background: #2196e1;
}
.dropmenu li a:hover {
	color: #fff;
	background: #0b76ba;
}
#dropmenu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
#dropmenu li:hover ul li {
	overflow: visible;
	height: 55px;
}


h1.page_ttl{
	width:100%;
	clear:both;
	position:relative;
	font-size:185%;
	line-height:60px;
	height:60px;
	border-bottom:solid 1px #ccc;
	margin-bottom:30px;
}
h1.page_ttl span{
    letter-spacing: 2px;
    position: absolute;
    bottom: -1px;
    display: inline-block;
    min-width: 300px;
    border-bottom: solid 1px #1194e4;
    left: -2px;
}
.pankuzu{
	font-size:12px;
	width:100%;
	margin:20px 0;
}
.pankuzu li{
	display:inline;
}
.pankuzu li a,
.pankuzu li span{
	margin-right:5px;
}

span.arrow01 {
	height: 18px;
	width: 18px;
	display: block;
	position: relative;
	margin-right:10px;	
	float:left;
}
.arrow01 {
	margin-top:5px;
	background: #2196e1;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
}
.arrow01:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 4px transparent solid;
	border-right-width: 0;
	border-left-color: #fff;
	position: absolute;
	top: 5px;
	left: 8px;
}

.arrow02{
	height:14px; 
	width:8px; 
	display:inline-block; 
	position:relative;
} 
.arrow02:before{
	content:''; 
	height:0; 
	width:0; 
	display:inline-block; 
	border:4px transparent solid; 
	border-right-width:0; 
	border-left-color:#2196e1; 
}

.paragraph{
	font-size:115%;
	padding:0 0 20px 0;
}

section{
	clear:both;
	width:100%;
}

.default_tbl{
	width:100%;
	line-height:24px;
	margin-bottom:50px;
}
.default_tbl th,
.default_tbl td{
	vertical-align:middle;
	padding:10px;
	border:solid 1px #ccc;
	word-break:break-all;	
	word-wrap:break-word;
}
.default_tbl th{
	background-color:#ededed;
	line-height:16px;
}
.return_top{
	position:absolute;
	right:12%;
	bottom:287px;
	background-color:#495054;
	width:70px;
	height:50px;
	border-radius:6px 6px 0 0;
}
.return_top a{height:50px; width:70px; display:block; position:relative;} 

.return_top a::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 16px;
    left: 25px;
    position: absolute;
    top: 25px;
    transform: rotate(-45deg);
    width: 16px;
}
.return_top a:hover{
	opacity:0.7;
}
