/* 非表示用css */
.hidden_parts {
    display: none !important;
 }
 
 
 /* 画像の大きさの調整は以下のCSSをいじってください。中はデフォルトの大きさです */
 
 /* 画像小 */
 .img_s {
 	width:80px !important;
 
 }
 
 /* 画像大 */
 .img_l {
 	width:360px !important;
 
 }
 
 /* 画像小の親要素 画像より10px大きい */
 .img_area_s {
 	width:90px !important;
 
 }
 
 /* 画像大の親要素 画像より10px大きい */
 .img_area_l {
 	width:370px !important;
 
 }	