* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #464342;
	line-height: 1.8;
	font-weight: normal;
	font-style: normal;
	font-feature-settings: "palt";
	text-decoration: none;
	list-style: none inside;
	font-family: sans-serif;
	hyphens: auto;
}
br {
	font-size: 1px;
	line-height: 0;
}
.clear { clear: both; }
.clear hr { display: none; }
figure { display: inline-block; }
p { margin-bottom: 16px; text-align: justify; }
span.test { color: #0000cc; font-weight: bold; }
span.print { display: none; }
p.right_text { margin-bottom: 16px; text-align: right; }

li, li a {
	line-height: 1.5;
}
ol li {
	list-style: decimal outside;
	margin-left: 30px;
	margin-bottom: 5px;
	text-align: justify;
}
body {
	border-top: 2px solid #d7023c;
	background: #eeeeee url('./layout/background_main.jpg') center bottom no-repeat fixed;
	background-size: contain;
}







div.gallary {
	position: relative;
	z-index: -1;
}
div.gallary_large {
	position: relative;
	z-index: -1;
}
div.gallary img {
}
div.gallary_large img {
	filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.3));
	border-radius: 8px;
}
.photo_by {
	color: #bbbbbb;
	font-size: 12px;
	margin: 0px 10px;
}

.bg_or {
	background: #cc6600;
	color: #ffffff;
}
.bg_pu {
	background: #cc0066;
	color: #ffffff;
}
.bg_bl {
	background: #0000cc;
	color: #ffffff;
}
.bg_gr {
	background: #006600;
	color: #ffffff;
}
.bg_lg {
	background: #339933;
	color: #ffffff;
}
.nowrap {
	white-space: nowrap;
}
.nojustify {
	text-align: left;
}
.pad5 {
	padding: 5px;
}
ul.list_en li {
	margin-left: 40px;
}
ul.list_en li {
	margin-bottom: 12px;
	list-style: upper-roman outside;
}
ul.list_en li span {
	font-weight: bold;
	margin-right: 10px;
} 




/*アニメーション*/

@keyframes show {
    0% {opacity:0}
    2.5% {opacity:1}
    17.5% {opacity:1}
    20% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0}
    2.5% {opacity:1}
    17.5% {opacity:1}
    20% {opacity:0}
}

.only_narrow {
	display: none;
}
hr.spacer20 {
	margin: 20px;
	clear: both;
}
hr.spacer40 {
	margin: 40px;
	clear: both;
}
hr.spacer80 {
	margin: 80px;
	clear: both;
}

header {
	height: 140px;
	background: #ffffff;
	background-size: cover;
	margin-bottom: 50px;
}
div.header_box {
	width: 1000px;
	margin: 0px auto;
}
header h1,
header h2 {
	float: left;
}
header h1 img,
header h2 img {
	margin: 10px 0px;
	width: 600px;
	height: 120px;
}
.header_right {
	float: right;
	margin: 25px;
}
.header_right .language_changer {
	margin-bottom: 0px;
	text-align: right;
}
.header_right .language_changer a {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.header_right .header_date {
	display: inline-block;
	font-size: 24px;
	font-family: serif;
	font-weight: bold;
}
.narrow_date {
	display: none;
}


div.body_area {
	width: 1000px;
	margin: 0px auto;
}
x_div.slider {
	margin: 0px 0px 50px 0px;
	padding: 0px;
}
x_div.slider img {
	width: 960px;
	height: 480px;
	margin: 8px;
	padding: 0px;
}


nav.menu_area {
	width: 250px;
	float: left;
	padding: 0px; 
}
nav.menu_area div.menu_accent {
	text-align: center;
}
nav.menu_area div.menu_accent img {
	width: 100%;
}
nav.menu_area ul {
	color: #464342;
	background: rgba(255,255,255,0.95);
	padding: 16px 8px;
	border-radius: 8px;
}
nav.menu_area ul li {
	border-bottom: 1px dotted #696563;
	text-align: left;
}
nav.menu_area ul li:last-of-type {
	border-bottom: 0;
}
nav.menu_area ul li a {
	display: block;
	width: 234px;
	padding: 10px 40px 10px 10px;
	margin: 5px 0px;
}
nav.menu_area ul li a:hover {
	color: #ffffff;
	background: #d7023c url("./layout/menu_arrow.png") right center;
}
nav.menu_area ul li a.outlink:hover {
	color: #000022;
	background: #48c2eb url("./layout/menu_arrow.png") right center;
}
nav.menu_area ul li a.now {
	display: block;
	width: 234px;
	padding: 10px 40px 10px 10px;
	margin: 5px 0px;
	background: #fff8e8 url("./layout/menu_now.png") right center;
}
nav.menu_area ul li a.now:hover {
	color: #ffffff;
	background: #d7023c url("./layout/menu_arrow.png") right center;
}
nav.menu_area_cp {
	display: none;
}


div.content_area {
	width: 750px;
	float: left;
}

div.gallary {
	width: 700px;
	height: 350px;
	margin: 0px 25px 50px 25px;
}
div.gallary img {
	width: 700px;
	height: 350px;
}



article {
	width: 700px;
	margin: 0px 25px 50px 25px;
	padding: 50px 50px 80px 50px;
	background: rgba(255,255,255,0.95) url("./layout/article_header.png") right top no-repeat;
	background-size: contain;
	filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.3));
}
article h1,
article h2 {
	font-size: 28px;
	color: #d7023c;
	margin-top: 30px;
	margin-bottom: 20px;
}
article h3 {
	margin-top: 10px;
	padding: 4px 0px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
article p {
	font-size: 16px;
	text-indent: 1em;
}
article p.note {
	font-size: 12px;
	text-indent: 0;
}
article figure {
	width: 40%;
	float: right;
	margin: 0px 0px 24px 20px;
	padding: 10px;
	background: #fafafa;
}
article figure img {
	width: 100%;
}
article figure figcaption {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

article dl {
	margin-bottom: 50px;
	height: 180px;
}
article dl dt {
	float: left;
	width: 70px;
	font-size: 14px;
	line-height: 30px;
	color: #686764;
}
article dl dd {
	padding-left: 70px;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	line-height: 30px;
}
article dl dd span {
	font-size: 14px;
}
article dl dd span a {
	font-size: 14px;
	color: #d7023c;
}
article dl dd span a:hover {
	font-size: 14px;
	color: #464342;
}


img.previous_images {
	display: block;
	float: left;
	width: 180px;
	height: 120px;
	margin: 10px;
	background: #888888;
}
img.previous_images_little {
	display: block;
	float: left;
	width: 80px;
	height: 50px;
	margin: 10px;
	background: #888888;
}
div.previous_old_list {
	display: block;
	float: left;
	width: 180px;
	height: 400px;
	margin: 10px;
}

div.timetable_time {
	width: 100px;
	padding: 5px 0px;
	font-weight: bold;
	text-align: center;
}
div.timetable_content {
	margin-left: 50px;
	padding: 5px 20px 2px 20px;
	border-left: 1px solid #888888;
}
div.timetable_content_a,
div.timetable_content_b {
	float: left;
	width: 270px;
	padding: 5px 20px 2px 20px;
}
div.timetable_content_a {
	border-left: 1px solid #888888;
	margin-left: 50px;
}
div.timetable_content_b {
	border-left: 1px dotted #888888;
	margin-left: 0px;
}
div.timetable_content h4 {
	font-size: 20px;
	height: 48px;
	font-weight: bold;
}
div.timetable_content_a h4,
div.timetable_content_b h4 {
	font-size: 18px;
	line-height: 21px;
	height: 42px;
	color: #d7023c;
	position: relative;
}
div.timetable_content_a p.fukidashi,
div.timetable_content_b p.fukidashi {
	display: none;
	font-size: 14px;
	line-height: 16px;
	color: #d7023c;
	text-indent: 0;
	padding: 16px;
}


div.timetable_content h5,
div.timetable_content_a h5,
div.timetable_content_b h5 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}
div.timetable_content_a h5,
div.timetable_content_b h5 {
	height: 32px;
}
p.timetable_time {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin-right: 10px;
	text-indent: 0;
}
p.timetable_place {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 20px;
	margin-right: 10px;
	border-radius: 10px;
	text-indent: 0;
}
p.timetable_comment {
	font-size: 14px;
	line-height: 16px;
	margin-top: 15px;
	padding: 0px;
	text-indent: 0;
}


p.host_comment {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	text-indent: 0;
	text-align: right;
}
div.host_img {
	margin: 20px 0px 30px 0px;
	float: left;
}
div.host_img img {
	background: #888888;
	width: 140px;
	height: 140px;
}
div.host_box {
	margin: 20px 0px 30px 20px;
	width: 360px;
	float: left;
}
div.host_box_b {
	margin: 20px 0px 30px 160px;
	width: 360px;
	float: left;
}
div.host_box_c {
	margin: 0px 0px 10px 160px;
	width: 360px;
	float: left;
}
div.host_box p.host_title,
div.host_box_b p.host_title {
	font-size: 16px;
	line-height: 24px;
	text-indent: 0;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #d7023c;
}
div.host_box p.host_title_null,
div.host_box_b p.host_title_null,
div.host_box_c p.host_title_null {
	display: none;
}
div.host_box p.host_name,
div.host_box_b p.host_name {
	font-size: 20px;
	line-height: 28px;
	font-weight: bolder;
	font-family: serif;
	letter-spacing: 4px;
	text-align: left;
	text-indent: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.host_box p.host_occ,
div.host_box_b p.host_occ {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	text-indent: 0;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	color: #696563;
}
div.host_box_c p.host_name {
	font-size: 18px;
	line-height: 26px;
	font-weight: bolder;
	font-family: serif;
	letter-spacing: 4px;
	text-align: left;
	text-indent: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.host_box_c p.host_occ {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	text-indent: 0;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	color: #696563;
}

div.address {
}
div.address img {
	width: 180px;
	height: 240px;
	margin: 0px 20px 20px 0px;
	float: left;
}
div.address p.address_head {
	font-size: 20px;
	font-weight: bolder;
	line-height: 24px;
	color: #d7023c;
	text-align: left;
	text-indent: 0;
	margin: 0 0 20px 0;
	padding: 0;
}
div.address p.address_title {
	font-size: 16px;
	line-height: 20px;
	font-family: serif;
	text-align: left;
	text-indent: 0;
	margin: 0 0 2px 0;
	padding: 0;
	color: #696563;
}
div.address p.address_name {
	font-size: 24px;
	line-height: 28px;
	font-family: serif;
	font-weight: bolder;
	letter-spacing: 4px;
	text-align: left;
	text-indent: 0;
	margin: 0 0 20px 0;
	padding: 0;
}


div.abstract {
}
div.abstract img {
	width: 160px;
	margin: 0;
	float: right;
}
div.abstract p.name_a {
	font-size: 24px;
	line-height: 30px;
	font-family: serif;
	font-weight: bolder;
	letter-spacing: 4px;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0;
}
div.abstract p.name_b {
	font-size: 16px;
	line-height: 20px;
	font-family: serif;
	text-align: left;
	text-indent: 0;
	margin: 0 0 20px 0;
	padding: 0;
	color: #696563;
}
div.abstract p.name_c {
	font-size: 16px;
	line-height: 20px;
	font-family: sans-serif;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0;
	color: #696563;
}
div.abstract p.name_d {
	font-size: 16px;
	line-height: 24px;
	font-family: sans-serif;
	text-align: left;
	text-indent: 0;
	margin: 0 0 40px 0;
	padding: 0;
	color: #696563;
}

div.morp_list {
}
div.morp_list p {
	border-bottom: 1px solid #ff8800;
	background: #fff8f0;
	margin: 0;
}
div.morp_list p.top {
	border-top: 1px solid #ff8800;
	background: #fff0f0;
}
div.morp_list span {
	display: inline-block;
	width: 120px;
	font-size: 14px;
	line-height: 20px;
}
div.morp_list a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	width: 440px;
}
div.morp_list a:hover {
	color: #ff8800;
}


ul.supporters li {
	font-size: 21px;
	line-height: 42px;
	font-family: serif;
	letter-spacing: 4px;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0 84px;
	border-bottom: 1px dotted #ff8800;
}
ul.supporters_en li {
	font-size: 20px;
	line-height: 42px;
	font-family: serif;
	letter-spacing: 0px;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0 84px;
	border-bottom: 1px dotted #ff8800;
}




table.media_table {
	width: 100%;
}
table.media_table tr th {
	text-align: left;
	border-bottom: 1px dotted #ff8800;
	padding: 10px 10px;
}
table.media_table tr th br {
	display: none;
}
table.media_table tr td {
	text-align: left;
	border-bottom: 1px dotted #ff8800;
	padding: 10px 0px;
}
table.media_table tr td a {
	display: inline-block;
	background: #fff8f0;
	border: 1px dotted #ff8800;
	padding: 5px 0px;
	margin: 0px 5px;
	font-size: 14px;
	width: 50px;
	text-align: center;
}
table.media_table tr td a:hover {
	background: #fff0f0;
	border: 1px dotted #ff4444;
}

footer {
	text-align: center;
	margin: 100px auto;
	padding: 10px 0px;
}
footer small{
	font-size: 14px;
}

div.foot_announce {
	width: 1000px;
	margin: 0px auto;
}
div.foot_announce table {
	margin: 50px auto;
	max-width: 800px;
}
div.foot_announce table tr th {
	padding: 10px;
	text-align: right;
	white-space: nowrap;
}
div.foot_announce table tr td {
	padding: 10px;
	text-align: left;
}
div.foot_announce table tr td span {
	display: inline-block;
	margin-right: 40px;
}
div.foot_announce table tr td  img {
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}