.wrapper {
		width:100%;
		display:block;
		margin:0 auto;
		max-width:1170px;
	}
	ol{
		padding-left:30px;
	}

	li{
		font-family: proxima-nova, sans-serif;
		font-size: 28px;
		font-weight: 100;
	}

	/*css copy part*/
	.product-info-container-light .feature-subheader {
		font-size:24px;
		color:#000;
		font-weight:600;
		letter-spacing:4px;
	}
	li h4.feature-subheader {
		margin-bottom:15px;
	}
	p,
	ol ol li{
		font-size:18px;
		color:#595959;
		font-weight:300;
		line-height:31px;
	}

	ol ol li{
		padding-bottom:10px;
	}

	.feature-subheader + p {
		margin-top:30px;
	}

	.bg-white p.footnote {
		color:#808080 !important;
	}
	/*css copy part*/
	@media(max-width:768px){
		p, ol ol li {
			font-size:16px;
		}
		li {
			font-size:24px;
		}
		.feature-subheader {
			font-size:24px;
		}
	}
	@media(max-width:500px){
		.breakout > .container {
			padding-left:30px;
			padding-right:30px;
		}
	}

/*optimize for jp*/
.storepage_2 li,
.storepage_2 p,
.storepage_2 ol ol li {
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif !important;
	font-weight:normal;
}