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

.nav04 > p{
	color: #e6d104;
}

.nav04{
	position: relative;
}

.nav04: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/saf01img.jpg);
}

.naiyo-bb-img img {
	width:100%;
}

.ele-n {
	width:48%;
	float:left;
}

.ele-img {
	width:48%;
	float:right;
}



.ele-n p {
	margin-bottom:20px;
}

.ele-img li {
	width:48%;
	float: left;
	margin-right:2%;
	margin-bottom:10px;
}

.ele-img img {
	width:100%;
}


@media screen and ( max-width:700px )
{
.ele-n {
	width:100%;
	float:none;
}

.ele-img {
	width:100%;
	float:none;
}
}
