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

.nav03 > p{
	color: #e6d104;
}

.nav03{
	position: relative;
}

.nav03:after{
	content:'';
	width: 215px;
	height: 0px;
	border-top: solid 1px #e6d104;
	position: absolute;
	z-index: -1;	
	transform: rotate(-30deg);
	top: 0;
	left: -50px;
	right: 0;
	bottom: 0;
	margin: auto;
}



.main_img {
	background-image: url(../img/equ01img.jpg);
}

.main_img02 {
	background-image: url(../img/equ02img.jpg);
}

.main_img03 {
	background-image: url(../img/equ03img.jpg);
}

.set-01 {
	width:45%;
	float:left;
}

.set-02 {
	width:45%;
	float: right;
}

.table05 td a {
	background-color:#e6d104;
	display:block;
	text-align:center;
	color:#000000;
}

.table05 td a:hover {
	opacity:0.8;
}


@media screen and ( max-width:700px )
{

.set-01 {
	width:100%;
	float:none;
}

.set-02 {
	width:100%;
	float:none;
}
}