@charset "UTF-8";

/* --------------------------------------------------------------------------------------
 プリント用CSS
--------------------------------------------------------------------------------------- */

/* ヘッダー ------------------------------ */

#hd ul {
	display: none;
}

#gnavi {
	display: none;
}

/* コンテンツ ------------------------------ */

div#ctAreaInner {
	width: 100%;
	text-align: left;
}

div#ctAreaInner .ctBox .leftBox {
	float: left;
	width: 100%;
}

div#ctAreaInner .ctBox .leftBox table {
	width: 100%;
}

div#ctAreaInner .ctBox {
	width: 100%;
	margin: 30px 0 0 0;
}

/* サイド ------------------------------ */

.rightBox {
	display: none;
}

/* フッター ------------------------------ */

#ft {
	display: none;
}
