@charset "utf-8";


#siteHeader {
	height:80px;
	width: 100%;
	display:block;
	-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 ;
	background-color:#ffffff;
	z-index:999990;
	position: relative;
	}
#siteHeader.fixed {
  position: fixed;
  top: 0px;
  z-index:99999;
}
#siteHeader #logo{
	width:240px;
	width : -webkit-calc(100% - 1160px) ;
	width : calc(100% - 1160px) ;
	height:80px;
	left:0;
	top:0;
	float:left;
	background-color:#ffffff;
	
	position:relative;
	}
#siteHeader h1{
	width:240px;
	width : -webkit-calc(100% - 1160px) ;
	width : calc(100% - 1160px) ;
	height:80px;
	left:0;
	top:0;
	float:left;
	background-color:#ffffff;
	position:absolute;
	z-index:99999;
	}

#logo h1{
	margin:0 0 0 0; 
	padding:0;
	width:240px;
	height:80px;
	left:0;
	top:0px;
	z-index:0;
	position:relative;
	}
#logo h1 a{
	display:block;
	width:240px;
	height:80px;
	-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:absolute;
	left:0;
	top:0;
	z-index:99999;
	}
#logo h1 a:hover{
	opacity:0.7;
	}
#logo object{
	margin:0 0; 
	padding:0;
	pointer-events : none;
	width:240px;
	height:80px;
	left:0px;
	top:0px;
	z-index:1;
	position:absolute;
	}

#globalNav{
	list-style-type: none;
	padding: 0;
	margin:0 0;
	width:1160px;
	height:80px;
	position:relative;
	float:right;
	background-color:#ffffff;
	}
	
#globalNav ul {
	list-style-type: none;
	padding: 0 0px 0 0;
	width:1160px;
	position:absolute;
	top:0;
	right:0;
	z-index:99999;
	}
#globalNav ul li {
	width : 200px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	font-size:1.4rem;
	text-align: center;
	}
#globalNav ul li:first-of-type{
	width: 260px;
}
#globalNav ul li:hover {
	z-index:10000;
	}
#globalNav ul li ul{
	list-style-type: none;
	padding: 0;
	width: 240px;
	position:relative;
	top:0;
	right:0;
	z-index:99999;
	}

#globalNav ul li ul li{
	float:none;
	width: 260px;
	}
#globalNav ul li .turnBoxButton a {
   width : -webkit-calc(100% - 20px) ;
   width : calc(100% - 20px) ;
	height:80px;
	color:#333333;
	text-decoration:none;
    display: flex;          /* 2 */
    justify-content: center;/* 3 */
    align-items: center;    /* 4 */
	line-height: 15px;
	padding: 0 10px;
  }
#globalNav ul li .turnBoxFaceNum1,
#globalNav ul li .turnBoxFaceNum3 {
    background: #ffffff;
  }
#globalNav ul li .turnBoxFaceNum2,
#globalNav ul li .turnBoxFaceNum4 {
    background: #000000;
	color:#ffffff;
  }
  
#globalNav ul li .turnBoxFaceNum2 a,
#globalNav ul li .turnBoxFaceNum4 a{
	color:#ffffff;
	}


#globalNav ul li ul li .turnBoxFaceNum1,
#globalNav ul li ul li .turnBoxFaceNum3 {
    background: #000000;
  }
#globalNav ul li ul li .turnBoxFaceNum2,
#globalNav ul li ul li .turnBoxFaceNum4 {
	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%);
	color:#ffffff;
  }
  

#globalNav ul li span{
	height:80px;
	line-height:80px;
	display:block;
	}

#globalNav ul li span.close{
	position:relative;
	cursor:pointer;
	background-color:#333333;
	text-align:left;
	padding:0 0 0 40px;
	height:60px;
	line-height:60px;
	}
#globalNav ul li span.close:before{
	content:"×";
	position:absolute;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:36px;
	font-size:3.6rem;
	right:0;
	top:0;
	font-weight:100;
	background-color:#999999;
	}

#globalNav ul li.naviFb{
	width:40px;
	height:80px;
	line-height:80px;
	display:block;
	color: #e10012;
	}
#globalNav ul li.naviFb a{
	display: block;
	width: 40px;
	height: 80px;
	text-decoration: underline;
	color: #333333;
	
}




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

比較

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

.compare{
	width:960px;
	background-color:#ffffff;
	margin:0 auto 60px auto;
	position:relative;
	}
.compare .leftBox,
.compare .rightBox{
	padding:30px;
	}

.compare:before{
	content:"";
	width:1px;
	height:100%;
	background-color:#dddddd;
	position:absolute;
	left:50%;
	top:0;
	}

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


.plaster h4{
	background-color:#999999;
	}
.mimaki h4{
	background-color:#e10012;
	}



#pageHeader{
	height:200px;
	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%);
	}

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

.canvas-wrap{
	width:100%;
	height:200px;
	position:relative;
	
}
#particles-js{
  width: 100%;
  height: 200px;
  position:absolute;
  left:0;
  top:0;
  z-index:1000;
 
}

#canvas{
	width:100%;
	height:200px;
	overflow: hidden;
	position:absolute;
	top:0;
	left:0;
	background:
		-webkit-linear-gradient(45deg, hsla(340, 100%, 55%, 1) 0%, hsla(340, 100%, 55%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(225, 95%, 50%, 1) 10%, hsla(225, 95%, 50%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(140, 90%, 50%, 1) 10%, hsla(140, 90%, 50%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(35, 95%, 55%, 1) 100%, hsla(35, 95%, 55%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(340, 100%, 55%, 1) 0%, hsla(340, 100%, 55%, 0) 70%),
		linear-gradient(135deg, hsla(225, 95%, 50%, 1) 10%, hsla(225, 95%, 50%, 0) 80%),
		linear-gradient(225deg, hsla(140, 90%, 50%, 1) 10%, hsla(140, 90%, 50%, 0) 80%),
		linear-gradient(315deg, hsla(35, 95%, 55%, 1) 100%, hsla(35, 95%, 55%, 0) 70%);          
}


			

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

#aboutNav

************************************************************************************************************************************************ */
#aboutNav{
	background:#222222;
	padding:60px 0;
	position:relative;
	background-image:url(../../images/about/bg.jpg);
	background-size:cover;
	}
#aboutNav:before{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border:40px solid transparent;
	border-top:40px solid #f7f7f7;
	left:50%;
	top:-1px;
	margin:0 0 0 -40px;
	}

#abouttitle{
	height:320px;
	text-align:center;
	}

.abouttitle{
	position:relative;
	text-align:center;
	}
.abouttitle .turnBoxFaceNum1,
.abouttitle .turnBoxFaceNum3{
	background-color:#222222;
	border:1px solid rgba(255,255,255,0.20);
	}
.abouttitle .turnBoxFaceNum2,
.abouttitle .turnBoxFaceNum4 {
	border:1px solid rgba(255,255,255,0.20);
	background:
		-webkit-linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		linear-gradient(135deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		linear-gradient(315deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	color:#ffffff;
  }

.abouttitle a{
	display:block;
	width:959px;
	height:319px;
	line-height:319px;
	position:relative;
	 text-decoration:none;
	 color:#ffffff;
	}
.abouttitle a h3{
	 display:block;
	 color:#ffffff;
	 text-decoration:none;
	 font-size:24px;
	 font-size:2.4rem;
	 line-height:319px;
	 position:absolute;
	left:0;
	top:0;
	width:959px;
	height:319px;
	z-index:20; 
	 }

.abouttitle a img{
	position:absolute;
	left:0;
	top:0;
	width:959px;
	height:319px;
	opacity:0.5;
	z-index:0;
	 }



.bigbtn{
	width:320px;
	height:320px;
	float:left;
	margin-top:1px;
	position:relative;
	text-align:center;
	}

 
.about .turnBoxFaceNum1,
.about .turnBoxFaceNum3{
	border:1px solid rgba(255,255,255,0.20);
	background-color:#222222;
	}
.about .turnBoxFaceNum2,
.about .turnBoxFaceNum4 {
	border:1px solid rgba(255,255,255,0.20);
	background:
		-webkit-linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		linear-gradient(135deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		linear-gradient(315deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	color:#ffffff;
  }

.about a{
	display:block;
	width:319px;
	height:319px;
	line-height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position:relative;
	 text-decoration:none;
	 color:#ffffff;
	}
.about a p{
	 display:block;
	 color:#ffffff;
	 text-decoration:none;
	 font-size:21px;
	 font-size:2.1rem;
	line-height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	 position:absolute;
	left:0;
	top:0;
	width:319px;
	height:319px;
	z-index:20; 
	 }

.about a img{
	position:absolute;
	left:0;
	top:0;
	width:319px;
	height:319px;
	opacity:0.5;
	z-index:0;
	 
	 }
	 
	 
	 
	 .colorful {
	background:
		-webkit-linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		linear-gradient(135deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		linear-gradient(315deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	}
	
	
.current{
	border:1px solid rgba(255,255,255,0.20);
	background:
		-webkit-linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		linear-gradient(135deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		linear-gradient(315deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	display:block;
	width:319px;
	height:319px;
	line-height:319px;
	position:relative;
	 text-decoration:none;
	 color:#ffffff;
	}
.current p{
	 color:#ffffff;
	 text-decoration:none;
	 font-size:21px;
	 font-size:2.1rem;
	line-height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	 position:absolute;
	left:0;
	top:0;
	width:319px;
	height:319px;
	z-index:20; 
	 }




.abouttitle2{
	position:relative;
	text-align:center;
	}
.abouttitle2 .turnBoxFaceNum1,
.abouttitle2 .turnBoxFaceNum3{
	background-color:#222222;
	border:1px solid rgba(255,255,255,0.20);
	}
.abouttitle2 .turnBoxFaceNum2,
.abouttitle2 .turnBoxFaceNum4 {
	border:1px solid rgba(255,255,255,0.20);
	background:
		-webkit-linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(259, 95%, 45%, 1) 0%, hsla(259, 95%, 45%, 0) 70%),
		linear-gradient(135deg, hsla(352, 98%, 43%, 1) 10%, hsla(352, 98%, 43%, 0) 80%),
		linear-gradient(225deg, hsla(265, 92%, 49%, 1) 10%, hsla(265, 92%, 49%, 0) 80%),
		linear-gradient(315deg, hsla(327, 100%, 47%, 1) 100%, hsla(327, 100%, 47%, 0) 70%);
	color:#ffffff;
  }

.abouttitle2 a{
	display:block;
	width:959px;
	height:239px;
	line-height:239px;
	position:relative;
	 text-decoration:none;
	 color:#ffffff;
	}
.abouttitle2 a h3{
	 display:block;
	 color:#ffffff;
	 text-decoration:none;
	 font-size:18px;
	 font-size:1.8rem;
	 line-height:52px;
	 position:absolute;
	left:559px;
	top:90px;
	width:300px;
	height:104px;
	z-index:20; 
	text-align: center;
}

.abouttitle2 a img{
	position:absolute;
	left:0;
	top:0;
	width:959px;
	height:239px;
	z-index:0;
	 }

.abouttitle2 a h3 img{
	position: relative;
	width:300px;
	height: auto;
	display: block;
}

.abouttitle2.story{
	 margin-top:60px;
}

.abouttitle2.story a h3{
	 display:block;
	 color:#ffffff;
	 text-decoration:none;
	 font-size:18px;
	 font-size:1.8rem;
	 line-height:52px;
	 position:absolute;
	left:100px;
	top:90px;
	width:300px;
	height:104px;
	z-index:20; 
	text-align: center;
}

.abouttitle2.story a h3 span{
	 font-size:42px;
	 display:block;
}

.abouttitle2.story a img{
	position:absolute;
	left:0;
	top:0;
	width:959px;
	height:239px;
	z-index:0;
	 }


.abouttitle2.story a h3 img{
	position: relative;
	width:300px;
	height: auto;
	display: block;
}



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

#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:60px 0;
	color:#ffffff;
	}
#contact a{
	color:#ffffff;
	}

#contact .inner{
	width:960px;
	padding: 0 0 40px 0;
	position:relative;
	}


#contact h2{
	color:#ffffff;
	padding:0 0 40px 0;
	}
#contact h3{
	padding:0 0 30px 0;
	}
#contact h3 span{
	font-size:18px;
	font-size:1.8rem;
	display:block;
	font-weight:200;
	}

#contact p{
	padding:0 0 0px 0;
	}
#contact p.lead{
	line-height:25px;
	height:75px;
	text-align:left;
	}
#contact p.charge{
	line-height:20px;
	font-size:1.4rem;
	}
#contact p.tel{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:28px;
	font-size:2.8rem;
	line-height:40px;
	margin:0;
	padding:20px 0;
	}
#contact p.tel span{
	font-weight:400;
	font-size:40px;
	font-size:4.0rem;
	}
#contact p.icon-facebook{
	padding:60px 0 0 0;
	font-size:24px;
	font-size:2.4rem;
	font-weight:100;
	width:800px;
	margin:0 auto;
	display:block;
	height:40px;
	line-height:40px;
	position:relative;
	}
#contact p.icon-facebook:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	width:0%;
	height:1px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color:rgba(255,255,255,0.50);
	}

#contact p.icon-facebook:hover:after{
	left:0%;
	width:100%;
	}

#contact p.icon-facebook a{
	position:relative;
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
#contact p.icon-facebook a:hover{
	opacity:0.7;
	}

#contact .contactNavi{
	clear:both;
	text-align:center;
	position:relative;
	width:960px;
	height:140px;
	margin:0 auto;
	}
#contact .contactNavi a{
	color:#ffffff;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	position:relative;
	}
#contact .contactNavi a:before{
	content:"";
	width:20px;
	height:20px;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	position:absolute;
	left:50%;
	top:10px;
	margin:0px 0 0 -11px;
	-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 ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);	
	}
#contact .contactNavi h4{
	line-height:;
	padding:60px 0 0 0;
	}
#contact .contactNavi h4 span{
	font-size:16px;
	font-size:1.6rem;
	display:block;
	}


#contact .contactNavi .turnBoxFaceNum1,
#contact .contactNavi .turnBoxFaceNum3 {
border:1px solid rgba(255,255,255,0.50);
  }
#contact .contactNavi .turnBoxFaceNum2,
#contact .contactNavi .turnBoxFaceNum4 {
    background:rgba(0,0,0,0.50);
	color:#ffffff;
	border:1px solid rgba(0,0,0,0.50);
  }



#contact p.inner{
	text-align: left;
	margin: 80px auto 0 auto;
	display: block;
	padding: 0;
}


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

Footer

************************************************************************************************************************************************ */
#siteFooter{
	text-align:center;
	color:#ffffff;
	background-color:#222222;
	position:relative;
	padding:40px 0;
	z-index: 100;
	}
#siteFooter ul{
	height:30px;
	margin:0 0 20px 0;
	}
#siteFooter ul li{
	display:inline-block;
	padding:10px 20px;
	font-size:14px;
	font-size:1.4rem;
	}

#siteFooter ul li a{
	color:#ffffff;
	text-decoration:none;
	-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 ;
	}
#siteFooter ul li a:hover{
	opacity:0.7;
	}

#siteFooter ul#sns li{
	display:inline-block;
	padding:10px ;
	font-size:24px;
	font-size:2.4rem;
	}



#siteFooter p#footerMimaki{
	margin:60px auto 20px auto; 
	padding:0;
	width:200px;
	height:40px;
	left:0;
	top:0px;
	z-index:100;
	position:relative;
	}
#siteFooter p#footerMimaki a{
	display:block;
	width:200px;
	height:40px;
	-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 ;
	color:#ffffff;
	text-decoration:none;
	font-size:32px;
	text-align:center;
	}
#siteFooter p#footerMimaki a:hover{
	color:#e10012;
	}


#siteFooter p#copyright{
	font-size:13px;
	font-size:1.3rem;
	padding:20px 0;
	}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 1.3rem;
	z-index:9999999999;
}
#page-top a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9ab1c7+0,1a242f+100 */
background: #9ab1c7; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #9ab1c7 0%, #1a242f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #9ab1c7 0%,#1a242f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #9ab1c7 0%,#1a242f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	z-index:99999999;
}
#page-top a:hover {
    text-decoration: none;
	background-color:#ffffff;
	color:1a242f;
}