@charset "utf-8";

/*
 * content
 */
#content{
	background: url(../img/bg.png) no-repeat;
	background-position: center 150px;
}

	#content .lead{
		text-align:center;
		/*background: yellow;*/
		margin:0 auto;
		max-width:568px;
	}
	
	#content .message{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight:bold;
		padding:600px 0 30px 0px;
		text-align:center;
		line-height: 150%;
	}

	#content .bottles{
		margin:0 auto;
		max-width:361px;	
	}

	#content .banner{
		margin:0 auto;
		max-width:792px;	
	}

@media (max-width:828px){

	#content{
		background-position: center 120px;
	}

	#content .message{
		text-align:left;
		margin:0 20px 0 20px;
		padding:670px 0 30px 0px;
	}

	#content .message br{
		display: none;
	}

}