/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding-left: 15px;
  margin:20px 0 20px 0;
  text-align: left;
  font-size: 20px;
  color:#454444;
  font-weight:lighter;
  font-family: 'Chelsea Market', cursive;
}
.cg_freespace_02 {
  padding-left: 10px;
  margin:20px 0 20px 0;
  text-align: left;
  font-size: 20px;
  color:#454444;
  font-weight:lighter;
  font-family: 'Chelsea Market', cursive;
}
}
/* カテゴリ・グループのフリースペース内の<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;
}