@charset "UTF-8";

/* ============================================================================= */
/* --- ◆ html / body ---------------------------------------------------------- */
/* ============================================================================= */

/* 背景を無色に */

body {
	background-color:			transparent;
}

/* ============================================================================= */
/* --- ◆ PageTop: using Icon Fonts -------------------------------------------- */
/* ============================================================================= */

/* ページアッパーを削除 */

#pageTop {
	display:					none !important;
}

/* ============================================================================= */
/* --- ◆ .gbx : Global Navi : JS連動 ------------------------------------------ */
/* ============================================================================= */

/* ページ右下のナビボタンを削除 */

/* ------------------ */
/* .nvbtn2 : Button 2 */
/* ------------------ */

.gbx .nvbtn2 {
	display:					none !important;
}

/* ============================================================================= */
/* --- ◆ .cbx / .cbx1 / .cbx2 ------------------------------------------------- */
/* ============================================================================= */

/* ページ下部、水色背景の直前で強制改行 */

.cbx2 {
	page-break-before:			always;
}

/* ============================================================================= */
/* --- ◆ 個別 ----------------------------------------------------------------- */
/* ============================================================================= */

/* ----------------------------------------------- */
/* ▼ index.html --------------------------------- */
/* ----------------------------------------------- */

/* スライダー削除、印刷用を表示 */

/* ------------------------- */
/* Top Slide Show : bxSlider */
/* ------------------------- */

.tssbx {
	display:					none;
}

/* --------- */
/* for Print */
/* --------- */

.tssbx-for-print {
	display:					block;
}
.tssbx-for-print .bxs {}
.tssbx-for-print .bx {
	width:						85%;		/* ←微調整 */
	margin:						0 auto;
}

/* ----------------------------------------------- */
/* ▼ about.html --------------------------------- */
/* ----------------------------------------------- */

/* 「アクセス」に枠線追加 */

/* ------- */
/* #acssbx */
/* ------- */

#acssbx .bxs {
	border:						solid 1px #d1d0dc;
}













