@charset "utf-8";

.incArea {
	max-width: 740px;
	margin: 0;
	padding: 15px;
	border: 4px solid #f00;
}
.mainText {
	margin: 0 0 10px;
	padding: 10px;
	background: #f00;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: none;
	text-align: center;
}
.productArea {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	font-weight: normal;
}
.productArea img {
	width: 30%;
	margin-right: 15px;
}
.productName {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 1.6;
}
.focusText {
	display: block;
	margin-top: 5px;
	padding: 15px 20px;
	background: #fcc;
	color: #f00 !important;
	font-size: 24px !important;
	font-weight: bold !important;
	line-height: 1.3;
	text-shadow: none;
	text-align: center;
	overflow: hidden;
}

@media screen and (max-width: 414px){
	.mainText {
		font-size: 16px;
	}
	.detailText {
		font-size: 14px;
		line-height: 1.3;
	}
	.productArea img {
		width: 40%;
	}
	.productName {
		font-size: 16px !important;
	}
	.focusText {
		padding: 10px 15px;
		font-size: 18px !important;
	}
}
