/* カテゴリ・グループのフリースペース内全体の指定 */
.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;
}
.freespace {
margin: 40px 0;
}
.freespace p {
font-size: 14px;
text-align: center;
}
.freespace p.bold {
font-weight: bold;
font-size: 20px;
}
.pagination {
width: 100%;
margin-top: 20px;
border-top: 1px dotted #000;
border-bottom: 1px dotted #000;
font-size: 14px;
text-align: center;
position: relative;
padding: 10px 0;
}
.pagination a {
color: #00bbbb;
}
.pagination .previouspostslink {
position: absolute;
left: 0;
background: url(../../etc/page_prev.png) no-repeat left center;
padding-left: 15px;
}
.pagination .nextpostslink {
position: absolute;
right: 0;
background: url(../../etc/page_next.png) no-repeat right center;
padding-right: 15px;
}
.pagination .previouspostslink , .pagination .nextpostslink,
.pagination .previouspostslink:visited , .pagination .nextpostslink:visited {
text-decoration: none !important;
color: #000 !important;
}
.product_box2 {
float: left;
background: #fff;
text-align: center;
padding: 15px;
width: 220px;
margin-right: 5px;
margin-bottom: 5px;
min-height: 265px;
}
.product_box2 .thumb {
  text-align: center;
  height: 145px;
  vertical-align: middle;
margin-bottom: 20px;
}
.product_box2 img {
height: 100%;
}
.product_box2 p.title {
  font-size: 14px;
  font-weight: bold;
text-align: left;
}
.product_box2 p.title a {
text-decoration: none;
}
.product_box2 p.title a img {
width: 15% !important;
}
.product_box2 p.price {
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  color: #000;
text-align: left;
}
@media screen and (max-width:640px){
.product_box2 {
  padding: 3%;
  width: 43%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.product_box2.mr0,.product_box2:nth-child(even) {
  margin-right: 2% !important;
}
.product_box2:nth-child(odd) {
  margin-right: 0 !important;
}
.pagination {
border: 0;
padding-bottom: 20px;
}
.pagination .previouspostslink, .pagination .nextpostslink, .pagination .previouspostslink:visited, .pagination .nextpostslink:visited {
    text-decoration: underline !important;
    color: #808080 !important;
}
.pagination .previouspostslink {
position: absolute;
bottom: -10px;
left: 10%;
padding-right: 5%;
<!--border-right: 1px solid #000;-->
}
.pagination .nextpostslink {
position: absolute;
bottom: -10px;
right: 10%;
}


}



/*サブカテゴリ・サブグループ*/
.sub_category_area,
.sub_group_area {
  margin-bottom: 40px;
}
.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
	width: 49.5%;
	text-align: center;
  background: #ffffff;
}
.sub_category_area div.sub_category:nth-of-type(n+2),
.sub_group_area div.sub_group:nth-of-type(n+2) {
  margin-left: 1%;
}
.sub_category_area div.sub_category:nth-of-type(2n+1),
.sub_group_area div.sub_group:nth-of-type(2n+1) {
  margin-left: 0;
	clear: both;
}
.sub_category_area div.sub_category:nth-of-type(n+3),
.sub_group_area div.sub_group:nth-of-type(n+3) {
  margin-top: 1%;
}
.sub_category_area div.sub_category a,
.sub_group_area div.sub_group a {
  display: block;
  box-sizing: border-box;
  padding: 6px 0;
  text-decoration: none;
  background: #00616c;
	border: 2px solid #00616c;
  color: #ffff;
  font-size: 15px;
  font-weight: bold;
}
.sub_category_area div.sub_category a:hover,
.sub_group_area div.sub_group a:hover {
  border: 2px solid #00616c;
	color: #00616c;
	background: #ffffff;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc;
}

@media screen and (max-width: 640px) {
	.sub_category_area div.sub_category,
	.sub_group_area div.sub_group {
	  float: none;
		width: 100%;
		margin: 0;
	}
	.sub_category_area div.sub_category:nth-of-type(n+2),
	.sub_group_area div.sub_group:nth-of-type(n+2) {
	  margin-top: 10px;
		margin-left: 0;
	}
}