/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

code,kbd,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article,aside,figure,footer,header,nav,section,details,summary {
	display: block;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,:before,:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

img,object,embed {
	max-width: 100%;
}

html {
	overflow-y: scroll;
}

ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,select {
	vertical-align: middle;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}

select,input,textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

small {
	font-size: 85%;
}

strong {
	font-weight: bold;
}

td,td img {
	vertical-align: top;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

pre,code,kbd,samp {
	font-family: monospace, sans-serif;
}

.clickable,label,input[type=button],input[type=submit],input[type=file],button {
	cursor: pointer;
}

button,input,select,textarea {
	margin: 0;
}

button,input[type=button] {
	width: auto;
	overflow: visible;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

.clearfix:before,.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,::after,::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-family: helvetica, arial, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo sans-serif;
}

#page {
	overflow: hidden;
}

.screen-reader-text,#content-widget-1 .widget-title,#content-widget-1 .mv-logo h2,#content-widget-1 .mv-logo p,#content-widget-1 .mv-logo time,.site-description {
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.menu-toggle,.site-title a {
	text-indent: -9999px;
}

.content-box,.wcb_widget_sponsors,.entry-title,.entry-content,.page-content,.entry-meta,.entry-footer,.comments-area,.page-title {
	max-width: 540px;
	padding-right: 16px;
	padding-left: 16px;
}

#text-2:after {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-animation: mv-wapu-translate 1s cubic-bezier(0.18,0.89,0.71,1.02) 1 1.8s forwards;
	animation: mv-wapu-translate 1s cubic-bezier(0.18,0.89,0.71,1.02) 1 1.8s forwards;
}

.mv-logo-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mv-logo-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: mv-logo-scale 1s cubic-bezier(0.175,0.885,0.32,1.275) 1 forwards;
	animation: mv-logo-scale 1s cubic-bezier(0.175,0.885,0.32,1.275) 1 forwards;
}

.mv-logo-txt--wordcamp {
	background-image: url('//wct2018.github.io/wct2018/assets/images//header-logo-01.png');
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.mv-logo-txt--tokyo {
	background-image: url('//wct2018.github.io/wct2018/assets/images//header-logo-02.png');
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.mv-logo-txt--2018 {
	background-image: url('//wct2018.github.io/wct2018/assets/images//header-logo-03.png');
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}

@-webkit-keyframes mv-wapu-translate {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes mv-wapu-translate {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes mv-logo-scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes mv-logo-scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.wp-caption {
	margin: 0 0 15px;
	max-width: 100%;
	width: auto !important;
	height: auto;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	margin: .8075em 0;
	text-align: center;
	font-size: 15px;
}

.wp-caption-text a {
	font-size: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 0;
}

.page-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley,.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,iframe,object {
	max-width: 100%;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.entry-content,.page-content,.page-content {
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
}

.entry-content:after,.page-content:after,.page-content:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

body[class*="-en"] .entry-content,body[class*="-en"] .page-content,body.category-english .entry-content,body.category-english .page-content,body[class*="-en"] .page-content,body.category-english .page-content {
	font-size: 17px;
}

.entry-content>:first-child,.page-content>:first-child,.page-content>:first-child {
	margin-top: 0 !important;
}

.entry-content h1,.page-content h1,.entry-content h2,.page-content h2,.entry-content h3,.page-content h3,.entry-content h4,.page-content h4,.entry-content h5,.page-content h5,.entry-content h6,.page-content h6,.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6 {
	margin: 30px 0;
	font-weight: 600;
	line-height: 1.5;
}

.entry-content h1,.page-content h1,.page-content h1 {
	font-size: 20px;
	line-height: 1.4;
	color: #222;
}

.entry-content h2,.page-content h2,.page-content h2 {
	font-size: 18px;
	padding: 5px 0 20px;
	line-height: 1.4;
	color: #222;
	position: relative;
}

.entry-content h2:after,.page-content h2:after,.page-content h2:after {
	content: '';
	width: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 4px solid #B12418;
}

.entry-content h3,.page-content h3,.page-content h3 {
	line-height: 1.4;
	font-size: 18px;
	color: #555;
	padding: 5px 10px 20px 0;
	position: relative;
}

.entry-content h3:after,.page-content h3:after,.page-content h3:after {
	content: '';
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #D8D8D8;
}

.entry-content h4,.page-content h4,.page-content h4 {
	font-size: 16px;
	color: #666;
}

.entry-content h5,.page-content h5,.page-content h5 {
	color: #666;
	font-size: 14px;
}

.entry-content h6,.page-content h6,.page-content h6 {
	color: #666;
	font-size: 14px;
}

.entry-content img,.page-content img,.page-content img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.entry-content iframe,.page-content iframe,.page-content iframe {
	max-width: 100%;
}

.entry-content>p,.page-content>p,.page-content>p {
	margin: 2em 0;
}

.entry-content p.interviewer,.page-content p.interviewer,.page-content p.interviewer {
	color: #444;
}

.entry-content blockquote,.page-content blockquote,.page-content blockquote {
	margin: 40px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 3px solid #e1e1e1;
	padding: 10px 0 10px 20px;
}

.entry-content blockquote p,.page-content blockquote p,.page-content blockquote p {
	margin: 1em 0;
}

.entry-content blockquote p:first-child,.page-content blockquote p:first-child,.page-content blockquote p:first-child {
	margin-top: 0;
}

.entry-content blockquote p:last-child,.page-content blockquote p:last-child,.page-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content pre,.page-content pre,.page-content pre {
	margin: 40px 0;
	padding: 1em;
	background: #eee;
	overflow-x: scroll;
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

.entry-content code,.page-content code,.entry-content kbd,.page-content kbd,.page-content code,.page-content kbd {
	display: inline-block;
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 2px;
	margin: 0 2px;
}

.entry-content ul,.page-content ul,.entry-content dl,.page-content dl,.entry-content ol,.page-content ol,.page-content ul,.page-content dl,.page-content ol {
	margin: 40px 0;
}

.entry-content ul,.page-content ul,.entry-content ol,.page-content ol,.page-content ul,.page-content ol {
	padding: 0 0 0 2em;
}

.entry-content ul li,.page-content ul li,.entry-content ol li,.page-content ol li,.page-content ul li,.page-content ol li {
	list-style-position: outside;
	list-style-type: disc;
}

.entry-content ul ul,.page-content ul ul,.page-content ul ul {
	margin-top: 0;
}

.entry-content ol ol,.page-content ol ol,.page-content ol ol {
	margin-top: 0;
}

.entry-content dl,.page-content dl,.page-content dl {
	padding-left: 0;
}

.entry-content dl dt,.page-content dl dt,.page-content dl dt {
	padding: 8px 0;
	line-height: 1.1;
	font-weight: 600;
	color: #555;
}

.entry-content dl dd,.page-content dl dd,.page-content dl dd {
	margin: 8px 0 8px 20px;
}

.entry-content hr,.page-content hr,.page-content hr {
	margin: 60px 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(to left,transparent,rgba(255,255,255,0.9),transparent);
	background: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(rgba(255,255,255,0.9)),to(transparent));
	background: linear-gradient(to left,transparent,rgba(255,255,255,0.9),transparent);
}

.entry-content a:not(.more-link),.page-content a:not(.more-link),.page-content a:not(.more-link) {
	color: #1A7EF0;
	text-decoration: none;
}

.entry-content a:not(.more-link):hover,.page-content a:not(.more-link):hover,.page-content a:not(.more-link):hover {
	border-bottom: 1px solid #1A7EF0;
}

.entry-content a:not(.more-link):visited,.page-content a:not(.more-link):visited,.entry-content a:not(.more-link):active,.page-content a:not(.more-link):active,.page-content a:not(.more-link):visited,.page-content a:not(.more-link):active {
	color: #1A7EF0;
}

.entry-content table,.page-content table,.page-content table {
	margin: 40px 0;
	max-width: 100%;
	overflow-x: scroll;
	table-layout: auto;
	border-collapse: collapse;
}

.entry-content table.fixed,.page-content table.fixed,.page-content table.fixed {
	table-layout: fixed;
}

.entry-content table th,.page-content table th,.entry-content table td,.page-content table td,.page-content table th,.page-content table td {
	padding: .9em 1em;
	border: 1px solid #999;
	text-align: left;
	font-weight: 300;
}

.entry-content table thead th,.page-content table thead th,.page-content table thead th {
	text-align: center;
}

.entry-content .gallery-row,.page-content .gallery-row,.page-content .gallery-row {
	margin-right: auto;
	margin-left: auto;
}

#tix-attendees .tix-attendee-list li {
	list-style: none;
	margin-bottom: 20px;
	height: auto;
	text-align: center;
}

#tix-attendees .tix-attendee-list li:nth-child(3n+1) {
	clear: left;
}

#tix-attendees .tix-attendee-list .avatar {
	max-width: 80px;
	width: auto;
	height: auto;
	float: none;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

#tix-attendees .tix-attendee-name.tix-field {
	margin: 10px 10px 5px;
	color: #666;
	text-align: center;
}

#tix-attendees .tix-attendee-url.tix-field,#tix-attendees .tix-attendee-twitter.tix-field {
	display: inline-block;
	width: 32px;
	height: 24px;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#tix-attendees .tix-attendee-url.tix-field:after,#tix-attendees .tix-attendee-twitter.tix-field:after {
	font-family: FontAwesome;
	display: inline;
	font-size: 24px;
	line-height: 24px;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #aaa;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-decoration: none !important;
}

#tix-attendees .tix-attendee-url.tix-field:link,#tix-attendees .tix-attendee-url.tix-field:visited,#tix-attendees .tix-attendee-twitter.tix-field:link,#tix-attendees .tix-attendee-twitter.tix-field:visited {
	color: #fff;
	text-decoration: none;
}

#tix-attendees .tix-attendee-url.tix-field:hover,#tix-attendees .tix-attendee-url.tix-field:active,#tix-attendees .tix-attendee-twitter.tix-field:hover,#tix-attendees .tix-attendee-twitter.tix-field:active {
	border-bottom: none !important;
	color: #fff;
	text-decoration: none !important;
}

#tix-attendees .tix-attendee-url.tix-field:hover:after,#tix-attendees .tix-attendee-url.tix-field:active:after,#tix-attendees .tix-attendee-twitter.tix-field:hover:after,#tix-attendees .tix-attendee-twitter.tix-field:active:after {
	text-decoration: none;
	color: #6EA8F7;
}

#tix-attendees .tix-attendee-url.tix-field:after {
	content: "\f0ac";
}

#tix-attendees .tix-attendee-twitter.tix-field:after {
	content: "\f099";
}

.button-primary,.entry-content .more-link,.page-content .more-link {
	display: inline-block;
	height: 40px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	line-height: 40px;
	border: 2px solid #fff;
	background-color: #B12418;
	color: #fff !important;
	font-size: 14px;
	padding: 0 2em;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
	text-decoration: none;
}

.button-primary a:link,.entry-content .more-link a:link,.page-content .more-link a:link,.button-primary a:visited,.entry-content .more-link a:visited,.page-content .more-link a:visited {
	color: #fff;
	text-decoration: none;
}

.button-primary:hover,.entry-content .more-link:hover,.page-content .more-link:hover,.button-primary:active,.entry-content .more-link:active,.page-content .more-link:active {
	color: #fff;
	background: #CC605C;
	text-decoration: none;
	border: 2px solid #fff !important;
}

.chat-body {
	margin: 24px 0;
}

.chat-message {
	margin-bottom: 32px;
}

.chat-message:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.chat-main {
	position: relative;
}

.chat-main.left {
	padding-left: 80px;
	float: left;
}

.chat-main.right {
	padding-right: 80px;
	float: right;
}

.chat-pics {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
}

.chat-pics img {
	display: block;
	border-radius: 50%;
}

.left .chat-pics {
	left: 0;
}

.right .chat-pics {
	right: 0;
}

.chat-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.chat-name.left {
	text-align: left;
}

.chat-name.right {
	text-align: right;
}

.chat-text {
	padding: 12px;
	position: relative;
	background: #eee;
}

.chat-text::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	border: 18px solid transparent;
	border-top-width: 0;
}

.chat-text.left {
	border-radius: 0 8px 8px 8px;
}

.chat-text.left::after {
	left: -30px;
	border-right-color: #eee;
	border-right-width: 12px;
}

.chat-text.right {
	border-radius: 8px 0 8px 8px;
}

.chat-text.right::after {
	right: -30px;
	border-left-color: #eee;
	border-left-width: 12px;
}

.wcorg-organizers {
	margin: 20px 0;
}

.wcorg-organizer {
	position: relative;
	padding: 40px 20px;
	border-bottom: 1px solid #ddd;
}

.wcorg-organizer:first-child {
	border-top: 1px solid #ddd;
}

.wcorg-organizer h2 {
	margin-left: 80px;
	margin-top: 0;
}

.wcorg-organizer .avatar {
	position: absolute;
	top: 40px;
	left: 20px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.wcorg-organizer p {
	line-height: 1.6;
	font-size: .85em;
	color: #444;
	text-indent: 1em;
}

.wcorg-sponsors h2 {
	text-align: center;
	font-size: 40px;
	padding-bottom: 20px;
	border-bottom: 3px solid transparent;
	font-weight: bold;
}

.wcorg-sponsors h2:after {
	display: none;
}

.wcorg-sponsors>div {
	margin-bottom: 80px;
}

.wcorg-sponsors>div:last-child {
	margin-bottom: 0;
}

.wcorg-sponsor {
	padding: 40px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.wcorg-sponsor:last-child {
	border-bottom: none;
}

.wcorg-sponsor h3 {
	position: absolute;
	right: 0;
	top: 15px;
	margin: 0 0 20px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	color: #fff;
}

.wcorg-sponsor h3:after {
	display: none;
	padding: 0;
}

.wcorg-sponsor-description {
	line-height: 1.6;
	color: #666;
}

.wcorg-sponsor-level-gold h2,.wcorg-sponsor-level-tokyo-gold h2 {
	color: #ffb74a;
	border-bottom-color: #ffb74a;
}

.wcorg-sponsor-level-gold h3,.wcorg-sponsor-level-tokyo-gold h3 {
	background: #ffb74a;
}

.wcorg-sponsor-level-silver h2,.wcorg-sponsor-level-tokyo-silver h2 {
	color: #c4bfc4;
	border-bottom-color: #c4bfc4;
}

.wcorg-sponsor-level-silver h3,.wcorg-sponsor-level-tokyo-silver h3 {
	background: #c4bfc4;
}

.wcorg-sponsor-level-bronze h2,.wcorg-sponsor-level-tokyo-bronze h2 {
	color: #9E5318;
	border-bottom-color: #9E5318;
}

.wcorg-sponsor-level-bronze h3,.wcorg-sponsor-level-tokyo-bronze h3 {
	background: #9E5318;
}

.wcorg-sponsor-level-in-kind h2,.wcorg-sponsor-level-tokyo-in-kind h2 {
	color: #69B74B;
	border-bottom-color: #69B74B;
}

.wcorg-sponsor-level-in-kind h3,.wcorg-sponsor-level-tokyo-in-kind h3 {
	background: #69B74B;
}

.wcorg-sponsor-level-green h2,.wcorg-sponsor-level-tokyo-green h2 {
	color: #69B74B;
	border-bottom-color: #69B74B;
}

.wcorg-sponsor-level-green h3,.wcorg-sponsor-level-tokyo-green h3 {
	background: #69B74B;
}

.wcb_widget_sponsors {
	margin: 0 auto;
}

.wcb_widget_sponsors .widget-title {
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.wcb_widget_sponsors .widget-title {
		font-size: 22px;
	}
}

.wcb_widget_sponsors h4 {
	text-align: center;
	font-size: 32px;
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 3px solid transparent;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.wcb_widget_sponsors h4 {
		font-size: 18px;
	}
}

.wcb_widget_sponsors h4:after {
	display: none;
}

.wcb_widget_sponsors .sponsor-level {
	width: 100%;
	margin-bottom: 24px;
}

.wcb_widget_sponsors .sponsor-level::after {
	display: block;
	content: '';
	clear: left;
}

.wcb_widget_sponsors .sponsor-logo {
	margin: 0 auto;
	text-align: center;
	padding: 0 16px;
	display: block;
}

.wcb_widget_sponsors .sponsor-logo img {
	max-width: 100%;
	max-height: 150px;
	width: auto;
	height: auto;
}

.wcb_widget_sponsors .sponsor-level.gold h4,.wcb_widget_sponsors .sponsor-level.tokyo-gold h4 {
	color: #ffb74a;
	border-bottom-color: #ffb74a;
}

.wcb_widget_sponsors .sponsor-level.gold h3,.wcb_widget_sponsors .sponsor-level.tokyo-gold h3 {
	background: #ffb74a;
}

.wcb_widget_sponsors .sponsor-level.gold .sponsor-logo,.wcb_widget_sponsors .sponsor-level.tokyo-gold .sponsor-logo {
	width: 70%;
}

.wcb_widget_sponsors .sponsor-level.silver h4,.wcb_widget_sponsors .sponsor-level.tokyo-silver h4 {
	color: #c4bfc4;
	border-bottom-color: #c4bfc4;
}

.wcb_widget_sponsors .sponsor-level.silver h3,.wcb_widget_sponsors .sponsor-level.tokyo-silver h3 {
	background: #c4bfc4;
}

.wcb_widget_sponsors .sponsor-level.silver .sponsor-logo,.wcb_widget_sponsors .sponsor-level.tokyo-silver .sponsor-logo {
	width: 50%;
	float: left;
}

.wcb_widget_sponsors .sponsor-level.bronze h4,.wcb_widget_sponsors .sponsor-level.tokyo-bronze h4 {
	color: #9E5318;
	border-bottom-color: #9E5318;
}

.wcb_widget_sponsors .sponsor-level.bronze h3,.wcb_widget_sponsors .sponsor-level.tokyo-bronze h3 {
	background: #9E5318;
}

.wcb_widget_sponsors .sponsor-level.bronze .sponsor-logo,.wcb_widget_sponsors .sponsor-level.tokyo-bronze .sponsor-logo {
	width: 33.333%;
	float: left;
}

.wcb_widget_sponsors .sponsor-level.in-kind h4,.wcb_widget_sponsors .sponsor-level.tokyo-in-kind h4 {
	color: #69B74B;
	border-bottom-color: #69B74B;
}

.wcb_widget_sponsors .sponsor-level.in-kind h3,.wcb_widget_sponsors .sponsor-level.tokyo-in-kind h3 {
	background: #69B74B;
}

.wcb_widget_sponsors .sponsor-level.in-kind .sponsor-logo,.wcb_widget_sponsors .sponsor-level.tokyo-in-kind .sponsor-logo {
	width: 25%;
	float: left;
}

.wcb_widget_sponsors .sponsor-level.green h4,.wcb_widget_sponsors .sponsor-level.tokyo-green h4 {
	color: #69B74B;
	border-bottom-color: #69B74B;
}

.wcb_widget_sponsors .sponsor-level.green h3,.wcb_widget_sponsors .sponsor-level.tokyo-green h3 {
	background: #69B74B;
}

.wcb_widget_sponsors .sponsor-level.green .sponsor-logo,.wcb_widget_sponsors .sponsor-level.tokyo-green .sponsor-logo {
	width: 25%;
	float: left;
}

.site-info * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-info a {
	display: block;
	position: relative;
	height: 120px;
	background: #eee;
	text-decoration: none;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
	color: #555;
	z-index: 1;
	border-bottom: 8px solid #222;
	text-align: center;
	font-size: 12px;
	padding-top: 72px;
}

.site-info a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 4px solid #B12418;
}

.site-info a:after {
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	z-index: 2;
	display: block;
	position: absolute;
	background: #eee;
	color: #222;
	font-size: 37px;
	content: "\f120";
	font-family: dashicons;
	text-align: center;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.site-info .site-info-network {
	display: none;
}

#content-widget-1 {
	border-bottom: 4px solid #B12418;
	background-color: #2A2A2A;
}

#content-widget-1 .widget_text {
	max-width: 946px;
	margin: 0 auto;
	background: transparent url('//wct2018.github.io/wct2018/assets/images/header-wapuu_pc.png') right bottom no-repeat;
	background-size: 555px 471px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#content-widget-1 .widget_text {
		position: relative;
		background-image: none;
		background-size: 310px;
	}
	
	#content-widget-1 .widget_text>* {
		z-index: 10;
	}
	
	#content-widget-1 .widget_text:after {
		z-index: 1;
		content: "";
		display: block;
		position: absolute;
		width: 60%;
		background: url('//wct2018.github.io/wct2018/assets/images/header-wapuu_sp.png') left center no-repeat;
		height: 263.08108px;
		background-size: 310px 263.08108px;
		bottom: 0;
		left: 40%;
	}
}

#content-widget-1 .textwidget {
	margin: 0 auto;
	padding: 44px 0 53px;
}

@media only screen and (max-width: 768px) {
	#content-widget-1 .textwidget {
		position: relative;
		padding: 0 0 33px;
		z-index: 20;
	}
}

#content-widget-1 .mv-logo {
	position: relative;
	margin-bottom: 36px;
	margin-left: 156px;
	width: 346px;
	height: 297px;
	background: url('//wct2018.github.io/wct2018/assets/images/header-logo.png') left top no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 768px) {
	#content-widget-1 .mv-logo {
		position: relative;
		top: -20px;
		width: 210px;
		height: 180.26012px;
		margin-bottom: 20px;
		margin-left: 16px;
	}
}

.site-header {
	background: #2A2A2A url('//wct2018.github.io/wct2018/assets/images/pattern_2x.png') top left repeat;
	background-size: 74px;
}

.main-navigation {
	position: absolute;
	top: 15px;
	right: 16px;
}

.menu-toggle {
	position: relative;
	display: block;
	height: 44px;
	width: 44px;
	background: #fff;
	color: #fff;
	overflow: hidden;
	border: none;
	padding: 0;
	line-height: 1;
}

@media only screen and (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}
}

.menu-toggle .toggled-on {
	background-color: #222;
}

.menu-toggle:after {
	text-indent: 0;
	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #B12418;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.toggled-on .menu-toggle:after {
	content: "\f00d";
}

.site-header {
	height: 74px;
	border-bottom: 4px solid #B12418;
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

body.home .site-header {
	border-bottom: none;
}

.site-branding {
	position: absolute;
	top: 0;
	left: 0;
}

body.home .site-branding {
	display: none;
}

.site-title {
	margin: 0;
	padding: 0;
	background: #2A2A2A;
}

.site-title a {
	display: block;
	width: 123px;
	height: 74px;
	background: url('//wct2018.github.io/wct2018/assets/images/header-brand.png') left top no-repeat;
	background-size: cover;
	overflow: hidden;
}

.site-title a:hover {
	opacity: .8;
}

@media only screen and (min-width: 1024px) {
	.menu-all-pages-container {
		position: relative;
		width: auto;
	}
	
	.menu-all-pages-container .menu:after {
		content: "";
		height: 0;
		display: block;
		clear: both;
	}
	
	.menu-all-pages-container .menu>li {
		float: left;
		display: inline-block;
		position: relative;
	}
	
	.menu-all-pages-container .menu>li>a {
		display: inline-block;
		height: 44px;
		line-height: 44px;
		padding: 0 16px;
		float: left;
		font-weight: bold;
		font-size: 12px;
	}
	
	.menu-all-pages-container .menu>li>a:link,.menu-all-pages-container .menu>li>a:visited {
		color: #222;
		text-decoration: none;
		background: rgba(255,255,255,0.8);
	}
	
	.menu-all-pages-container .menu>li>a:hover,.menu-all-pages-container .menu>li>a:active {
		color: #fff;
		background: #444;
		text-decoration: none;
	}
	
	.menu-all-pages-container .menu>li:last-of-type .sub-menu {
		right: 0;
		left: auto;
		z-index: 2;
	}
	
	.menu-all-pages-container .menu .dropdown-toggle {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 4px;
		padding: 0;
		margin: 0;
		background: transparent;
		border: none;
	}
	
	.menu-all-pages-container .menu .dropdown-toggle:after {
		font-size: 8px;
		line-height: 1;
		vertical-align: middle;
		content: "\f078";
		font-family: "FontAwesome";
		color: #B12418;
	}
	
	.menu-all-pages-container .sub-menu {
		display: none;
		position: absolute;
		top: 44px;
		left: 0;
		z-index: 2;
	}
	
	.menu-all-pages-container .sub-menu li {
		display: block;
		border-bottom: 1px solid #fff;
		width: 250px;
	}
	
	.menu-all-pages-container .sub-menu li:last-child {
		border-bottom: none;
	}
	
	.menu-all-pages-container .sub-menu li ul {
		display: none;
	}
	
	.menu-all-pages-container .sub-menu li a {
		display: block;
		line-height: 44px;
		font-size: 12px;
		padding: 16px;
		line-height: 1.7;
	}
	
	.menu-all-pages-container .sub-menu li a:link,.menu-all-pages-container .sub-menu li a:visited {
		background: #444;
		color: #fff;
		text-decoration: none;
	}
	
	.menu-all-pages-container .sub-menu li a:hover,.menu-all-pages-container .sub-menu li a:active {
		background: #eee;
		text-decoration: none;
		color: #222;
	}
	
	.menu-all-pages-container.dropdown-toggle+.sub-menu,.menu-all-pages-container li:hover .sub-menu {
		display: block;
	}
}

@media only screen and (max-width: 1023px) {
	.menu-all-pages-container {
		display: none;
		position: absolute;
		top: 78px;
		z-index: 99;
		right: 0;
		width: 300px;
		width: 90vw;
		background: #222;
		padding: 10px 0;
	}
	
	.toggled-on .menu-all-pages-container {
		display: block;
	}
	
	body.home .menu-all-pages-container {
		top: 74px;
	}
	
	.menu-all-pages-container:before {
		content: "";
		display: block;
		height: 0;
		width: 0;
		position: absolute;
		right: 17px;
		top: -20px;
		border: 10px solid transparent;
		border-right-width: 5px;
		border-left-width: 5px;
		border-bottom-color: #222;
	}
	
	.menu-all-pages-container button {
		display: none;
	}
	
	.menu-all-pages-container a {
		display: block;
		height: 44px;
		line-height: 44px;
		padding: 0 16px;
		font-weight: bold;
		font-size: 14px;
	}
	
	.menu-all-pages-container li li a {
		height: 40px;
		line-height: 40px;
		padding: 0 24px;
		font-weight: normal;
		font-size: 12px;
	}
	
	.menu-all-pages-container li li a:before {
		content: "- ";
		display: inline;
	}
	
	.menu-all-pages-container a:link,.menu-all-pages-container a:visited {
		color: #fff;
		background-color: #222;
		text-decoration: none;
	}
	
	.menu-all-pages-container a:hover,.menu-all-pages-container a:active {
		background-color: #eee;
		color: #222;
		text-decoration: none;
	}
}

.site-main {
	margin-bottom: 50px;
}

article.hentry,article.error404 {
	margin: 0 auto;
}

article.hentry>:last-child,article.error404>:last-child {
	margin-bottom: 48px;
}

.entry-header,.error-404 .page-header {
	background: #eee;
	padding-top: 26px;
	padding-bottom: 32px;
	position: relative;
	z-index: 1;
}

.entry-header::after,.error-404 .page-header::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 14px 0;
	border-color: #c10000 transparent transparent;
}

@media only screen and (max-width: 768px) {
	.entry-header,.error-404 .page-header {
		padding-top: 24px;
		padding-bottom: 26px;
	}
}

.entry-header a,.error-404 .page-header a {
	text-decoration: none;
	color: #000;
}

.entry-header a:hover,.error-404 .page-header a:hover,.entry-header a:active,.error-404 .page-header a:active,.entry-header a:focus,.error-404 .page-header a:focus {
	text-decoration: underline;
}

.entry-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.333;
	margin: 0 auto 30px;
}

@media only screen and (max-width: 768px) {
	.entry-title {
		font-size: 18px;
	}
}

.entry-content,.page-content {
	padding-top: 32px;
	margin: 0 auto;
	overflow: visible;
	margin-bottom: 48px;
}

.entry-content .more-link,.page-content .more-link {
	margin-top: 20px;
}

.entry-meta,.entry-footer {
	margin: 0 auto;
	font-size: 12px;
	color: #777777;
}

.entry-meta span,.entry-footer span {
	font-weight: bold;
}

.entry-meta span:not(:last-of-type),.entry-footer span:not(:last-of-type) {
	margin-right: 12px;
}

.entry-meta time,.entry-footer time {
	font-weight: bold;
}

.entry-meta a,.entry-footer a {
	color: #1A7EF0;
	text-decoration: none;
	font-weight: bold;
}

footer.entry-meta {
	font-size: 14px;
}

footer.entry-meta a {
	color: #fc4381;
}

.comments-area {
	margin: auto;
}

.page-header {
	padding: 32px 0 34px;
	text-align: center;
}

.page-title {
	color: #F5E653;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px 0 #555555;
	line-height: 1;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.page-title {
		text-align: left;
		font-size: 16px;
	}
}

.nav-links {
	max-width: 540px;
	padding: 0 16px;
	margin: 0 auto 50px;
}

.nav-links a {
	color: #3A7FE8;
	text-decoration: none;
	line-height: 1.5;
	font-weight: bold;
}

.nav-previous,.nav-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
}

.nav-previous+.nav-next {
	border-top: 4px solid #eee;
	padding-top: 26px;
}

.nav-previous {
	padding-bottom: 24px;
}

.nav-previous::before {
	color: #B12418;
	content: "\f060";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 16px;
	font-size: 18px;
}

.nav-next {
	text-align: right;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.nav-next::after {
	color: #B12418;
	content: "\f061";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 16px;
	font-size: 18px;
}

/*# sourceMappingURL=maps/style.css.map */