@charset "utf-8";
.ctg_ttl{
	font-size: 35px;
	text-align: center;
	margin-top: 100px;
}
.ctg_ttl h2,
.ctg_ttl h3{
	display: inline-block;
}
.item_num{
	font-size: 13px;
	margin-top:10px;
        letter-spacing:2px;
}
.item_wrapp{
	margin:60px auto 0;
	overflow: hidden;
	margin-bottom: 50px;
	width: 100%;
	max-width: 1230px;
}
.item_box{
	float: left;
	width: 24.25%;
	margin-right: 1%;
}
.item_box:hover{
	opacity:.5;
}

.item_box:nth-child(4n+4){
	margin-right:0;	
}
.item_photo{
	width:100%;
	height: auto;
}
.item_photo img{
	width: 100%;
	height: auto;
}
.item_detail{
	font-size: 13px;
	height:105px;
	margin-top: 15px;
}
.new_i{
    font-size: 10px;
    background-color: #000;
    display: inline-block;
    padding: 2px 3px 2px 3px;
    border: 1px solid #000;
    margin-top:10px;
    margin-right:2px;
    color:#FFF;
}
.sold_out{
    font-size: 10px;
    display: inline-block;
    padding: 2px 3px 2px 3px;
    border: 1px solid #000;
    margin-top:10px;
}
.item_name{
margin-bottom: 5px;
line-height: 1.4;
}
.item_name a:hover{
color:#000;
}
.price{
	padding-left: 20px;	
}

.pager{
	display: table;
	margin: 50px auto 100px;
}
.pager a{
	display: inline-block;
	padding:10px;
}
.box_none{
	text-align: center;
	padding: 100px 0;
}
@media screen and (max-width: 900px) {
.item_wrapp{
	width: 94%;
}
.item_box{
	width: 32%;
	margin-right: 2%;
}
.item_box:nth-child(4n+4){
	margin-right: 2%;
}
.item_box:nth-child(3n+3){
	margin-right:0;
}
.item_detail{
	font-size: 12px;
	height:100px;
}
}

@media screen and (max-width: 767px) { 
.ctg_ttl{
	font-size:24px;
	margin-top: 50px;
}
.ctg_ttl h2,
.ctg_ttl h3{
	display:block;
}
.ctg_ttl span{
	display: none;
}
.item_wrapp{
	margin:60px auto 0;
	margin-bottom: 50px;
	width: 96%;
}
.item_box{
	float:none;
	width:100%;
	margin-bottom:2%;
	display: table;
}
.item_photo,
.item_detail{
	display: table-cell;
	vertical-align:middle;
	width: 50%;
}
.item_detail{
	padding-left:20px;
	padding-right: 10px;
}
.item_name{
margin-bottom:10px;
}
}