@charset "utf-8";



@import url("../../common/css/reset.css");
@import url("../../common/css/base.css");






.works_photo_box {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
.works_photo_box img {
	width: 23%;
	float: left;
	margin: 1%;
}

.works_photo_box50 {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
.works_photo_box50 img {
	width: 48%;
	float: left;
	margin: 1%;
}





/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
.works_photo_box img {
	width: 48%;
}
.works_photo_box50 img {
	float: none;
	width: 98%;
}
h3 {
	font-size: 98%;
}

}
