/* カテゴリ・グループのフリースペース内全体の指定 */
.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;
  font-size:15px;
  line-height:180%;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}

#cat-ju{
	background-image:url(https://img21.shop-pro.jp/PA01393/633/etc/cat-ju-bg.jpg?cmsp_timestamp=20170825164605);
	width:700px;
	height:604px;
	position:relative;
    margin-bottom:50px;
    clear:both;
}
#cat-ju h1 {
	position:absolute;
    font-size:32px;
    font-weight:bolder;
	line-height:160%;
    margin-top:15px;
	margin-left:40px;
	width:360px;
	height:300px;
    color:#fff;
}

