@charset "utf-8";
/*
* facilities.css
*
* version --- 1.0
* updated --- 2013/09/10
*/

/* フロアマップのみに使用するスタイルを記述
---------------------------------------------------------- */
#container img {
	max-width: 100%;
}

#downloadButton {
	margin: 0 auto 15px;
	max-width: 300px;
}
#downloadButton a {
	display: block;
	color: #fff;
	background: #f4ac10;
	border-radius: 4px;
	font-size: 14px;
	line-height: 45px;
	text-decoration: none;
}