@charset "UTF-8";


/*画像
-----------------------------------------*/
main img {
vertical-align: bottom;
}

/* 文章＋画像設定
-----------------------------------------*/
article h3 { clear: both; 
}
article img {
	margin: 0 20px 20px 0;
	float:left;
}
article p {
	clear:none;
	display:inline-block;
	float:left;
	width:420px;
}
