@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header {
		position: absolute;
		box-sizing: border-box;
		width: 100%;
		padding-left: 30px;
		z-index: 1;
	}
	#header h1.title img {
		width: 198px;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	#header .contact {
		position: fixed;
		right: 0;
		top: 220px;
		z-index: 10;
		display: block;
		width: 60px;
		height: 311px;
		padding: 0 5px;
		box-sizing: border-box;
		background: rgba(0,104,173,0.8);
	}
	#header .contact a {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: #fff;
		font-size: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		line-height: 1;
		padding: 18px 0;
		border-bottom: 1px solid rgba(2555,255,255,0.3);
	}
	#header .contact a img {
		display: none;
	}
	#header .contact .line a {
		border-bottom: none;
	}
	#header .contact .line a img {
		display: block;
		width: 40px;
	}
	/* コンテナ */
	#header, #wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 486px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 486px;
		margin-top: -486px;
	}
	#footer .box,
	#footer .contact {
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#footer .box dd p {
		display: inline-block;
	}
	#footer .box dd p+p {
		margin-left: 0.5em;
	}
	#footer .contact {
		height: 120px;
		margin: auto;
	}
	#footer .contact .btn {
		float: right;
	}
	/**/
	.tbl th, .tbl td {
		padding: 15px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info dl {
		display: table;
	}
	#top_info dt,
	#top_info dd {
		display: table-cell;
		vertical-align: top;
	}
	#top_info dt {
		width: 1%;
		padding-right: 20px;
		white-space: nowrap;
	}

	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}