@charset "UTF-8";

/*
=====================================================================
	アイホーム　アイ・ホーム家づくりなど紹介
=====================================================================
*/



/* ============================================================================================== */
@media print, screen and (min-width:641px) {

/* contents
---------------------------------------------------------------------- */
#contents .mediaWrapper{
	text-align:center;
	margin-bottom:100px;
	}

#contents h2{
	margin-bottom:50px;
	}

#contents h3{
	font-weight:bold;
	margin-bottom:30px;
	font-size:20px;
	text-align:center;
	}



}



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


/* contents
---------------------------------------------------------------------- */
#contents .mediaWrapper{
	text-align:center;
	margin-bottom:100px;
	}

#contents h2{
	margin-bottom:50px;
	}

#contents h3{
	font-weight:bold;
	margin-bottom:30px;
	font-size:16px;
	text-align:left;
	}

}














