@charset "UTF-8";

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




/*----------------------------------------------------
 shopnews（お店の最新情報）
----------------------------------------------------*/
#shopnews{ margin-top:100px;}
#shopnews ul.list_news{
	list-style-type: none;
	margin:0; padding:0;
}

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

#shopnews .list_news 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;
}

#shopnews .list_news li img{
	
}

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

#shopnews .list_news 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;
}


