@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2011-03-31
 * Editor:    contents yamamoto
 * Modified:  2011-03-31 by:contents yamamoto
 *
 * ***********************************************************
 */


/* ------------------------------------------------------------
	Font-size Adjustment
------------------------------------------------------------
10px = 83.4%
11px = 91.7%
12px = 100%
13px = 108.4%
14px = 116.7%
15px = 125%
16px = 133.4%
17px = 141.7%
18px = 150%
19px = 158.4%
20px = 166.7%
21px = 175%
22px = 183.4%
23px = 191.7%
24px = 200%
25px = 208.4%
26px = 217 %
*/

/* --------------------------------------------------------------

COMMON

----------------------------------------------------------------- */

/* text
---------------------------------------------------- */

.text01 {
	font-size: 108.4%;
	line-height: 175%;
}

.text02 {
}


/* table
---------------------------------------------------- */

table.tbl01 {
	width:100%;
	margin-bottom: 25px;
}

table.tbl01 th {
	background: #F3F1F1;
	padding: 2px 4px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	font-size:108.4%;
	text-align: center;
}

table.tbl01 th.floor {
	width: 80px;
	font-size: 116.7%;
	font-weight: bold;
}

table.tbl01 td {
	padding: 4px 4px 4px 10px;
	border: 1px solid #CCCCCC;
}

table.tbl01 td.tit {
	padding: 4px 15px;
	border: 1px solid #CCCCCC;
}

table.tbl01 td.tit span {
	color: #779F9B;
}


/* --------------------------------------------------------------

DESCRIPTION

----------------------------------------------------------------- */

#description .block01 {
	margin: 20px 0px 35px;
}

#description .block01 .photo {
	float:left;
	padding-right: 60px;
}

#description .block01 .box {
	padding-top: 70px;
}

#description .block01 .box dl {
	_zoom:1;
	overflow:hidden;
	border-bottom: 1px dotted #CCCCCC;
}

#description .block01 .box dt {
	float: left;
	width: 120px;
	font-size: 108.4%;
	padding: 9px 0px;
}

#description .block01 .box dd {
	font-size: 108.4%;
	border-top: 1px dotted #CCCCCC;
	padding: 9px 0px;
}

/* --------------------------------------------------------------

FACILITY INFORMATION

----------------------------------------------------------------- */

#facility h2 {
	margin-bottom: 20px;
}

#facility h3 {
	padding-top:20px;
	margin-bottom: 10px;
}

#facility .btn {
	float: right;
}

.floor02 {
	margin-bottom:50px;
}

.galleryBlock {
	padding-top:25px;
}

/* --------------------------------------------------------------

DIRECTIONS

----------------------------------------------------------------- */

#directions #main {
	padding-top:10px;
}

#directions .map {
	margin-bottom:50px;
}

#directions .block {
	margin: 20px 0px 30px;
	border: 1px solid #E0E0E0;
	padding: 30px;
}

#directions h4 {
	font-size: 116.7%;
	border-bottom: 1px dotted #999999;
	padding: 5px 0px 10px;
	margin-bottom: 20px;
}

#directions .block dl dt {
	color: #46715A;
	font-size: 116.7%;
	margin-left: -7px;
	margin-bottom: 5px;
}

#directions .block dl dd {
	font-size: 108.4%;
	margin-bottom: 10px;
	background: url(../common/s.jpg) no-repeat left center;
	padding-left: 15px;
}

#directions .block dl dd.map {
	margin-bottom: 24px;
	background: url(none);
	padding: 0px;
}


