/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  margin: 0;
    padding: 0;
  padding-bottom: 32px;
  margin-bottom: 20px;
    background: white;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.cg_freespace_02 {
  margin: 0;
    padding: 0;
  padding-bottom: 32px;
    background: white;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.cg_freespace_01 a,
.cg_freespace_02 a {
  text-decoration: underline;
}

/* カテゴリ・グループのフリースペース内の<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;
}
div.item_box {
    margin: 4px;
    width: 244px;
    background-color: #fff;
    padding: 0;
}
.item_box .item_image img{
    width: 100%;
    margin: 0;
    padding: 7px;
    border: none;
    box-sizing: border-box;
}
.item_box .item_detail {
  margin:0;
  border:none;
}
.item_box .item_detail .item_name {
	margin: 0 0 4px;
}
.item_box .item_detail .item_price {
    width: 100%;
    margin: 0px auto 17px;
}


#main .cg_freespace_01 img.product-img {
	display:block;
  width:100%;
  height:auto;
  margin:0;
}
#main .now_buy_button {
    position: absolute;
    display: flex;
    right: 30px;
    top: 480px;
    width: 142px;
    height: 39px;
    font-size: 14px;
    line-height: 46px;
    padding: 3px 8px;
    background: white;
    font-weight: bold;
    text-align: center;
    border: 1px solid #707070;
  cursor:pointer;
  transition:.2s;
      justify-content: center;
}
#main .now_buy_button:hover{
  text-decoration:none;
  color:#000;
  background:#EBD74F;
}
#main .now_buy_button img {
    width: 27px;
    height: 28px;
    margin: 4px;
}
#main .now_buy_button span {
    font-size: 17px;
    line-height: 42px;
}