#image01{ width:800px; } /* 色紙サンプル */
#image02{ width:400px; } /* 色替えサンプル */

/* スマホの画面サイズ用CSS */
@media only screen and (max-width: 767px){
#image01{ width:400px; } /* 色紙サンプル */
#image02{ width:300px; } /* 色替えサンプル */
}