@charset 'utf-8';
/* akiya */



/* section 00
	------	------	------	------	------	------ */
.sec00 {
	margin-bottom: 57px;
}
.sec00 h2 {
	margin-bottom: 30px;
	text-align: center;
}
.sec00 figure {
	margin-bottom: 45px;
}
.float_box {
	padding: 30px 0 50px;
}



/* section 01
	------	------	------	------	------	------ */
.sec01 {
	margin-bottom: 70px;
}
.sec01 p {
	margin: -5px 0 25px;
}
.items {
	overflow: hidden;
}
.items ul {
	width: 1030px;
}
.items li {
	float: left;
	margin: 0 30px 35px 0;
	width: 222px;
}
.items li a {
	display: block;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	transition-duration: 0.5s;
}
.items li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.items li .photo {
	display: block;
	margin-bottom: 7px;
}
.items li .photo img {
	width: 100%;
}
.items li .title {
	display: block;
	height: 1em;
}



/* sp
	------	------	------	------	------	------ */
@media only screen and (max-width:640px){



	/* section 00
		------	------	------	------	------	------ */
	.sec00 {
		margin-bottom: 30px;
	}
	.sec00 h2 {
		margin-bottom: 0;
		text-align: center;
	}
	.sec00 > p {
		margin: 0 15px 10px;
	}
	.sec00 figure {
		margin-bottom: 20px;
	}
	.float_box {
		padding: 15px 0 0;
	}
	.float_box.col2img .box:first-child {
		margin-bottom: 2px;
	}
	
	
	
	/* section 01
		------	------	------	------	------	------ */
	.sec01 {
		margin-bottom: 0;
	}
	.sec01 p {
		margin: 0 15px 15px;
	}
	
	.items {
		margin-right: -15px;
		overflow: hidden;
	}
	.items ul {
		margin: 0 auto;
		width: 305px;
		text-align: center;
	}
	.items li {
		margin: 0 10px 20px 0;
		width: 140px;
		height: 142px;
	}
	.items li a {
		display: block;
		font-size: 15px;
		color: #000;
		text-decoration: none;
		transition-duration: 0.5s;
	}
	.items li a:hover {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-ms-filter: "alpha(opacity=60)";
	}
	.items li .photo {
		display: block;
		margin-bottom: 7px;
	}
	.items li .photo img {
		width: 100%;
	}
	.items li .title {
		display: block;
		height: 1em;
		font-size: 12px;
		line-height: 19px;
		text-align: left;
	}


}


