.news-detail{
	margin:30px 0;padding:20px 30px;
	border:1px solid #e7e7e7;
	/*-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-ms-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;*/
}
.news-detail > div.info{
	display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content:space-between;
	align-items: center;-webkit-align-items:center;
	flex-wrap: wrap;-webkit-flex-wrap:wrap;
	padding:10px 0;border-bottom:1px solid #e3e3e3;
	margin-bottom: 10px;
}
.news-detail > div.info > p{
	font-size:.65rem;color:#222;margin:0;
}
.news-detail > div.n-title > h1{
	font-size: 1.2rem;
	color: #1d69d0;
	text-align: center;
	margin: 30px auto 10px auto;
}

@media screen and (min-width: 300px) and (max-width: 767px){
	.news-detail{margin:20px 0;padding:0 10px;}
	.news-detail > div.n-title > h1{ font-size:.8rem; }
	.news-detail > div.info > p{ font-size:.6rem; }
	.product > div.wrap > div:last-child{ width:95%; }
}