/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}




.item_price {
  line-height: 1.5;
  /* できるだけ自然に折り返す（対応ブラウザが広い順に指定） */
  overflow-wrap: anywhere;     /* 近年のブラウザ */
  word-break: break-word;      /* 互換用 */
  white-space: normal;         /* 改行を有効化 */
}

.item_price .price-range,
.item_price .price-single {
  display: inline;
}
