@charset "utf-8";

body > .main-container .contents > h2 {
	margin-top: 25px;
	margin-bottom: 25px;
}

body > .main-container header nav a {
	padding: 7px 10px;
	margin-left: 5px;
}

body > .main-container .storeInfo {
	margin-bottom: 50px;
}
body > .main-container .storeInfo > .row {
	position: relative;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;
}
body > .main-container .storeInfo > .row > .store {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
}
body > .main-container .storeInfo > .row > .store h3 {
	margin-bottom: 3px;
}
@media screen and (max-width: 780px){
	body > .main-container .storeInfo > .row {
		margin-top: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	body > .main-container .storeInfo > .row::after {
		display: none;
	}
	body > .main-container .storeInfo > .row .store {
		position: relative;
		margin-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px dotted #999999;
		width: 100%;
	}
}

.footer-read {
	background-image: url("../img/icon_premium.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 80px;
	margin-top: 50px;
}
@media screen and (max-width: 780px){
	.footer-read {
		padding-top: 24px;
		padding-left: 3px;
		background-position: left top;
	}
}
