@charset "utf-8";
.store_item_btn {
	background-color: #eb3728;
	border-radius: 12px;
	text-align: center;
	display: inline-block;
	margin-bottom: 2em;
}
.store_item_btn a {
	color: #FFF;
	border-radius: 12px;
	display: block;
	padding: 14px 64px 14px 52px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1;
	text-align: left;
	text-decoration: none;
	-webkit-box-shadow: 0 8px 0 0 #9c1e0d;
	box-shadow: 0 8px 0 0 #9c1e0d;
}
@media screen and (min-width:391px) {
}
@media screen and (max-width:390px) { 
	.store_item_btn {
		display: block;
		width: 90%;
		margin: 1em auto 2em auto;
	}
	.store_item_btn a {
		text-align: center;
	}
}