@charset "UTF-8";

/* プリンタ用スタイルシート */

* {
	font-family:
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}


/* 不要な内容の非表示化 */
#global-nav
#side,
#security,
#footer,
.pagetop,
.return {
	display: none;
}

#company .branches .list .map {
	display: none;
}


/* 印刷時段落ち */
#inquiry-tel-image .right {
	width: 414px;
}

#index #index-nav {
	width:861px;
}
