﻿@import url(common.css);
@import url(nav.css);

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:'';content:none}q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color: #cccccc;
}

html,body{
	width: 100%;
	position: relative;
}

body {
	background-image: url("../images/common/bg_teaser2025.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-color: center;
}


@media screen and (max-width: 768px) {
body {
	overflow-x:hidden;
	background-image: none;
}	

.spbodyBg {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: url("../images/common/bg_teaser2025.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: -9999px;
	z-index: -9999999;
}
}



a{color:#000000;text-decoration: underline;}
a:hover{color:#000000;text-decoration: none;}
a:visited{color:#000000;text-decoration: underline;}
a:active{color:#000000;text-decoration: none;}


.bodyInner {
background-color: rgba(0,0,0,0.3);
}

/*
.bodySecond {
	background-image: url("../images/common/bg_v3.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-color: center;
	}

@media screen and (max-width: 768px) {
.bodySecond {
	background-image:none;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-color: center;
	}
}



.bodyInnerSecond {
	background-color: rgba(0,0,0,0.0);
}
@media screen and (max-width: 768px) {
.bodyInnerSecond {
	background-color: rgba(0,0,0,0.0);
}
}
*/

.container {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.container{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
}




.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(255,255,255,1.0);
	z-index: 9999;
}

@media screen and (max-width: 768px) {
	.header {
		display: none;
		background-color:none;
		z-index: -99999999999;
	}
}

h1{
   float: left;
   display: inline;
}

.headerLogo{
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	position: absolute;
	top: 15px;
}


.humb {
	display: none;
}

@media screen and (max-width: 768px) {

	.humb {
		display: block;
		width: 25px;
		height: 25px;
		background-image: url("../images/humb.svg");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: fixed;
		right: 15px;
		top: 15px;
	}

	.humb_close {
		background-image: url("../images/close.svg");
	}
}




.mainNav {
	margin:0 auto;
	float: right;
}

.mainNavSp {
	display: none;
}

.mainNav{
	font-family: 'Oswald', sans-serif;
}

.mainNav a {
	color: #333333;
}

.mainNav a:link {
	text-decoration: none;
}

.mainNavList:after {
	display: block;
	content: "";
	clear: both;
}
.mainNavList li {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	position: relative;
	padding: 0px 17px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
}

.mainNavList li a {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}
.mainNavList li a:hover {
	opacity: 0.5;
}

.navInnerList {
	display: none;
	position: absolute;
	top: 59px;
	left: 0;
	border-top: 1px solid #fff;
}
.navInnerList li {
	display: block;
	height: auto;
	min-width: 80px;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
	line-height: 0.5;
	width:150px;
}
.navInnerList li a {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;

}
.navInnerList li a:hover {
   text-indent:0.5em;
}

@media screen and (max-width: 768px) {
	.mainLogo img {
		width: 100px;
	}
	.mainNav {
		display: none;
	}
	.mainNavSp {
		display: none;
		width: 100%;
		background-color: rgba(255,255,255,0.5);
		padding-top:50px;
		text-align:right;
	}
	.mainNavListSp li a{
		display: block;
		padding: 20px;
	}
	.mainNavListSp li a.sp_nav_promotion{
		display: block;
		padding: 0 20px 20px;
	}
	.mainNavDropSp {
		padding-left: 20px;
	}
	.mainNavDropSp a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}
	.mainNavDropSp a:before {
		content: "- ";
	}
	.navInnerListsp {
	}
	.navInnerListsp li{
		padding-left:2em;
		border-bottom:0px solid #ffffff;
	}
}

/* page-top */

.b2l {
	float:right;
	font-size:12px!important;
}


#page-top {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 20px;
	font-size: 90%;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}
#page-top a {
	background: #999;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	/*border-radius: 5px;*/
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media screen and (max-width: 768px) {

#page-top {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 10px;
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	line-height: 1.3;
	z-index: 999999;
}
#page-top a {
	background: #999;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 5px 0;
	text-align: center;
	display: block;
	/*border-radius: 5px;*/
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}
}


/* footer */

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(255,255,255,1.0);
	z-index: 9999;
	/*color:#00535F;*/
	color:#000000;
	text-align: center;
	padding:24px 0 0px 0;
	font-size:12px;
	font-style: normal;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}


@media screen and (max-width: 768px) {
.footer {
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,1.0);
	color: #000000;
	text-align: center;
	padding:18px 0;
	font-size: 9px;
	font-style: normal;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}
}




/* exhibitorsSecond */
.exhibitorsSecond {
	width: 100%;
}
.exhibitorsSecond h2{
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
	/*font-family: 'Jockey One', sans-serif;*/
	letter-spacing: 2px;
	padding:140px 40px 0px;
	text-align: center;
	color:#fff;
}
.exhibitorsSecondContainer {
	width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 1.8;
	text-align: left;
	padding: 0px 0px 100px;
	font-size: 16px;
}
.exhibitorsSecondList li{
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding:70px 0 20px 0;
}
.exhibitorsSecondList li a:link{color:#ffffff;text-decoration: underline;}
.exhibitorsSecondList li a:visited{color:#ffffff;text-decoration: underline;}
.exhibitorsSecondList li a:active{color:#ffffff;text-decoration: underline;}
.exhibitorsSecondList li a:hover{color:#ffffff;text-decoration: none;}
.exhibitorsSecondListInner{
	background-color: rgba(0,0,0,0.8);
	padding-bottom:20px;
}
.exhibitorsSecondList li img{
	display: table-cell;
	width: 300px;
	float: left;
}
.exhibitorsSecondList h3{
	color: #ffffff;
	margin: 30px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;

}
.exhibitorsSecondList h4{
	background-color: #FDB719;
	color: #0B2F4C;
	margin: 20px 40px 5px;
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	text-align: center;
}
.exhibitorsSecondList p{
	padding: 0 40px 10px;
	line-height: 1.6;
	text-align: left;
	font-size: 14px;
}
.exhibitorsSecondItemSns{
	margin:0 0 20px 40px;
}
.exhibitorsSecondItemSns li{
	display: table-cell;
	margin-right:10px;
	padding:0;
	background-color: rgba(0,0,0,0);
}
.exhibitorsSecondItemSns img{
	width:25px !important;
	margin-right:10px;
}







@media screen and (max-width: 768px) {


.break{
		word-break: break-all;}

.exhibitorsSecond {
	width: 100%;
}
.exhibitorsSecond h2{
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	padding:80px 0px 60px;
	text-align: center;
}
.exhibitorsSecondContainer {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 1.8;
	text-align: left;
	padding: 0px 0px 0px;
	font-size: 16px;
}
.exhibitorsSecondList li{
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding:0px 0 60px 0;
	margin:0 14px;
}
.exhibitorsSecondList li a:link{color:#ffffff;text-decoration: underline;word-break: break-all;}
.exhibitorsSecondList li a:visited{color:#ffffff;text-decoration: underline;}
.exhibitorsSecondList li a:active{color:#ffffff;text-decoration: underline;}
.exhibitorsSecondList li a:hover{color:#ffffff;text-decoration: none;}

.exhibitorsSecondListInner{
	background-color: rgba(0,0,0,0.8);
	padding-bottom:20px;
}
.exhibitorsSecondList li img{
	display: table-cell;
	width: 50%;
	float: left;
}
.exhibitorsSecondList h3{
	color: #ffffff;
	margin: 16px 0px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height:1.;
}

.exhibitorsSecondList h3 span{
		font-size:16px;
}


.exhibitorsSecondList h4{
	background-color: #FDB719;
	color: #0B2F4C;
	margin: 20px 10px 5px;
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	text-align: center;
}
.exhibitorsSecondList p{
	padding: 0 10px 10px;
	line-height: 1.4;
	text-align: left;
	font-size: 13px;
}
.exhibitorsSecondItemSns{
	margin:0 0 20px 10px;

}
.exhibitorsSecondItemSns li{
	display: table-cell;
	margin-right:10px;
	padding:0;
	background-color: rgba(0,0,0,0);
}
.exhibitorsSecondItemSns img{
	width:25px !important;
	margin-right:10px;
}
}