@charset "UTF-8";
.store > p {
	font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
	margin: auto;
	width: 1012px;
}

.store_search-title {
	margin-top: 40px;
}

.store_search-title.-shop {
	background: #FAD548;
    color: #000;
}

.store_inner {
	display: flex;
	justify-content: space-between;
	margin: auto;
	width: 1012px;
}

.store_inner-right {
	width: 50%;
}

.store_search {
	display: block;
	width: auto;
}

.store_list{
    width: auto;
}

ul.shopList {
	width: 400px;
}

ul.shopList li {
	width: 400px;
}

.online_store_list li + li {
    margin-left: 0px;
}

.online_store_list-item {
    padding: 0px;
}

.product_detail {
	border: solid 1px #ddd;
	font-size: 16px;
	margin: 50px auto 0;
	padding: 1em;
	width: 1012px;
}
