@charset "utf-8";
/* CSS Document */

h2 {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#680100', endColorstr = '#924c4c');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#680100', endColorstr = '#924c4c')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #680100, #924c4c);
background-image: -ms-linear-gradient(top, #680100, #924c4c);
background-image: -o-linear-gradient(top, #680100, #924c4c);
background-image: -webkit-gradient(linear, center top, center bottom, from(#680100), to(#924c4c));
background-image: -webkit-linear-gradient(top, #680100, #924c4c);
background-image: linear-gradient(top, #680100, #924c4c);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
border:none;
color:#fff;
padding: 5px;
}


#map {
    margin-bottom: 10px;
}


#gmap {
	width:90%;
	margin:10px auto;
    height: 280px;
overflow-x: scroll;
overflow-y: scroll;

}


#shoplist{
	width:96%;
	padding:2%;
	margin-bottom:20px;
}

#shoplist ul{
	margin-bottom:1em;

}

#shoplist li {
	margin-bottom:0.5em;
	font-size:0.85em;

}

#shoplist li a span {
	color:#ffffff;
	display:inline-block;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 8px;/* width,heightの半分 */
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #620E13;
	text-align:center;
	padding:2px;
	margin-right:5px;
	font-weight:bold;

}
#shoplist h3 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:#000 solid 1px;
	width:90%;
	margin-bottom:0.5em;

}

#shoplist .floatR {
	width:48%;
}

#shoplist .floatL{
	width:48%;
}

