/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:20px 0 20px 0;
}
.cg_freespace_02 {
	padding:10px 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 0;
	padding:0;
}
@media only screen and (max-width: 768px){  
.item_photo, .jquery-hover {
 width: 450px;
}
.item_box {
 width: 450px;
padding-bottom: 40px;  
 padding-right: 60px;
}  
.item_box:nth-of-type(2n){
padding-right: 0px;
}
.item_detail p.item_name, .item_detail p.item_description, .item_detail p.item_price{
width: 450px;  
font-size: 19px;
padding-bottom: 13px 
}
  .item_detail p.item_name{
  padding-top: 15px;   
}  
}