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

　works.css　　：個別設定

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

/* ：：： style.css - １．共通部分・全体レイアウト ：：： */
/* ヘッダーエリア */
#headerContainer {
  height: 64px;
}

/* コンテンツエリア */
div.column {
	width: 320px;
	text-align: center;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
}

.column img {
	margin: 144px auto 0;
	width: 192px;
}
.column h2 {
	margin: 8px auto 0;
	font-size: 1rem; /* ：：：12px：：： */
	font-weight: 500;
	letter-spacing: 0.3em;
}



/* ：：： temp_Page01.css - １．共通部分レイアウト ：：： */
/* ページタイトル */
#PageTitle #Background_img {
	bottom: 80px;
	left: 0;
}
