@charset "UTF-8";


.store-type-list{
    background:#f8f5f7;
}

.store-list article.store-box{
	padding:0;
	border:1px solid #dedede;
	margin-bottom:2em;
}

.store-list article.store-box h2.store-box-header{
	background-color: #f2f1eb;
    border-bottom: 1px solid #dedede;
    padding: 15px 30px;
	width:100%;
	font-color:#212121;
	font-size:20px;
display: -webkit-flex; display: -ms-flexbox; display: flex;
-ms-flex-flow:row nowrap; flex-flow:row nowrap;
-webkit-justify-content: space-between;-ms-flex-pack: justify; justify-content: space-between;
-webkit-align-items: center;  -ms-flex-align: center; align-items: center;
}

@media(max-width:640px){
    .store-list article.store-box h2.store-box-header{
        padding:12px;
    }
}



.store-list article.store-box h2.store-box-header a{
	display:inline-block;
	color:#2f2f2f;

}

.store-list article.store-box h2.store-box-header div a {
    background-color: #fff;
    border-radius: 0.5em;
    line-height:1.3em;
    border: 1px solid #dedede;
    color: #212121;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding:3px 8px;
    text-align:center;
}

.store-list article.store-box h2.store-box-header div a.icon-store:before {
    display: inline-block;
    height: 1.3em;
    width: 1.3em;
    background: url(/stg.world-aeon-ryukyu/wp-content/themes/AEON/images/icon-cart.png) 50% 50% no-repeat;
    background-size:1.3em 1.3em;
    content: '';
    margin-right: 0.5em;
     position: relative;
    top: 0.2em;
 }
.store-list article.store-box h2.store-box-header div a.icon-access:before {
    display: inline-block;
    height: 1.3em;
    width: 1em;
    background: url(/stg.world-aeon-ryukyu/wp-content/themes/AEON/images/icon-access.png) 50% 50% no-repeat;
    background-size: 1em 1.3em;
    content: '';
    margin-right: 0.4em;
    position: relative;
    top: 0.2em;
}
.store-list article.store-box h2.store-box-header div a.icon-pdf:before {
    display: inline-block;
    height: 1.3em;
    width: 1em;
    background: url(/stg.world-aeon-ryukyu/wp-content/themes/AEON/images/icon-pdf.png) 50% 50% no-repeat;
    background-size: 1em 1.3em;
    content: '';
    margin-right: 0.4em;
    position: relative;
    top: 0.2em;
}

@media(max-width:767px){
    .store-list article.store-box h2.store-box-header div a.icon-pdf:before,
    .store-list article.store-box h2.store-box-header div a.icon-access:before,
    .store-list article.store-box h2.store-box-header div a.icon-store:before

    {
        display: block;
        margin: 0 auto;
        margin-bottom: 0.4em;
    }
}


@media(max-width:767px){
	.store-list article.store-box h2.store-box-header{
		-ms-flex-flow:column nowrap; flex-flow:column nowrap;
	}

        .store-list article.store-box h2.store-box-header > a{
            padding:0.1em 0 0.5em 0;
        }

		.store-list article.store-box h2.store-box-header > a,	.store-list article.store-box h2.store-box-header div{
			display:block;
			width:100%;
		}
		.store-list article.store-box h2.store-box-header div{
			text-align:center;
		}
		.store-list article.store-box h2.store-box-header div a{
			width:31.5%;
		}

    #lists.store-list{
    	padding-top:2em;
    	margin-bottom:2em;
    }

}



.store-list article.store-box .store-box-detail{
	display: -webkit-flex; display: -ms-flexbox; display: flex; 
	-ms-flex-flow:column nowrap; flex-flow:column nowrap;
	padding:0.3em 1.3em;
	width:100%;
    background:#FFF;
}
.store-list article.store-box .store-box-detail dl{
	border-top:none;
	line-height: 1.4;
    padding: 1em 0;
    border-bottom:1px solid #cfcfcf;
    margin:0;
    width:100%;
}
.store-list article.store-box .store-box-detail dl:last-child{
	border:none;
}



@media (max-width: 767px) {
    .header#sp {
        display:block
    }

    .wrapper{
        margin-top:60px;
    }
}

