@charset "utf-8";

@media screen and (min-width:992px) {
	.products-detail-img {
		height: 350px;
	}
}

@media screen and (min-width:769px) and ( max-width:991px) {
	.products-detail-img {
		height: 300px;
	}
}

@media screen and ( max-width:768px) {
	.products-detail-img {
		height: 250px;
	}
}

.slider {
	margin: 40px 0 50px 0;
}

.main-text {
	background-color: #006600;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	padding: 20px;
}

.sub-text {
	text-align: center;
	padding: 20px;
}

.sub-text a {
	text-decoration: underline;
}

.products-detail-img img {
	height: 100%;
	padding: 10px;
	margin: auto;
}
