@charset "utf-8";

@import url("reset.css");
@import url("common.css?id=20171122");
@import url("expantion.css");

body {
	background: none;
}

.store_ent {
	padding: 20px 0 20px 17%;
	background: url('../images/top/store_icon.png') 4.5% center no-repeat #FFFF66;
	background-size: 40px 40px;
	border: 5px solid #FF6600;
}

.store_ent a {
	color: #FF6600;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

.cv_area_store {
	padding: 20px 4.7%;
	background: #F9EFD5;
}

.cv_area_store h2 {
    margin: 0 0 10px;
    padding: 10px 0;
    background: #FF6600;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.cv_area_store p {
    margin: 0 0 15px;
    font-size: 1.0em;
}

.cv_area_store .store_btn a {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 46px 0 0;
    background: url('../images/top/store_btn.png') center top no-repeat;
    background-size: 248px 46px; 
}

.clear::after {
	display: none;
}
