@charset "UTF-8";
/* GreenLodgeボックス */
#greenlodge {
	background-image: url(../../green-lodge/img/bg.gif);
	background-repeat: repeat-y;
	color: #000000;
}
/* 大見出し */
#greenlodge h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	background-image: url(../../green-lodge/img/h2_icon.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 18px;
	margin-bottom: 5px;
}
/* 中見出し */
#greenlodge h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	background-image: url(../../green-lodge/img/h3_icon.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 16px;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #4A2C03;
}
/* テキスト1 */
#green_text1 {
	width: 735px;
	margin-left: 45px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	background-image: url(../../green-lodge/img/g.jpg);
	background-repeat: no-repeat;
	background-position: right 14px;
	height: 268px;
}
/* テキスト1内のP */
#green_text1 p {
	margin-bottom: 14px;
}
/* テキスト2 */
#green_text2 {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
/* テキスト3 */
#green_text3 {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
/* カラー入れ */
#color {
	color: #266D41;
	font-weight: bold;
}
/* 赤字 */
.red_text {
	color: #FF0000;
}
/* お問い合わせボタン */
.mail {
	margin-bottom: 20px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
/* 物件イメージ用 */
#greenlodge_img {
	margin-bottom: 5px;
}
/* 概要ボックス */
.summary {
	width: 750px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
/* 概要ボックス内右 */
.summary_right {
	float: right;
	width: 250px;
	margin-top: 15px;
}
/* 概要ボックス右リストタイトル */
.summary_right dt {
	font-weight: bold;
}
/* 概要ボックス内左 */
.summary_left {
}
/* 概要ボックス強調 */
.summary_strong {
	font-weight: bold;
	color: #063;
}
/* その他写真ボックス */
#green_photo {
	width: 780px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/* その他の写真マージン用 */
#green_photo img {
	margin-right: 2.5px;
	margin-left: 2.5px;
}
/* ここから下画像のポップアップ用 */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #FFFFFF;
	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;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../../green-lodge/img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../../green-lodge/img/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../../green-lodge/img/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}
#imageData {
	padding:0 10px;
	color: #666666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption {
	font-weight: bold;
}
#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: #000000;
}

