@charset "utf-8";

/* =======================================

	STRUCTURE CSS

========================================== */



.hover:hover {
	opacity: .8;
}
img {
	width: 100%;
	height: auto;
}




/* LAYOUT
========================================== */
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	color: #3b3d40;
	font-size: 1.6rem; /* basic size 16px */
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}
.inner:after {content: ""; display: block; clear: both;}
#contents {
	position: relative;
	padding: 0 0 60px;
}

#main {
	width: 760px;
	float: right;
	display: inline;
}
#side {
	width: 180px;
	float: left;
	display: inline;
}
#footer {
	clear: both;
}



/* HEADER
========================================== */
#header {
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
}


#headTop {
	width: 100%;
	height: 20px;
	box-sizing: border-box;
	padding: 3px 10px;
	background: linear-gradient(90deg,#DC000C 0%,#DC000C 50%,#292929 50%,#292929 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#description {
	height: auto;
	width: 390px;
}
#headernavi {}
#headernavi ul {
	padding: 0;
	height: 20px;
	display: flex;
	align-items: center;
}
#headernavi li {}
#headernavi li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	border-left: solid 1px rgba(255, 255, 255, 0.48);
	padding: 0 10px;
}
#headernavi li:last-child a {
	border-right: solid 1px rgba(255, 255, 255, 0.48);
}




#header .headerInner {
	width: 1100px;
	padding: 10px 0;
	margin: 0 auto;
	height: 70px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header #logo {
	width: 320px;
	height: auto;
}
#header #headDate {
	height: 26px;
	width: 407px;
}



#header #globalnavi {
	height: 50px;
	width: 100%;
	border-top: solid 1px #e1e5eb;
}
#header #globalnavi ul {
	height: 50px;
	width: 1100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
#header #globalnavi li {
	display: flex;
	width: 100%;
}
#header #globalnavi li:last-child a {
	border-right: solid 1px #e1e5eb;
}
#header #globalnavi li a {
	height: 50px;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5rem;
	color: #262424;
	border-left: solid 1px #e1e5eb;
	display: flex;
	align-items: center;
	justify-content: center;
}
#globalnavi li a:hover {
	color: #DC000C !important;
}


/* header-fixed
------------------------------------------ */
#header-fixed {
	height: 70px;
	padding: 20px 30px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	z-index: 1000;
	box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: -70px;
	left: 0;
	z-index: 100000;
	opacity: 0;
}
#header-fixed #logo {
	margin: 0;
	height: 40px;
	margin-right: 20px;
	width: auto;
}
#header-fixed #logo img {
	width: auto;
	height: 40px;
}
#header-fixed #headerDate img {
	width: auto;
	height: 35px;
}
#header-fixed #globalnavi ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header-fixed #globalnavi li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5rem;
	color: #262424;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}





/* CONTENTS
========================================== */
#contents {
	text-align: left;
}



/* DOWNLOAD
========================================== */
#download {
	height: 365px;
	clear: both;
	text-align: center;
	padding: 65px 0 20px;
	background-repeat: no-repeat;
	zoom: 1;
}
#download:after {content: ""; display: block; clear: both;}
#download #dlTit {margin: 0 0 45px !important;}
#download #dlTxt {margin: 0 0 50px !important;}
#download .btn {
	width: 850px;
	height: 120px;
	margin: 0 auto;
}
#download .btn a {
	width: 850px;
	height: 120px;
	display: block;
}







/* REGIST（出展者募集中）
========================================== */
#registArea {
	padding: 40px 0;
	text-align: center;
	background-image: url(../../images/2020/common/regist_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
#registArea .registAreaInner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#registArea .registAreaInner .thumb {
	width: 240px;
}
#registArea .registAreaInner .txt {
	width: 800px;
}
#registArea .heading-A h2 {
	color: #fff;
}
#registArea ul.btn-list {
	margin: 30px auto 20px;
	display: flex;
	justify-content: center;
}
#registArea ul.btn-list li {
	border-radius: 4px;
	margin: 0 10px;
}
#registArea ul.btn-list li a {
	color: #fff;
	font-size: 1.7rem;
	text-decoration: none;
	font-weight: bold;
	width: 340px;
	box-sizing: border-box;
	padding: 25px 40px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), inset 0 -0.15em 0 rgba(0,0,0,.15), 0 0.15em 0.15em rgba(0,0,0,.05);
	display: block;
	position: relative;
}
#registArea ul.btn-list li a:after {
	content: "";
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	Margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
#registArea ul.btn-list li:first-child {
	background: #1cbb9c;
}
#registArea ul.btn-list li:last-child {
	background: #3598db;
}
#registArea ul.btn-list li a:hover {
	opacity: .8;
}



/* EXHIBITION（同時開催）
========================================== */
#exhibition {
	clear: both;
	padding: 50px 0px 30px;
	text-align: center;
}
#exhibition #exTit {margin: 0 0 45px !important;}
#exhibition #exBanner {
	margin: 0 auto !important;
	width: 1300px;
	display: flex;
	justify-content: center;
}
#exhibition #exBanner li {
	margin: 0 20px 0 0;
	width: 420px;
}
#exhibition #exBanner li img {
	width: 100%;
	height: auto;
}
#exhibition #exBanner li a:hover {
	opacity: .8;
}




/* FOOTER
========================================== */
#footer {
	padding: 40px;
	min-height: 220px;
	background: url(../../images/2021/common/footer_bg.png) repeat-x center bottom;
	background-size: cover;
	zoom: 1;
}
#footer:after {content: ""; display: block; clear: both;}
#footer #footerLogo {
	text-align: center;
	margin: 0 auto 30px;
	width: 400px;
}
#footerContact {
	color: #fff;
	width: 800px;
	margin: 0 auto;
	display: flex;
	line-height: 1.5;
}

#footerContact #contactTit {
	font-size: 2rem;
	text-align: left;
}
#footerContact #contactTxt {
	text-align: left;
	border-left: solid 1px #fff;
	padding-left: 30px;
	margin-left: 30px;
}
#footerContact #contactTxt strong {
	font-size: 20px;
}
#footerContact #contactBtn {
	margin-left: auto;
	margin-top: 30px;
}
#footerContact #contactBtn a {
	color: #063a65;
	font-weight: bold;
	text-decoration: none !important;
	padding: 12px 40px 12px 35px;
	background: #FFFFFF;
	border-radius: 25px;
	position: relative;
}
#footerContact #contactBtn a:after {
	content: "";
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 1px solid #063a65;
	border-right: 1px solid #063a65;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}




/* COPYRIGHT
------------------------------------------ */
#copyright {
	font-size: 12px;
	color: #b4b8bc;
	padding: 20px 0;
	text-align: center;
}
