@charset "utf-8";

/* ========================================================
	index.css => indexページ用css
======================================================== */

#contentsContainer {
	zoom: 1;
}
#contentsContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}


/* h2
============================================================================================================ */
h2 {
	margin-bottom: 20px;
}


/* informationArea/blogArea
============================================================================================================ */
#informationArea_e {
	width: 935px;
	margin-right: 20px;
	padding-left: 10px;
	font-size: 92%;
}
#blogArea {
	float: left;
	width: 274px;
	font-size: 92%;
}
#informationArea_e h3,
#blogArea h3 {
	border-bottom: 1px solid #d1d1d1;
}
#informationArea_e dl {

}
#informationArea_e dt,
#blogArea dt {
	float: left;
	padding-top: 1em;
}
#informationArea_e dd,
#blogArea dd {
	padding: 1em 0 1em 7em;
	border-bottom: 1px dotted #d1d1d1;
}
#informationArea_e a,
#blogArea a {
	color: #373737;
}

/* bnr
============================================================================================================ */
#contentsContainer ul#cottagePhLarge {
	/*float: right;*/
	padding-top: 22px;
	margin-left: -120px;
}
#contentsContainer ul#cottagePhLarge li {
	padding-bottom: 16px;
}





#locationPhAreajj {
	margin: 5px 0 20px 0;
	zoom: 1;
}
#locationPhAreajj:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#cottagePhLarge {
	position: relative;
	width: 1200px;
	height: 800px;
}
#cottagePhLarge.index {
	position: relative;
	width: 1200px;
	height: 800px;
}
#cottagePhLarge li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border: 0; 
}
#cottagePhLarge li.first {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: 0; 
}
#cottagePhLarge.index li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border: 1px solid #ff7a7b; 
}

#cottagePhThumbs {
	text-align: left;
	margin: 10px 0;
	padding: 0px;
	background: url(http://www.nidomcc.com/ch/common/img/common/thumb_bg05.gif) 0 0 repeat-x #dfedff;
}
#cottagePhThumbs li {
	margin-left: 10px;
	float: left;
	width: 120px;
	margin-bottom: 10px;
}
/* jingis
============================================================================================================ */
.jingis {
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin-top: 16px;
	padding: 8px;
	background-color: #fff9dd;
	border: 1px solid #cccccc;
}
.jingis img {
	float: left;
	margin-right: 16px;
}
.jingis p {
	font-size: 116%;
}