@charset "utf-8";

/* ****************************************************
印刷指定
***************************************************** */

/* ========== 非表示 ========== */
#header #header-menu #sizechange,
#contents .bt-list01,
#contents #tab-navi,
#contents .section .col2-roominfo .bt-img,
#contents .bt-area,
#contents .section .former-info,
#contents .section .bn-area,
#contents .search-box,
#footer #col2-footer,
#footer #footer-list {
	display: none;
}


/* ========== A4に縮小 ========== */
body {
	zoom: 78%;
}

/* IE7 only */
*:first-child+html body {
	/*zoom: expression( navigator.userAgent.match(/Windows NT 6\.0/i)? "100%" : "80%" );*/
	zoom: 100%;
}
/* end */

/* ========== bace.css ========== */
/* IE7 only */
*:first-child+html #contents .inquiry-box .first-col dl,
*:first-child+html #contents .inquiry-box .second-col dl {
	height: 1em;
}
/* end */

/* ========== index.css ========== */
#index #main-container {
	padding-top: 20px;
}

/* ========== layout.css ========== */
* html #footer #copyright img {
	margin: -3px 5px 0 0;
	vertical-align: middle;
}
