/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2025 | 16:50:11 */
#left-box {
  width: 100%;
  overflow: hidden;/*float解除*/
}
#left-box .space {
  float: left;/*画像の位置を右下にしたい場合はright*/
  height: 8.3em/*画像上の余白の高さ*/
}
#left-box .img {
  float: left;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  margin: 1.2em 1.2em 0 0;/*画像の周りの余白*/
}