/* CSS Document */

/*--------------------------------------------------------------
1.0 new-products 
--------------------------------------------------------------*/
/*------------------------------
1.1 common
------------------------------*/
#new_spring {
	font-family: "FOT-’}Ž‡AŠÛƒSƒVƒbƒN Std", fot-tsukuardgothic-std, sans-serif;
	color:#280000;
	background:#fffbe6;
	font-size:16px;
	padding-bottom:80px;
	text-align:center;
	margin:0 auto;
}

#new_spring  h1{
	text-align:center;
}

#new_spring h2{
	text-align:center;
	margin-top:30px;
}

#new_spring h2 img{
	text-align:center;
	width:70%;
}

#new_spring h3{
	font-size:22px;
	margin:20px auto 10px;
	display:inline-block;
	padding:0 20px;
}

#new_spring h4{
	font-size:28px;
}

#new_spring h4 span{
	font-size:18px;
}

#new_spring .intro-item{
	max-width:640px;
	width:90%;
}

#new_spring p.description{
	font-size: 14px;
}


/*------------------------------
1.1 intro-item
------------------------------*/
#new_spring .intro-item .pro-img li{
	width:50%;
}


#new_spring .intro-item p.text{
	width:90%;
	margin:0 auto;
	font-size:16px;
}

#new_spring .intro-item .recipe_exemple{
	margin:30px auto 0;
	width:95%;
	background:#fffbe6;
}

#new_spring .intro-item .recipe_exemple ul.recipe{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:10px 0 20px;
}

#new_spring .intro-item .recipe_exemple li{
	width:33%;
	box-sizing:border-box;
	padding:0 5px;
	text-align:center;
	font-size:14px;
}

#new_spring p.r_title{
	text-align:center;
	font-size: 20px;
	font-weight:600;
	padding:15px 0 0;
}