@import url(https://fonts.googleapis.com/css2?family=Crimson+Text&family=Martel:wght@400;900&display=swap" rel="stylesheet);


body { 
/*	background-image: url("../images/bg1.png"); */
 /* background: linear-gradient(-90deg, #ffdee2 0%,  #d3f9fe 100%); */
 color: #333333;  
	color: #333333;  
/*	font-family: 'Martel', serif;*/
/*	font-family: 'Crimson Text', serif;*/
	/*	font-family: sans-serif; */
}

/* リンク */
a { color: #0000CD; }
a:hover { color: #DC143C; }

/* パンくずリスト */
.topicPath { font-size: 12px; }

/* ページの先頭へ戻る */
.pagetop {
	font-size: 12px;
	text-align: right;
	margin-top: 30px;
}
.pagetop a {
	background-image: url("../images/ico_pagetop.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}


/* ページ */
#page {
	width: 1000px; 
	margin: 0 auto;
}

/* ページヘッダー*/
#pageHead #siteTitle { 
	font-size: 36px; 
	line-height: 1.2;
	margin-bottom: 0;
	font-family: 'Martel', serif;
 font-weight: bold;
}

#pageHead #sub { 
	font-size: 20px; 
	line-height: 1.2;
	margin-bottom: 10;
	font-family: 'Martel', serif;
 font-weight: bold;
}

#pageHead #catchcopy { 
	font-size: 12px; 
	line-height: 1.5;
	margin-top: 5px;
}

/* グローバルナビ */
#pageHead .globalNavi {
	border: solid #000000;
	border-width: 1px 0;
	padding: 10px 0;
}

#pageHead .globalNavi ul {
	margin: 0;
	padding: 0;
}

#pageHead .globalNavi ul:after {
	content: "";
	clear: both;
	display: block;
}

#pageHead .globalNavi ul li {
	list-style: none;
	width: 196px;
	float: left;
	border-left: solid 1px #000000;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	line-height: 1.429;
	font-family: 'Martel', serif;
 font-weight: bold;
}

#pageHead .globalNavi ul li:first-child {
	border-left: none;
}

#pageHead .globalNavi ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}
#pageHead .globalNavi ul li a:hover,
#pageHead .globalNavi ul li.current a {
	color: #FFFFFF;
	background-color: #000000;
	/* background-color: #87cefa; */
}

/* ページフッター */

#pageFoot {
	border-top: solid 1px #000000;
	margin-top: 15px;
}

#pageFoot #copyright small { 
	font-size: 12px; 
	line-height: 1.5;
}

/* ページボディ */
#pageBody {
	margin-top: 30px;
/*	background-color: #FFCC66;
	border: solid 10px #FF0000; */
}

#pageBody:after {
	content: "";
	clear: both;
	display: block;
}

#pageBodyMain {	
	width: 1000px;
	float: left;
/*	background-color: #66CCFF; */
}

#pageBodySub {
	width: 220px;
	float: right;
/*	background-color: #99FF66; */
}

/* ----- サブカラム内の装飾 ----- */

/* 見出し */
#pageBodySub h2 {
	font-size: 16px;
	line-height: 1.375;
	padding: 5px;
	margin-top: 0;
	border-bottom: 1px solid #000000;
}

/* おしらせ */
#pageBodySub .newsList ul {
		list-style: none;
		padding: 0;
}
#pageBodySub .newsList ul li {
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 5px;
}

#pageBodySub .newsList ul li time {
	font-weight: bold;
	display: block;
}

/* ローカルナビ */
#pageBodySub .localNavi ul {
	margin: 0 0 30px;
	padding-left: 0;
}
#pageBodySub .localNavi ul li {
	font-size: 14px;
	line-height: 1.429;
	margin-bottom: 12px;
	list-style-type: none;
	background-image: url("../images/ico_arrow.png");	
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 10px;
}

/* ----- メインカラム内の装飾 ----- */

#pageBodyMain p {
	font-size: 14px; 
	line-height: 1.429;
}

/* リスト */
#pageBodyMain ul li {
	font-size: 14px;
	list-style-type: square;
	line-height: 1.429;
	padding-bottom: 10px;
}

#pageBodyMain ol li {
	font-size: 14px;
	line-height: 1.429;
	padding-bottom: 5px;
}

/* 表1 */
#pageBodyMain table {
	font-size: 14px;
	line-height: 1.429;
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}

#pageBodyMain  th,
#pageBodyMain table td {
	/* background-color: #FFFAFA;  */
	border: 2px solid #000000;
	padding: 5px 10px;
	width: 180px;
	height: 20px;
}

#pageBodyMain table th{
	background-color: #FFFAFA; 
	text-align: left;
	width: 60px;
}

#pageBodyMain table caption{
	text-align: left;
	font-weight: bold:
}

/* 表2 */
#pageBodyMain .table-Participants {
	font-size: 14px;
	line-height: 1.429;
	border: 1px solid #000000;
	border-collapse: collapse;
	table-layout: fixed;
	counter-reset: rowCount -1;
/*	width: 100%;  */
}

#pageBodyMain .table-Participants td {
	background-color: #FFFAFA; 
	border: 2px solid #000000;
	padding: 5px 10px;
	text-align: center;
/*	width: 150px; */
/*	height: 2px; */
}

#pageBodyMain .table-Participants th {
	background-color: #FFFAFA; 
	text-align: left;
/*	width: 60px; */
}

#pageBodyMain .table-Participants > tbody > tr {
  counter-increment: rowCount;
}

#pageBodyMain .table-Participants > tbody > tr > td:first-child::before {
  content: counter(rowCount);
}

/*
#pageBodyMain .table-Participants .num {
  width: 100px;
}

#pageBodyMain .table-Participants colgroup#number {
    width: 200px;
	}

#pageBodyMain .table-Participants colgroup#name {
    width: 10px;
}

#pageBodyMain .table-Participants colgroup#aff {
    width: 10px;
}

#pageBodyMain .table-Participants colgroup#position {
    width: 10px;
	}
*/

#pageBodyMain .table-Participants caption {
	text-align: left;
	font-weight: bold:
}



/* 図版 */
figure {
	margin: 0;
}

/* 画像キャプション */
#pageBodyMain figcaption {
	font-size: 12px;
}

/* 見出し */
#pageBodyMain .pageTitle { 
	font-size: 26px; 
	background-color: #000000;
	color: #FFFFFF; 
	padding: 5px 15px;
	line-height: 1.231;
	margin-top: 0;
	font-family: 'Martel', serif;
 font-weight: bold;
}

#pageBodyMain .heading-typeA { 
	font-size: 21px; 
	background-color: #FFFFFF;
	color: #000000;
/*	color: #349FA6; */
	border-bottom: solid 1px #000000;
	padding: 5px;
	line-height: 1.333;
	font-family: 'Martel', serif;
 font-weight: bold;
	text-align: center;
	border-top: solid 5px #000000;	
}

#pageBodyMain .heading-typeB { 
	font-size: 21px; 
	border-left: solid 5px #000000;
	border-bottom: solid 2px #000000;
	padding-left: 10px;
	line-height: 1.375;
	font-family: 'Martel', serif;
 font-weight: bold;
}

#pageBodyMain .heading-typeC {
	font-size: 14px;
	line-height: 1.429;
}

/* 区切り線・余白 */
#pageBodyMain .articleDetailHead {
	border-bottom: solid 1px #000000;
	margin-bottom: 30px;
	padding-bottom: 15px
}
#pageBodyMain .articleDetailFoot {
	border-top: solid 1px #000000;
	margin-top: 30px;
	padding-top: 15px;
}

#pageBodyMain .articleDetailBody section{
	margin: 30px 0;
}

/* 撮影情報 */
#pageBodyMain .creditUnit {
	padding: 10px;
	border: solid 1px #000000;
}

#pageBodyMain .creditUnit p {
	font-size: 12px;
	line-height: 1.5;
}
