.detail {
	margin: 0 auto 3em;
	text-align: left;
}

.detail .head {
}
.detail h2 {
	margin: 0;
	color: #0a3c8c;
	font-size: 1.4em;
	font-weight: normal;
}

.detail .itempic {
	text-align: center;
}
.detail .itempic img {
	display: block;
	max-height: 16em;
	margin: 0 auto;
}
.detail .price {
	display: inline-block;
	position: relative;
	margin-top: 0.5em;
	padding-left: 5em;
	text-align: left;
}
.detail .price h3 {
	position: absolute;
	left: 0;
	top: -0.25em;
	border-radius: 1em;
	margin: 0;
	padding: 0 1em;
	background: #9db1d1;
	color: white;
	font-size: inherit;
	line-height: 2;
}
.detail .price p {
	margin: 0;
}

.detail .features {
	border-top: 2px solid #0a3c8c;
	margin-top: 1em;
	margin-bottom: 2em;
}
.detail .features ul {
	padding: 0;
	list-style-type: none;
}
.detail .features li {
	position: relative;
	padding-left: 1em;
}
.detail .features li::before {
	content: '•';
	position: absolute;
	left: 0;
}
.detail .features li:nth-of-type(n+2) {
	margin-top: 0.5em;
}

.detail .features h3 {
	color: #5376ae;
	font-weight: normal;
}

.detail .info {
	margin-top: 2em;
	color: #4d4d4d;
}

.detail .nutritions {
	border: 1px solid #666666;
	margin-top: 2em;
	padding: 0.5em;
	color: #666666;
}

.detail .nutritions h4 {
	margin: 0;
	font-size: inherit;
}
.detail .nutritions p + h4 {
	margin-top: 0.5em;
}
.detail .nutritions p {
	margin: 0;
}

.detail .specs {
	margin-top: 2em;
}
.detail .specs h4 {
	position: relative;
	padding: 0.75em;
	padding-left: 2em;
	background: #dee7f4;
	color: #5376ae;
	font-size: inherit;
	line-height: 1;
}
.detail .specs h4::before {
	content: '';
	display: block;
	position: absolute;
	left: 0.5em;
	top: 50%;
	width: 0.8em;
	height: 0.8em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #5376ae;
}
.detail .specs p {
	color: #666666;
}

.detail .specs em {
	text-decoration: underline;
}

.detail .option {
	margin-top: 2em;
}
span.new {
	position: absolute;
	background: #f26b00;
	color: #ffffff;
	font-family: 'Hiragion Kaku Gothic Pro', 'Meiryo', sans-serif;
	font-size: 55%;
	font-weight: bold;
	margin-left: -60px;
	padding: 12px 5px 12px 5px;
	border-radius: 50%;
	display: inherit;
	z-index: 10;
}


@media all and (max-width: 640px) {
	.detail {
		padding: 0 1em;
	}
	.detail .head {
		text-align: center;
	}
	.detail .itempic {
		margin: 1em auto 2em;
	}

.detail .itempic .link{
		text-align: center;
	}
	.detail .itempic .link p{
		width: 100%;
		height: 50px;
		line-height: 50px;
		margin: 10px auto 0;
		font-size: 15px;
		border-radius: 25px;
		background: #0A3C8C;
	}
	.detail .itempic .link p a{
		display: block;
		width: 100%;
		height: 100%;
		color: #ffffff;
		text-decoration: none;
	}
	.detail .itempic .link p img{
		right: 10%;
		display: block;
		position: absolute;
		margin-top: -6%;
		width: 1rem;
		height: auto;
		/*-webkit-transform: translate(0, -50%);*/
	}

	.detail .features h3 {
		font-size: 1.1em;
	}

	.detail .features ul,
	.detail .info {
		font-size: 0.9em;
	}

	.detail .price,
	.detail .nutritions,
	.detail .specs {
		font-size: 0.8em;
	}
	span.new {
		position: absolute;
		display: block;
		width: 7%;
		margin: 0% 2% 0 -2%;
		padding: 10px 10px 10px 4px;
		font-size: 80%;
	}
}
	@media screen and (orientation: landscape) {
		span.new {
			position: relative;
			margin-left: -4%;
			margin-top: 3%;
			display: inherit;
		}
	}

@media all and (min-width: 641px) {
	.detail {
		position: relative;
		box-sizing: border-box;
		width: 49em;
		padding-left: 17em;
	}

	.detail .itempic {
		position: absolute;
		left: 0;
		top: 0;
		width: 16em;
	}

	.detail .itempic .link{
		text-align: center;
	}
	.detail .itempic .link p{
		width: 100%;
		height: 50px;
		line-height: 50px;
		margin: 10px auto 0;
		font-size: 15px;
		border-radius: 25px;
		background: #0A3C8C;
	}
	.detail .itempic .link p a{
		display: block;
		width: 100%;
		height: 100%;
		color: #ffffff;
		text-decoration: none;
	}
	.detail .itempic .link p img{
		right: 25px;
		display: block;
		position: absolute;
		margin-top: -11%;
		width: 1rem;
		height: auto;
		/*-webkit-transform: translate(0, -50%);*/
	}
	.detail .itempic .link a:hover img{
		opacity: 0.7;
	}

	body[data-path="/products/18/"] .detail {
		padding-left: 20em;
	}
	body[data-path="/products/18/"] .detail .itempic {
		width: 19em;
	}

	.detail .features h3 {
		font-size: 1em;
		letter-spacing: 0.1em;
	}

	.detail .features ul,
	.detail .info {
		font-size: 0.7em;
	}

	.detail .price,
	.detail .nutritions,
	.detail .specs {
		font-size: 0.65em;
	}
	
	.detail .option p {
		font-size: 0.7em;
	}
	span.new {
		position: relative;
		/*width: 1.5em;*/
		height: 1em;
		margin:2% 0 -4px -18%;
	}

}
@media all and (max-width: 568px) {
	
}
@media all and (min-width: 667px) {
	
}