@charset "UTF-8";
/* 展示キャプション用 */
img {
    max-width: 100%;
    height: auto;
}
body{
	min-height: 100vh;
	background-color: #000;
	margin: 0 auto;
	font-family: 'Noto Serif JP', serif; /* 明朝体の設定 */
}
/* div {
    text-align: center;
} */

div#contents_cap{
	max-width: 816px;
	margin: 1px auto 0;
	background-color: #FFF;
}
#contents_cap a{
	color: #1A1A1A;
	text-decoration: none;
}
#contents_cap a:hover{
	color: #1A1A1A;
	text-decoration: underline;
}
#contents_cap a:visited{
	color: #1A1A1A;
	text-decoration: none;
}
/* 展示タイトルメッセージ用 */
div#eventmessage{
	margin: 0 32px;
	text-align: left;
}
#eventmessage h1{
	font-size: 14px;
	letter-spacing: 0.5em;
	font-weight: lighter;
	margin: 60px auto 16px;
}
#eventmessage h2{
	font-size: 48px;
	letter-spacing: 0.1em;
	font-weight: lighter;
	margin: 0;
}
#eventmessage h3{
	font-size: 24px;
	letter-spacing: 0.3em;
	font-weight: lighter;
	margin: 8px auto 0 ;
}
#eventmessage h4{
	font-size: 16px;
	letter-spacing: 0.3em;
	font-weight: lighter;
	margin: 8px auto 40px;
}
#eventmessage p{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2em;
	padding-bottom: 32px;
	text-align: justify;
}

/* 展示個別キャプション用 */
div#eventcap{
	margin: 0 32px;
	text-align: left;
}
#eventcap h1{
	font-size: 14px;
	letter-spacing: 0.5em;
	font-weight: lighter;
	margin: 40px auto 8px;
}
#eventcap h2{
	font-size: 60px;
	font-weight: lighter;
	margin-top: 0;
}
#eventcap h2 .subtitle{
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: lighter;
}
#eventcap h3{
	font-size: 16px;
	letter-spacing: 0.3em;
	font-weight: lighter;
	margin: 16px auto 0 -0.5em;
}
#eventcap p{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: justify;
}
#eventcap img{
	width: 33%;
	height: inherit;
	margin-top: 120px;
}
.collaborator{
	font-size: 14px;
	padding-top: 40px;
}
.smallfont{
	font-size:12px;
}
.noimgtitle{
	padding-top:120px;
}
.footer_eventcap{
	background-color: #FFF;
	margin:120px auto 0;
	padding-bottom: 40px;
	text-align: center;
}
.footer_eventcap ul{
	text-align: center;
	margin: 0 0 48px;
	padding: 0;
}
.footer_eventcap li{
	display: inline-flex;
	margin: 10px 0;
	padding: 10px 15px;
	border: 1px #ccc solid;color: #000053;
	border-radius: 5px /5px;
}
.footer_eventcap li.this{
	background-color: #777;color:#fff;
}
