@charset "UTF-8";

/*--- chirashi ------*/

#chirashi {
	list-style: none;
	margin: 0;
    padding: 0;
    clear:both;
}

#chirashi LI{
	vertical-align : middle;
	padding: 10px 0 0 0;
}

#chirashi LI a{
	text-decoration: none;
}
#chirashi LI img{
	width: 200px;
	text-align:center;
}

#chirashi .thumb{
	display:block;
	text-align:center;
}

#chirashi .title{
	display:block;
	text-align:center;
}

#chirashi .time{
	display:block;
	text-align:center;
}


/*--- shops_banner ------*/

.shops_banner_cntn{
	text-align:center;
	margin-bottom:10px;
}
.shops_banner_cntn > * {
	width:49%;
	margin-bottom:15px;
	margin-left:2%;
	display:inline-block;
}
.shops_banner_cntn > *:nth-child(2n + 1) {
	margin-left:0;
	float: left;
}
.shops_banner_cntn img {
	max-width:100%;
}



/*---Shop Information ------*/

.shops_info{
	margin:10px 0 10px 0;
	text-align: center
}

.shops_info img{
	width:80%;
}

.shops_info2{
	margin:10px 0;
	list-style:none;
}

.salehead{
	background: #9f0000;
	padding: 5px;
	margin: 0;
	color: #fff;
}

.salecat{
	background: #040f71;
	padding: 5px;
	margin: 0;
	color: #fff;
}

.salettl{
	background: #ee0000;
	padding: 5px;
	margin: 0;
	color: #fff;
}

.saletxt{
	line-height:140%;
}

.saleimg{
	margin:2px;
}

/*--- Information ------*/

#information {
	list-style: none;
	margin: 0;
	padding: 0;
}
#information UL {
	list-style: none;
}
#information LI {
	margin-bottom: 10px;
	padding-left: 40px;
}


#information LI a {
	text-decoration: none;
}

#information LI.new {
	color: #0000cc;
	background:url("../images/common/icon_new.png") no-repeat left top;
	background-size: 30px;
}
#information .more {
	display: block;
}


.add_cntn{
	font-size: 16px;
    font-weight: bold;
}


@charset "UTF-8";

/*===============================================
●style.css 画面の横幅が***px以上
===============================================*/
@media screen and (min-width: 1092px){

	.shops_banner_cntn img {
		width:480px;
	}
	
	#chirashi LI img{
		width: 300px;
		text-align:center;
	}

	.zestoresearch_detail_contentbody_payment_item img {
		width:60px!important;
		height:60px!important;
	}
	/*
	.zestoresearch_detail_contentbody_service_item img {
		width:50px!important;
	}
	*/
	
	.zestoresearch_body {
	    font-size: 18px!important;
	}
}
/*===============================================
●tablet.css 画面の横幅が***pxまで
===============================================*/
@media screen and (max-width: 1091px){

}


/*===============================================
●smart.css  画面の横幅が***pxまで
===============================================*/
@media screen and (max-width: 747px){

}


