@charset "utf-8";

/*-----------------------------------------------------
Content
-------------------------------------------------------*/
#Content{
	width: 100%;
}
#Main{
	overflow: hidden;
	margin: 0 12px;
}

/*-------------------------------------
item
---------------------------------------*/
#Main div.item-list{
	overflow: hidden;
}
#Main div.item{
	visibility: hidden;
	margin: 0 0 6px;
	font-size: 92%;
	font-weight: 500;
	font-family: 'Noto Sans Japanese';
	line-height: 145%;
	background: #fff;
}
#Main div.item a{
	display: block;
	position: relative;
	margin: 0 3px;
	padding: 0 0 25px;
	color: #363636;
	text-decoration: none;
	border: 1px solid #363636;
}
#Main div.item div.picture{
	position: relative;
	text-decoration: none;
}
#Main div.item div.picture img{width:100%; height: auto;}

#Main div.item div.picture p.detail{
	width: 100%;
	position: absolute;
	display: none;
	margin: 40px 0 0;
	top:50%;
	left:0;
	font-size: 150%;
	text-align: center;
}
#Main div.item p.ttl{
	width: 100%;
	padding: 0 7px 0 8px;
	margin: 10px 0 0 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
#Main div.item p.new{
	height: 13px;
	position: absolute;
	bottom: 5px;
	left:-4px;
}
#Main div.item p.new img{
	width: auto;
	height: 100%;
}
#Main div.item p.price{
	position: absolute;
	right:8px;
	bottom:4px;
	color: #363636;
	font-size: 90%;
}
#Main div.item.koto p.price{
	width: 30px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/ico_koto.png) no-repeat 100% 0;
	background-size: 21px 11px;
}

/* itemA */
#Main div.item.itemA{
	width: 100%;
}

/* itemB */
#Main div.item.itemB,
#Main div.item.itemC{
	width: 50%;
	float: left;
}

/* symbolicon */
#symbolicon{
	position: absolute;
	top:50%;
	left:50%;
}
#symbolicon svg{
	width: 200px;
	height: auto;
	margin: -105px 0 0 -100px;
}

/*-------------------------------------
pager
---------------------------------------*/
#Main div.item-list div.pager{
	clear: both;
	padding: 27px 0 0;
	text-align: center;
	position: relative;
}
#Main div.item-list div.pager a{
	color: #bebebe;
	text-decoration: none;
	font-family: 'Noto Sans Japanese';
}
#Main div.item-list div.pager a:hover{
	color: #363636;
}
#Main div.item-list div.pager p{
	height: 23px;
	padding: 1px 0;
}
#Main div.item-list div.pager p a{
	height:100%;
	display:block;
}
#Main div.item-list div.pager p.prev{
	position: absolute; left: 4px; bottom: 0;
}
#Main div.item-list div.pager p.next{
	position: absolute; right: 4px; bottom: 0;
}
#Main div.item-list div.pager p.prev a img,
#Main div.item-list div.pager p.next a img{
	width: auto;
	height: 100%;
	opacity:0.3;
}

#Main div.item-list div.pager ul,
#Main div.item-list div.pager ul li{
	display: inline-block;
	vertical-align: middle;
}
#Main div.item-list div.pager ul li{
	margin: 0 3px;
	font-size: 108%;
	font-weight: 400;
}
#Main div.item-list div.pager ul li a{
	width: 24px;
	height: 24px;
	display: block;
	border: 1px solid #dcdcdc;
	line-height: 24px;
}
#Main div.item-list div.pager ul li a:hover{
	color: #bebebe;
}

/* hover,active */
#Main div.item-list div.pager ul li.active a{
	color: #363636;
	border: 1px solid #363636;	
}

/*-------------------------------------
link
---------------------------------------*/
#Main div.link{
	margin: 30px 3px 0;
}