@import url("/fuzoku.common.css");
/* CSS Document */

body {
	z-index: 0;
	padding: 0px;
	margin: 0px;

}

/* For Desktop */
#pc #main {
	position: absolute;
	top: 36px;
	left: 210px;
	right: 210px;
	padding-bottom: 100px;
}
#pc #main a {
	color: #0066CC;
}

#pc #main h1 {
	padding: 5px;
	background: linear-gradient(#FFFFFF, #FAFAFA);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC99FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	boader-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#pc #main h1 span {
	font-size: 50%;
	font-weight: normal;
	#padding-top: 5px;
	margin-bottom: 10px;
}
#pc #main h1 span:before {
	content: " < ";
}
#pc #main h2 {
	padding: 5px;
	background: linear-gradient(#FFFFFF, #FAFAFA);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC99FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	boader-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#pc #main h2 span {
	font-size: 50%;
	font-weight: normal;
	#padding-top: 5px;
	margin-bottom: 10px;
}
#pc #main h2 span:before {
	content: " < ";
}

#pc #main h3 span {
	font-size: 50%;
	font-weight: normal;
	#padding-top: 5px;
	margin-bottom: 10px;
}
#pc #main h3 span:before {
	content: " < ";
}
#pc #main dl {
}
#pc #main dl dt {
	margin: 5px;
}
#pc #main dl dd {
	margin: 5px;
}
#pc #hotel dl {
}
#pc #hotel dl dt {
	color: #FF99FF;
	margin: 5px;
}
#pc #hotel dl dd {
	margin: 5px;
}
#pc #hotels {
}
#pc #hotels ol {
	margin: 5px;
	padding: 0px;
}
#pc #hotels ol li {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	border-bottom: thin solid #CCCCCC;
	list-style-type: none;
}

#pc #rooms {
}
#pc #rooms ol {
	margin: 5px;
	padding: 0px;
}
#pc #rooms ol li {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	border: thin solid #CCCCCC;
}
#pc #rooms ol li span {
	margin: 0px;
	padding: 5px;
}
#pc #rooms ol li h3 {
	margin: 0px;
	padding: 5px;
	background-color: #FAFAFA;
}
#pc #rooms ol li img {
	margin: 5px;
	padding: 0px;
}
#pc #rooms ol li p {
	margin: 0px;
	padding: 5px;
}
#pc #photo {
	margin-top: -36px;
	padding-top: 18px;
}
#pc #photos ol {
	margin: 5px;
	padding: 0px;
	display: block;
}
#pc #photos ol li {
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	padding: 1px;
	display: block;
	border-bottom: thin solid #CCCCCC;
	list-style-type: none;
}
#pc #photos ol .select {
	display: block;
	border-left: medium solid #CC66CC;
}

#pc #photos ol li h3 {
	font-size: medium;
	padding: 0px;
	margin: 0px;
}
#pc #photos ol li img {
	margin: 5px;
}
#pc #photos table {
	background-color: #FAFAFA;
	border-spacing: 1px;
}
#pc #photos table tr {
	background-color: #FFFFFF;
}
#pc #photos table td img {
}
#pc #photos table .select img {
	opacity: 0.2;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
}

#pc #navi {
	position: absolute;
	top: 36px;
	left: 10px;
	width: 200px;
}

#pc #foot {
	position: fixed;
	bottom: 0px;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	height: 36px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/* For Desktop */

/* For Smartphone */


#sp #latest {
	clear: both;
	display: block;
	float: none;
	width: 100%;
}
#sp #room h2 {
	background-color: #9900FF;
	padding: 5px;
	color: #FFFFFF;
}
#sp #room ul {
	margin: 0px;
	padding: 0px;
}
#sp #room ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sp #room ul li img {
	width: 100%;
}
#sp #photo h2 {
	background-color: #9900FF;
	padding: 5px;
	color: #FFFFFF;
}
#sp #photo ul {
	margin: 0px;
	padding: 0px;
}
#sp #photo ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sp #photo ul li img {
	width: 100%;
}
