@charset "utf-8";

#wrap{
	width:100%;
	background-color:#f7f7f7;
	overflow:hidden;
	position:relative;
	}


#spHeader{
	position:fixed;
	right:0;
	top:0;
	width:100%;
	height:60px;
	background-color:#fff;
	font-size:1.0rem;
	z-index:9999999;
	}
#spHeader a#spNav{
	width:60px;
	height:60px;
	color:#6c28da;
	padding:0px 0 0 0;
	text-decoration:none;
	text-align:center;
	display:block;
	position:absolute;
	right:0;
	top:0;
	background-color:#ffffff;
	z-index:9999999;
	}
#spHeader a#spNav i{
	font-size:1.0rem;
	display:block;
	width:100%;
	height:24px;
	line-height:24px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:9999999;
	}
#spHeader a#spNav:before{
	content:"";
	width:24px;
	height:16px;
	border-top:4px solid #6c28da;
	border-bottom:4px solid #6c28da;
	position:absolute;
	left:18px;
	top:12px;
	}
#spHeader a#spNav:after{
	content:"";
	width:24px;
	height:4px;
	background-color:#6c28da;
	position:absolute;
	left:18px;
	top:22px;
	}

#spHeader h1{
	width:180px;
	height:60px;
	left:0;
	top:0;
	float:left;
	z-index:999999;
	}


#spHeader h1 a{
	display:block;
	width:180px;
	height:60px;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	position:fixed;
	z-index:99999999;
	left:0;
	top:0;
	}
#spHeader h1 a:hover{
	opacity:0.7;
	}
#spHeader h1 object{
	margin:0 0; 
	padding:0;
	pointer-events : none;
	width:180px;
	height:60px;
	left:0px;
	top:0px;
	z-index:-10;
	}
	
	
	
#siteHeader {
	display:none;
}




#globalNav{
	display:none;
	}



#pageHeader{
	height:100px;
	color:#ffffff;
	position:relative;
	background:
		-webkit-linear-gradient(45deg, hsla(336, 91%, 47%, 1) 0%, hsla(336, 91%, 47%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(265, 91%, 45%, 1) 10%, hsla(265, 91%, 45%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(279, 91%, 53%, 1) 10%, hsla(279, 91%, 53%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(359, 94%, 42%, 1) 100%, hsla(359, 94%, 42%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(336, 91%, 47%, 1) 0%, hsla(336, 91%, 47%, 0) 70%),
		linear-gradient(135deg, hsla(265, 91%, 45%, 1) 10%, hsla(265, 91%, 45%, 0) 80%),
		linear-gradient(225deg, hsla(279, 91%, 53%, 1) 10%, hsla(279, 91%, 53%, 0) 80%),
		linear-gradient(315deg, hsla(359, 94%, 42%, 1) 100%, hsla(359, 94%, 42%, 0) 70%);
	padding:60px 0 0 0;
	}

#pageHeader h1{
	line-height:40px;
	height:40px;
	margin:0 0 0 0;
	width:100%;
	text-align:center;
	padding:0px 0;
	z-index:9999;
	position:absolute;
	top:20px;
	left:0;
	}

.canvas-wrap{
	width:100%;
	height:100px;
	position:relative;
	
}
#particles-js{
  width: 100%;
  height: 160px;
  position:absolute;
  left:0;
  top:0;
  z-index:1000;
 	background:
		-webkit-linear-gradient(45deg, hsla(336, 91%, 47%, 1) 0%, hsla(336, 91%, 47%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(265, 91%, 45%, 1) 10%, hsla(265, 91%, 45%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(279, 91%, 53%, 1) 10%, hsla(279, 91%, 53%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(359, 94%, 42%, 1) 100%, hsla(359, 94%, 42%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(336, 91%, 47%, 1) 0%, hsla(336, 91%, 47%, 0) 70%),
		linear-gradient(135deg, hsla(265, 91%, 45%, 1) 10%, hsla(265, 91%, 45%, 0) 80%),
		linear-gradient(225deg, hsla(279, 91%, 53%, 1) 10%, hsla(279, 91%, 53%, 0) 80%),
		linear-gradient(315deg, hsla(359, 94%, 42%, 1) 100%, hsla(359, 94%, 42%, 0) 70%);
}

#canvas{
	width:100%;
	height:100px;
	overflow: hidden;
	position:absolute;
	top:0;
	left:0;
	background-color: #1a1724;               
}


/* ************************************************************************************************************************************************

比較

************************************************************************************************************************************************ */

.compare{
	width:90%;
	margin:20px auto;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}
.compare .leftBox,
.compare .rightBox{
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 20px 0;
	background-color:#ffffff;
	}


.compare h4{
	text-align:center;
	color:#ffffff;
	line-height:40px;
	padding:0;
	position:relative;
	margin:-10px -10px 20px -10px;
	}


.plaster h4{
	background-color:#999999;
	}
.mimaki h4{
	background-color:#e10012;
	height: 60px;
	}
.mimaki h4 span{
	display: block;
	font-size: 13px;
	line-height: 15px;
	margin: -5px 0 0 0;
	padding: 0;
	height: 20px;
}	
	
/* ************************************************************************************************************************************************

#aboutSpNav

************************************************************************************************************************************************ */
#aboutNav{
	padding:20px 0;
	background-color:#222222;
	color:#ffffff;
	}

#aboutNav h2{
	text-align:center;
	}

#aboutSpNav{
	margin:0 auto;
	background-color:#222222;
		}


.aboutTitle{
	margin:0 0 0px 0;
	border-bottom:1px solid #444444;
	}
.aboutTitle h3{
	font-size:16px;
	font-size:1.6rem;
	}
.aboutTitle a{
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	padding:0 0 20px 0;
	}
.aboutSub a{
	display:block;
	color:#ffffff;
	text-decoration:none;
	height:50px;
	line-height:50px;
	}

.aboutSub{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #444444;
	}
.aboutSub img{
	width:50px;
	float:left;
	line-height:50px;
	margin:0 10px 0 0;
	}
#productBtn{
	width: 90%;
	height: 84px;
	display: block;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
#productBtn a{
	display: block;
	height: 80px;
	border: 2px solid #444444;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}
#productBtn a img{
	width: auto;
	height: 80px;
	position: absolute;
	left: -30px;
	top: 0;
}
#productBtn a h3{
	padding: 20px 0 20px 150px;
	line-height: 20px;
	font-size: 13px;
}
#productBtn a h3 img{
	width: auto;
	position: relative;
	height: 20px;
	left: 0;
	display: block;
}
#productBtn2{
	width: 90%;
	height: 84px;
	display: block;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
#productBtn2 a{
	display: block;
	height: 80px;
	border: 2px solid #444444;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}
#productBtn2 a img{
	width: auto;
	height: 80px;
	position: absolute;
	right: 2px;
	top: 2px;
}
#productBtn2 a h3{
	padding: 30px 0 20px 30px;
	line-height: 20px;
	font-size: 13px;
}
#productBtn2 a h3 span{
	font-size: 24px;
	display:block;
}
#productBtn2 a h3 img{
	width: auto;
	position: relative;
	height: 20px;
	left: 0;
	display: block;
}
/*
<div id="productBtn">
	<a href="product.html"><img src="images/bigbtn/product.png"/><h3><img src="images/bigbtn/productLogo.png" alt=""/>Specifications</h3></a>
</div>
*/

/* ************************************************************************************************************************************************

#contact

************************************************************************************************************************************************ */



#contact{
	text-align:center;
	background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #9ab1c7 0%, #1a242f 100%);
	background-image: radial-gradient(ellipse farthest-corner at center top, #9ab1c7 0%, #1a242f 100%);
	padding:20px 0 10px 0;
	margin: 0 0 0 0;
	color:#ffffff;
	}

#contact .leftBox,
#contact .rightBox{
	border-top:1px solid #ffffff;
	padding:20px 0;
	}

#contact h2{
	color:#ffffff;
	padding:0 0 20px 0;
	margin:0;
	}
#contact h3{
	padding:0 0 10px 0;
	font-size:2.4rem;
	}
#contact h3 span{
	font-size:14px;
	font-size:1.4rem;
	display:block;
	font-weight:200;
	}

#contact p{
	padding:0 0 15px 0;
	}
#contact p.lead{
	text-align:left;
	}
#contact p.charge{
	font-size:1.4rem;
	}
#contact p.tel{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:18px;
	font-size:1.8rem;
	}
#contact p.tel span{
	font-weight:400;
	font-size:24px;
	font-size:2.4rem;
	}
#contact p.icon-facebook{
	padding:40px 0 0 0;
	margin:0 10px;
	font-size:14px;
	font-size:1.4rem;
	font-family:'Noto Sans Japanese';
	font-weight:100;
	border-top:1px solid #ffffff;
	}

#contact .contactNavi{
	display:none;
	}

#contact a{
	color:#ffffff;
	}

#contact p.contactBtn{
	width:80%;
	margin:0 auto 10px auto;
	font-size:16px;
	}


#contact p.contactBtn a{
	display:block;
	width:100%;
	border:1px solid #ffffff;
	color:#ffffff;
	padding:10px 0;
	margin: 0;
	line-height: 30px;
	text-decoration:none;
	}

#contact p.notice{
	padding: 30px 0 0px 0;
	margin: 0;
	font-size: 12px;
	text-align: center;
}


/* ************************************************************************************************************************************************

Footer

************************************************************************************************************************************************ */
#siteFooter{
	text-align:center;
	color:#ffffff;
	background-color:#222222;
	position:relative;
	padding: 20px 0 0 0;
	z-index: 100;
	}






#siteFooter p#footerMimaki{
	margin:0px auto; 
	padding:30px 0 0 0;
	z-index:100;
	text-align:center;
	}
#siteFooter p#footerMimaki a{
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	z-index:9999;
	color:#ffffff;
	text-decoration:none;
	margin:0 auto;
	font-size:18px;
	font-size:1.8rem;
	}
#siteFooter p#footerMimaki a:hover{
	opacity:0.7;
	}



#page-top {
	display:none;
}
#my-menu{
	background-color:#222222;
	}
	
#my-menu li{
	line-height:50px;
	}
#my-menu #sp_lang{
	text-align: center;
	height:35px;
	position: relative;
	width: 200px;
	margin: 20px auto 0 auto;
	border: 1px solid #bcbcbc;
}
#my-menu #sp_lang span{
	width: 50%;
	height:35px;
	line-height:35px;
	float: left;
	display: block;
	color: #e10012;
	background-color: #bcbcbc;
}
#my-menu #sp_lang span a{
	text-decoration: none;
	color: #bcbcbc;
	background-color: #222222;
	display: block;
}
/*
<li><span>JP</span><span><a href="http://mimaki.com/special/3d_print/" target="_blank">EN</a></span></li>
*/
p.notice{
	font-size: 12px;
	font-weight: 300;
}