body {
	min-width: 1024px;
	font-family: sans-serif;
	color: #000;
}

#wrapper {
	width: 100%;
}
#contents {
	margin: 0;
	padding: 0;
}

#kv {
	border-bottom: 1px solid #e5e5e5;
}
#kv a {
	position: absolute;
	display: block;
	width: 102px;
	height: 32px;
	left: 50%;
	top: 22px;
	margin-left: 400px;
}


#mini-header {
	position: relative;
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/mini_header.png) 50% 0 no-repeat;
}
#mini-header a {
	position: absolute;
	display: block;
	width: 102px;
	height: 32px;
	left: 50%;
	top: 22px;
	margin-left: 400px;
}



#wc-header {
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
#wc-header .inner {
	position: relative;
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	text-align: left;
}
#wc-header .inner:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}

#wc-header h1 {
	position: relative;
	top: 10px;
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#wc-header nav {
	position: absolute;
	height: 16px;
	right: 90px;
	top: 50%;
	margin-top: -8px;
	font-size: 0;
}
#wc-header nav li {
	float: left;
}
#wc-header nav li + li {
	margin-left: 20px;
}
#wc-header nav li a {
	cursor: pointer;
}
#wc-header li.active a img {
	opacity: 0.5;
}

#wc-header .sns {
	position: absolute;
	width: 62px;
	height: 24px;
	right: 0;
	top: 50%;
	margin-top: -12px;
}
#wc-header .sns a {
	float: left;
	display: block;
	cursor: pointer;
}
#wc-header .sns a + a {
	margin-left: 12px;
}


#wc-header .term {
	position: absolute;
	left: 1px;
	bottom: 3px;
	font-size: 14px;
	font-weight: bold;
}



#pickup {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
#pickup:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
/*
#pickup .column {
	position: absolute;
	width: 499px;
	height: 405px;
	left: 50%;
	background-color: #000;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#pickup .column:nth-child(1) {
	margin-left: -500px;
}
*/


#pickup .column {
	position: relative;
	width: 50%;
	float: left;
	height: auto;
	padding-top: 56.25%;
	padding-top: calc(28.125% + 50px);
	background: #000;
	overflow: hidden;
}
#pickup .column + .column {
	right: 0;
}
#pickup .column span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	height: calc(100% - 50px);
	left: 0;
	top: 0;
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#pickup .column span em {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 360px;
	padding-top: 300px;
	color: #e5e5e5;
	font-size: 30px;
	font-weight: normal;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
#pickup .column .video {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	height: calc(100% - 50px);
	left: 0;
	top: 0;
	overflow: hidden;
}
#pickup .column .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
#pickup .column + .column:before {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(255,255,255,0.4);
}
#pickup dl {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	padding: 0 5px 0 20px;
	font-size: 0;
	line-height: 45px;
	background: #000;
}
#pickup dt,
#pickup dd {
	display: inline-block;
	font-size: 14px;
}
#pickup dt {
	color: #a5a5a5;
}
#pickup dd {
	margin-left: 18px;
	color: #fff;
}



div.section {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 90px;
	border-bottom: 1px solid #e5e5e5;
}
div.section + .section {
}
div.section h2 {
	padding: 55px 0;
	text-align: center;
}

div.section .lead {
	margin: 0 0 30px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
}

div.section .description {
	font-size: 16px;
}
div.section .description p + p {
	margin-top: 20px;
}

div.section .detail {
	margin: 50px 0 0;
}
div.section .detail:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
div.section .detail .list {
	float: left;
	width: 670px;
}
div.section .detail dl {
	float: left;
	width: 100%;
}
div.section .detail dt {
	float: left;
	width: 150px;
}
div.section .detail dd {
	float: left;
	width: 520px;
}
div.section .detail dl + dl {
	margin-top: 30px;
}
div.section .detail dl h3 {
	margin: 0 0 10px;
	color: #777;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
}
div.section .detail dl p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}


div.section .figure {
	float: right;
	
}



div.section:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
div.section .address {
	float: left;
	width: 460px;
}
div.section .map {
	float: right;
	width: 516px;
}
div.section .address h3 {
	font-size: 22px;
	font-weight: bold;
}
div.section .address dl {
	margin-top: 25px;
}
div.section .address dt {
	font-size: 16px;
	font-weight: bold;
}
div.section .address dd {
	font-size: 14px;
	line-height: 1.8;
}
div.section .googlemap {
	clear: both;
	padding: 20px 0 0;
	text-align: center;
}
div.section .googlemap a {
	font-size: 15px;
}



div.section .return-top {
	position: absolute;
	right: 0;
	bottom: 10px;
	text-align: right;
}
div.section .return-top a {
	font-size: 12px;
	color: #222;
	cursor: pointer;
}
div.section .return-top a:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	top: 1px;
	margin: 0 0 0 5px;
	border: 1px solid #000;
	border-width: 1px 0 0 1px;
	transform: rotate(45deg);
}


div.pict {
	margin: 25px 0 0;
	text-align: center;
}




div.section#event {
	padding-bottom: 0;
	border-bottom: none;
}
#event img {
	vertical-align: bottom;
}


#event h2 {
	padding-bottom: 40px;
}
#event header {
	padding: 0 0 25px;
	text-align: center;
}
#event .interlude + header {
	margin-top: 50px;
}

#event header h3 {
	color: #777;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
#event header h4 {
	margin: 15px 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
#event header p {
	margin: 15px 0 0;
	padding: 0 0 10px;
	font-size: 14px;
}
#event header .credit {
	display: inline-block;
	padding: 0 0 10px;
	text-align: left;
}


#event h5 {
	margin: 0 0 25px;
	padding: 0 0 0 9px;
	font-size: 17px;
	line-height: 25px;
	border-left: 3px solid #000;
}





/*
#event ul:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#event li {
	float: left;
	width: 230px;
	height: 295px;
}
#event .lecture li {
	height: 320px;
}
#event .compact li {
	height: auto;
}


#event .single li {
	float: none;
	width: 100%;
	height: auto;
}

#event li:nth-child(4n + 2),
#event li:nth-child(4n + 3),
#event li:nth-child(4n) {
	margin-left: 20px;
}
*/



#event ul:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}



#event ul.multi {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#event .multi li {
	width: 230px;
	padding-bottom: 30px;
}
#event .multi li:nth-child(4n + 2),
#event .multi li:nth-child(4n + 3),
#event .multi li:nth-child(4n) {
	margin-left: 20px;
}




#event .event-list.compact,
#event .event-list.single {
	width: 730px;
	margin: 10px auto 0;
}





#event li figure {
	display: block;
	height: 163px;
}
#event .single figure {
	float: left;
	width: 245px;
}
#event .single .term {
	float: left;
	width: 230px;
}
#event .single .term + p {
	float: left;
	width: 485px;
	margin: 12px 0 0;
}



#event li .term {
	height: 28px;
	overflow: hidden;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	background: #dfdfdf;
	border-radius: 15px;
}
#event li dl {
	margin: 8px 0 0;
}
#event li dt {
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}
#event li dd {
	font-size: 13px;
	line-height: 1.5;
}
#event li p {
	font-size: 14px;
}
#event li a {
	color: #000;
}
#event li a:hover {
	text-decoration: none;
}

#event .event-list + .event-list {
	margin-top: 20px;
}


div.section .return-top.interlude {
	margin-top: 30px;
}

div.section .return-top.interlude {
	position: relative;
	padding: 0 0 10px;
	right: auto;
	bottom: auto;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
}




.index-report-description {
	margin-top: -15px;
	text-align: center;
	font-size: 14px;
}

.index-report-list {
	margin-top: 30px;
}
.index-report-list ul:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.index-report-list li {
	float: left;
	width: 320px;
}
.index-report-list li + li {
	margin-left: 20px;
}
.index-report-list li + li + li + li {
	margin-top: 30px;
}
.index-report-list li:nth-child(3n + 1) {
	margin-left: 0;
}

.index-report-list li img {
	width: 320px;
	height: auto;
}
.index-report-list li dl {
	margin-top: 10px;
}
.index-report-list li dt {
	font-size: 15px;
	font-weight: bold;
}
.index-report-list li dd {
	margin-top: 5px;
}






/* REPORT */


.return-index {
	margin: 25px 0 0;
}
.return-index a {
	color: #333;
	font-size: 14px;
}

div.report {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 90px;
}
div.report h2 {
	padding: 55px 0;
	text-align: center;
}
div.report h2.report-title {
	padding: 5px 0 40px;
	font-size: 24px;
	font-weight: bold;
}

.second-title {
	padding: 0 0 25px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}



div.report h3.subtitle {
	margin: 0 0 30px;
	text-align: center;
	font-size: 16px;
}
div.report h3.subtitle strong {
	font-weight: bold;
	border-bottom: 2px solid #000;
}
div.report h3.heading {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
div.report h3.break {
	margin-top: 70px;
}
div.report h3.section {
	margin-top: 100px;
}

div.report h4 {
	font-weight: bold;
}






div.report + #pickup {
	margin-bottom: 20px;
	
	display: none;
}


div.report .return-top {
	position: relative;
	margin: 30px 0 0;
	padding: 15px 0 0;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
div.report .return-top a {
	font-size: 12px;
	color: #222;
	cursor: pointer;
}
div.report .return-top a:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	top: 1px;
	margin: 0 0 0 5px;
	border: 1px solid #000;
	border-width: 1px 0 0 1px;
	transform: rotate(45deg);
}



div.report .description {
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}




div.report .pager {
	margin: 80px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e6e6e6;
}
div.report .pager:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
div.report .pager .prev {
	float: left;
	width: 50%;
}
div.report .pager .next {
	float: right;
	width: 50%;
	text-align: right;
}
div.report .pager a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
div.report .pager a:hover {
	text-decoration: underline;
}





.entry-list {
}
.entry-list figure {
	float: left;
	width: 470px;
}
.entry-list dl {
	float: right;
	width: 505px;	
}
.entry-list li:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.entry-list li + li {
	margin: 25px 0 0;
	padding: 25px 0 0;
	border-top: 1px solid #e6e6e6;
}
.entry-list dt {
	font-size: 20px;
	font-weight: bold;
}
.entry-list dt + dd {
	margin: 15px 0 0;
	font-size: 14px;
	color: #666;
}
.entry-list dd + dd {
	margin-top: 10px;
}
.entry-list dd + dd a {
	color: #2079ab;
}








.entry-report .text,
.entry-report .booth,
.entry-report .profile,
.entry-report .notes,
.entry-report .process,
.entry-report .vertical-images,
.entry-report .horizontal-images {
	width: 800px;
	margin: 0 auto;
}

.entry-report .booth + .booth {
	margin-top: 60px;
}

.entry-report figure.main {
	display: block;
	margin: 0 0 40px;
}
.entry-report figure.insert {
	margin: 25px 0;
	text-align: center;
}
.entry-report figure.insert figcaption {
	display: block;
	margin: 10px 0 0;
	font-size: 12px;
	text-align: left;
}
.entry-report figure.slim {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.entry-report figure.inner {
	float: left;
	width: auto;
	margin: 0 25px 5px 0;
}
.entry-report figure.book {
	text-align: left;
}
.entry-report figure.book img {
	border: 1px solid #eee;
}

.entry-report figure .copyright {
	display: block;
	margin: 5px auto 0;
	font-size: 12px;
	text-align: right;
}
.entry-report .profile figure .copyright {
	margin: 0;
	font-size: 11px;
}


.entry-report .lead:after,
.entry-report .text:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}

.entry-report .lead {
	padding: 0 100px;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.8;
}
.entry-report .lead.break {
	margin-top: 100px;
}


.entry-report .inner-lead {
	font-size: 16px;
	line-height: 1.8;
}
.entry-report .text {
	font-size: 14px;
	line-height: 1.8;
}
.entry-report .text.break {
	margin-top: 100px;
}
.entry-report .inner-text {
	font-size: 14px;
	line-height: 1.8;
}
.entry-report * + .text {
	margin-top: 30px;
}

.entry-report .booth h3 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

.entry-report .meta {
	margin: 15px 0;
	color: #777;
	font-size: 14px;
}
.entry-report .meta .name {
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
}

.entry-report .meta + .inner-lead {
	margin-bottom: 15px;
}

.entry-report .profile + .profile {
	margin-top: 15px;
}

.entry-report .profile:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.entry-report .profile figure {
	float: left;
	width: 150px;
}
.entry-report .profile dl {
	float: right;
	width: 620px;
	font-size: 14px;
	line-height: 1.8;
}
.entry-report .profile dt {
	font-weight: bold;
}



.entry-report .notes {
	margin-top: 30px;
	font-size: 12px;
}
.entry-report .notes + .notes {
	margin-top: 15px;
}

.entry-report .meta-mini {
	width: 800px;
	margin: 0 auto;
}
.entry-report .meta-mini span {
	display: block;
	font-size: 13px;
}





.entry-report .lead + .process {
	margin-top: -15px;
}

.entry-report .process ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.entry-report .process:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.entry-report .process li {
	width: 250px;
}
.entry-report .process li.wide {
	width: 100%;
}
.entry-report .process li:nth-child(3n),
.entry-report .process li:nth-child(3n - 1) {
	margin-left: 25px;
}
.entry-report .process img {
	width: 250px;
	height: auto;
}
.entry-report .process li.wide img {
	width: 100%;
	height: auto;
}
.entry-report .process li span {
	display: block;
	margin: 8px 0 20px;
	font-size: 13px;
}


.entry-report .process .numeric li span {
	padding-left: 30px;
	text-indent: -30px;
}
.entry-report .process .numeric li span em {
	display: inline-block;
	width: 30px;
	text-indent: 0;
	font-size: 15px;
	font-weight: bold;
}
.entry-report .process .numeric li.wide span {
	text-indent: 0;
	padding: 0;
}


.entry-report .vertical-images {
	margin: 25px 0 0;
}
.entry-report .vertical-images ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.entry-report .vertical-images li {
	width: 250px;
}
.entry-report .vertical-images li + li {
	margin-left: 25px;
}
.entry-report .vertical-images li img {
	width: 100%;
	height: auto;
}

.entry-report .vertical-images li span {
	display: block;
	margin: 8px 0 20px;
	font-size: 13px;
}






.entry-report .horizontal-images {
	margin: 25px 0 0;
}
.entry-report .horizontal-images ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.entry-report .horizontal-images li {
	width: 387px;
}
.entry-report .horizontal-images li:nth-child(2n) {
	margin-left: 25px;
}
.entry-report .horizontal-images li img {
	width: 100%;
	height: auto;
}

.entry-report .horizontal-images li span {
	display: block;
	margin: 8px 0 20px;
	font-size: 13px;
}



.entry-report .box1:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.entry-report .box1 figure {
	float: left;
	width: 400px;
}
.entry-report .box1 dl {
	float: right;
	width: 375px;
}
.entry-report .box1 dt {
	margin: -5px 0 10px;
}
.entry-report .box1 h3 {
	font-size: 14px;
}
.entry-report .box1 h3 strong {
	font-weight: bold;
	border-bottom: 2px solid #000;
}


.entry-report .interlude {
	margin-top: 35px;
	height: 1px;
}


.entry-report .inner-link {
	margin: 50px 0 0;
	text-align: center;
	font-size: 0;
}
.entry-report .inner-link ul {
}
.entry-report .inner-link li {
	display: inline-block;
}
.entry-report .inner-link a {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
.entry-report .inner-link li + li:before {
	content: "／";
	display: inline-block;
	margin: 0 10px;
	font-size: 15px;
}