<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* //////////////////////////////////////////////////

　お部屋

////////////////////////////////////////////////// */


.sec {
	padding: 10px;
}

.sec p {
	color: #fff;
}
.sec .img01 {
	float: right;
	padding: 0 0 5px 5px;
}
.sec h3 {
	padding-bottom: 10px;
}

#read {
	padding:5px 0 15px;
}
.link_btn li {
	padding-right: 5px;
}
.link_btn li:last-child {
	padding-right: 0px;
}

ul.tab {
	margin:0 auto;
	width:inherit;
	text-align:center;
}
.tab li {
	padding:0 2px;
}
.tab a {
	display:block;
	background-size:100px;
	background-repeat:no-repeat;
	background-position:center bottom;
	width:100px;
	height:36px;
	text-indent:-9999px;
}
/*
.tab1 a { background-image:url(../img/tab1.png) }
.tab2 a { background-image:url(../img/tab2.png) }
.tab3 a { background-image:url(../img/tab3.png) }
.tab1.active a { background-image:url(../img/tab1_on.png) }
.tab2.active a { background-image:url(../img/tab2_on.png) }
.tab3.active a { background-image:url(../img/tab3_on.png) }
*/

.tabs {
	background:url(../img/bg_content_btm.png) no-repeat bottom;
	background-size:100%;
}
#tabContent {
	background:url(../img/bg_content.png) no-repeat top;
	background-size:100%;
	padding:13px 10px 18px;
}


#tabContent .sec {
	padding-bottom:25px;
	margin-bottom:25px;
	background:url(../img/line.png) no-repeat bottom;
	background-size:100% 1px;
}
#tabContent p {
	overflow:hidden;
}
#tabContent .btn {
	clear:both;
	padding-top:15px;
}


#tab01 .lankup {
	margin:35px 0 0;
	position:relative;
}
#tab01 .lankup h3 {
	position:absolute;
	top:-20px;
	left:-10px;
}
#tab01 .lankup .inner {
	background:url(../img/bg_lankup.png) repeat-y;
	background-size:100%;
	padding:10px;
	color:#fff;
}



#sec01 {
	background: url(../img/bg_sec01_01.png) no-repeat top;
	background-size: 100%;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sec01 .box01 {
	background: url(../img/bg_sec01_02.png) no-repeat top;
	background-size: 100%;
	padding: 10px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sec01 .box01 p {
	color: #333;
	font-size: 10px;
	line-height: 140%;
}



#sec02 {
	background: url(../img/bg_sec02_01.png) no-repeat top;
	background-size: 100%;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sec02 .box01 {
	background: url(../img/bg_sec01_02.png) no-repeat top;
	background-size: 100%;
	padding: 10px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sec02 .box01 p {
	color: #333;
	font-size: 10px;
	line-height: 140%;
}


#sec03 {
	background: url(../img/bg_sec03_01.png) no-repeat top;
	background-size: 100%;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sec03 .box01 {
	background: url(../img/bg_sec01_02.png) no-repeat top;
	background-size: 100%;
	padding: 10px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sec03 .box01 p {
	color: #333;
	font-size: 10px;
	line-height: 140%;
}
</pre></body></html>