@charset "utf-8";

/* -------------------------------------------------------------------------- */

#inside-nav-wrapper {
	position: static;
	height: 55px;
	padding: 0;
}

.icons {
	float: right;
	width: 460px;
}

.icons img {
	width: 100%;
	max-width: 25px;
}

.icons dl {
	float: right;
	overflow: hidden;
	margin: 10px 0 0;
	padding: 10px 0px;
	display: flex;
	align-items: center;
}

.icons dt,
.icons dd {
	/*float: left;*/
}

.icons dt {
	width: 30px;
	height: 25px;
}

.icons dd {
	width: 110px;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-right: 20px;
}

.icons dd:last-child {
	margin-right: 0;
}

#products,
#products section {
	clear: both;
}

#products section:first-child {
	margin-top: 0;
	padding-top: 5px;
	background: none;
}

#products section {
	background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left top;
}

#products h2 {
	float: left;
	margin: 30px 0;
	padding: 0 0 0 15px;
	line-height: 0;
	background: url(../../common/images/icon_dot_midium.png) no-repeat left center / 10px;
}

#products h2 img {
	height: 12px;
}

#products a {
	text-decoration: none;
}

#products ul.list li {
	float: left;
	width: 140px;
	height: 22em;
	margin-right: 20px;
	min-height: 280px;
	position: relative;
	margin-bottom: 20px;
}

#products ul.list li:nth-child(6n) {
	margin-right: 0;
}

#products ul.list li a:before,
#products ul.list li span.no-link:before {
	position: absolute;
	display: block;
	content: ".";
	width: 140px;
	height: 140px;
	/*background-image: url(../../common/images/image_frame_w140px_h140px.png);*/
	font-size: 0;
	line-height: 0;
	z-index: 1;
}

#products .items ul.list {
	clear: both;
}

#products h3 {
	line-height: 1.2em;
	margin: 0;
	padding: 15px 0 10px;
}

#products h3 span {
	/*font-size: 0.9em;*/
}

#products h3.limited,
#products h3.important {
	line-height: 1.4em;
}

#products h3.limited span,
#products h3.important span {
	font-weight: bold;
}

#products h3.limited span {
	color: #F00;
}


#products ul.list li p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
}

#products ul.list li img {
	opacity: 1;
	width: 100%;
	border-radius: 5px;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out;
	
	behavior: url(/common/js/lib/PIE.htc); /* IE6,7,8 */
	position:relative; /* IE6,7,8 */
}

#products .iconL {
	content: "";
	position: absolute;
	width: 50px;
	height: 24px;
	/*left: 3px;*/
	left: -6px;
	top: 5px;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

/*#products .ribbon {
	background-image: url(../images/ribbon_new.png);
}*/

#products .icon {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	right: 5px;
	top: 5px;
	z-index: 2;
	line-height: 0;
	font-size: 0;
	background-size: 25px;
}

#products .online {
	background-image: url(../images/icon_cart_k_anime.png);
}

#products .online-leconf {
	background-image: url(../images/icon_cart_r_anime.png);
}

#products ul.sup {
	clear: both;
	margin-bottom: 30px;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #F00;
}

#products #shoponly ul.sup {
	margin-bottom: 20px;
}

#products ul.sup li:before {
	content: "●";
}

.common-notice li.sup {
	color: #F00;
}

.cake-menu-link {
	clear: both;
	margin-bottom: 20px;
	font-weight: bold;
}

#products .cake-menu-link a {
	text-decoration: underline;
}

#products .cake-menu-link a:hover {
	text-decoration: none;
}
/*
#products .invisible {
    visibility: hidden;
}
*/


@media screen and (max-width: 980px) {

	#products ul.list li {
		width: calc(20% - 16px);
		height: 310px;
	}

	#products ul.list li:nth-child(6n) {
		margin-right: 20px;
	}

	#products ul.list li:nth-child(5n) {
		margin-right: 0;
	}

}

@media screen and (max-width: 767px) {

	#products ul.list {
		clear: both;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
	}

	#products ul.list:before,
	#products ul.list:after {
		content: "";
		width: calc(33.333% - 16px);
		display: block;
		margin-bottom: 0 !important;
	}

	#products ul.list:before {
		order: 2;
	}

	#products ul.list li {
		width: calc(33.333% - 16px);
		height: auto;
		margin-right: 0;
		margin-bottom: 30px;
	}

	#products ul.list li:nth-child(6n) {
		margin-right: 0;
	}

	#products h2 {
		float: none;
		margin-bottom: 10px;
	}

	#products #online h2 {
		margin-bottom: 0;
	}

	.icons {
		float: none;
		width: 100%;
	}

	.icons dl {
		float: none;
		margin: 0 0 20px;
	}

	.icons dd {
		width: calc(100% - 30px);
	}

}

@media screen and (max-width: 540px) {

	#products .iconL {
		width: 45px;
	}

	#products .items ul.list {
		
	}
	
	#products ul.list li {
		min-height: 260px;
	}

	#products ul.list:before,
	#products ul.list:after {
		width: calc(50% - 15px);
	}

	#products .items .list li {
		width: calc(50% - 15px);
		margin: 0 0 30px;
		height: auto;
		float: none;
	}

}

@media screen and (max-width: 414px) {

	#products .items .list li {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 320px) {

	#products ul.list:before,
	#products ul.list:after {
		width: calc(50% - 10px);
	}

	#products ul.list li {
		width: calc(50% - 10px);
		margin-bottom: 15px;
	}

}

/* ========================================================================== */
/* underIE9                                                                   */
/* ========================================================================== */

.ie6 #icons dt,
.ie6 #icons dd,
.ie6 #products li,
.ie7 #icons dt,
.ie7 #icons dd,
.ie7 #products li {
	display: inline;
}


