@charset "UTF-8";
/* ----------------------------------------
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊

　public.css　　：個別設定

＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
---------------------------------------- */

/* ：：： style.css - １．共通部分・全体レイアウト ：：： */
#wrapper {
	width: 3392px; /* Title：160 + 部門数：10 × 320（＝3,200px） ＋ 余裕：32px */
}


/* ：：： temp_Page01.css - １．共通部分レイアウト ：：： */
/* ページタイトル */
#PageTitle h1 {
	left: 0;
	letter-spacing: 0.15em;
}

#PageTitle h2 {
	left: 32px;
}


/* ：：： temp_Page01.css - ３．ヘッダーエリア ：：： */
/* ヘッダーナビゲーション：nav2 */
#nav2 li#nPUBLIC {
	padding: 0 16px 2px 24px;
	font-size: 1.083rem; /* ：：：約12.996px：：： */
	font-weight: 600;
}
#nav2 li#nPUBLIC a {
	color: #942343;
	text-shadow: 3px 3px 3px #cccccc;  
}