@charset "utf-8";
/*___________ 施設一覧ページ専用 ___________ */
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 20px 10px 10px 10px;
	padding: 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
.pan {
	font-size:11px;
	color: #666666;
}

#pager{
	text-align: center;
	border-top: 1px #CCCC00 dashed;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:10px;
}
h3 {
	font-size:14px;
	background-color: #FFEEAA;
	margin:0;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #782121;
}
h4, h5 {
	font-size:14px;
	margin: 10px 0 0 0;
	padding: 6px 0 6px 10px;
}
#CONTENTS .list {
	padding: 0 10px 0 10px;
	font-size:14px;
}
#CONTENTS .list li {
	background: url(../img/ico_list.png) no-repeat left 6px;
	padding: 1px 0 1px 15px;
}
/*___________ 【CONTENTS】１列レイアウト ___________ */
.single {
	background-color: #FFFFF4;
	border: 1px solid #782121;
	margin: 20px 10px 0 10px;
}
.double {
	padding: 0 10px;
}
.double-l {
	width:250px;
	float:left;
}
/*___________ 【CONTENTS】凡例アイコン ___________ */
.address, .facilities, .access, .tennis, .spa, .ic, .parking, .price, .mail, .sports, .ski {
	padding: 0 10px 0 10px;
}
.tel, .hp {
	padding: 0 10px 0 8px;
}
.fax {
	padding: 0 10px 0 6px;
}
.tel li {
	background: url(../img/ico_tel.png) no-repeat left 4px;
	padding: 2px 0 0px 20px;
}
.fax li {
	background: url(../img/ico_fax.png) no-repeat left 4px;
	padding: 2px 0 0px 22px;
}
.address li {
	background: url(../img/ico_address.png) no-repeat left 4px;
	padding: 2px 0 0px 18px;
}
.facilities li {
	background: url(../img/ico_facilities.png) no-repeat left 4px;
	padding: 2px 0 0px 18px;
}
.access li {
	background: url(../img/ico_access.png) no-repeat left 4px;
	padding: 2px 0 0px 18px;
}
.tennis li {
	background: url(../img/ico_tennis.png) no-repeat left 4px;
	padding: 2px 0 0px 18px;
}
.spa li {
	background: url(../img/ico_spa.png) no-repeat left 4px;
	padding: 2px 0 0px 18px;
}
.ic li {
	background: url(../img/ico_ic.png) no-repeat left 4px;
	padding: 2px 0 0px 18px;
}
.parking li {
	background: url(../img/ico_parking.png) no-repeat left 4px;
	padding: 2px 0 0px 18px;
}
.price li {
	background: url(../img/ico_price.png) no-repeat left 4px;
	padding: 2px 0 0px 18px;
}
.mail li {
	background: url(../img/ico_mail.png) no-repeat left 4px;
	padding: 2px 0 0px 18px;
}
.hp li {
	background: url(../img/ico_hp.png) no-repeat left 4px;
	padding: 2px 0 2px 20px;
}
.sports li {
	background: url(../img/ico_sports.png) no-repeat left 4px;
	padding: 2px 0 2px 18px;
}
.ski li {
	background: url(../img/ico_ski.png) no-repeat left 4px;
	padding: 2px 0 2px 18px;
}

/*___________ 【SIDE】 ___________ */
#SIDE #legend{
	background: url(../img/bg_legend.png) no-repeat;
}
form{
	margin:0;
}
/* ____ テキスト設定 ____ */
.f11 {
	font-size: 11px;
	line-height:130%;
}
/* ____ 画像設定 ____ */
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.ml0 {
	margin-left: 0px;
}
.ml5 {
	margin-left: 5px;
}
.ml60 {
	margin-left: 60px;
}
.mr0 {
	margin-right: 0px;
}
.mr5 {
	margin-right: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
/*___________ 【CONTENTS】rel="lightbox" ___________ */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img{
	width: auto;
	height: auto;
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#imageDataContainer{
	font-size: 12px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/*___________ 【CONTENTS】rel="vidbox" ___________ */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}
.lbLoading {
	background: #fff url(../img-layout/loading.gif) no-repeat center;
}
#lbImage {
	border: 10px solid #fff;
}
#lbBottom {
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img-layout/closelabel.gif) no-repeat center;
	margin: 5px 0;
}