@charset "utf-8";
/* CSS Document */

#lp_article {
	position: relative;
}
#lp_article h1 {
	z-index:1;
	position: relative;
	text-align:center;
}
#lp_article #mainBox {
	width: 692px;
	margin: 0px auto;
    padding-top: 90px;
	border:4px solid #fe0000;
	background-image:url(../images/pd_back.png),url(../images/back.png) ;
    position: relative;
	top:-70px;
	z-index:0;
}

#lp_article #mainBox #content {
	width:95%;
	display:block;
	margin:0 auto;
}
#lp_article #content .mix{
    display: none;
}

/*絞込み*/
#lp_article #content table {
	width: 100%;
	margin: 10px 0px;
    position: relative;
}

#lp_article #content table th {
/*	width:20%;*/
	width: 13%;
	font-weight: bold;
	vertical-align: middle;
	background-color:#efff3c;
	border-right:1px dashed #666666;
}
#lp_article #content table td {
	padding: 5px;
	vertical-align:middle;
	background-color:#ffe9eb;
	border-top:1px solid #ffffff;
}

#lp_article #content table tr:first-of-type td{
	border:none;
}

#lp_article #content table td.cate{
	color:#fe0000;
	font-size:10px;
	width: 1em;
	line-height: 1em;
	padding-right: 5px;
}

#lp_article #content table td p {
	display: inline-block;
	cursor: pointer;
	padding-right:5px;
	line-height: 1.5em;
}
#lp_article #content p.filter.active {
    font-size: 13px;
    font-weight: bold;
    color: #FE0000;
}
#lp_article #content p.filter.active:before {
    content:"";
    border-color: transparent transparent transparent #f00;
    border-style: solid;
    border-width: 5px;
    display:inline-block;
}
#lp_article #content table td p:after {
	content:"|";
	color: #FDC3C9;
	margin-left:4px;
}
#lp_article #content table td p:last-of-type:after {
	content:"";
}
#lp_article #content table td p:hover {
	color: #ddd;
}

#lp_article #content table:before {
	position: absolute;
	bottom: 16px;
	z-index: -1;
	content: '';
	width: 15%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0,0,0,.5);
}
#lp_article #content table:before {
	left: 3px;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
#lp_article #content p.sort.active {
    font-size: 13px;
    font-weight: bold;
    color: #FE0000;
}
	
/*商品*/

#Container {
	margin-top:30px;
}

#Container ul {
	overflow:hidden;
	margin-top:30px;
	padding-left:5px;
	text-align:justify;
}
#Container .mix{
    display: none;
}
#Container li {
	width: 22%;
	height: 252px;
	position:relative;
	vertical-align: top;
	line-height: 1.2em;
	padding:3px;
	margin-right: 7px;
	margin-bottom:10px;
	border:1px solid #fe0000;
	border-bottom:4px solid #fe0000;
	border-right:4px solid #fe0000;
	background-color:#FFF;
	float: left;
}

#Container li a {
	width: 102%;
	height:102%;
	top:-1px;
	left:-1px;
	position: absolute;
	display: block;
	margin: 0px auto;
	transition: background-color 0.3s linear;
	background: rgba(255, 255, 255, 0);
	z-index:2;
}

#Container li a:hover {
	background: rgba(255, 255, 255, 0.4);
}

#Container li img {
	width:100%;
}
#Container li span {
    vertical-align: top;
}
#Container li span.item {
	display:block;
	height:32px;
	overflow: hidden;
	text-align: left;
	line-height:1.4em
}

#Container li p {
	text-align:center;
	height:52px;
	width: 43px;
	position:absolute;
	top:-1px;
	left:-1px;
	padding-right: 6px;
	padding-top:3px;
	color:#FFF;
	font-weight:bold;
	background-image:url(../images/icon_back2.png);
}
#lp_article #Container li p.off:after {
	content:"off";
	display: block;
	/* margin-top:5px; */
	line-height: 1.1em;
}
#lp_article #Container li p.off span{
	font-size:18px;
	line-height:1.2em;
}
#lp_article #Container li p.off span:after{
	content:"%";
	font-size:12px;
}
#lp_article #Container li p.openP:after {
	content:"Down";
	display: block;
	/* margin-top:5px; */
	line-height: 0;
}
#lp_article #Container li p.openP span{
	font-size: 13px;
	line-height: 2em;
}
#lp_article #Container li p.openP span:after{
	content:"";
	font-size:12px;
}

#Container span.brand {
	display:block;
	font-size:10px;
	color:#333;
	padding:3px 0;

}

#Container strong:before {
	content:"価格(税込)";
	display:block;
	color:#fe0000;
	font-size:10px;
	text-align: left;
	letter-spacing: 0.2em;
	line-height:160%;
}

ul#pd_item li strong {
	display:block;
	width:95%;
	text-align:right;
	font-size: 28px;
	font-weight: bold;
	color: #ff0000;
	line-height: 100%;
	background-image:url(../images/back_line.png);
	background-repeat:no-repeat;
	background-position:100% 100%;
	position: absolute;
	bottom: 2px;
}

p.go_top {
	background-image:url(../images/btm_back.png);
	position:relative;
	top:-70px;
	box-shadow:0px 5px 2px -2px #cccccc inset;
	-moz-box-shadow:0px 5px 2px -2px #cccccc inset;
	-webkit-box-shadow:0px 5px 2px -2px #cccccc inset;
	/*z-index:-1;*/
}

p.go_top a {
    color: #fe0000;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6em;
    display: block;
    width: 30%;
    padding: 3px 10px 0 0;
	text-align: right;
    background-color: #efff3c;
	margin-left:auto;
	box-shadow:0px 5px 2px -2px #cccccc inset;
	-moz-box-shadow:0px 5px 2px -2px #cccccc inset;
	-webkit-box-shadow:0px 5px 2px -2px #cccccc inset;
}


/*スマホ用------------------------------------------------*/
@media screen and (max-width: 640px){
	#lp_article h1 img {
		width: 100%;
	}
	#lp_article #mainBox {
		width: 100%;
		box-sizing: border-box;
	}

/*絞込み -----------------------------------------*/
	#lp_article #content table:before {
		display: none;
	}
	#lp_article #wrapper #content tr {
		display: block;
	}
	#lp_article #content table th {
		display: block;
		width: 100%;
		border-right: none;
		padding: 2px 0px;
		line-height: normal;
	}
	#lp_article #content table td {
		width: 100%;
		display: block;
		box-sizing: border-box;
		border-top: 0px;
	}
	#lp_article #content table td.cate,
	#lp_article #content table tr:first-of-type td.cate {
		width: 100%;
		padding: 10px 0 3px 5px;
		border-bottom: 1px solid #fff;
		font-weight: bold;
	}
	#lp_article #content table td[id$="S"] {
		border: none;
		padding: 5px 5px 0px 15px;
	}
	#lp_article #content table td[id$="S"] {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		text-align: left;
		justify-content: flex-start;
	}
	#lp_article #content table td p {
		padding-right: 5px;
		margin-bottom: 5px;
	}
	#lp_article #content table td p:after {
		margin-left: 5px;
	}

/*割引率 -----------------------------------------*/
	#lp_article #Container li p {
		background: #ff0000;
		height: 18px;
		width: 80px;
		font-size: 12px !important;
		left: inherit;
		right: 0;
		padding: 2px 0px;
	}
	#lp_article #Container li p:after {
		display: inline !important;
		font-size: 12px !important;
	}
	#lp_article #Container li p.off span {
		font-size: 17px;
		padding-right: 5px;
	}
	#lp_article #Container li p.openP span {
		font-size: 12px;
		line-height: normal;
		padding-right: 5px;
	}

/*商品一覧 -----------------------------------------*/
	#lp_article #Container ul {
		padding: 0;
	}
	#lp_article #Container li {
		margin-right: 0;
		width: 100%;
		float: none;
		overflow: hidden;
		height: initial;
		box-sizing: border-box;
	}
	#lp_article #Container li img {
		display: block;
		width: 100px;
		float: left;
	}
	#lp_article #Container li > span,#lp_article ul#pd_item li strong {
		width: 65%;
		margin-left: 110px;
		box-sizing: border-box;
		padding-right: 5px;
	}
	#lp_article #Container span.brand {
		border-bottom: 1px solid #ddd;
		padding-bottom: 3px;
		margin-bottom: 3px;
	}
	#lp_article #Container strong:before {
		display: inline-block;
		position: absolute;
		left: 27px;
		bottom: 0;
	}
}