@charset "UTF-8";

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
header ul:after,
#fnavi ul:after{ content: ''; display: block; clear: both; }




/*----------------------------------------------------
 new（新着のお店・スポット）
----------------------------------------------------*/
#new{ margin-top:100px;}
#new ul.list_new{
	list-style-type: none;
	margin:0; padding:0;
}

#new .list_new li{
	border-bottom: 1px solid #CCC;
	height: auto;
	margin: 0px;
}

#new .list_new li a{
	color: #666;
	display: block;
	height: auto;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	text-decoration: none;
	background-image: url(../images/list_mark1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#new .list_new li img{
	float: left;
	
	margin-right:10px;
}

#new .list_new li a strong{
	color:#000;
	display:block;
	font-weight:bold;
}

#new .list_new li span{
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#666666));
	border: 1px solid FC86063;
	color:#FFFFFF;
	border-radius:20px;
    -moz-border-radius:20px;
	text-align:center;
    -webkit-border-radius:20px;
	font-size:10px;
	margin-left:0px;
	margin-top:10px;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 0px;
}
