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

@import 'common.css';

/*
shop　index
*********************************************************/
h2.shop {
	background: url(../img/shop/shop_title_select.gif) no-repeat 0 0;
	width: 580px;
	height: 24px;
	margin: 0 0 4px 0;
}

ul.selectArea {
	margin: 0px 0 18px;
}

ul.selectArea li {
	float: left;
	margin: 0 2px 2px 0;
}

ul.selectArea li a {
	float: left;
	background: #ff920b;
	padding: 2px 3px;
	color: #FFF;
	text-decoration: none;
}

ul.selectArea li a:hover {
	background: #FFF;
	color: #ff920b;
	text-decoration: none;
}

.mac h3{
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:30px;
	margin: 0 0 4px;
}
.win h3{
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:30px;
	margin: 0 0 4px;
}

div.shopList {
	float: left;
	width: 580px;
	margin: 0 0 10px;
}

div.shopList a { text-decoration: none;}
div.shopList a:hover { text-decoration: underline;}

div.shopList dl {
	background: #eee;
	float: left;
	width: 558px;
	border: solid 1px #CCC;
	padding: 10px;
	margin: 0 0 5px;
	letter-spacing: 1px;
}

div.shopList dl dt {
	float: left;
	width: 100px;
}

div.shopList dl dt img {
	display: block;
}

div.shopList dl dd {
	width: 400px;
	float: left;
	padding: 3px 0 3px 10px;
}

div.shopList dl dd p {
	margin: 0 0 5px;
	letter-spacing: 0.1em;
}

div.shopList dl dd span {
	color: #CD3301;
}

div.shopList dl dd.icon {
	float: right;
	width: 40px;
	padding: 0;
}

div.shopList div.pageTop {
	background: url(../img/common/line_03.gif) repeat-x 0 bottom;
	width: 580px;
	padding: 0 0 1px;
	margin: 5px 0 0;
	clear: both;
}

div.shopList div.pageTop a {
	background: url(../img/common/pagetop_02.gif) no-repeat 0 0;
	float: right;
	width: 66px;
	height: 16px;
}
div.shopList div.pageTop a span { display: none;}

div.shopList div.pageTop a:hover {
	background-position: 0 bottom;
}


/*
shop Entry
*********************************************************/
.entry #entryTitle{
	position:relative;
	padding-top:20px;
}
.mac .entry #entryTitle h2{
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:30px;
	margin: 0 0 4px;
	border-bottom:1px solid #bbb;
}
.win .entry #entryTitle h2{
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:30px;
	margin: 0 0 4px;
	border-bottom:1px solid #bbb;
}


.entry #entryTitle #shopInfo{
	position:absolute;
	top:0px;
	right:0px;
	font-size:12px;
}

