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

　works_page.css　　：個別設定

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

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

/* コンテンツエリア */
div.column {
	text-align: center;
}
.PH_h { /* 写真：横 */
	width: 546px;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
}
.PH_v { /* 写真：縦 */
	width: 277px;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
}
.PH_m { /* 写真：正方形 */
	width: 384px;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
}

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



/* ：：： style.css - ２．共通部分・装飾 ：：： */
/* ページ全体 */
body {
	color: #ffffff; /* 紫黒（しこく）→白 */
	background-color: #111111;
}

/* ページ全体のリンク色 */
a {color:#ffffff;}  /* 紫黒（しこく）→白 */





/* ：：： temp_Page01.css - １．共通部分レイアウト ：：： */
/* ページタイトル */
#PageTitle h1 {
	color: #ffffff; /* 紫黒（しこく）→白 */
}

#PageTitle #Background_img {
	bottom: 80px;
	left: 0;
	color: rgba( 103, 127, 126, 0.2); /* ：：：基本色：#677f7e：：： */
}



/* ：：： temp_Page01.css - ３．ヘッダーエリア ：：： */
#hNavigation a {
  color: #ffffff;
}





/* ：：： 個別設定 ：：： */
/* #contents00：作品説明 */
div#contents00 {
	width: 312px;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
}

#contents00 .column_mainContent {
	margin: 80px 32px 0;
	padding: 0 16px 0 0;
	height: 288px;
	width: 232px;
	font-size: 0.833rem; /* ：：：約9.996px：：： */
	text-align: left;
	overflow: auto;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
}

#contents00 p {
	margin: 0 0 32px;
}

#contents00 ul {
	margin: 0;
}

#contents00 li {
	padding: 4px 16px 0 0;
	background-color: rgba( 105, 105, 105, 0); /* ★確認用：dimgray #696969 */
}
#contents00 li:before {
 display: inline;
 content: "・";
 width: 1em;
 height: 1em;
 position: relative;
 float: left;
}