* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
html {
	overflow-y:scroll;
}
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	vertical-align: text-bottom;
	border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
a{
	color: #000000;
}

#categoryTopArea{
	width: 700px;
	margin: 0 auto;
}
#categoryTopArea .title{
	margin: 0 auto 16px;
}

/* --- itemList --- */

.itemList{
	width: 700px;
	border-top: solid 1px #cccccc;
}
.itemList li{
	width: 233px;
	float: left;
}
.itemList li:nth-child(3n+1){
	clear: both;
}
.itemList li>span{
	display: block;
    height: 254px;
	padding: 12px 6px 4px;
	text-decoration: none;
	border: solid 1px #cccccc;
	border-left: none;
	border-top: none;
	box-sizing: border-box;
}
.itemList li.line-one>span{
    height: 322px;
}
.itemList li:nth-child(3n+1)>span{
	border-left: solid 1px #cccccc;
}
.itemList li .mainImg{
    /*width: 221px;
    min-height: 160px;*/
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #ffffff;
/*    border: solid 1px #cccccc;*/
    box-sizing: border-box;
}.itemList li .mainImg img{
    width: 176px;
	height: 134px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.itemList li .textArea{
	margin: 8px 0 0;
}
.itemList li .textArea .itemTitle{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 8px 0 6px;
	margin: 0 0 8px;
	border-bottom: solid 1px #cccccc;
}
.itemList li .itemCatchcopy{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 8px;
}
.itemList li .textArea .itemText{
	font-size: 12px;
	line-height: 1.6;
	height: 2.6em;
	margin-bottom: 8px;
	text-align: justify;
    text-justify: inter-ideograph;
}
.itemList .itemPrice{
    width: 219px;
	color: #ff0000;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 6px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.itemList .itemPrice table{
	width: 100%;
	font-size: 12px;
	margin: 0 auto;
}
.itemList .itemPrice table th{
	color: #000000;
	width: 145px;
	text-align: left;
}
.itemList .itemPrice table th small{
	font-size: 9px;
	margin: 0 0 0 4px;
}
.itemList .itemPrice table th span.price{
    width: 105px;
    display: block;
    float: right;
    color: #ff0000;
    text-align: right;
}
.itemList .itemPrice table a{
	display: block;
    padding: 4px 0 4px 8px;
    text-decoration: none;
    background: url(https://image.rakuten.co.jp/look-it/cabinet/00650491/series/face-paper/triangle.jpg) no-repeat left center;
}
.itemList .itemPrice table a:hover{
	background: #ffff33 url(https://image.rakuten.co.jp/look-it/cabinet/00650491/series/face-paper/triangle.jpg) no-repeat left 2px center;
}

.iconList{
	margin: 0 0 8px;
	text-align: center;
}
.iconList li{
	float: none !important;
	width: auto !important;
	display: inline-block;
	margin: 0 0 0 4px !important;
	border: solid 1px #cccccc;
}
.iconList li:nth-child(3n+1){
	margin-left: 4px !important;
	clear: none !important;
}
.iconList li:nth-child(7n+1){
	margin-left: 0 !important;
}
