@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

@font-face {
	font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');
	src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
}

/* Root */
html{
	font-size:62.5%;
	height:100%;
}
*, *:after, *:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html,body{
	height:100%;
}
/*===========================================
　BASE STYLE
===========================================*/
body{
	font-family:'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	font-family:'Lato', sans-serif;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.5;
}
@media screen and (min-width:600px){
	body{
		font-size:13px;
		font-size:1.3rem;
		line-height:1.7;
	}
}
p{
	margin:0 0 0.5em;
}
/* Heading */
h1, h2, h3, h4, h5, h6{
	line-height:1.5;
}
h1{
	font-size:19px;
	font-size:1.9rem;
	font-weight:normal;
	margin:0;
}
h2{
	font-size:17px;
	font-size:1.7rem;
	margin:0 0 1em;
}
p+h2{
	margin-top:2em;
}
h3{
	font-size:15px;
	font-size:1.5rem;
	font-weight:normal;
	margin:0 0 0.25em;
}
p+h3{
	margin-top:2em;
}
h4{
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	margin:0 0 0.5em;
	color:#009756;
}
p+h4{
	margin-top:2em;
}
h5{
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	margin:0 0 0.5em;
}
h6{
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	margin:1em 0 0.5em;
}
@media screen and (min-width:992px){
	h1{
		font-size:28px;
		font-size:2.8rem;
	}
	h2{
		font-size:23px;
		font-size:2.3rem;
	}
	h3{
		font-size:19px;
		font-size:1.9rem;
	}
	h4{
		font-size:15px;
		font-size:1.5rem;
	}
	h5{
		font-size:15px;
		font-size:1.5rem;
	}
	h6{
		font-size:14px;
		font-size:1.4rem;
	}
}
/* Link */
a{
	color:#07F;
	text-decoration:underline;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:none;
}
/* List */
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
ol{
	padding-left:2em;
	margin:0 0 1em 0;
}
dd{
	margin-left:0;
}
/* Table */
table{
	margin:0 0 1em;
	width:100%;
	font-size:92.85%;
}
caption{
	margin-bottom:1em;
}
th, td{
	padding:0.25em 0.5em;
	border:1px solid #bbb;
}
th{
	font-weight:600;
}
/* Media */
figure{
	margin:0;
}
img{
	vertical-align:bottom;
	width:100%;
	height:auto;
}
/* Form */
input, select{
	vertical-align:middle;
	line-height:normal;
}
/*===========================================
　REPEATABLE
===========================================*/
a.ma{
	text-decoration:none;
}
a.ma:before{
	content:"\f105";
	font-family:'FontAwesome';
	padding-right:0.5em;
	-webkit-transition:all 0.3s ease-out;
	   -moz-transition:all 0.3s ease-out;
	        transition:all 0.3s ease-out;
}
a.ma:hover:before{
	padding-left:0.3em;
	padding-right:0.2em;
}
/*===========================================
　LAYOUT
===========================================*/
#container {
    height:auto !important;
    min-height:100%;
    position:relative;
}
.global-header-inner,
.global-footer-inner,
.pagetop-inner,
#pankuzu > ul{
	margin:0 10px;
}
.wrapper >section,
.wrapper >article,
.wrapper >div{
	padding:25px 0;
	margin:0 10px;
}
#contents{
	background-color:#f6f6f6;
    padding:0;
    height:auto;
    position:relative;
    width:100%;
}
#contents-in {
    height:auto;
    position:relative;
}
#left-content{
	padding:20px 10px 20px;
}
#right-content{
	padding:0px 10px 20px;
}
@media screen and (min-width:600px){
	.wrapper >section,
	.wrapper >article,
	.wrapper >div{
		padding:40px 0;
	}
}
@media screen and (min-width:992px){
	.global-header-inner,
	.global-footer-inner,
	.pagetop-inner,
	#pankuzu > ul{
		margin:0;
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}
	.wrapper >section,
	.wrapper >article,
	.wrapper >div{
		padding:50px 0;
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}
	#contents-in {
		width:960px;
		padding:0 0 20px;
		margin:0 auto;
	}
	#left-content {
		float:left;
		width:200px;
		padding:0;
	}
	#right-content {
		float:right;
		width:740px;
		padding:0;
	}
	#main{
		padding:40px 0;
	}
	#main:after{
		content:"";
		display:table;
		clear:both;
	}
}
@media screen and (min-width:1056px){
	.global-header-inner,
	.global-footer-inner,
	.pagetop-inner{
		width:1024px;
	}
	.wrapper >section,
	.wrapper >article,
	.wrapper >div{
		width:1024px;
	}
	#pankuzu >ul{
		width:1024px;
	}
	#contents-in {
		width:1024px;
	}
	#left-content {
		width:220px;
	}
	#right-content {
		width:784px;
	}
}

/*===========================================
　BACKGROUND
===========================================*/
.bg-a{
	background-color:#f0f0f0;
}

/*===========================================
　HEADER
===========================================*/
#global-header{
	background:#fff;
	background:rgba(255,255,255,0.97);
	z-index:992;
	height:60px;
	margin:0;
	border-bottom:1px solid #ddd;
	width:100%;
	position:fixed;
	top:0;
	left:0;
}
#global-header + *{
	margin-top:60px;
}
#global-header #site-id{
	display:block;
	float:left;
}
#global-header #site-id h1{
	display:inline-block;
	width:250px;
	height:60px;
	line-height:60px;
	text-indent:-9999px;
	font-size:2.0rem;
	background:url(../images/common/msk-logo.png) no-repeat;
	background-size:250px;
	background-position:0 8px;
}
#global-header #site-id h1 a{
	display:block;
}
@media screen and (min-width:992px){
	#global-header{
		height:93px;
		position:relative;
	}
	#global-header + *{
		margin:0;
	}
	.global-header-inner{
		height:92px;
		margin:0 auto;
		position:relative;
	}
	#global-header #site-id h1{
		width:342px;
		margin:0 auto;
		background-size:342px;
		line-height:92px;
		height:92px;
		background-position:0 14px;
	}
}
#over-layer{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(51,51,51,0.8);
	z-index:990;
	display:none;
}
@media screen and (min-width:992px){
	#over-layer{
		display:none !important;
	}
}
/*===========================================
　HEADER > GLOBAL-NAV
===========================================*/
#menu-toggle{
	position:absolute;
	right:0;
	top:0px;
	width:44px;
	height:100%;
	display:block;
	z-index:999;
}
#gnav a{
	color:#555;
	text-decoration:none;
}
/* スマートフォン、タブレットメニュー */
@media screen and (max-width:991px){
	#gnav{
		z-index:998;
		position:absolute;
		top:60px;
		left:0;
		width:100%;
		display:none;
		overflow-y:scroll;
		background-color:#fff;
	}
	.nav-body{
		background-color:#fff;
	}
	ul#main-menu {
	}
	ul#main-menu > li {
		border-top:1px solid #ddd;
		margin-left:10px;
	}
	ul#main-menu > li:first-child{
		border-top:none;
	}
	ul#main-menu > li > a{
		font-size:1.3rem;
		margin:0;
		line-height:20px;
		padding:12px 0;
		font-weight:normal;
		color:#444;
		display:block;
		position:relative;
	}
	/* right arrow */
	ul#main-menu > li > a:after{
		content:"";
		position:absolute;
		right:10px;
		top:50%;
		display:block;
		width:8px;
		height:8px;
		margin-top:-4px;
		border-top:solid 1px #888;
		border-right:solid 1px #888;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
	}
}
@media screen and (min-width:992px){
	#menu-toggle{
		display:none;
	}
	#gnav{
		float:right;
		height:auto !important;
		display:block !important;
	}
	ul#main-menu{
		display:table;
		height:92px;
		border-right:1px solid #e6e6e6;
	}
	ul#main-menu li{
		float:left;
		border-left:1px solid #e6e6e6;
		height:100%;
		display:table;
	}
	ul#main-menu li a{
		display:table-cell;
		vertical-align:middle;
		padding:0 12px;
		color:#333;
		font-size:15px;
		font-size:1.5rem;
		-webkit-transition:border 0.2s ease-out;
		   -moz-transition:border 0.2s ease-out;
				transition:border 0.2s ease-out;
		border-bottom:4px solid #fff;
		border-top:4px solid transparent;
	}
	ul#main-menu li a:hover{
		border-bottom:4px solid #E60000;
		border-top:4px solid transparent;
	}
	ul#main-menu li.selected a{
		color:#fff;
		background-color:#E60000;
		border-bottom:none;
		border-top:none;
	}
	ul#main-menu li.selected a:hover{
		color:#fff;
	}
}

/*===========================================
　PANKUZU
===========================================*/
#pankuzu {
    padding:9px 0;
	background-color:#fff;
	border-bottom:1px solid #ddd;
}

#pankuzu ul:after{
	content:"";
	display:table;
	clear:both;
}
#pankuzu ul li{
	float:left;
}
#pankuzu ul li:before{
	content:"\f105";
	font-family:'FontAwesome';
	padding:0 0.6666em;
	color:#999;
}
#pankuzu ul li:first-child:before{
	content:"";
	padding:0;
}
#pankuzu a {
	text-decoration:none;
	color:#e90000;
}
/*===========================================
　PAGE TOP
===========================================*/
#pagetop{
	height:44px;
	background-color:#777;
	text-align:right;
	padding-right:15px;
}
#pagetop a{
	height:44px;
	display:inline-block;
	font-size:13px;
	font-size:1.3rem;
	line-height:44px;
	padding:2px 46px 2px 0;
	color:#ddd;
	background:url(../images/common/arr-u.png) no-repeat center right;
	background-size:28px;
	text-decoration:none;
}
@media screen and (min-width:992px){
#pagetop a{
	-webkit-transition:color 0.2s ease-out;
	   -moz-transition:color 0.2s ease-out;
	        transition:color 0.2s ease-out;
}
#pagetop a:hover{
	color:#fff;
}
}
/*===========================================
　FOOTER
===========================================*/
#global-footer{
	background-color:#fff;
}
#global-footer .global-footer-inner{
	padding:20px 0 10px;
}
#global-footer .footer-nav-side{
}
#global-footer .address-side{
	margin-top:20px;
}
#footer-link{
	font-size:1.3rem;
}
#footer-link:after{
	content:"";
	display:table;
	clear:both;
}
#footer-link a{
	text-decoration:none;
	color:#333;
}
#footer-link >li{
	margin-bottom:1em;
}
#footer-link >li:before{
	content:"\f138";
	font-family:'FontAwesome';
	padding-right:0.3333em;
	color:#bbb;
}
#footer-link >li >a{
	color:#666;
	font-weight:bold;
}
#footer-link >li .sub:after{
	content:"";
	display:table;
	clear:both;
}
#footer-link >li .sub{
	margin-top:10px;
}
#footer-link >li .sub li{
	margin-left:1.5em;
	margin-bottom:8px;
	font-size:12px;
	font-size:1.2rem;
}
#footer-link >li .sub a{
	font-weight:normal;
	color:#777;
}
#footer-link >li .sub a:before{
	content:"\f101";
	font-family:'FontAwesome';
	letter-spacing:0.3333em;
}
#footer-link >li.l2{
}

/*  address  */
#global-footer address{
	font-style:normal;
}
#global-footer address h1{
	margin:0 0 20px 0;
}
#global-footer address h1 img{
	width:300px;
	height:auto;
}
#global-footer address p{
	margin:0;
}
#global-footer address a{
	text-decoration:underline;
}
#footer-contact{
	margin-top:20px;
}
#footer-contact:after{
	content:"";
	display:table;
	clear:both;
}
#footer-contact li{
	float:left;
	margin-right:0.5em;
}
#footer-contact li a{
	background:#e90000;
	width:115px;
	display:inline-block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding:4px 0;
}

/*  copyright  */
#global-footer .copyright p{
	margin:20px 0 0 0;
	font-size:1.3rem;
	color:#777;
}
@media screen and (min-width:600px){
	#footer-link >li .sub li{
		float:left;
		margin-left:1.5em;
		font-size:12px;
		font-size:1.2rem;
	}
	#footer-link >li.l2{
		float:left;
		margin-right:2.5em;
	}
	#global-footer address h1 img{
		width:330px;
	}
}
@media screen and (min-width:992px){
	#global-footer .global-footer-inner{
		padding:40px 0 20px;
	}
	#global-footer .footer-nav-side{
		width:600px;
		float:right;
		padding-left:20px;
		border-left:1px solid #eee;
	}
	#global-footer .address-side{
		width:330px;
		float:left;
		margin-top:0;
	}
	#global-footer .footer-content:after{
		content:"";
		display:table;
		clear:both;
	}
	#footer-link li a:hover{
		color:#e90000 !important;
		text-decoration:underline;
	}
	#footer-link >li .sub{
		margin-top:0;
	}
	#footer-link >li .sub li{
		float:left;
		margin-left:1.5em;
		margin-bottom:0;
	}
	/*  address  */
	#footer-contact{
		margin-top:30px;
	}
	#footer-contact li a{
		-webkit-transition:background 0.2s ease-out;
		   -moz-transition:background 0.2s ease-out;
				transition:background 0.2s ease-out;
	}
	#footer-contact li a:hover{
		background:#aa0000;
	}
	#global-footer address h1{
		margin:0 0 30px 0;
	}
}
@media screen and (min-width:1056px){
	#global-footer .footer-nav-side{
		width:650px;
	}
	#global-footer .address-side{
		width:330px;
	}
}
/*===========================================
　TOGGLE MENU ICON
===========================================*/
#menu-toggle .menu-icon{
	display:inline-block;
	position:absolute;
	left:50%;
	top:50%;
	bottom:auto;
	right:auto;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	width:25px;
	height:3px;
	background-color:rgb(233, 0, 0);
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
#menu-toggle .menu-icon::before,
#menu-toggle .menu-icon:after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	background-color:rgb(233, 0, 0);
	right:0;
	-webkit-transition:-webkit-transform 0.3s, top 0.3s, background-color 0s;
	-moz-transition:-moz-transform 0.3s, top 0.3s, background-color 0s;
	transition:transform 0.3s, top 0.3s, background-color 0s;
}
#menu-toggle .menu-icon::before{
	top:-8px;
}
#menu-toggle .menu-icon::after{
	top:8px;
}
#menu-toggle .menu-icon.is-clicked{
	background-color:rgba(233, 0, 0, 0);
}
#menu-toggle .menu-icon.is-clicked::before,
#menu-toggle .menu-icon.is-clicked::after{
	background-color:rgb(233, 0, 0);
}
#menu-toggle .menu-icon.is-clicked::before{
	top:0;
  -webkit-transform:rotate(135deg);
  -moz-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  -o-transform:rotate(135deg);
  transform:rotate(135deg);
}
#menu-toggle .menu-icon.is-clicked::after{
	top:0;
  -webkit-transform:rotate(225deg);
  -moz-transform:rotate(225deg);
  -ms-transform:rotate(225deg);
  -o-transform:rotate(225deg);
  transform:rotate(225deg);
}
/*===========================================
　LEFT MENU
===========================================*/
#left-content .left-menu ul:after{
	content:"";
	display:table;
	clear:both;
}
#left-content .left-menu ul li{
	float:left;
	margin-right:1.5em;
}
#left-content .left-menu ul li a{
    display:block;
    padding:3px;
	color:#555;
	text-decoration:none;
	font-size:1.4rem;
}
#left-content .left-menu ul li a:before{
	content:"\f138";
	font-family:'FontAwesome';
	padding-right:0.3em;
	color:#bbb;
}
#left-content .left-menu ul li.menuhover a:before{
	color:#e60000;
}

@media screen and (min-width:992px){
	#left-content .left-menu ul li{
		font-size:14px;
		font-size:1.4rem;
		line-height:1.4;
		margin-bottom:3px;
		background-color:#fff;
		border-bottom:1px solid #eee;
		float:none;
	}
	#left-content .left-menu ul li a{
		display:block;
		padding:16px 8px 16px 8px;
		color:#333;
		text-decoration:none;
		border-left:4px solid #ddd;
		-webkit-transition:all 0.2s ease-out;
		   -moz-transition:all 0.15s ease-out;
				transition:all 0.2s ease-out;
	}
	#left-content .left-menu ul li a:before{
		content:"";
		padding:0;
	}
	#left-content .left-menu ul li.menuhover a{
		border-left:4px solid #e90000;
		background-color:#e90000;
		color:#fff;
	}
	#left-content .left-menu ul li a:hover {
		border-left:4px solid #e90000;
		padding-left:13px;
		padding-right:3px;
	}
}
/*===========================================
　メインコンテンツ
===========================================*/
#main h1{
	margin:0 -10px 30px;
	height:80px;
	line-height:40px;
	color:#fff;
	padding:20px 0 20px 20px;
	background:url(../images/common/bg-h2.jpg) bottom right;
	color:#fff;
	font-size:1.8px;
	font-size:18px;
}
#main h2{
	border-left:4px solid #e90000;
	line-height:2;
	padding:4px 0 4px 18px;
	font-size:18px;
	font-size:1.8rem;
}
.maincontents{
	margin:5px 0 80px 0;
}
.contentimg{
	margin:1em 0;
}
@media screen and (min-width:992px){
	#main h1{
		margin:0 0 25px;
		height:70px;
		line-height:40px;
		padding:15px 0 15px 20px;
		font-size:2.4rem;
		font-size:24px;
	}
	#maincontents{
		margin:20px 0 50px 0;
	}
}
/*********************/
/* コンテンツ */
/*********************/

/*------------------*/
/* テーブルA(会社情報)(トータル開発支援) */
/*------------------*/
.tableA{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	width: 100%;
	border-top:1px solid #ddd;
}
.tableA tr th,
.tableA tr td{
    font-size: 14px;
	border:none;
	border-bottom:1px solid #e6e6e6;
	background:#fff;
	text-align:left;
	vertical-align:top;

}
.tableA tr th.thCol1{
    padding: 10px;
    width: 20%;
}
.tableA tr td.tdCol1{
    padding: 10px;
    width: 80%;
    text-align: left;
}

/*------------------*/
/* テーブルB(粉末造形) */
/*------------------*/
.tableB{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	width: 100%;
	border-top:1px solid #ddd;
}
.tableB tr th,
.tableB tr td{
    border: 1px solid #0000cd;
    vertical-align: middle;
}
.tableB tr th{
    background-color: #e6f7ff;
    padding: 10px;
    text-align: center;
}
.tableB tr td{
    background-color: #ffffff;
}
/* タブレット・PC */
@media screen and (min-width:600px){
	.tableB tr th{
	    font-size: 14px;
	}
	.tableB tr td{
		font-size: 13px;
	}
}
/* スマートフォン */
@media screen and (max-width:599px){
	.tableB tr th,
	.tableB tr td{
	    font-size: 12px;
	}
}
.tableB tr th.thCol1{
    width: 40%;
}
.tableB tr th.thCol2{
    width: 11%;
}
.tableB tr th.thCol3{
    width: 11%;
}
.tableB tr th.thCol4{
    width: 19%;
}
.tableB tr th.thCol5{
    width: 19%;
}
.tableB tr td.tdCol1,
.tableB tr td.tdCol4,
.tableB tr td.tdCol5,
.tableB tr td.tdCol6{
	text-align:center;
}
.tableB tr td.tdCol2,
.tableB tr td.tdCol3{
	padding-left:3px;
}

/*------------------*/
/* テーブルC(粉末造形) */
/*------------------*/
.tableC{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	width: 100%;
	border-top:1px solid #ddd;
}
.tableC tr th,
.tableC tr td{
    border: 1px solid #0000cd;
    vertical-align: middle;
}
.tableC tr th{
    background-color: #e6f7ff;
    padding: 10px;
    text-align: center;
}
.tableC tr td{
    background-color: #ffffff;
}
.tableC tr td.backcolor-yellow{
	background-color:#ffff99;
}
/* タブレット・PC */
@media screen and (min-width:600px){
	.tableC tr th{
	    font-size: 14px;
	}
	.tableC tr td{
		font-size: 13px;
	}
}
/* スマートフォン */
/*
@media screen and (max-width:599px){
	.tableC tr{
		display: block;
		margin-bottom:20px;
	}
	.tableC tr th,
	.tableC tr td{
		font-size: 12px;
		display: list-item;
		border: none;
		list-style-type:none;
	}
	.tableC tr th{
		display: none;
	}
	.tableC tr td.tdCol1 {
    	background-color:#0000cd;
    	color:#ffffff;
	}
	.tableC tr td.tdCol1::before {
    	content: "[試験項目]";
	}
	.tableC tr td.tdCol2::before {
    	content: "[試験方法]";
	}
	.tableC tr td.tdCol3::before {
    	content: "[単位]";
	}
	.tableC tr td.tdCol4::before {
    	content: "[ナイロン12]";
	}
	.tableC tr td.tdCol5::before {
    	content: "[CB50]";
	}
}
*/
@media screen and (max-width:599px){
	.tableC tr th,
	.tableC tr td{
		font-size: 12px;
	}
}
.tableC tr th.thCol1{
    width: 20%;
}
.tableC tr th.thCol2{
    width: 30%;
}
.tableC tr th.thCol3{
    width: 10%;
}
.tableC tr th.thCol4{
    width: 20%;
}
.tableC tr th.thCol5{
    width: 20%;
}
.tableC tr td.tdCol3,
.tableC tr td.tdCol4,
.tableC tr td.tdCol5{
	text-align:center;
}
.tableC tr td.tdCol1,
.tableC tr td.tdCol2{
	padding-left:3px;
}

/*------------------*/
/* テーブルD(プレス成型) */
/*------------------*/
.tableD{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	width: 100%;
	border-top:1px solid #ddd;
}
.tableD tr th,
.tableD tr td{
    border: 1px solid #0000cd;
    vertical-align: middle;
}
.tableD tr th{
    background-color: #e6f7ff;
    padding: 10px;
    text-align: center;
}
.tableD tr td{
    background-color: #ffffff;
}
/* タブレット・PC */
@media screen and (min-width:600px){
	.tableD tr th{
	    font-size: 14px;
	}
	.tableD tr td{
		font-size: 13px;
	}
}
/* スマートフォン */
@media screen and (max-width:599px){
	.tableD tr th,
	.tableD tr td{
	    font-size: 12px;
	}
}
.tableD tr th.thCol1{
    width: 20%;
}
.tableD tr th.thCol2{
    width: 23%;
}
.tableD tr th.thCol3{
    width: 34%;
}
.tableD tr th.thCol4{
    width: 23%;
}
.tableD tr td.tdCol1,
.tableD tr td.tdCol2,
.tableD tr td.tdCol3,
.tableD tr td.tdCol4{
	padding-left:3px;
}
/*------------------*/
/* テーブルE(3Dプリンタ) */
/*------------------*/
.tableE{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	width: 100%;
	border-top:1px solid #ddd;
}
.tableE tr th,
.tableE tr td{
    border: 1px solid #0000cd;
}
.tableE tr th{
    background-color: #e6f7ff;
    padding: 10px;
    text-align: center;
}
.tableE tr td{
    background-color: #ffffff;
    vertical-align: top;
}
/* タブレット・PC */
@media screen and (min-width:600px){
	.tableE tr th{
	    font-size: 14px;
	}
	.tableE tr td{
		font-size: 13px;
	}
}
/* スマートフォン */
@media screen and (max-width:599px){
	.tableE tr th,
	.tableE tr td{
	    font-size: 12px;
	}
}
.tableE tr th.thCol1{
    width: 34%;
}
.tableE tr th.thCol2{
    width: 33%;
}
.tableE tr th.thCol3{
    width: 33%;
}
/*------------------*/
/* テーブルF(3Dプリンタ) */
/*------------------*/
.tableF{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	width: 50%;
}
.tableF tr th,
.tableF tr td{
    border: none;
    font-size: 14px;
}
.tableF tr th{
	background-color: transparent;
}
/* タブレット・PC */
@media screen and (min-width:600px){
	.tableF tr th{
	    font-size: 14px;
	}
	.tableF tr td{
		font-size: 13px;
	}
}
/* スマートフォン */
@media screen and (max-width:599px){
	.tableF tr th,
	.tableF tr td{
	    font-size: 12px;
	}
}
.tableF tr th.thCol1,
.tableF tr th.thCol3{
	font-weight:bold;
}
.tableF tr td.tdCol1,
.tableF tr td.tdCol3{
    border: 1px solid #0000cd;
    background-color: #ffffff;
}
.tableF tr td.tdCol2{
    background-color: transparent;
}

/*------------------*/
/* テーブルG(設備一覧) */
/*------------------*/
.tableG{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	width: 100%;
	border-top:1px solid #ddd;
}
.tableG tr th,
.tableG tr td{
    border: 1px solid #0000cd;
    vertical-align: middle;
}
.tableG tr th{
    background-color: #e6f7ff;
    padding: 10px;
    text-align: center;
}
.tableG tr td{
    background-color: #ffffff;
}
/* タブレット・PC */
@media screen and (min-width:600px){
	.tableG tr th{
	    font-size: 14px;
	}
	.tableG tr td{
		font-size: 14px;
	}
}
/* スマートフォン */
@media screen and (max-width:599px){
	.tableG tr th,
	.tableG tr td{
	    font-size: 12px;
	}
}
.tableG tr th.thCol1{
    width: 20%;
}
.tableG tr th.thCol2{
    width: 23%;
}
.tableG tr th.thCol3{
    width: 23%;
}
.tableG tr th.thCol4{
    width: 8%;
}
.tableG tr th.thCol5{
    width: 26%;
}
.tableG tr td.tdCol4{
	text-align:center;
}
.tableG tr td.tdCol1,
.tableG tr td.tdCol2,
.tableG tr td.tdCol3,
.tableG tr td.tdCol5{
	padding-left:3px;
}
/*------------------*/
/* テキスト */
/*------------------*/
.maincontents .contentmaintext{
	margin: 10px 0 10px 0;
	font-size:20px;
	font-weight:bold;
}

/*------------------*/
/* 画像(1枚) */
/*------------------*/
.maincontents .contentimg1{
	margin: 10px 0 10px 0;
}
.maincontents .contentimg1 img{
	width:100%;
}

/*------------------*/
/* 左にテキスト、右に画像 */
/*------------------*/
.maincontents .contentimg2{
	padding:10px 0 10px 0;
}
.maincontents .contentimg2 .text2Left{
	float:left;
	width:41%;
}
.maincontents .contentimg2 .img2Right{
	float:right;
	width:55%;
	padding:0 15px 0 15px;
}
.maincontents .contentimg2 .img2Right img{
	width:95%;
}

/*------------------*/
/* 左と右に画像 */
/*------------------*/
.maincontents .contentimg2_3{
	padding:10px 0 10px 0;
}
.maincontents .contentimg2_3 .img2Left{
	float:left;
	width:46%;
	margin: 0 auto;
}
.maincontents .contentimg2_3 .img2Right{
	float:right;
	width:46%;
	margin: 0 auto;
}
.maincontents .contentimg2_3 .img2Left img,
.maincontents .contentimg2_3 .img2Right img{
	width:95%;
}

/*------------------*/
/* 画像(3枚) */
/*------------------*/
.maincontents .contentimg3{
	padding:10px 0 10px 0;
	position:relative;
}
.maincontents .contentimg3 img{
	width:95%;
}
.maincontents .contentimg3 .img3Left,
.maincontents .contentimg3 .img3Center,
.maincontents .contentimg3 .img3Right{
	padding:5px 0 0 0;
	float:left;
	width:33%;
	margin: 0 auto;
}

/*------------------*/
/* リンクボタン */
/*------------------*/
.maincontents .contentlinkbutton{
	padding:10px 0 10px 0;
}
.maincontents .contentlinkbutton a{
	background-color: #0000cd;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 95%;
}

/*------------------*/
/* リスト */
/*------------------*/
ul.contentUl{
	list-style-type: disc
}
ul.contentUl2{
	list-style-type: decimal
}
ul.contentUl li,
ul.contentUl2 li{
	margin: 0 0 0 20px;
}
/*------------------*/
/* about(製造事例も含む) */
/*------------------*/
ul.aboutUl li {
	float: left;
	margin-bottom: 21px;
	padding-left: 5px;
	width: 50%;
}
ul.aboutUl li .aboutVisual{
	float:left;
	width:25%;
}
ul.aboutUl li .aboutCaption{
	float:right;
	width:75%;
	height:69px;
	line-height:69px;
	font-size:18px;
	background-color: #ffffff;
	color:#000000;
	text-align:center;
    display: block;
}
/*------------------*/
/* about2 */
/*------------------*/
ul.aboutUl2 li {
	float: left;
	margin-bottom: 21px;
	padding-left: 5px;
	width: 100%;
}
ul.aboutUl2 li .aboutVisual{
	float:left;
	width:20%;
}
ul.aboutUl2 li .aboutCaption{
	float:right;
	width:80%;
	height:114px;
	line-height:114px;
	font-size:20px;
	background-color: #ffffff;
	color:#000000;
	text-align:center;
    display: block;
}
/*------------------*/
/* お問合せ */
/*------------------*/
.contact-form form dl {
	margin: 0;
	padding: 0;
}
.contact-form form dt {
	font-size: 1.3rem;
	margin-bottom: 8px;
}
.contact-form form dd {
	margin-bottom: 20px;
}
.contact-form form input,
.contact-form form textarea {
	border: 1px solid transparent;
	padding: 8px;
	transition: border 0.4s ease-out 0s;
	width: 100%;
}
.contact-form form textarea {
	height: 200px;
}
.contact-form form input:focus,
.contact-form form textarea:focus {
	border: 1px solid #096;
}
.contact-form form div button {
	background-color: #fff;
	border: 1px solid #008762;
	color: #008762;
	letter-spacing: 1em;
	margin-top: 20px;
	padding: 8px 25px;
	text-indent: 1em;
	width: 100%;
}
.contact-form form div button:hover {
 	background-color: #008762;
 	color: #fff;
}
@media screen and (min-width: 992px) {
	.contact-form form dl {
		width:740px;
	}
	.contact-form form .contactButton{
		width:740px;
	}
	.contact-form form dt {
		clear: left;
		float: left;
		margin: 0 0 30px;
		width: 200px;
	}
	.contact-form form dd {
		margin: 0 0 30px 200px;
		width: 540px;
	}
	.contact-form form div {
		text-align: right;
	}
	.contact-form form div button {
		width: auto;
	}
}
/*------------------*/
/* 下矢印 */
/*------------------*/
.downArrow1{
	position: relative;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #000000;
	margin: 10px auto 0;
}
/*------------------*/
/* 右矢印 */
/*------------------*/
.rightArrow1{
	position: relative;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: #000000;
	margin: 0 0 0 20px;
}

/*------------------*/
/* ニュース一覧 */
/*------------------*/
ul.news-list li a{
	padding:5px 10px;
	display:block;
	color:#444;
	text-decoration:none;
}
ul.news-list li time{
	display:inline-block;
	width:80px;
	margin-left:0;
	margin-bottom:0;
}

@media screen and (min-width:600px){
#news ul.news-list{
	margin-left:150px;
	margin-top:-75px;
}
ul.news-list li a{
	-webkit-transition:background-color 0.2s ease-out;
	   -moz-transition:background-color 0.2s ease-out;
	        transition:background-color 0.2s ease-out;
}
ul.news-list li a:hover{
	background-color:#f6f6f6;
	color:#e60000;
}
}

/*------------------*/
/* ニュース詳細 */
/*------------------*/
.single-header{
	margin:0 0 20px 0;
}
.single-header h3{
	color:#00008b;
}
.single-header time {
    color: #888888;
}
.single-pager {
	border: none;
	margin: 30px auto 0 auto;
	padding: 0;
	width: 100%;
}

.single-pager a {
	color: #777;
	text-decoration: none;
}
.single-pager a.prev {
	float: left;
}
.single-pager a.prev::before {
    content: "";
    font-family: "FontAwesome";
    padding: 0 5px 0 5px;
    transition: all 0.2s ease-out 0s;
}
.single-pager a.prev:hover::before{
    padding: 0 10px 0 0;
    font-weight:bold;
}
.single-pager a.next::after {
    content: "";
    font-family: "FontAwesome";
    padding: 0 5px 0 5px;
    transition: all 0.2s ease-out 0s;
}
.single-pager a.next:hover::after{
    padding: 0 0 0 10px;
    font-weight:bold;
}
.single-pager a.next {
	float: right;
}

/*------------------*/
/* その他 */
/*------------------*/
.color-red{
	color:#ff0000;
}
.fixed {
    position: absolute;
}
/*===========================================
 GOOGLE MAP
===========================================*/
.ggmap {
	position:relative;
	padding-bottom:50%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.parkingmap{
	padding-top:10px;
}
.parkingmap img{
	width:100%;
}

