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


/*テーブル設定 アクセス*/
.shop {
	padding-top: 15px;
}
.shop table {
	width: 630px;
}
.shop th {
	padding: 5px 20px 0px 0px;
	text-align: center;
	vertical-align: top;
	width: 102px;
}
.shop td {
	text-align:left;
	width:506px;
	font-size: 13px;
	line-height: 22px;
	padding: 5px 0px 5px 5px;
	background-image: url(../../common/images/dotsen.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.shop td.noborder {
	font-size: 13px;
	line-height: 22px;
	padding: 5px 0px 5px 5px;
	background-image:none;
}

.shop dl {
	clear: both;
}
.shop dt {
	width:70px;
	float: left;
}
.shop dd {
}

/*GoogleMapエリアの設定*/
#map{
	 width: 480px; 
	 height: 480px;
	 margin: 10px 13px;
}

/*営業時間/アクセス案内　下部　写真と説明部分*/
#room{
	width:630px;
	height:auto;
	margin:10px auto;
	text-align:left;
	}
	
.photoarea{
	width:310px;
	height:190px;
	padding:0px 5px 20px 0px;
	font-size:13px;
	line-height:140%;
	float:left;
	}

#room ul{
	margin-left:1em;
	margin-top: 5px;
	/*padding:0px;
	margin-top:0px;
	margin-bottom:0px;*/
	}
	
#room li{
	list-style-type:none;
	text-indent:-1.0em;
	/*padding:0px;
	margin-top:0px;
	margin-bottom:5px;*/
	}
	
/*スタッフ紹介*/
.pl20 {
	padding-left: 20px !Important
	}

.pr20 {
	padding-right: 20px !Important
	}

.akab{
	color:#c02729;
	font-style:bold;
	font-size:13px;
	}

.aob{
	color:#1083c4;
	font-style:bold;
	font-size:13px;
	}

.grb{
	color:#189a36;
	font-style:bold;
	font-size:13px;
	}

.list_profile{
	border-color:#E4E4E4;
	border-style:solid;
	border-width:5px;
	width:585px;
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 15px;
	}

#staff{
	width:630px;
	margin:0px;
	padding:0px;
	}
	
.staff_box {
	width:630px;
	padding:0px;
	margin-bottom: 30px;
	}
.staff_box:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.staff_box { display:inline-block; }
/* Hides from IE-mac ＼*/
* html .staff_box { height:1%; }
.staff_box { display:block; }
/* End hide from IE-mac */
	
	
.staff_box table{
	width: 430px;
	line-height: 130%;
	}

.staff_box table.nomargin{
	float:left;
	margin-left:0px;
	margin-top:10px;
	}
	
.staff_box th{
	font-size:13px;
	color:#c02729;
	font-style:bold;
	}

.staff_box th.ao{
	font-size:13px;
	color:#1083c4;
	font-style:bold;
	}
	
.staff_box th.gr{
	font-size:13px;
	color:#189a36;
	font-style:bold;
	}
	
.staff_box td{
	font-size:12px;
	padding-left:10px;
	text-align:left;
	}
	
.qa_right{
	width: 430px;
	float: right;
	
}
.qa_left{
	width: 430px;
	float: left;
	
}
	
</pre></body></html>