/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }
	span.br_pc { display: block; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄席（float） */

	/* ヘッダ */
	#header {
		position: relative;
	}
	#header h1 {
		position: absolute;
		top: 0;
		right: 0;
	}
	/* コンテナ */
	#container {
		padding-bottom: 162px;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 162px;
		margin-top: -162px;
	}
	/*--------------------------------------------------
		アクセスガイド
	--------------------------------------------------*/
	#access .guide dd p {
		float: left;
		width: 50%;
	}
	
/*------------------------------------------------*/
/* 背景固定 */
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* End hide from IE-mac */

/*------------------------------------------------*/
}