
.price_banner {
	padding: 20px 20px;
	margin-bottom:20px;
}

@media (min-width: 600px) {
	.price_banner {
		display:flex;
	}
}
@media (max-width: 600px) {
	.price_banner_right {
		margin-top:20px;
	}
}

.price_banner_right {
	
	margin-left:auto;
	text-align:center;
}
.price_banner_left {
	margin-top:7px;
}
.price_banner_left .name_banner {
	font-size:18px;
	font-weight:600;
}
.price_banner_left .text_banner {
	font-size:14px;
}
.price_banner .price_banner_right .banner_button a:hover {
	opacity: 0.5;
}
.price_banner .price_banner_right .banner_date {
	color:#808080;
	margin-top: 8px;
}
.price_banner .price_banner_right .banner_date span {
	font-weight:600;
	color:#333;
}
.banner_button {
	width:200px;
	margin:0 auto;
}


