@charset "UTF-8";


/* visual --------------------------------------------------------------- */
#visual {
	width: 100%;
	height: 500px;
	background-image: url(../img/products/visual/visual.jpg), url(../img/products/visual/visual-bg.jpg);
	background-position: center top, center top;
	background-repeat: no-repeat, repeat-x;
	background-size: auto 500px, auto 500px;
	-webkit-background-size: auto 500px, auto 500px;
	-moz-background-size: auto 500px, auto 500px;
	-o-background-size: auto 500px, auto 500px;
	-ms-background-size: auto 500px, auto 500px;
	position: relative;
	}

#visual h2,
#visual h2 img {
	height: 108px;
	text-align: center;
	}

#visual h2 {
	padding-top: 220px;
	}
	

/* category --------------------------------------------------------------- */
#category {
	padding: 100px 0 40px;
    width: 1000px;
    margin: 0 auto;
	}

#category h3,
#category h3 img {
	height: 31px;
	text-align: center;
	}

#category h3 {
	margin-bottom: 60px;
	}
	
#category ul {
	text-align: center;
	border-color: #dddddd;
	}

#category ul li {
	display: inline-block;
	padding: 0;
	border-right: solid 1px;
	border-color: #dddddd;
    margin-bottom: 25px;
	}

#category ul li,
#category ul li a,
#category ul li a img {
	height: 58px;
	}
	

/* premium --------------------------------------------------------------- */
#mother,
#premium,
#special {
	margin-bottom: 100px;
	padding-bottom: 60px;
	border-bottom: solid 4px;
	border-color: #000000;
	}

.products {
	width: 1000px;
	margin: 0 auto;
	border-bottom: solid 6px;
	border-color: #000000;
	}
	
.products h2,
.products h2 img {
	width: 100%;
	text-align: center;
	}

.products h2 {
	margin-bottom: 40px;
	text-align: left;
	}
	
.products ul {
	margin: 0 -40px 0 0;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}

.products ul li {
	float: left;
	width: 480px;
	margin: 0 40px 40px 0;
	}
.products ul li .spComment{
	line-height: 1.5;
	color: #CD0003;
	margin-bottom: 10px;
	font-weight: bold;
}
.products ul li .spComment02{
	display: block;
	height: 58px;
}
.products ul li h3,
.products ul li dl {
	margin: 0 20px;
	line-height: 1.5;
	}
	
.products ul li p,
.products ul li p img {
	width: 100%;
	}

.products ul li p {
	margin-bottom: 20px;
	box-sizing: border-box;
	border: solid 1px;
	border-color: #dddddd;
	}
	
.products ul li h3 {
	font-size: 25px;
	font-weight: bold;
	}
.close {
	color: #bcbcbc!important;
	}

.products ul li h3 span {
	padding-top: 15px;
	font-size: 17px;
	line-height: 1.7;
	}

.products ul li h3.big-title,
.products ul li h3.big-title img {
	height: 137px;
	}
	
.products ul li h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px;
	border-color: #dddddd;	
	}

.products ul li dl {
	}
	
.products ul li dl dt {
	margin-bottom: 20px;
	}

.products ul li dl dd {
    font-weight: bold;
	}

.products ul li dl dd span {
	display: inline;
	color: #64c800;
	}