@charset "UTF-8";

/* ***********************************************************
*
* Since:     2013-01-08
* Editor:    contents
* Modified:  2013-01-08 by:contents TAZAKI
*
* ***********************************************************
*/

/* font-size===========================================

10px 	77%
11px 	85%
12px 	93%
13px 	100%
14px 	108%
15px 	116%
16px 	124%
17px 	131%
18px 	139%
19px 	147%
20px 	154%
21px 	162%
22px 	170%
23px 	177%
24px 	185%
25px 	193%
26px 	200%

===================================================== */

/* +++++++++++++++++++++++++++++++++++++++++++++++

     #recreation

+++++++++++++++++++++++++++++++++++++++++++++++ */

.infoSec{
	width:700px;
	margin:0 auto 10px;
}
.floormapSec{
	margin-bottom:25px;
	position:relative;
}
.floormapSec p{
	position:absolute;
}
	.floormapSec p.img01{
		left:474px;
		top:104px;
	}

	.floormapSec p.img02{
		left:554px;
		top:325px;
	}
	.floormapSec p.img03{
		left:470px;
		top:580px;
	}
	.floormapSec p.img04{
		left:553px;
		top:799px;
	}
	.floormapSec p.img05{
		left:564px;
		top:1041px;
	}
	.floormapSec p.img06{
		left:444px;
		top:1315px;
	}


.floormapSec dl{
	margin-bottom:20px;
}
.floormapSec dl dt{
	float:left;
	width:110px;
	margin-right:20px;
}

.floormapSec dl dd{
	float:left;
	width:570px;
	padding:10px 10px 0;
	font-size:124%;
	line-height: 160%;
}

.floormapSec dl dd span{
	background:#FFF;
	display:block;
	padding:10px;
	margin:10px 0 0;
	color:#68A533;
	font-size:81%;

	border-radius:6px;
	-webkit-border-radius: 6px;    
	-moz-border-radius: 6px;
	-o-border-radius: 6px;  
	-ms-border-radius: 6px;

}