@charset "utf-8";

/*-----------------------------------------------------
Content
-------------------------------------------------------*/
#Content{
	width: 1100px;
}
#Main{
	margin: 0 0 0 50px;
}
#Side{
	margin: 0 50px 0 0;
}

/*-------------------------------------
item
---------------------------------------*/
#Main div.item-list{
	width:754px;
}
#Main div.item{
	visibility: hidden;
	margin: 0 12px 12px 0;
	font-size: 116%;
	font-weight: 500;
	font-family: 'Noto Sans Japanese';
	background: #fff;
}
#Main div.item a{
	display: block;
	position: relative;
	padding: 0 0 37px;
	border: 1px solid #363636;
	color:#363636;
	text-decoration: none;
}
#Main div.item a:hover{
	color:#51789b;
	text-decoration: underline;
}
#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: 128%;
	text-align: center;
}
#Main div.item p.ttl{
	width: 100%;
	padding: 0 10px 0;
	margin: 10px 0 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	text-align: justify;
}
#Main div.item p.new{
	height: 20px;
	position: absolute;
	bottom: 12px;
	left:-4px;
}
#Main div.item p.new img{
	width: auto;
	height: 100%;
}

#Main div.item p.price{
	position: absolute;
	right:12px;
	bottom:10px;
}
#Main div.item p.price{
	color: #363636;
}
#Main div.item.koto p.price{
	width: 30px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/ico_koto.png) no-repeat 0 0;
	background-size: 30px 16px;
}

/* itemA */
#Main div.item.itemA{
	width: 740px;
}

/* itemB */
#Main div.item.itemB{
	width: 364px;
	float: left;
}

/* itemC */
#Main div.item.itemC{
	width: 238px;
	float: left;
	margin-right: 13px;
}

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

/* ie icon */
#Main div.item p.icon{
	width: 124px;
	height: 106px;
	position: absolute;
	top:50%;
	left:50%;
	margin: -70px 0 0 -62px;
	display: none;
	background: url(../common/images/dt/ico_item.png) no-repeat 0 0;
}

/*-------------------------------------
pager
---------------------------------------*/
#Main div.item-list div.pager{
	clear: both;
	padding: 18px 0 0;
	text-align: center;
}
#Main div.item-list div.pager p,
#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 a{
	color: #bebebe;
	text-decoration: none;
	font-family: 'Noto Sans Japanese';
	transition: all .2s linear;
}
#Main div.item-list div.pager a img{
	transition: all .2s linear;
	opacity:0.3;
}
#Main div.item-list div.pager a:hover img{
	opacity: 1;
}
#Main div.item-list div.pager p{
	padding: 5px 0;
}
#Main div.item-list div.pager p.prev a img,
#Main div.item-list div.pager p.next a img{
	width: auto;
	height: 20px;
}

#Main div.item-list div.pager ul{
	margin: 0 20px;
}
#Main div.item-list div.pager ul li{
	margin: 0 3px;
	font-size: 133%;
	font-weight: 400;
}
#Main div.item-list div.pager ul li a{
	width: 28px;
	height: 28px;
	display: block;
	border: 1px solid #dcdcdc;
	line-height: 175%;
}

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