@charset "utf-8";


/*----------------------------------------------------
	spec.html
----------------------------------------------------*/


#wrap #contents section #cont02 #navi {
	position: relative;
}

#wrap #contents section #cont02 #navi #navi01 {
	position: absolute;
	left: 4%;
	top: 10%;
	height: auto;
	width: 45%;
}
#wrap #contents section #cont02 #navi #navi02 {
	position: absolute;
	right: 4%;
	top: 10%;
	height: auto;
	width: 45%;
}
#wrap #contents section #cont02 #navi #navi03 {
	position: absolute;
	left: 4%;
	bottom: 10%;
	height: auto;
	width: 45%;
}
#wrap #contents section #cont02 #navi #navi04 {
	position: absolute;
	right: 4%;
	bottom: 10%;
	height: auto;
	width: 45%;
}

#wrap #contents section #cont02 #navi img {
	height: auto;
	width: 100%;
}


#wrap #footerSpec {
	background: url(../img/spec_footer_bg.jpg) repeat center bottom;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	position: relative;
}

#wrap #footerSpec #gFooter {
	padding-top: 4%;
}


#wrap #contents section #cont01 .box05 {
	position: relative;
}

#wrap #contents section #cont01 .box05 .btn01 {
	width: 20%;
	position: absolute;
	right: 5%;
	bottom: 4%;
}
