@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;
}

#owner_images {
	margin-bottom: 60px;
}
#owner_images img {
	width: 100%;
}



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



}





