@charset "utf-8";

/* screen.css
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

	1. imported styles
	2. access & map
	
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* font-size
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%
*/

/* ------------------------------------------------------------
	1. imported styles
   ------------------------------------------------------------*/
@import url("../../shared/css/reset.css");
@import url("../../shared/css/basic.css");
@import url("../../shared/css/design.css");



/* ------------------------------------------------------------
	2. access & map
   ------------------------------------------------------------*/
#access-top { }

#access-top div.header{ padding-bottom:30px; }

#access-top div.sdw-body div.body{
	padding: 25px 40px;
	border-bottom: 1px solid #D1CFCD;
}

#access-top div.map{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 65px;
}

#access-top p.note{ font-size: 91.7%; }

#access-top ul.access{}
#access-top ul.access li{ list-style: square; }


#access-top table.border-table-dot {	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

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

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


/* ----- フロアガイド片のボタン ----- */

#access-top .body div.to_guide   {
	background-color: #805C3A;
	padding: 2px;
	width:200px;
}

#access-top .body .to_guide img  {
	vertical-align: text-bottom;
	margin-right: 5px;

}

#access-top .body .to_guide a {
	color: #FFF;

}
#access-top .body .to_guide a:hover {
	color: #F66;

}
