@charset "euc-jp";

/* 769px以上（PC） */
@media screen and (min-width:769px) {
#contents_box{
	width:980px;
	height:auto;
}
#contents_left{
	width:220px;
	float:left;
}
#contents_right{
	width:730px;
	float:right;
}
.item_box{
	width:166px;
	float:left;
	margin:0 22px 0 0;
}
.box_last{
	margin-right:0 !important;
}
/* item */
.item_image{
	margin:0 0 5px;
}
.item_image a:hover img{
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.item_detail{
	text-align:center;
	margin:0 0 20px;
}
.item_name{
	
}
.item_price{
	
}

/* LeftTitle */
.subCatArea{
	margin:0 0 20px;
}
.subCatArea p{
	padding:10px 15px;
	border-bottom:1px dotted #c1c1c1;
}
.subCatArea h3{
	font-weight:normal;
	font-size:1.3em;
	padding:15px;
	letter-spacing:2px;
	text-align:left;
	border-top:3px solid #333;
	border-bottom:1px dotted #c1c1c1;
}

/* FreeSpace */
.cg_freespace_01,
.cg_freespace_02{
	padding:15px 20px;
	margin:0 0 20px;
	line-height:160%;
	background-color:#eee;
}


/* sortArea
-----------------------*/
.sortArea{
}
/* sort tit */
.sortArea p{
	display:inline;
}
/* sort off */
.sortArea a{
	margin-left:5px;
	padding:5px;
	display:inline-block;
}
.sortArea a:hover{
	background-color:#eee;
	text-decoration:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
/* sort on */
.sortArea span{
	margin-left:5px;
	padding:5px;
	display:inline-block;
	color:#fff;
	background-color:#333;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

/* pagerArea
-----------------------*/
.pagerArea{
  text-align: right;
  padding:5px 0;
}
.pagerArea a{
	text-decoration:none;
	font-size:0.8em;
	padding:5px 10px;
}
.pagerArea a:hover{
	color:#999;
}
/* pagerAreaBtm
-----------------------*/
.paBtm{
	clear:both;
}


/* sortPagerBox
-----------------------*/
.sortPagerBox{
	height:auto;
	margin:0 0 20px;
}
.sortPagerBox div{
	width:365px;
	float:left;
}

}
/* 768px以内（iPad） */
@media screen and (max-width:768px) {
#contents_left{
	display:none;
}
.mainImgSp{
	display:none;
}
.commonH2{
	margin-top:-0.45em;
}
.item_box{
	width:21%;
	margin:0 2% 1em;
	float:left;
	text-align:center;
}
.item_image{
	margin:0 0 0.5em;
}
/* FreeSpace */
.cg_freespace_01,
.cg_freespace_02{
	padding:10px;
	margin:1em;
	background-color:#eee;
}
/* sortArea
-----------------------*/
.sortArea{
	margin:0 1em 1em;
}
/* sort tit */
.sortArea p{
	display:inline;
}
/* sort off */
.sortArea a{
	margin-left:5px;
	padding:5px;
	display:inline-block;
}
/* sort on */
.sortArea span{
	margin-left:5px;
	padding:5px;
	display:inline-block;
	color:#fff;
	background-color:#333;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
/* pagerArea
-----------------------*/
.pagerArea{
  text-align: center;
  margin:0 0 1em;
}
/* pagerAreaBtm
-----------------------*/
.paBtm{
	clear:both;
}

}
/* 640px以内（iPhone） */
@media screen and (max-width:640px) {
.item_box{
	width:46%;
}
}
