@charset "utf-8";

body {
	background:#fff none;
}

#flash{
	width:100%;
	height:340px;
	margin-bottom:20px;
}

#main .section{
	margin-bottom:40px;
}

#main .section .links{
	position:absolute;
	top:0px;
	right:0px;
}
a.arrow,
a.rss{
	text-decoration:none;
}

#main .section h2{
	margin-bottom:15px;
}

/* clearfix */
#main .floor:after,
#main .recommend dl:after{
    content:" ";
    display:block;
    height:0;
		line-height:0;
    clear:both;
    visibility:hidden;
}
#main .floor,
#main .recommend dl{
    display:inline-block;
		min-height:1%;
}

/* Hides from IE-mac \*/
* html #main .floor,
* html #main .recommend dl{height: 1%;}
#main .floor,
.recommend dl{display:block;}
/* End hide from IE-mac */


/*------------------------------
		注目イベント情報
------------------------------*/
#main .event ul li{
	margin-bottom:10px;
	padding-bottom:12px;
	background:transparent url(../common/img/line.gif) bottom left repeat-x;
}
#main .event span.date{
	padding-left:24px;
	margin-right:10px;
	background:transparent url(../common/img/icn-arrow2.gif) 5px 0 no-repeat;
	color:#F30;
}

/*------------------------------
		施設紹介		 
------------------------------*/
#main .floor{
	
}
#main .floor dl{
	width:146px;
	float:left;
	margin-right:20px;
}
#main .floor dl.lastChild{
	margin-right:0;
}
#main .floor dt{
	margin-bottom:5px;
}
#main .floor dd img.photo{
	margin-bottom:5px;
}
#main .floor dd p.link{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}



/*------------------------------
		おすすめ特選品 
------------------------------*/
#main .recommend h2{
	margin-bottom:20px;
}
.recommend .links{
	position:absolute;
	top:10px;
	right:10px;
}

.recommend dl{
	clear:both;
	margin-bottom:10px;
	padding-bottom:12px;
	background:transparent url(../../common/img/line.gif) bottom left repeat-x;
}
.recommend dt{
	float:left;
	width:165px;
}
.recommend dd{
	float:right;
	width:475px;
}
.recommend dd p{
	padding-left:8px;
}
.recommend dd p.ttl{
	padding:4px 8px;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	background-color:#F0F7FF;
	border-bottom:2px solid #B9D5F6;
}
.recommend dd p.price{
	color:#f30;
	margin-bottom:5px;
}



/*------------------------------
		サイドバー
------------------------------*/
#sidebar .menulist ul.news{
	
}
#sidebar .menulist ul.news li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:0px;
	background:transparent url(../common/img/dotline.gif) bottom left no-repeat;
}
#sidebar .menulist ul.news li.lastChild{
	background-image:none;
	padding-bottom:0px;
}
#sidebar .menulist ul.news li .date{
	color:#f30;
	font-size:11px;
}
