@charset "shift_jis";

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/

@media screen and (max-width: 640px) {
#contents div.image400 {
	max-width : 400px;
}
｝