@CHARSET "UTF-8";
/* --------------------------------------------------------------------------------------------- index.html */
.topInr {
	background: url(../images/bg_topinr.png) left top repeat-x;
}
#TopContents{
	margin: 0 auto;
	padding: 5px 0 0px;
	width: 1000px;
}
#TopContents h1{
	padding: 20px 0 0 0;
}
#TopContents p.boothmap{
	margin: -45px 40px 0;
}
#TopContents p.reserve{
	margin: 15px 37px 0;
}
#TopContents .carousel{
	/* margin: 20px 0 0; */
	position: relative;
	width: 500px;
}
#TopContents .carousel ul li{
	line-height: 0;
}
#TopContents .carousel .bx-prev,
#TopContents .carousel .bx-next{
	position: absolute;
	top: 184px;
	display: block;
	width: 30px;
	height: 30px;
}
#TopContents .carousel .bx-prev{
	left: 7px;
	background-image: url(../common/images/btn_prev.png);
}
#TopContents .carousel .bx-next{
	right: 7px;
	background-image: url(../common/images/btn_next.png);
}
#TopContents .carousel .bx-pager{
	position: absolute;
	left: 0;
	top: 415px;
	width: 100%;
	text-align: center;
}
#TopContents .carousel .bx-pager .bx-pager-item{
	display: inline-block;
	margin: 0 5px;
}
#TopContents .carousel .bx-pager .bx-pager-item .bx-pager-link{
	display: block;
	background-image: url(../common/images/ico_lamp.png);
	width: 8px;
	height: 8px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	font-size: 1px;
}
#TopContents .carousel .bx-pager .bx-pager-item .bx-pager-link.active{
	background-image: url(../common/images/ico_lamp_active.png);
}
#TopContents .carousel table td {
	padding:0 10px 5px 0;
	font-size: 17px;
}
#Contents .topics{
	margin: 0 auto;
	/* padding: 35px 0 0;
	width: 1000px; */
}
#Contents .topics h2 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#Contents .topics .fwrap{
  border-top: 1px dotted #DDDDDD;
  margin: 20px 0 0;
	padding: 0 0 10px;
}
#Contents .topics .topicsbox{
	box-sizing: border-box;
	padding: 19px 20px 21px 20px;
	width: 333px;
	text-align:center;
	/* width: 500px; */
}
#Contents .topics .topicsbox + .topicsbox {
	border-left: 1px solid #DDDDDD;
}
#Contents .topics .topicsbox a {
  background: url(../images/topics_icon.png) right center no-repeat;
  color: #333333;
  display: block;
  overflow: hidden;
  padding: 0 30px 0 0;
}
#Contents .topics .topicsbox img {
	text-align:center;
}
#Contents .topics .topicsbox a.movie {
  display: block;
  overflow: hidden;
  padding: 0 30px 0 0;
}
#Contents .topics .topicsbox a:hover {
  opacity: .6;
}
#Contents .topics .topicsbox a.movie:hover {
  opacity: 1;
}
#Contents .topics .movie_area {
	margin:5px 0;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}

#Contents .topics .topicsinner{
  margin-top: 20px;
	width: 245px;
}
#Contents .topics .topicsinner span strong{
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
#Contents .topics .topicsinner span span{
	display: block;
	font-size: 14px !important;
	color: #5b5b5b;
	letter-spacing: 1.2px;
	line-height: 1.5;
}

.topBtns {
	/* background: #fff3b8; */
	padding: 10px 0 25px;
}
.topBtns .inr {
	width: 700px;
	margin: 0 auto;
	padding: auto;
}
.topBtns .inr .mypageBtn .appBtn {
	line-height: 0;
	text-align: center;
}
/* .topBtns .inr li + li {
	float: right;
	margin: 0 auto;
	background-color:#609eff;
} */



/* --------------------------------------------------------------------------------------------- exhibit/index.html */
#exhibit{
	width:1000px;
	margin:0 auto;
	padding: 60px 0 0;
}
#exhibit h1{
	border-bottom: 1px solid #EB9287;
	padding: 0 0 18px;
}
#exhibit p.txt1{
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1.6;
}
#exhibit p.step_img01 {
	margin: 22px 0 0;
}
#exhibit p.txt2{
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 1.6;
}
#exhibit p.txt2 span{
	color: #ff0000;
}

#exhibitTab{
	width:1000px;
	overflow:hidden;
	margin: 0 auto 0;
	position:relative;
}
#exhibitApp{
	margin: 60px 0 30px;
	text-align: center;
	cursor: pointer;
}

#tabs{
	padding: 0;
	/*margin: 0;*/
	margin-top :40px;
}
#tabs li{
	float:left;
}
#tabs li + li{
	padding: 0 0 0 10px;
}
#tabs li:last-child {
	padding: 0 0 0 20px;
}
/*
#shoku,
#tabi,
#waza,
#kumamoto {
	display: none;
}*/

.exhibitList{
	width:1000px;
	overflow:hidden;
}
.session_off{
	display: none!important;
}
/*.exhibitList div.listLine{
	background:url(../images/exhibit/box-bg3.gif) repeat-y left top;
	overflow: hidden;
	margin-top: 20px;
}*/

.exhibitList div.listBox{
	background:url(../images/exhibit/box-bg3.gif) repeat-y left top;
	overflow: hidden;
	/*margin-top: 20px;*/
	padding-bottom: 10px;
}


.exhibitList div.listLine-two{
	background:url(../images/exhibit/box-bg2.gif) repeat-y left top;
	overflow: hidden;
	margin-top: 20px;
}
.exhibitList div.listLine-one{
	background:url(../images/exhibit/box-bg1.gif) repeat-y left top;
	overflow: hidden;
	/*margin-top: 20px;*/
}
.exhibitList div.listBox{
	float:left;
	width:319px;
	/*margin:0 0 20px 1px;*/
}

/*.exhibitList div.listBox + div.listBox{
margin:0 1px 10px 20px;
}*/
.business_disnone{
	display: none;
}
.business_person{
	display: inline-block;
}
.develop_disnone{
	display: none;
}

.develop{
	display: inline-block;
}
.first_listBox{
	margin-left:0;
}

.remain_listBox{
	margin :0 1px 10px 20px;
}
.exhibitList div.listBox p.tabTitle{
	font-weight:bold;
	font-size:16px;
	vertical-align:middle;
	color:#FFF;
	padding:17px 15px 0;
	height: 33px;
}
.exhibitList div.listBox.kumamoto p.tabTitle{
	color: #333333;
}
.exhibitList div.listBox p.tabLabel {
	background-color: #ffffff;
	border: 1px solid;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 15px 15px 10px;
	padding: 14px 0 14px;
}
.exhibitList div.listBox p.tabLabel label{
	display: block;
	background: url(../images/exhibit/check.png) no-repeat 80px 0;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	overflow: hidden;
}
.exhibitList .no_input {
	vertical-align: middle;
}

.exhibitList div.listBox p.tabLabel label.on{
	background-position: 80px -20px;
}
.exhibitList div.listBox p.tabLabel input{
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

.exhibitList div.listBox p.tabName{
	box-sizing: border-box;
	font-weight: bold;
	/*padding: 15px 15px 10px;*/
	padding: 0 10px 0;
	font-size: 14px;
	margin-bottom: 5px;
}
.exhibitList div.listBox dl dt{
	text-align: center;
}
.exhibitList div.listBox dl dd{
	padding: 10px 15px;
	line-height: 1.6;
}
.exhibitList div.listBox dl dd strong{
	display: block;
	font-weight: bold;
}
.exhibitList div.listBox dl dd .button{
	display: block;
	padding: 7px 0 0 0;
	text-align: center;
}

.exhibitList div.listBox .tabAddress{
	clear:both;
	border-top:1px dotted #CCCCCC;
	font-size:12px;
	line-height:150%;
	margin:8px 15px 0;
	padding: 10px 0 0;
}
.exhibitList div.listBox .tabAddress table th{
	font-weight: bold;
}
.exhibitList div.listBox.shoku p.tabTitle{	background-color: #A62124;	}
.exhibitList div.listBox.waza p.tabTitle{	background-color: #1E70B9;	}
.exhibitList div.listBox.tabi p.tabTitle{	background-color: #22993D;	}
.exhibitList div.listBox.kumamoto p.tabTitle{	background-color: #EAE76C;	}

.exhibitList div.listBox.shoku p.tabLabel{ border-color: #A62124;	}
.exhibitList div.listBox.waza p.tabLabel{ border-color: #1E70B9;	}
.exhibitList div.listBox.tabi p.tabLabel{ border-color: #22993D;	}
.exhibitList div.listBox.kumamoto p.tabLabel{ border-color: #EAE76C;	}

/* --------------------------------------------------------------------------------------------- exhibit/detail00.html */
#HeaderPop{
	background: url(../common/images/bg.gif) repeat center 0;
	border-top: 4px solid #E61019;
	margin: 0 0 25px;
	text-align: center;
}
#HeaderPop .inner{
	margin: 0 auto;
	padding: 10px 0 0;
	width: 550px;
	height: 68px;
}
#HeaderPop .head{
	display: table;
	width: 100%;
	vertical-align: middle;
	color: #ffffff;
}
#HeaderPop .head p{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 25px 20px 0;
	width: 150px;
	text-align: right;
}
#HeaderPop .head h1{
	display: table-cell;
	padding: 0 70px 0 0;
	vertical-align: middle;
	font-size:22px;
	font-weight:bold;
	text-align: center;
}
#HeaderPop .head h1 a{
	color: #ffffff;
}
.shoku #HeaderPop .head{	background-color: #A62124;	}
.waza #HeaderPop .head{	background-color: #1E70B9;	}
.tabi #HeaderPop .head{	background-color: #22993D;	}
.kumamoto #HeaderPop .head{	background-color: #EAE76C;	}
.kumamoto #HeaderPop .head h1 { color: #333333; }

#PopContents{
	width:550px;
	margin:0px auto;
}

#PopContents .eyePOP{
	padding-bottom:20px;
	line-height: 1.6;
}
#PopContents .eyePOP > div{
	margin: 0 0 10px;
}
#PopContents .eyePOP h2,
#PopContents .eyePOP h3{
	margin: 0 0 25px;
	font-weight: bold;
	font-size: 16px;
}
#PopContents .eyePOP p.fl{
	width:270px;
}
#PopContents .eyePOP p.fl img{
	margin: 0 0 7px;
}
#PopContents .eyePOP p.fl span{
	display: block;
	font-size: 12px;
}
#PopContents .eyePOP div.fr{
	width: 255px;
}
#PopContents .eyePOP div.fr h3{
	margin: 0 0 10px;
}
#PopContents .eyePOP div.fr p{
	margin: 10px 0 0;
	font-size:14px;
}

#PopContents table{
 	width:100%;
 	border-collapse: collapse;
	border-spacing: 1px;
	border-top: 1px solid #ffffff;
	font-size:14px;
	line-height: 1.6;
}

#PopContents table tr th,
#PopContents table tr td{
	padding: 6px 12px;
	border-bottom: 1px solid #ffffff;
}
#PopContents table tr th{
	background-color: #8A6684;
	border-right: 1px solid #ffffff;
	width:120px;
	font-weight: bold;
	color: #ffffff;
}
#PopContents table tr td{
	background-color: #F5F5F5;
	border-left: 1px solid #ffffff;
}
#PopContents #popClose{
	width:100%;
	text-align:center;
	padding: 30px 0;
}
#Footer.pop p{
	width: 550px;
}

.exhibit_footer {
	background-color: #ffffff;
	border-top: 2px solid #DDDDDD;
	bottom: -105px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1;
}
.exhibit_footer .inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 18px 0 0;
	height: 92px;
	width: 1000px;
}
.exhibit_footer .inner .exhibit_ftxt {
	color: #333333;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.exhibit_footer .inner .exhibit_ftxt img {
	margin-right: 8px;
	vertical-align: middle;
}
.exhibit_footer .inner .exhibit_fimg {
	display: inline-block;
	margin-left: 40px;
	vertical-align: middle;
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------- exhibit/form.html */

#exhibitFormTable{
	width:850px;
	margin:0 auto 30px;
}
#exhibitFormTable table{
	margin: 20px 0 0;
	width: 100%;
}
#exhibitFormTable table tr th,
#exhibitFormTable table tr td{
	border-bottom: 1px solid #ffffff;
	padding: 15px;
	vertical-align:top;
	line-height: 1.6;
}
#exhibitFormTable table tr th{
	background-color: #E63940;
	width:270px;
	font-weight:bold;
	padding: 15px 0 15px 15px;
	color: #ffffff;
}
#exhibitFormTable table tr td{
	padding: 15px;
	background:#F5F5F5;
}
#exhibitFormTable table tr td span.sup{
	margin: 0 0 0 15px;
}
#exhibitFormTable table tr td span.sep{
	margin: 0 5px;
}
#exhibitFormTable table tr td span.sub{
	display: block;
	margin: 7px 0 0;
	font-size: 12px;
}
#exhibitFormTable table tr td span.frame{
	display: block;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 4px 8px;
	height: 75px;
	overflow: auto;
}
#exhibitFormTable table label{
	line-height: 2;
}
#exhibitFormTable table label.radio + label.radio{
	margin: 0 0 0 20px;
}
#exhibitFormTable table select,
#exhibitFormTable table textarea,
#exhibitFormTable table input[type='text']{
	border: 1px solid #999999;
	padding: 3px;
}
#exhibitFormTable table textarea{
	width: 490px;
	height: 10em;
}
#exhibitFormTable table input[type='checkbox'],
#exhibitFormTable table input[type='radio']{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#fromBtn{
	padding: 0 0 30px;
	text-align:center;
}
#fromBtn img{
	cursor: pointer;
}
#fromBtn input{
	margin: 0 10px;
	vertical-align: top;
}
#exhibit .exhibit_end {
	padding: 85px 0 20px;
	text-align: center;
}
#exhibit .exhibit_end h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 28px;
}
#exhibit .exhibit_end .txt02 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 44px;
}


/* --------------------------------------------------------------------------------------------- gaiyo/index.html */
#gaiyo{
	width:1000px;
	margin:0 auto;
	padding: 40px 0 0;
}
#gaiyo .content{
	margin: 0 auto;
	width: 850px;
}
#gaiyo h1{
	border-bottom: 1px solid #999999;
	padding: 0 0 18px;
}
#gaiyo table{
	margin: 40px 0 0;
	width: 100%;
}
#gaiyo table th,
#gaiyo table td{
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	line-height: 1.6;
}
#gaiyo table th{
	background-color: #E6383F;
	padding: 17px 15px;
	font-weight: bold;
	color: #ffffff;
}
#gaiyo table td{
	border-left: 1px solid #ffffff;
	background-color: #F5F5F5;
	padding: 17px 30px;
}
#gaiyo table td span{
	display: block;
	font-size: 14px;
	color: #EB5155;
}
#gaiyo ul.mainimg{
	padding: 40px 0 10px;
}
#gaiyo ul.mainimg li{
	float: left;
}
#gaiyo ul.mainimg li + li{
	margin: 0 0 0 10px;
}
#gaiyo p.txt{
	margin: 15px 0 0;
	line-height: 1.6;
	font-size: 16px;
}
#gaiyo p.exhibitApp{
	margin: 60px 0 30px;
	text-align: center;
}
#TopContents table td {
	padding:5px 10px;
}

.mypageBtn {
	background: rgb(182,214,255);
	background: linear-gradient(180deg, rgba(182,214,255,1) 0%, rgba(0,0,173,1) 46%, rgba(163,163,250,1) 87%, rgba(255,255,255,1) 100%);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	display: inline-table;
	width:300px;
	height:120px;
	border-radius: 8px;
	text-decoration: none;
	border:none;
	padding:2rem;
	text-align: center;
	color: #ffffff;
	cursor:pointer;
}

.appBtn{
	background: rgb(255,242,182);
	background: linear-gradient(180deg, rgba(255,242,182,1) 0%, rgba(221,140,0,0.9752275910364145) 46%, rgba(250,237,163,1) 87%, rgba(255,255,255,1) 100%);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	display:inline-table;
	width: 300px;
	height:120px;
	border-radius:8px;
	margin:0 auto;
	padding:2rem;
	color:#ffffff;
	padding:6px 10px;
	border:none;
	cursor:pointer;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.clearfix{
		margin: 0;

	}
	.IEfont{
		font-size: 10pt;

	}
	.mypageBtn{
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		line-height: 40px;
	}

	.appBtn{
		line-height: 30px;
	}

	.IEmargin{
		margin-top: 10px;
	}
  }