@charset "utf-8";

body{
	background: url(../../work/img/mainbg.jpg) no-repeat center top fixed;
	background: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 768px){
body{
	background: url(../../work/img/mainbg.jpg) no-repeat center top fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
}

#work{
	position: relative;
	overflow: hidden;
}
#work .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 120%;
	margin: 0% -10% 0;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-1.5deg) translate3d(0, 0, 0);
	-ms-transform: rotate(-1.5deg) translate3d(0, 0, 0);
	transform: rotate(-1.5deg) translate3d(0, 0, 0);
	z-index: -1;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background: #ededed;
}


#mainte{
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	margin: -10% 0 0 0;
}
#mainte .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 120%;
	margin: 0% -10% 0;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-1.5deg) translate3d(0, 0, 0);
	-ms-transform: rotate(-1.5deg) translate3d(0, 0, 0);
	transform: rotate(-1.5deg) translate3d(0, 0, 0);
	z-index: -1;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background: #FFF;
}


#particles{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: -1;
}

#work .wrapper,
#mainte .wrapper{
	padding-top: 2.5%;
	box-sizing: boder-box;
	z-index: 10;
}

h1{
	color: #c23616;
	text-shadow: 1px 1px 0px #d0d0d0;
}


td.price{
	text-align: right;
}

@media screen and (max-width: 620px) {
#work table.normal thead{
	display: none;
}
td.price{
	text-align: left;
}
#work table.normal tbody td:nth-of-type(1):before {
	content: "[単価]";
	font-weight: bold;
}
#work table.normal tbody th{
	background: #666;
	color: #FFF;
	text-align: left;
}

#mainte table.normal thead{
	display: none;
}
#mainte table.normal tbody td:nth-of-type(2){
	color: #df0615;
}
#mainte table.normal tbody td:nth-of-type(2):before {
	content: "[金額]";
	font-weight: bold;
	padding: 0 10px 0 0;
}

}