/* CSS Document */

/*--------------------------------------------------------------
1.0 new-products
--------------------------------------------------------------*/
#new_products{
	font-family: "ヒラギノ明朝 Pro W3", HiraMinPro-W3, serif;
	/*background:#F1E2D6;*/
	background:#ffd9b0;
	font-size:14px;
	padding-bottom:80px;
}


/*------------------------------
	1.1 movie_area
------------------------------*/
#new_products .movie_area{
	position: relative;
	padding-bottom:0;
	height: 100%;
	overflow: hidden;
}

#new_products .play_movie a{
    background-color: rgba(170,0,2,0.8);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 18px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.0;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
    color: rgba(255,255,255,1.00);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    z-index: 1000;
	position: absolute;
    bottom: 20px;
    left: 20px;
    text-decoration: none;
}
/*------------------------------
	1.2 contents
------------------------------*/
#new_products #content{
	text-align:center;
	margin:0 auto;
}

#new_products #content h1{
	font-size:32px;
	margin-top:20px;
	line-height:1.2;
}

#new_products #content h1 span{
	display:block;
	font-size:22px;
	margin-top:10px;
}

#new_products #content .inner{
	max-width:640px;
	margin:40px auto 0;
	text-align:center;
}

#new_products #content .inner h2{
	font-size:24px;
}

#new_products #content .inner p.click{
	margin-top:20px;
	font-size:13px;
}

#new_products .inner .img_area{
}

#new_products .inner .img_area li{
	width:90%;
	display:block;
	padding:4% 2%;
	margin:0 auto;
}

#new_products .inner .img_area li img.pro_img{
	width:75%;
}


/*------------------------------
	1.3 detail
------------------------------*/
#new_products .common{
	max-width:640px;
	width:100%;
	margin:20px auto;
	position:initial;
	left:initial;
	background:#fff;
}

#new_products #anchovy,#new_products #french,#new_products #kakeru,#new_products #gouda,#new_products #mozzarella,#new_products #smoked,#new_products #sliced,#new_products #choleste{
	display:block;
	align-items:initial;
}    

#new_products .common .left1{
	width:100%;
}

#new_products .common .right1{
	width:100%;
	background:#fff;
}

#new_products .common .right1 .box{
	padding:10px;
	margin-bottom:15px;
}

#new_products .common .right1 img{
	/*width:40%;
	display:block;
	margin:0 auto;*/
	display:none;
}

#new_products .common .right1 p.name{
	font-size:22px;
	width:98%;
	line-height:1.2;
	margin-bottom:10px;
}

#new_products .common .right1 p.text{
	width:90%;
	text-align:left;
	margin-bottom:15px;
}

#new_products .common .right1 li{
	width:85%;
	display:block;
	margin-top:10px;
	padding: 3% 2%;
}

#new_products .common .right1 li a{
	color:#fff;
	padding:10px 40px;
	font-size:15px;
}

#new_products .bottom{
	padding-bottom:20px;
}