* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 1.8vw;
	color: #222222;
	line-height: 1.8em;
	font-weight: normal;
	font-style: normal;
	font-feature-settings: "palt";
	text-align: justify;
	text-decoration: none;
	list-style: none inside;
	font-family: serif;
	hyphens: auto;
}
@page {
	padding: 3vw;
	size: portrait;
}
.clear { clear: both; }
.clear hr { display: none; }
figure { display: inline-block; }
br {
	line-height: .1;
	font-size: .1vw;
}
p.right_text { text-align: right; }
li, li a {
	line-height: 1.4em;
}
ol {
	margin-top: 5vw;
	margin-bottom: 5vw;
}
ol li {
	list-style: decimal outside;
	margin-left: 3vw;
	margin-top: 3vw;
	margin-bottom: 3vw;
}
hr.spacer20 {
	margin: 2vw;
	clear: both;
}
hr.spacer40 {
	margin: 4vw;
	clear: both;
}
hr.spacer80 {
	margin: 4vw;
	clear: both;
}
.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: .5vw;
}
ul.list_en li {
	margin-left: 4vw;
}
ul.list_en li {
	margin-bottom: 1.2vw;
	list-style: upper-roman outside;
}
ul.list_en li span {
	font-weight: bold;
	margin-right: 1vw;
} 



div.foot_announce { display: none; }
header,
div.narrow_date,
nav.menu_area,
nav.menu_area_cp,
div.gallary,
div.gallary_large,
.only_narrow
 {
	display: none;
}
body {
	width: 100%;
}

div.content_area {
	width: 100%;
	background: rgba(255,255,255,1) url("./layout/article_header.png") right top no-repeat;
	background-size: contain;
}
article {
	padding: 15vw 7.5vw 7.5vw 7.5vw;
}
article h1,
article h2 {
	margin: 0 0 2vw 0;
	font-size: 3vw;
	line-height: 5vw;
	text-align: left;
	border-bottom: .25pt solid #222222;
}
article h3 {
	margin: 1vw 0;
	padding: .4vw 0;
	font-size: 2.5vw;
	line-height: 4vw;
	font-weight: bold;
	border-bottom: .25pt solid #cccccc;
}
article p {
	margin-top: .75vw;
	margin-bottom: .75vw;
	text-indent: 1em;
}

article figure {
	width: 25vw;
	float: right;
	margin: 0 0 2vw 2vw;
	padding: 1vw;
	background: #ffffff;
}
article figure img {
	width: 100%;
}
article figure figcaption {
	font-size: 1.2vw;
	text-align: center;
}

article p.host_comment {
	font-size: 1.5vw;
	text-align: right;
}
article div.host_img {
	width: 7vw;
	height: 7vw;
	margin: .5vw 1vw;
	display: inline-block;
	vertical-align: middle;
}
article div.host_img img {
	width: 7vw;
	height: 7vw;
}
article div.host_box {
	display:  inline-block;
	padding: .5vw 1vw;
}
article div.host_box_b,
article div.host_box_c {
	margin-left: 9.5vw;
	display:  inline-block;
	padding: .5vw 1vw;
	width: 100%;
}
article div.host_box p.host_title,
article div.host_box_b p.host_title {
	display:  inline-block;
	font-size: 1.2vw;
	line-height: 1.8vw;
	text-indent: 0;
	text-align: right;
	margin: 0;
	padding: 0 0 0 .5vw;
	color: #d7023c;
	width: 8vw;
}
article div.host_box p.host_title_null,
article div.host_box_b p.host_title_null,
article div.host_box_c p.host_title_null {
	display:  inline-block;
	font-size: 1.2vw;
	line-height: 1.8vw;
	text-indent: 0;
	text-align: left;
	margin: 0;
	padding: 0 0 0 .5vw;
	color: #d7023c;
	width: 8vw;
}
article div.host_box p.host_name,
article div.host_box_b p.host_name {
	display:  inline;
	vertical-align: middle;
	font-size: 1.8vw;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0 1vw 0 1vw;
}
article div.host_box p.host_occ,
article div.host_box_b p.host_occ {
	display:  inline;
	vertical-align: middle;
	font-size: 1.4vw;
	line-height: 1.6vw;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 1vw 0 1vw 1vw;
	border-left: .25pt solid #cccccc;
}
article div.host_box_c p.host_name {
	display:  inline;
	vertical-align: middle;
	font-size: 1.4vw;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0 1vw 0 1vw;
}
article div.host_box_c p.host_occ {
	display:  inline;
	vertical-align: middle;
	font-size: 1vw;
	line-height: 1.2vw;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 1vw 0 1vw 1vw;
	border-left: .25pt solid #cccccc;
}
article div.host_box p.host_comment br,
article div.host_box p.host_occ br,
article div.host_box_b p.host_comment br,
article div.host_box_b p.host_occ br,
article div.host_box_c p.host_comment br,
article div.host_box_c p.host_occ br {
	display: none;
}
article div.host_box p.host_occ span.print,
article div.host_box_b p.host_occ span.print {
	font-size: 1.4vw;
	line-height: 1.8vw;
}
article div.host_box_c p.host_occ span.print {
	font-size: 1vw;
	line-height: 1.2vw;
}


div.timetable_time {
	width: 10vw;
	padding: .5vw 0vw;
	font-size: 2.5vw;
	font-weight: bold;
	text-align: center;
}
div.timetable_content {
	margin-left: 5vw;
	padding: .5vw 2vw .2vw 2vw;
	border-left: .25pt solid #cccccc;
}
div.timetable_content_a,
div.timetable_content_b {
	float: left;
	width: 40vw;
	padding: .5vw 2vw .2vw 2vw;
}
div.timetable_content_a {
	border-left: .25pt solid #cccccc;
	margin-left: 5vw;
}
div.timetable_content_b {
	border-left: .25pt solid #cccccc;
	margin-left: 0vw;
}
div.timetable_content h4 {
	font-size: 2.5vw;
	line-height: 3vw;
	font-weight: bold;
}
div.timetable_content_a h4,
div.timetable_content_b h4 {
	font-size: 2.1vw;
	line-height: 2.5vw;
	color: #d7023c;
}
div.timetable_content_a p.fukidashi,
div.timetable_content_b p.fukidashi {
	display:none;
}
div.timetable_content h5,
div.timetable_content_a h5,
div.timetable_content_b h5 {
	font-size: 1.6vw;
	line-height: 2vw;
	margin-bottom: .5vw;
}
p.timetable_time {
	display: inline-block;
	font-size: 1.5vw;
	line-height: 2vw;
	padding: 0;
	margin-right: 1.0vw;
	text-indent: 0;
}
p.timetable_place {
	display: inline-block;
	font-size: 1.6vw;
	line-height: 2vw;
	padding: 0 2vw;
	margin-right: 1vw;
	border-radius: 1vw;
	text-indent: 0;
}
p.timetable_comment {
	font-size: 1.6vw;
	line-height: 2vw;
	margin-top: 1.5vw;
	padding: 0;
	text-indent: 0;
}

article dl {
	margin-bottom: 8vw;
	width: 80vw;
}
article dl * {
	line-height: 3vw;
}
article dl dt {
	float: left;
	width: 12vw;
	font-size: 1.4vw;
	color: #686764;
}
article dl dd {
	padding: 0;
	padding-left: 12vw;
	border-bottom: .25pt dotted #cccccc;
	font-size: 1.8vw;
}
article dl dd span {
	display: inline-block;
	font-size: 1.4vw;
	line-height: 1.4vw;
	margin-top: 1vw;
	
}
article dl dd span a {
	font-size: 1.4vw;
	line-height: 1.4vw;
	color: #d7023c;
}

img.previous_images {
	display: block;
	float: left;
	width: 25.5vw;
	height: 17vw;
	margin: 1vw;
	background: #888888;
}
img.previous_images_little {
	display: block;
	float: left;
	width: 12vw;
	height: 7.5vw;
	margin: 1vw;
	background: #888888;
}
div.previous_old_list {
	display: block;
	float: left;
	width: 26vw;
	height: 40vw;
	margin: 1vw;
}

div.address {
}
div.address img {
	width: calc(24vw + 24px);
	height: calc(32vw + 32px);
	margin: 0 0 2vw 2vw;
	float: right;
}
div.address p.address_head {
	font-size: calc(1.4vw + 12px);
	line-height: calc(1.4vw + 16px);
	font-weight: bolder;
	color: #d7023c;
	text-align: left;
	text-indent: 0;
	margin: 0 0 2vw 0;
	padding: 0;
}
div.address p.address_title {
	font-size: calc(1vw + 12px);
	line-height: calc(1vw + 14px);
	font-family: serif;
	text-align: left;
	text-indent: 0;
	margin: 0 0 .2vw 0;
	padding: 0;
	color: #696563;
}
div.address p.address_name {
	font-size: calc(2vw + 12px);
	line-height: calc(2vw + 20px);
	font-family: serif;
	font-weight: bolder;
	letter-spacing: 4px;
	text-align: right;
	text-indent: 0;
	margin: 0 0 2vw 0;
	padding: 0;
}

div.abstract {
}
div.abstract img {
	width: calc(5vw + 100px);
	margin: 0;
	float: right;
}
div.abstract p.name_a {
	font-size: calc(2vw + 12px);
	line-height: calc(2vw + 20px);
	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: calc(1vw + 12px);
	line-height: calc(1vw + 14px);
	font-family: serif;
	text-align: left;
	text-indent: 0;
	margin: 0 0 4vw 0;
	padding: 0;
	color: #696563;
}
div.abstract p.name_c {
	font-size: 2.1vw;
	line-height: 2.5vw;
	font-family: sans-serif;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0;
	color: #696563;
}
div.abstract p.name_d {
	font-size: 18px;
	line-height: 24px;
	font-family: sans-serif;
	text-align: left;
	text-indent: 0;
	margin: 2vw 0 8vw  0;
	padding: 0;
	color: #696563;
}

div.morp_list {
}
div.morp_list p {
	border-bottom: .2vw solid #ff8800;
	background: #fff8f0;
	margin: 0;
}
div.morp_list p.top {
	border-top: .2vw solid #ff8800;
	background: #fff0f0;
}
div.morp_list span {
	display: inline-block;
	width: 16vw;
	font-size: calc(1vw + 8px);
	line-height: calc(1vw + 14px);
	padding-left: 1vw;
}
div.morp_list a {
	display: inline-block;
	font-size: calc(1vw + 10px);
	line-height: calc(1vw + 14px);
}


ul.supporters li {
	font-size: calc(1.5vw + 6px);
	line-height: calc(3vw + 12px);
	font-family: serif;
	letter-spacing: calc(.4vw + 1px);
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0 8.4vw;
	border-bottom: .2vw dotted #ff8800;
}
ul.supporters_en li {
	font-size: calc(1.4vw + 6px);
	line-height: calc(3vw + 12px);
	font-family: serif;
	letter-spacing: 0;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0 8.4vw;
	border-bottom: .2vw dotted #ff8800;
}


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






footer {
	width: 100%;
	border-top: .25pt solid #333333;
	background: #ffffff;
	text-align: center;
}