@charset "UTF-8";

/** ティッカースライド用
===================================*/

body {
	margin: 0;
	padding: 0;
}

#tickerslider {
	width: 100%;
}
#tickerslider li {
	font-size: 0;
}

.linkwrap {
	text-align: center;
}
.link01,
.link02 {
	display: inline-block;
	margin: 10px 5px 0;
}
.link01 a {
	background: url(../images/common/btn_map.png) no-repeat;
	display: block;
	width: 132px;
	height: 27px;
}
.link01 a:hover {
	background: url(../images/common/btn_map_on.png) no-repeat;
}
.link02 a {
	background: url(../images/common/btn_detail.png) no-repeat;
	display: block;
	width: 132px;
	height: 27px;
}
.link02 a:hover {
	background: url(../images/common/btn_detail_on.png) no-repeat;
}

.linkwrap a {
	text-decoration: none !important;
}


/* sc-shoplist-pc */
.sc-shoplist .shoplist-pc li {
	width: 400px;
	padding-bottom: 30px;
}
.sc-shoplist .shoplist-pc a {
	display: block;
	text-decoration: none;
}
.sc-shoplist .shoplist-pc .img {
	margin-bottom: 15px;
	border-right: 1px solid #fff;
	width: 400px !important;
	height: 300px !important;
}
.sc-shoplist .shoplist-pc .shopinfo {
}
.sc-shoplist .shoplist-pc .shop-name {
	font-size: 22px;
	font-weight: bold;
}
.sc-shoplist .shoplist-pc .shop-tel {
	margin-bottom: 5px;
	font-size: 20px;
}
.sc-shoplist .shoplist-pc .shop-tel span {
	padding-left: 35px;
	background: url(../images/common/ico_tel.png) left center no-repeat;
}
.sc-shoplist .shoplist-pc .shop-address {
	margin-bottom: 5px;
	color: #939393;
}
.linkwrap {
/*	display: none;*/
}
#tickerslider li div.white{
	position:absolute;
	z-index:500;
	left:0;
	top:0;
	background-color:white;
	width:400px;
	height:300px;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
}