@charset "utf-8";

/* -------------------------------------------------------------------
	共通
------------------------------------------------------------------- */

/* main 
#main {
	float: none;
}

/* side 
#side {
	float: none;
}
*/

/* -------------------------------------------------------------------
	index.html
------------------------------------------------------------------- */

/* 改ページ */
html>/**/body div#printBreak { height: 1px; page-break-before: always; }

* html body {
	zoom:55%;
}
/* -------------------------------------------------------------------
	アクセスページ
------------------------------------------------------------------- */
/* ヘッダー非表示 */
#access #wrapHeader {
	display: none;
}
/* ボタン非表示 */
#access div.btn_area {
	display: none;
}
/* フッター非表示 */
#access #footer {
	display: none;
}
*:first-child+html body#access {
	zoom:85%;
}

* html body#access {
	zoom:70%;
}
