@charset "utf-8";


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


/*-------------------------------------
施主様へ
------------------------------------- */

.owner_contents {
	max-width: 840px;
	overflow: hidden;
}

.owner_contents p:last-child {
	margin-bottom: 0;
}

#floatbox img {
	float: left;
	width: 30%;
	margin-right: 5%;
}

#floatbox img:last-child {
	margin-right: 0;
}

#owner_images {
	margin-bottom: 60px;
}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

	#floatbox {
		text-align: center;
	}

	#floatbox img {
		float: none;
		width: 100%;
		max-width: 313px;
		margin-right: 0;
		margin-bottom: 40px;
	}
	
	#owner_images {
		margin-bottom: 0px;
	}

}



