@charset "UTF-8";

/* *************************************

概要：印刷用CSSファイル

***************************************/


/*  全体構成 */

* html body {
	zoom: 84%;
}

* html body#popup02 {
	zoom: 76%;
}


/* ヘッダー */

body#popup02 #header {
	display: none;
}


/* メインコンテンツ */

* html body#popup02 #container #content ul.ph-list01 li {
	margin-right: 14px;
}

*:first-child+html body#popup02 #container #content ul.ph-list01 li {
	margin-right: 9px;
}

body#popup02 #container #content p.inquiry-btn {
	display: none;
}


/* フッター */

body#popup02 #footer {
	display: none;
}
