@charset "utf-8";

/*** total style ***/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: undefined;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	background-color: white;
	color: black;
	font-family: 'Montserrat','Source Sans Pro', 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
	min-width: 970px;
	width: 100%;
	margin: 0 auto;
}
body.no-scroll {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
.backstretch img{
	max-width: none !important;
}
}
.close_txt {
	text-align: center;
	font-size: 30px;
}
@media only screen and (max-width: 768px) {
	.close_txt {
		text-align: center;
		font-size: 6vw;
		padding-top: 6.25%!important;
		padding-bottom: 6.25%!important;
	}
}
/*** clearfix ***/
.cf:before, .cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after { clear:both; }
.cf {
	zoom: 1;
}

/*** normalize 対策 ***/
p {
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	float: left;
}
img{
	vertical-align: top;
}
table{
	border: 0;
	border-collapse: collapse;
/* 	height: 70px; */
	background-color: undefined;
}
table tr{
	padding: 0;
}
table tr td{
	border: 1px;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
.w970,
.w970_shownet {
	width: 970px;
	margin: auto;
}
.flR {
	float:right;
	margin-left:10px;
}
.flR02 {
	float:right;
	margin-left:35px;
}
.pdt_p {
	padding-top: 10px;
}
.pdt_link {
	padding-top: 30px!important;
}
.program_color {
	color: #918D86;
}
.flL {
	float:left;
	margin-right:10px;
}
.ta_r {
	text-align: right;
}
.ta_l {
	text-align: left;
}
.ta_c {
	text-align: center;
}
.pr20 {
	padding-right: 20px;
}
.pl20 {
	padding-left: 20px;
}
.ptb20 {
	padding: 20px 0;
}
.pt20 {
	padding-top: 20px;
}
.mt0 {
	margin: 0 !important;
}
.p50 {
	padding: 30px;
}
.poR {
	position: relative;
}
.pb5 {
	padding-bottom: 5px;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
/*** mouse over ***/
a img {
	border: medium none transparent;
}
a:hover img {
	filter:alpha(opacity=60);
	opacity: 0.6;
}
a {
	color: #a660a3;
/* 	text-decoration: none; */
}
a:hover {
	text-decoration: none;
}
.mainTxt {
	font-size: 16px;
}
.normalTxt {
	font-size: 14px;
}
.smallTxt {
	font-size: 12px;
}
.subTitle {
	color: #a660a3!important;
	font-size: 36px!important;
}
.heading_circle {
	border: 1px solid #a660a3;
	color: #a660a3!important;
	display: inline-block;
	padding: 2px 40px;
	border-radius: 20px;
}
.heading4 {
	padding:5px;
	background-color:#e9e7e1;
	font-size:16px;
	height: 40px;
	line-height: 32px;
	padding-left: 0.8em;
}
.block {
	position: relative;
	float: left;
	margin-right: 14px;
}
.no_gutter .block {
	margin-right: 0;
}
.block:last-child {
	margin-right: 0;
}
.col-2 .block {
	width: 478px;
}
.col-3 .block {
	width: 314px;
}
.col-2.no_gutter .block {
	width: 485px;
}
.col-3.no_gutter .block {
	width: 323.33333333px;
}
.defaultSize {
	max-height: 316px;
}
.link_close {
	opacity: 0.3 !important;
	cursor: default;
}
a.noLink {
	filter:alpha(opacity=40);
	opacity: 0.4;
	cursor: default;
}
a.noLink:hover img {
	filter:alpha(opacity=40);
	opacity: 0.4;
}
@media only screen and (max-width: 768px) {
	.sp_mt10 { margin-top: 10px !important; }
	.sp_mt20 { margin-top: 20px !important; }
	.sp_mt30 { margin-top: 30px !important; }
	.sp_mt40 { margin-top: 40px !important; }
	.subTitle {
		font-size: 5vw!important;
	}
	.heading4 {
		font-size: 4vw!important;
		line-height: 1.5!important;
		height: auto;
	}
	.col table:first-child,
	.col table:first-child td:last-child,
	.col ul:first-child,
	.col ol:first-child {
		margin-bottom: 0!important;
		border-bottom: none!important;
	}
	.col ul:first-child li:last-child,
	.col ol:first-child li:last-child {
		margin-bottom: 10px!important;
		border-bottom: none!important;
	}
	.col-2 .block,
	.col-3 .block {
		width: 100%;
	}
	.sp_block {
		float: left;
		margin-right: 2%!important;
	}
	.sp_block:last-child {
		margin-right: 0!important;
	}
	.sp_col-2 .sp_block {
		width: 49%!important;
	}
	.sp_col-3 .block {
		width: 32%!important;
	}
	.defaultSize {
		max-height: auto;
	}
}


/********************************/

.sp {
	display: none!important;
}
.pc {
	display: block;
}
/* スマートフォンサイトへボタン */
#spLinkBlockInPc {
	display: none;
	text-align: center;
	background-color: #262261;
	padding: 30px 0;
}
#spLinkBlockInPc a{
	display: block;
	color: #000;
	font-size:40px;
	letter-spacing: 0;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #b8b8b8), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: -moz-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: -o-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: -ms-linear-gradient(top, #fff 0%, #b8b8b8 99%);
	background: linear-gradient(to bottom, #fff 0%, #b8b8b8 99%);
	border:1px solid #ccc;
	width:75%;
	text-align:center;
	margin:0 auto;
}
#spLinkBlockInPc a{/*リンクされた文字*/
	color:#000;
	font-style:normal;
	text-decoration:none;
}
#spLinkBlockInPc a:link {/*未訪問のリンク*/
	color:#000;
	font-style:normal;
	text-decoration:none;
}
#spLinkBlockInPc a:visited {/*訪問後のリンク*/
	color:#000;
	text-decoration:none;
}
#spLinkBlockInPc a:hover {/*マウスをのせたとき*/
	color:#000;
	font-style:normal;
	text-decoration:none;
}
.headLogoArea .registration p {
	position: relative;
	top: -10px;
}
.headLogoArea .registration p.en {
	position: static;
}
.headLogoArea .registration a,
.registrationBtn a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #eee261;
	width: 360px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	/* background: url("/apps-japan/2018/exhibitor/images/common/ico_link_yellow.png") 10px 50% no-repeat; */
	padding: 10px 20px;
}
.conversionBtn a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #b1a41d;
	width: 360px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	background: url("/apps-japan/2018/exhibitor/images/common/ico_link_green.png") 10px 50% no-repeat;
	padding: 10px 20px;
}
a.linkBtn.linkBtn_cv {
	color: #f7b141 !important;
	border: 2px solid #eee261 !important;
	background: url("/apps-japan/2018/exhibitor/images/common/ico_link_yellow.png") 10px 50% no-repeat;
}
.registrationBtn_en a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #f7b141;
	width: 360px;
	margin-left: 10px;
	text-align: center;
	background: url("/apps-japan/2018/exhibitor/images/common/ico_link_yellow.png") 10px 50% no-repeat;
	margin: 0 auto;
	padding: 10px 20px;
}
.headLogoArea .registration .en a {
	font-size: 22px;
	padding: 5px 20px 10px;
}
.registrationBtn a,
.conversionBtn a {
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 30px;
}
.registrationBtn a.en {
	font-size: 20px;
	line-height: 1.8;
}
.headLogoArea .registration a:hover,
.registrationBtn a:hover,
.registrationBtn_en a:hover
.conversionBtn-on,
a.linkBtn.linkBtn_cv:hover {
	background: #eee261 url("/apps-japan/2018/exhibitor/images/common/black_arrow.png") 10px 50% no-repeat;
	color: #000;
	opacity: 1;
	text-decoration: none;
}
.conversionBtn a:hover {
	background: #b1a41d url("/apps-japan/2018/exhibitor/images/common/white_arrow_mini.png") 10px 50% no-repeat;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
.topMainVisual .registrationBtnWrap,
.conversionWrap {
  /* overflow: hidden; */
  width: 100%;
}
.topMainVisual .registrationBtn.btn-col2 {
  float: left;
  width: 49%;
}
.topMainVisual .registrationBtn_en.btn-col2 {
  float: left;
  width: 100%;
	text-align: center;
}
.topMainVisual .registrationBtnWrap .registrationBtn.btn-col2 .poR a {
  max-width: 100%;
}
.topMainVisual .registrationBtn.btn-col2:nth-child(even) {
  float: right;
}
.topMainVisual {
	position: relative;
	overflow: hidden;
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/video_poster.jpg) center center no-repeat;
	background-size: cover;
	background-color: #fff;
	margin: 0;
	z-index: 102;
	width: 100%;
	height: 525px;
}
.topMainVisual:before {
	content: "";
	position: absolute;
	display: block;
	/*background: url(/apps-japan/2018/exhibitor/images/top_exhibition/video_filter_l.png) left top no-repeat;*/
  background-size: auto 100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.topMainVisual:after {
	content: "";
	position: absolute;
	display: block;
	background: rgba(140, 39, 135, .70);
  background-size: auto 100%;
	top: 0;
	width: 100%;
	height: 100%;
}
.topMainVisual .filter {
	content: "";
	position: absolute;
	display: block;
	/*background: url(/apps-japan/2018/exhibitor/images/top_exhibition/video_filter_r.png) right bottom no-repeat;*/
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
  z-index: 1;
}
.touroku_sp{
	display: none!important;
}
.touroku_pc{
	display: block!important;
}
@media only screen and (max-width: 768px) {
.topMainVisual .filter {
	background-size: 100%;
}
.topMainVisual:after {
	background: rgba(140, 39, 135, .70);
}
}

.topMainVisual #video {
	position: absolute;
	/*top: 55%;
	left: 50%;*/
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	z-index: -1;
	/*visibility: hidden;*/
}
.mainVisualBox {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 960px;
	height: 468px;
	margin: auto;
	text-align: center;
	z-index: 3;
}
.mainVisualLogoArea {
	margin-bottom: 20px;
	text-align: center;
}
.mainVisualLogoArea>img {
	display: inline-block;
	vertical-align: middle;
}
.datePlace {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.MainVisual_SNS{
	position: absolute;
	top: 317.5px;
	right: 0;
	width: 50px;
	height: 100px;
	z-index: 3;
}
.MainVisual_SNS img{
	width: 50px;
	height: 50px;
}
@media only screen and (max-width: 768px) {
.MainVisual_SNS{
	display: none;
}
.datePlace {
	font-size: 4.5vw;
	margin-bottom: 3%;
}
}
@media only screen and (min-width: 769px) {
	.mainVisualLogoArea>img {
		max-width: 480px;
	}
	.pc_w90per {
		width: 90%;
	}
}
.mainVisualLogoTxt {
	margin: 0 0 0 40px;
}
.mainVisualLogoArea .mainVisualLogoTxt .mainVLTBg {
	border-radius: 35px;
	-webkit-border-radius: 35px;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
	background-color: #0088b1;
	color: #fff;
	margin: 20px auto 0;
}
.mainVisualLangArea {
	width: 100%;
}
.mainVisualLangArea a,
.mainVisualLangArea span {
	width: 50%;
	display: inline-block;
	border: 5px solid #fff;
	border-top: none;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
.mainVisualLangArea .jp {
	background-color: #fff;
	color: #262261;
}
.mainVisualLangArea .en {
	border-left: none;
	color: #fff;
}
.mainVisualLangArea .noLink {
	filter:alpha(opacity=30);
	opacity: 0.3;
	font-style:normal;
}
.mainVisualConfArea {
	color: #fff;
	margin:  0 auto 40px;;
}
.mainVisualConfArea p:first-child {
	font-size: 48px;
	font-weight: bold;
}
.mainVisualConfArea p:last-child {
	font-size: 24px;
	font-weight: bold;
}
.mainVisualSubArea p.sitename {
	display: inline-block;
	padding: 3px 60px;
	margin-bottom: 20px;
	border-radius: 30px;
	background-color: #f089eb;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.mainVisualConfArea p.en:last-child {
	font-weight: normal;
	line-height: 1.8;
}
.topMainVisual .registrationBtn .poR a,
.topMainVisual .registrationBtn_en .poR a {
	width: 480px;
	margin: 0 auto;
	padding: 0 !important;
	line-height: 60px;
	/* border: 2px solid #eee261;
  border-radius: 2px; */
	text-decoration: none;
}
.topMainVisual .registrationBtn .poR a img,
.topMainVisual .registrationBtn_en .poR a img {
	width: 100%;
}
.topMainVisual .registrationBtn .poR a:hover,
.topMainVisual .registrationBtn_en .poR a:hover {
	/* border: 2px solid #eee261; */
	background: none !important;
}
.topMainVisual .registrationBtn a span {
	background-color: #eee261;
	padding: 2px 5px;
	color: #000;
	border-radius: 20px;
}
.topMainVisual .registrationBtn a:hover span {
	background-color: #000;
	color: #eee261;
}

/*.mainVisualConfArea a {
	display: block;
	background: url(/apps-japan/2018/exhibitor/images/common/ico_link01.png) 465px 50% no-repeat;
	padding: 10px 25px 10px 0;
	margin: 30px 0 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}*/
.scrolldown {
	margin: 25px 0 0;
}

/* 2018出展社募集トップ */
.graph2017 > div {
	position: relative;
	height: 316px;
	overflow: hidden;
}
.catchText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #a660a3;
}
.eyecatch {
	font-size: 60px;
	font-weight: bold;
	color: #f089eb;
}
.numberList {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
.numberList li {
	float: none;
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
	text-align: left;
}
.numberList li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #000;
	color: #fff;
	display: block;
	float: left;
	line-height: 18px;
	margin-left: -30px;
	text-align: center;
	height: 18px;
	width: 18px;
	border-radius: 50%;
}
.diaList li {
	float: none;
	margin-bottom: 10px;
}
.diaList li:before {
	content: "♦";
}
.conversionBtn a {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	line-height: 60px;
	border: 2px solid #b1a41d;
	border-radius: 2px;
	text-decoration: none;
}

.conversionBtn-on a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #e5d400 url("/apps-japan/2018/exhibitor/images/common/black_arrow.png") 10px 50% no-repeat;
	border: 2px solid #e5d400;
	border-radius: 2px;
	text-decoration: none;
}
.twoBtnVer a {
	width: 478px !important;
}
.conversionBtn-on a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.fbBtnWrap {
	display: inline-block;
}
a.fbBtn {
	display: block;
	background: #395185 url(/apps-japan/2018/exhibitor/images/common/bg_fb.png) -10px 0 no-repeat;
	color: #fff;
	width: 478px;
	height: 60px;
	text-decoration: none;
	line-height: 3.8em;
	border: none;
	font-weight: bold;
}
.filter_photoWrap {
	position: relative;
	height: 200px;
	overflow: hidden;
	background-color: rgb(128, 26, 122);
}
.col-3 .filter_photoWrap {
	height: 131px;
}
.filter_photo {
	position: absolute;
	width: 100%;
	height: auto;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	margin: auto;
	opacity: 0.3;
}
.filter_text {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	transform: translate(-50%, -50%);
	font-size: 22px;
}
.filter_photoWrap a {
	color: #fff;
}
.filter_photoWrap a:hover .filter_photo {
	opacity: 1;
}
.filter_photoWrap a:hover .filter_text {
	visibility: hidden;
}

@media only screen and (max-width: 769px) {
	.graph2017 > div {
		height: auto;
	}
	.catchText {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		font-size: 7vw;
	}
	.eyecatch {
		font-size: 12vw;
	}
	.fbBtnWrap {
		display: block;
	}
	a.fbBtn {
		width: 100%;
	}
	.mainVisualSubArea p.sitename {
		font-size: 4.5vw;
		margin-bottom: 5%;
	}
	.mainVisualSubArea p.main_bnr {
		margin-bottom: 5%;
	}
	.filter_photoWrap {
		max-height: 120px;
	}
	.filter_photo {
		min-height: 120px;
	}
	.filter_text {
		font-size: 5vw;
	}
	a.not_1line {
		line-height: 1.5 !important;
		padding-top: 3px;
	}
}

/*テーマスポンサー カルーセル*/
.bnrArea {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 102;
}
/*.header.fixe .bnrArea {
	position: fixed;
	top: 140px;
	width: 100%;
	background-color: #fff;
	z-index: 102;
	}*/
.bnrAreaInner {
	background-color: #fff;
	border-bottom: 1px solid #d8d5d0;
}
.bnrAreaInner h2 {
	text-align: center;
	background-color: #66c2b8;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.sponsors01 {
	width: 970px;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.sponsors01 .caroufredsel_wrapper {
		height: 110px !important;
		width: 970px !important;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}
}
/*#sponsorsLogoList01 {
	height: 110px !important;
	font-size: 12px;
}
#sponsorsLogoList01 li {
	text-align: center;
	height: 110px;
	font-weight: bold;
}
#sponsorsLogoList01 li.theme_en {
	font-size: 13px;
}
#sponsorsLogoList01 li a {
	display: block;
	text-align: center;
	line-height: 77px;
	width: 150px;
}
#sponsorsLogoList01 li a img {
	vertical-align: middle;
	max-width: 120px;
	max-height: 43px;
}*/

#sponsorsLogoList01 li {
  overflow: hidden;
  width: 202px;
  /*max-height : 73px;*/
  margin: 0 20px 20px;
}

/* .pageTop */
.pageTop {
position: fixed;
bottom: 50px;
right: 70px;
z-index: 105;
}

/*top exhibition*/
.wrapper {}
.wrapper.fixe { margin-top: 40px;}
.prBnrArea .prBnrTtl {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	background-color: #00a1db;
	color: #fff;
	text-align: center;
}
.prBnrArea, .secondBnrArea { padding: 50px 0;}
.prBnrArea li {margin-right: 13px; margin-top: 10px;}
.prBnrArea li:nth-child(3n) {margin-right: 0;}
.prBnrArea li:nth-child(1n+4) {margin-top: 10px;}
.prBnrArea li:nth-child(5) {margin-right: 0;}

.secondBnrArea {
  padding: 50px 0;
  border-bottom: 1px solid #d8d5d0;
}

.whatNewWrap {
	background-color: #f4f7fa;
	padding: 20px 0;
}
.whatNewWrap .whatNew01 {
  background: #262261;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	font-size: 20px;
	text-align: center;
  font-weight: bold;
	padding: 5px 0;
	margin-right: 13px;
	float: left;
}
.whatNewWrap .whatNew02 {
	float: left;
	width: 670px;
	line-height: 36px;
	overflow: hidden;
}
.whatNewWrap .whatNew02 ul {
	position: relative;
}
.whatNewWrap .whatNew02 ul li {
	display: none;
}
.whatNewWrap .whatNew02 ul li .whatNewTxt01 {
	float: left;
	display: block;
}
.whatNewWrap .whatNew02 ul li .whatNewTxt02 {
	margin: 0 0 0 140px;
	display: block;
}
.whatNewWrap .whatNew01_en {
  background: #262261;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	font-size: 20px;
	text-align: center;
  font-weight: bold;
	padding: 5px 0;
	margin-right: 20px;
	float: left;
}
.whatNewWrap .whatNew02_en {
	float: left;
	width: 643px;
	line-height: 36px;
	overflow: hidden;
}
.whatNewWrap .whatNew02_en ul {
	position: relative;
}
.whatNewWrap .whatNew02_en ul li {
	display: block;
	width: 800px;
}
.whatNewWrap .whatNew02_en ul li .whatNewTxt01 {
	float: left;
	display: block;
}
.whatNewWrap .whatNew02_en ul li .whatNewTxt02 {
	margin: 0 0 0 110px;
	display: block;
}
.mainSectionArea {
	padding-top: 100px;
}
.mainSectionArea h2 {
  display: block;
  overflow: hidden;
  width: 970px;
  text-align: center;
  font-size: 40px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-weight: normal;
  color: #000;
  line-height: 1.5em;
}
.mainSectionArea h2 span {
  position: relative;
}
.mainSectionArea h2 span:before {
  position: absolute;
  top: 50%;
  right: 110%;
  display: block;
  content: '';
  background: url(/apps-japan/2018/exhibitor/images/common/title-line.png) left center repeat-x;
  height: 3px;
  width: 500px;
  margin-top: -1.5px;
}
.mainSectionArea h2 span:after {
  position: absolute;
  top: 50%;
  left: 110%;
  display: block;
  content: '';
  background: url(/apps-japan/2018/exhibitor/images/common/title-line.png) left center repeat-x;
  height: 3px;
  width: 500px;
  margin-top: -1.5px;
}
.mainSectionArea h2.mtop20 {
  text-align: center;
  font-size: 40px;
  background: url(/apps-japan/2018/exhibitor/images/common/bg_line.png) 0 100% no-repeat;
  margin-top:20px;
  font-weight: normal;
}
.mainSectionArea h2.showend {
  text-align: center;
  font-size: 30px;
  padding:0 0 0 0;
  margin-top: 0px;
  margin-bottom:0px;
  font-weight: normal;
  background: none;
}
.mainSectionArea h2.subTtl {
  line-height: 1.0;
}
.mainSectionArea h2.subTtl span {
  font-size: 24px;
}
.mainSectionArea h3 {
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}
.mainSectionArea h3.caption_about {
	font-size: 24px;
}
.mainSectionArea h3.caption_about span {
	font-size: 18px;
}
.mainSectionArea h3.contact_h3 {
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	color: #66c2b8;
}
.mainSectionArea h3.contact_h3.h3_planning {
	text-align: center;
}
.mainSectionArea h3.mh01 {
	margin: 0 0 0;
}
.mainTtlJa {
	text-align: center;
	font-weight: bold;
}
.iot_special_sponsor {
	text-align: center;
}
.iot_special_sponsor span{
	display: inline-block;
  padding: 5px 20px;
  border: 2px solid #888;
  border-radius: 5px;
  background: #555;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
	margin-top: 25px;
	margin-right: 35px;
	margin-left: 35px;
}
.iot_special_sponsor a{
	width: 100%;
}
.iot_special_sponsor a img{
	width: 30%;
	margin-top: 10px;
}

.whatNewWrap .whatNew03 {
	float: right;
	line-height: 36px;
}
.whatNewWrap .whatNew03 a {
	background: url(/apps-japan/2018/exhibitor/images/common/gray_arrow.png) 0 50% no-repeat;
	background-size: 18px;
	display: block;
	padding: 0 0 0 30px;
	margin: 0 0 0 20px;
	font-size: 14px;
}
.mainThemeBg {
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_about.png) 0 0 no-repeat;
	border-top: 1px solid #e5e5e5;
}
.mainThemeList {
/* 	margin: 30px 0 0; */
}
.mainThemeList .themeList01 {
	margin-right: 13px;
}
.mainThemeList .themeList01:nth-child(4) { margin-right: 0;}
.mainThemeList .themeList02 a,
.mainThemeList .themeList02 p,
.mainThemeList .themeList02 span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 76px;
	font-size: 18px;
	font-weight: bold;
  background-size: cover;
	text-align: center;
	text-decoration: none;
}
.mainThemeList .themeList02 a.iot,
.mainThemeList .themeList02 a.security,
.mainThemeList .themeList02 a.connected,
.mainThemeList .themeList02 a.sdi_nfv,
.mainThemeList .themeList02 a.list_no5{
	width: 314px;
	line-height: 105px;
}
.mainThemeList .themeList02 a img{
	padding-top: 25px;
}
.mainThemeList .themeList02 a.iot{
	font-size: 25px;
}
.mainThemeList .themeList02 a.connected{
	font-size: 23px;
}
.mainThemeList .themeList02 a.sdi_nfv{
	font-size: 21px;
}
.mainThemeList .themeList02 a.list_no5{
	font-size: 23px;
}
.mainThemeList .themeList02 p.iot,
.mainThemeList .themeList02 p.security,
.mainThemeList .themeList02 p.connected,
.mainThemeList .themeList02 p.sdi_nfv,
.mainThemeList .themeList02 p.list_no5{
	width: 314px;
	line-height: 105px;
}
.mainThemeList .themeList02 img {
	opacity: 1!important;
	margin: 0 auto;
	text-align: center;
}
.mainThemeList .themeList02 p.iot{
	font-size: 25px;
}
.mainThemeList .themeList02 p.connected{
	font-size: 23px;
}
.mainThemeList .themeList02 p.sdi_nfv{
	font-size: 21px;
}
.mainThemeList .themeList02 p.list_no5{
	font-size: 23px;
}


.mainThemeList .themeList02 {
  overflow: hidden;
  position: relative;
  margin: 10px 14px 0 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-size: cover;
  z-index: 1;
}
.mainThemeList li:nth-child(3).themeList02 {
  margin: 10px 0px 0 0;
}
.mainThemeList li:nth-child(4).themeList02 {
  margin: 10px 14px 0 164px;
}
.mainThemeList li:nth-child(5).themeList02 {
  margin: 10px auto 0 0;
}
.mainThemeList li:nth-child(6).themeList02,
.mainThemeList li:nth-child(7).themeList02,
.mainThemeList li:nth-child(8).themeList02,
.mainThemeList li:nth-child(9).themeList02 {
  width: 232px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mainThemeList .themeList02 a {
  color: #fff;
}
.mainThemeList .themeList02 p {
  color: #fff;
}
.mainThemeList li:first-of-type:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_scr.jpg) 0 0 repeat;
  background-size: cover;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-child(2):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
  background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_iot.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-of-type(3):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_5g.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-of-type(4):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_ai.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-of-type(5):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_sdi.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList .themeList02:nth-of-type(6):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_net.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-of-type(7):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_cloud.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-of-type(8):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
  background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mobility.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:last-of-type:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_it.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}


/*@media only screen and (min-width: 769px) {
  .mainThemeList li.themeList02:hover:after {
    transform: scale(1.3);
  }
  .mainThemeList li.themeList_en:hover:after {
    transform: scale(1.0)!important;
  }
}*/
.mainThemeList .themeList02:last-of-type { margin: 10px 0 0 0}
.mainThemeList .themeList02 a,
.mainThemeList .themeList02 p,
.mainThemeList .themeList02 span {
	width: 100%;
}

.mainOutlineBg {
	/*background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mainoutline2018.png) 100% 0 no-repeat;*/
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
}
.mainAboutBg {
	/*background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mainabout.png) 0 0 no-repeat;*/
	border-top: 1px solid #fff;
}
.mainAbout,
.mainExplanation {
	margin: 20px 0;
  text-align: left;
}
.kyenoteBtnWrap { margin-top: 20px;}
.linkBtnWrap {
	display: inline-block;
	width: auto;
}
.linkBtnWrapInt {
	display: inline-block;
	width: 200px;
	text-align: right;
}
.performance {
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_performance.png) 0 0 repeat;
	padding-bottom: 100px;
	border-bottom: 1px solid #d8d5d0;
}
.performance ul {
	margin-top: 40px;
}
.performance ul li {
	background: #fff;
	margin-right: 15px;
	width: 231px;
}
.performance ul li:last-child {
	margin-right: 0;
}
.performance ul li .ttl {
  background: #a660a3;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.performance ul li.last .ttl {
  background: #b1a41d;
}
.performance ul li .txt {
  padding: 15px;
  border: 1px solid #d8d5d0;
  border-top: none;
}
.performance ul li .count {
  color: #a660a3;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
}
.performance ul li.last .count {
  color: #b1a41d;
}
.performance ul li .count span {
  font-size: 17px;
}
.performance ul li .data {
  font-size: 12px;
  line-height: 1.8;
}
.performance .plans {
  margin: 40px auto 20px;
  text-align: center;
}
.performance .main_bnr {
	padding-bottom: 30px;
	text-align: center;
}
a.linkBtn,
span.linkBtn {
	background: url(../images/common/purple_arrow.png) 10px 50% no-repeat;
  background-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  display: block;
  color: #a660a3;
  border: 2px solid #a660a3;
  border-radius: 2px;
  width: 478px;
  text-decoration: none;
}
a.linkBtnCol-1 {
	width: 100%;
}
a.linkBtn.darkBg,
span.linkBtn.darkBg {
	background: url(/apps-japan/2018/exhibitor/images/common/white_arrow_mini.png) 10px 50% no-repeat;
	color: #fff;
	border: 2px solid #fff;
}
a.iconBtn {
	background: none !important;
	line-height: 1.5;
	padding: 10px 0;
}
.shownet a.linkBtn,
span.linkBtn {
	background: url(/apps-japan/2018/exhibitor/images/common/green_arrow.png) 15px 50% no-repeat;
	background-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	display: block;
	color: #66c2b8;
	border: 2px solid #66c2b8;
	border-radius: 2px;
	width: 478px;
	text-decoration: none;
}
a.linkBtn_mini,
span.linkBtn_mini {
	background: url(/apps-japan/2018/exhibitor/images/common/green_arrow.png) 10px 50% no-repeat;
	background-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	display: block;
	color: #66c2b8;
	border: 2px solid #66c2b8;
	border-radius: 2px;
	width: 314px;
	text-decoration: none;
}
a.linkBtnInt {
	background: #262261 url(/apps-japan/2018/exhibitor/images/common/white_arrow.png) 20px 50% no-repeat;
	background-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	display: block;
	color: #fff;
	width: 250px;
	text-decoration: none;
}
a.linkBtn:hover {
	background: #a660a3 url(../images/common/white_arrow_mini.png) 10px 50% no-repeat;
  background-size: 18px;
  color: #fff!important;
  border: 2px solid #a660a3;
}
a.linkBtn.darkBg:hover {
	background: #fff url(/apps-japan/2018/exhibitor/images/common/green_arrow.png) 10px 50% no-repeat;
	background-size: 20px;
	color: #66c2b8!important;
	border: 2px solid #fff;
}
a.iconBtn:hover {
	background: #a660a3 !important;
}
.shownet a.linkBtn:hover {
	background: #66c2b8 url(/apps-japan/2018/exhibitor/images/common/white_arrow_mini.png) 15px 50% no-repeat;
	background-size: 20px;
	color: #fff!important;
	border: 2px solid #66c2b8;
}
a.linkBtn_mini:hover {
	background: #66c2b8 url(/apps-japan/2018/exhibitor/images/common/white_arrow_mini.png) 10px 50% no-repeat;
	background-size: 18px;
	color: #fff!important;
	border: 2px solid #66c2b8;
}
a.linkBtnInt:hover {
	filter:alpha(opacity=60);
	opacity: 0.6;
}
span.linkBtn {
	filter:alpha(opacity=30);
	opacity: 0.3;
}
a.linkBtn01 {
	text-align: center;
	display: block;
	line-height: 80px;
	text-decoration: none;
	width: 478px;
	border: 1px solid #e3e3e3;
}
.twoBtnWrap .linkBtn,
.kyenoteBtnWrap .linkBtn,
.showNetBtnWrap .linkBtn,
.twoBtnVer a { float: left;}

.twoBtnWrap .twoBtn01,
.kyenoteBtnWrap .kyenoteBtn01,
.showNetBtnWrap .showNetBtn01,
.twoBtnVer .twoBtn01 { margin-right: 13px;}

.imgExhibition100 { min-width: 970px;}
.imgExhibition100 img { width: 100%;}
.mainConference {
  background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mainconf.png) 0 0 no-repeat;
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
}
.mainSectionRow {
  overflow: hidden;
  width: 100%;
  margin: 40px auto;
}
.mainSectionRow .col2 {
  float: left;
}
.mainSectionRow .col2:nth-child(even) {
  float: right;
}
.mainShowNetBg {
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mainshownet.png) 0 0 no-repeat;
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
}
.showNetBtnWrap,
.newsBtnWrap {
	text-align: center;
	margin-top: 20px;
}
.showNetBtnWrapInt .td {
	text-align: right;
	margin-top: 20px;
}
.showNetImg { margin-top: 40px;}
.showNetTube {}
.shownet_main{
	width: 642px;
	height: 408px;
	float: left;
}
.showNetImgInner {
	float: right;
	width: 246px;
}
.showNetImgInner_two {
	float: right;
	width: 328px;
}

.mainPromotionBg {
	/*background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mainpromotion.png) 100% 0 no-repeat;*/
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
}
.newsCarouSelWrap { margin-top: 30px; position: relative;}
.newsMainCollum01 {
	padding: 20px 25px 0px 20px;
	display: block;
	width: 313px;
	margin-right: 14px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	line-height: 1.3em;
}
.newsMainCollum01 a {
	color: #26a8de;
	text-decoration: underline;
	display: block;
	height: 60px;
	font-size: 1em;
  overflow: hidden;
}
.newsMainCollum01 a:hover {
	text-decoration: none;
}
.newsMainTxt {
	margin: 5px 0 0;
	word-wrap: break-word;
	padding-top: 10px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	height: 230px;
}
ul.newsTxt_caption{
	width: 100%;
	height: 35px;
	margin-top: 5px;
	border-bottom: 1px solid #e3e3e3;
}
ul.newsTxt_caption li{
	color:#fff;
	font-size: 10px;
}
.tag_seminar{
	background-color: #00a1db;
	border-radius: 10px;
	width: 80px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_newproduct{
	background-color: #00a1db;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_exhibit{
	background-color: #00a1db;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_campaign{
	background-color: #00a1db;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_cloud,
.tag_mobility,
.tag_it,
.tag_signage,
.tag_media,
.tag_location{
	background-color: #918d86;
	border-radius: 10px;
	width: 130px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_other,
.tag_iot,
.tag_5G,
.tag_AI,
.tag_app{
	background-color: #918d86;
	border-radius: 10px;
	width: 52px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_net,
.tag_sec,
.tag_sdi{
	background-color: #918d86;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
ul.newsTxt_caption li.off{
	display: none;
}
ul.newsTxt_caption li:first-child{
	margin-left: 0px;
}
ul.newsTxt_caption li{
	margin-left: 5px;
}
.newsMainCollum02 {
	width: 313px;
	font-size: 14px;
	background-color: #66c2b8;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
.news_main_caption{
	width: 60%;
	height: 160px;
}

.news_main_caption_img{
	width: 40%;
	float: left;
	height: 150px;
	padding-top: 10px;
}
.news_main_caption_img img{
	width: 100%;
	height: auto;
}
.newsMainImg01 {
	float: right;
	max-height: 100px;
	max-width: 100px;
}
@media only screen and (max-width: 768px) {
	.newsMainTxt{
		min-height: 166px!important;
	}
	.mainPromotionBg {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 769px) {
	.newsCarouSelWrap .caroufredsel_wrapper {
		width: 970px !important;
	}
}
.carouPrev,
.carouNext {
	position: absolute;
	bottom: 0;
	margin: 0 0 -15px;
	z-index: 100;
	cursor: pointer;
}
.carouPrev:hover,
.carouNext:hover {
	filter:alpha(opacity=60);
	opacity: 0.6;
}
.carouPrev {
	left: 0;
}
.carouNext {
	right: 0;
}
#pager {
	overflow: hidden;
	margin: 20px auto 0;
	text-align: center;
}
#pager a {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	border-radius: 50%;
	background: #e7e6e3;
	cursor: pointer;
}
#pager a:last-child {
	margin-right: 0;
}
#pager a.selected {
	background: #66c2b8;
}
#pager a span {
	font-size: 0;
	opacity: 0;
}

.mainSponsorBg {
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mainsponsor.png) 100% 0 no-repeat;
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
}
.mainSponsorBg_en {
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mainsponsor_en_pc.png) 0 0 no-repeat;
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
}
.mainSponsorBg2 {
	background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mainsponsor.png) 100% 0 no-repeat;
	border-top: 1px solid #e5e5e5;
	margin-top: 0px;
}
.mediaSBtnWrap { margin-top: 30px;}
.mediaSBtnWrap .linkBtn01 {
	width: 100%;
	height: 100%;
	border: none;
}
.mediaSBtnWrap p:nth-child(6n) .linkBtn01 { margin-right: 0;}
.mediaSBtnWrap .linkBtn01 img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.mediaSBtnWrap .linkBtn01.int_bcn img {
	max-width: 100px;
}
.mainCoLocatedBg {
	background-color: #f5f1fb!important;
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
	margin-bottom: -50px;
	padding-bottom: 100px;
}
.mainPertnerBg {
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.coLocatedBtnWrap { margin: 30px 0;}
.coLocatedBtnWrap .linkBtn01 {
	width: 232px;
	float: left;
	margin-right: 13px;
	background-color: #fff;
}
.coLocatedBtnWrap p:last-child .linkBtn01 { margin-right: 0;}
.coLocatedBtnWrap .linkBtn01 img { vertical-align: middle;}
.pertnerBtnWrap {
	width: 185px;
	margin: 30px auto;
	text-align: center;
}
/* lower */
.lowerPage .wrapper { margin-top:100px;}

body.about .hNav>ul>li> a.about { background-color:#514E81;color: #049bd5}
body.conference .hNav>ul>li> a.conference {background-color: #514E81;color: #049bd5;}
body.exhibition .hNav>ul>li> a.exhibition { background-color:#514E81;color: #049bd5;}
body.lecture .hNav>ul>li> a.lecture { background-color:#514E81;}
body.shownet .hNav>ul>li> a.shownet { background-color:#514E81;color: #049bd5}
body.campaign .hNav>ul>li> a.campaign { background-color:#514E81;color: #049bd5;}
body.maintheme .hNav>ul>li> a.maintheme { background-color:#514E81;}

.about_left_border{
	border-left: 1px solid #9d4e98;
}
@media only screen and (max-width: 768px) {
	.about_left_border{
		border-left: 0px;
	}
	.hNav>ul>li:nth-child(3){
		border-left: 0px;
	}
	.about_left_border a {
		border-top: 1px solid #9d4e98;
	}
}

.lowerPage .contents a {
	color:#269EDC;
	text-decoration:underline;
	line-height: 1.8em;
}
.lowerPage .contents a:hover {
	text-decoration:none;
}
.breadcrumb {
	background: rgba(143,50,134,0.8);
	width:100%;
	height:30px;
	filter:alpha(opacity=85);
	display:table;
}
.breadcrumb p {
	height:30px;
	width:970px;
	margin:0 auto;
	line-height:30px;
	font-size:12px;
}
.lowerTitleBG {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 100px;
	color:#FFFFFF;
}
.lowerTitleBG.about {
	background: url(/apps-japan/2018/exhibitor/images/common/bg_top_about.png) 0 no-repeat;
	background-size: cover;
}
.exhibition .lowerTitleBG.exhibition {
	background: url(/apps-japan/2018/exhibitor/images/about/maintitle.png) 50% 0 no-repeat;
	background-size: cover;
}
.lowerTitleBG.newsat {
	background: url(/apps-japan/2018/exhibitor/images/newsat/maintitle.png) 50% 0 no-repeat;
	background-size: cover;
}
.lowerPage .contents .lowerTitleBG a {
	color: #fff;
	text-decoration:none;
}
.lowerPage .contents .lowerTitleBG a:hover {
	text-decoration: underline;
}
.lowerTitleBG .w970{
	height:70px;
	display:table;
}
.lowerTitleBG .w970 .titleWrapper{
	display:table-cell;
	vertical-align:middle;
}
.lowerTitleBG h2 {
	font-size:44px;
	line-height:48px;
}
.lowerPage .f14m20 p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.8em;
}
.noc_TblDate {
	font-size: 12px!important;
}
.lowerPage .textAlC {
	text-align: center;
}
.mgb20 {
	margin-bottom:20px!important;
}
.mgb30 {
	margin-bottom:30px!important;
}
.pdt30 {
	padding-top: 30px!important;
}
.contents .topBack {
	display:block;
	height:16px;
	font-size:12px;
	text-align:right;
	padding-right:20px;
	background:url(/apps-japan/2018/exhibitor/images/common/ico_topback.png) no-repeat 100% 0;
}
.contents .topBackbsa {
	display:block;
	height:16px;
	font-size:12px;
	text-align:right;
	padding-right:20px;
	margin-top:20px;
	margin-top:20px;
	/*background:url(/apps-japan/2018/exhibitor/images/common/ico_topback.png) no-repeat 100% 0;*/
}
.contents .topBack a {
	color:#000000;
}
.contents .topBackbsa a {
	color:#000000;
}
/* about */
.aboutConfLinkBox>p {
	display: inline-block;
	vertical-align: middle;
}
.aboutConfLinkBox>div {
	display: inline-block;
	vertical-align: middle;
}
.top_caption_about{
	position: relative;
	width: 100%;
	height: 330px;
	border-bottom: 1px solid #eae8e3;
	background-color: #f4f7fa;
	text-align: center;
}
.top_caption_about h2{
	color: #1b1b65;
	font-size: 32px;
	padding-top: 50px;
	padding-bottom: 30px;
	line-height: 35px;
}
.top_caption_about p{
	font-size: 16px;
	line-height: 1.8em;
}
.about_SNS{
	position: absolute;
  top: 115px;
  right: 0;
  width: 50px;
  height: 100px;
}
.about_SNS img{
  width: 50px;
  height: 50px;
}
.lowerPage .aboutConfLinkBox>div a {
	background: #e9e7e2 url(/apps-japan/2018/exhibitor/images/common/ico_black_link01.png) 205px 50% no-repeat;
	padding: 8px 15px 8px 0;
	margin-left: 10px;
	display: block;
	color: #000;
	text-decoration: none;
	border: 1px solid #d8d3cc;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 12px;
	text-align: center;
	width: 233px;
}
.lowerPage .aboutConfLinkBox>div a:hover {
	text-decoration: underline;
}
table.aboutTbl01 {
	width:100%;
	border:solid 1px #D7D3CA;
	margin-bottom:20px;
}
table.aboutTbl01.mb0 {
	margin-bottom:-1px !important;
	border-bottom: none !important;
}
table.aboutTbl01 th, table.aboutTbl01 td {
/*
	border-right:solid 1px #D7D3CA;
	border-left:solid 1px #D7D3CA;
*/
	border-bottom: solid 1px #D7D3CA;
	font-size:14px;
	line-height:140%;
	padding:10px;
}
table.aboutTbl01 th {
	width:20%;
	background-color:#e9e7e1;
	text-align:left;
	vertical-align:middle;
}
table.aboutTbl01 td {
	width:70%;
}
.col-1 table.aboutTbl01 th {
	width:11.1%;
}
.col-1 table.aboutTbl01 td {
	width:auto;
}
table.aboutTbl01.pc td {
	width:30%;
}
table.aboutTbl01 td p {
	margin-bottom:10px;
}
table.aboutTbl01 td.Sponsorship {
	line-height: 1.5em;
}
.list_height table{
	height: auto;
}
.aboutTblDate {
	text-align: right;
	font-size: 12px;
	margin-top: -15px;
	margin-bottom: 20px;
}
.tit_about{
	padding-bottom: 0px!important;
}
/*table.aboutTbl01 td a {
	color:#269EDC;
	text-decoration:underline;
	}
	*/
.to {
	position: relative;
}
.to p{
	position:absolute;
	bottom:15px;
	right:0;

}

.lowerPage h4 {
	padding:5px;
	margin-bottom:15px;
	background-color:#EEEEEE;
	font-size:14px;
}
.lowerPage h4.contact_h4{
	padding:5px;
	margin-bottom:15px;
	background-color:#e9eff5;
	font-size:16px;
	height: 40px;
	line-height: 32px;
	padding-left: 0.8em;
}
.lowerPage ul.contact {
	font-size:14px;
	margin-bottom:20px;
}
.lowerPage ul.contact li {
	margin-bottom:10px;
	clear:both;
}

/* newsat */
.newsCpy {
	margin-bottom:20px;
}
.lowerPage #newsCarouSelList01 {
	margin-bottom:10px;
}
.lowerPage #newsCarouSelList01 li:nth-child(3n) {
	margin-right:-15px;
}
.lowerPage #newsCarouSelList01 li:nth-child(1n+4) {
	margin-top:10px;
}


/* privacy */
.hpPrivacy {
	padding:20px 0 0;
	border-top:#5a5a5a dotted 1px;
}


/* access */
.accessMap {
	width:920px;
	margin:0 auto 10px auto;
}
.about i.fa {
  margin: 0 10px 0 0;
  color: #00a1db;
}
.gaiyo_SNS{
	position: absolute;
  top: 210px;
  right: 0;
  width: 50px;
  height: 100px;
}
.gaiyo_SNS img{
  width: 50px;
  height: 50px;
}

/*セミナーページ
---------------------------------------------------------------*/
.exhibition .lowerTitleBG {
	background: url(/apps-japan/2018/exhibitor/images/seminar/maintitle.png) 50% 0 no-repeat;
	background-size: cover;
}
.exhibition .lowerTitleBG.about {
	background: url(/apps-japan/2018/exhibitor/images/common/bg_top_about.png) 0 no-repeat;
	background-size: cover;
}
.seminar .contents {
	padding-bottom: 50px;
}
.seminar .footerInner {
	margin-top: 0;
}
.seminar .mainTitle {
	margin-bottom: 0;
}
.kicho_search {
	height: 90px;
	background: url(/apps-japan/2018/exhibitor/images/seminar/kicho_h.png) no-repeat;
}
.theme_search {
	padding: 20px 25px 0 25px;
	padding-left: 25px;
	padding-right: 25px;
}
.theme_search_list {
	width: 840px;
}
.theme_search_h {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	background-color: #ea5514;
	padding-left: 8px;
}
.theme_search li {
	float: left;
	list-style: none;
	background-color: #fff;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	display: table;
}
.theme_search li p {
	font-size: 12px;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	margin: 0;
	line-height: 30px;
	cursor: pointer;
}
.theme_search li:nth-child(1) {
	width: 86px;
}
.theme_search li:nth-child(2){
	width: 166px;
}
.theme_search li:nth-child(3){
	width: 106px;
}
.theme_search li:nth-child(4){
	width: 178px;
}
.theme_search li:nth-child(5){
	width: 56px;
}
.theme_search li:nth-child(6){
	width: 141px;
}
.theme_search li:nth-child(7){
	width: 107px;
	border-right: 1px solid #d6d6d6;
}
.clear_search{
	background-color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	line-height: 30px;
	width: 65px;
	margin: 0;
	text-align: center;
	font-size: 12px;
	float: right;
	margin-top: -30px;
	cursor: pointer;
}

/*基調講演イベント絞り込む*/
.kicho_event_switch01 #kicho_event_switch01,
.kicho_event_switch02 #kicho_event_switch02,
.kicho_event_switch03 #kicho_event_switch03,
.kicho_event_switch04 #kicho_event_switch04,
.kicho_event_switch05 #kicho_event_switch05 { background-color: #F4E733;}

.kicho_event_switch01 .kicho_table,
.kicho_event_switch02 .kicho_table,
.kicho_event_switch03 .kicho_table,
.kicho_event_switch04 .kicho_table,
.kicho_event_switch05 .kicho_table { display: none;}

.kicho_event_switch01 .kicho_event_table01,
.kicho_event_switch02 .kicho_event_table02,
.kicho_event_switch03 .kicho_event_table03,
.kicho_event_switch04 .kicho_event_table04,
.kicho_event_switch05 .kicho_event_table05 { display: block;}

/*基調講演テーマで絞り込む*/
.kicho_switch01 #kicho_switch01,
.kicho_switch02 #kicho_switch02,
.kicho_switch03 #kicho_switch03,
.kicho_switch04 #kicho_switch04,
.kicho_switch05 #kicho_switch05,
.kicho_switch06 #kicho_switch06,
.kicho_switch07 #kicho_switch07 { background-color: #F4E733;}

.kicho_switch01 .kicho_table,
.kicho_switch02 .kicho_table,
.kicho_switch03 .kicho_table,
.kicho_switch04 .kicho_table,
.kicho_switch05 .kicho_table,
.kicho_switch06 .kicho_table,
.kicho_switch07 .kicho_table { display: none;}
.kicho_switch01 .kicho_table01,
.kicho_switch02 .kicho_table02,
.kicho_switch03 .kicho_table03,
.kicho_switch04 .kicho_table04,
.kicho_switch05 .kicho_table05,
.kicho_switch06 .kicho_table06,
.kicho_switch07 .kicho_table07 { display: block;}

.msg_notfound{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

.linkBtnArea {
	margin-top: 40px;
}
.linkBtnArea ul {
	width: 100%;
	margin: 0 auto;
}
.linkBtnArea li {
	float: left;
	margin: 0;
	width: 323px;
	height: 48px;
	display: table;
	background-color: #fff;
	position: relative;
}
.lowerPage .linkBtnArea li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #292728;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-left: 1px solid #fff;
}
.lowerPage .link_experience li a {
	line-height: 1.5em;
}
.lowerPage .linkBtnArea li.highlight_link a {
	line-height: 18px;
	border-left: 1px solid #fff;
}
.linkBtnArea li:first-child a {
	border-left: 1px solid #d6d6d6;
}
.linkBtnArea li.linklist_active a,
.linkBtnArea li a:hover {
	background-color: #fabf00;
	color: #fff;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #fabf00;
}

.linkBtnArea li.linklist_active:last-child a,
.linkBtnArea li:last-child a:hover {
	border-right: 1px solid #fabf00;
	border-left: 1px solid #fabf00;
}
.linklist_active a:before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #fabf00;
	z-index: 1;
}
.mainSectionArea h2.timetableTtl {
	line-height: 80px;
	font-size: 40px;
	padding: 0;
	color: #000;
	margin: 10px auto 20px;
	position: relative;
	z-index: 0;
	text-align: center;
}
.seminarTable table {
	border-collapse: separate;
	font-size: 14px;
	margin: 0 0 10px;
	box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.1);
	-o-box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.1);
}
.seminarTable table th.caption {
	position: relative;
	background: #fdbe00;
	text-align: center;
	width: 120px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding-top: 5px;
	vertical-align: top;
}
.seminarTable table.seminarRoom02 th.caption {
	background: #d5d900;
}
.seminarTable table.seminarRoom03 th.caption {
	background: #6493fa;
}
.seminarTable .tbcat {
	position: absolute;
	bottom: 15px;
	left: 10px;
	background-color: #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 85%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.seminarTable .tbcat p {
	font-size: 11px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
.seminarTable table td {
	padding: 15px 22px 11px 17px;
	width: 850px;
	vertical-align: top;
	background-color: #fff;
}
.seminarTable table ul.icons {
	margin: -15px -22px 0 -17px;
	background-color: #fdebb5;
	display: block;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.seminarTable table.seminarRoom02 ul.icons {
	background-color: #f4f5b5;
}
.seminarTable table.seminarRoom03 ul.icons {
	background-color: #e6ecf9;
}
.seminarTable ul.icons li {
	float: left;
	margin: 0 3px 3px 0;
	padding: 1px 3px;
}
.seminarTable ul.icons li.sessionNo {
	font-weight: bold;
	background-color: #fdbe00;
	color: #fff;
	padding: 2px 10px;
}
.seminarTable table.seminarRoom02 ul.icons li.sessionNo {
	background-color: #d5d900;
}
.seminarTable table.seminarRoom03 ul.icons li.sessionNo {
	background-color: #6493fa;
}
.seminarTable table td dl.session {
	margin: 0;
}
.seminarTable table td dl.session .titFont {
	font-size: 24px;
	line-height: 1.2em;
	margin: 15px 0 10px;
}
.seminarTable table td dl.session dd {
	margin: 0;
}
.seminarTable table td dl.session .titFont a {
	color: #000;
	text-decoration: underline;
}
.seminarTable table td dl.session .titFont a:hover {
	text-decoration: none;
}
.seminarTable table td dl.session .text {
	margin: 1em 0 0;
}
#content_touroku {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 20px;
}
.login_section {
	background-color: #f0f0f0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 300px;
	height: 330px;
	float: left;
	padding: 20px 30px;
}
.login_section p {
	margin: 0 0 15px;
}
.lowerPage .login_section a {
	text-decoration: underline;
	color: #243c7d;
}
.login_section a:hover {
	text-decoration: none;
}
.login_section.mgl30 {
	margin-left: 35px;
}
.login_section .touroku_h {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.login_section .btnjizen a,
.login_section .btnlogin {
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	display: block;
	width: 240px;
	background: #f18d00;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 17px 0;
	margin: 0 auto;
}
.login_section .txtcenter {
	text-align: center;
}
.login_section .input_mail,
.login_section .input_pass {
	padding: 15px 0 15px 40px;
	background: #fff url(/apps-japan/2018/exhibitor/images/seminar/E-mail_Icon.gif) no-repeat 10px;
	border: 2px #c6ccd2 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 240px;
}
.login_section .input_pass {
	background: #fff url(/apps-japan/2018/exhibitor/images/seminar/Lock_Icon.gif) no-repeat 10px;
}
.login_section .btnlogin {
	font-size: 14px;
	background: #262261;
	color: #fff;
	border: none;
	width: 235px;
	height: 48px;
	line-height: 48px;
	padding: 0;
}
.login_section .fts14 {
	font-size: 14px;
}
.login_section .fts12 {
	font-size: 12px;
}
/* 2016/02/ テーマテキストcss */
/*SDI/NFV*/
.catListSdiNfv { color: #800000; }
/*モビリティ＆ワイヤレス*/
.catListWifi { color: #008000; }
/*ネットワーク*/
.catListNetwork { color: #d5802b; }
/*クラウド＆データセンター*/
.catListCloud { color: #01401d; }
/*IoT*/
.catListIoT { color: #55aaaa; }
/*エンタープライズIT*/
.catListIt { color: #2889d1; }
/*セキュリティ*/
.catListSecurity { color: #e272aa; }

/*更新情報一覧
---------------------------------------------------------------*/
.lowerPage dl.dlLine {
	zoom:1;
	margin:0 auto 40px;
}
.lowerPage .dlLine dt {
	float:left;
	margin-right:10px;
	padding:15px 10px 10px;
}
.lowerPage .dlLine dd {
	padding:15px 10px 10px;
	border-bottom:1px #CCC dotted;
	margin-left:0;
}
.lowerPage .dlLine dd:after {
	display:block;
	clear:both;
	content:"";
}
.shownet_SNS{
	position: absolute;
  top: 210px;
  right: 0;
  width: 50px;
  height: 310px;
}
.shownet_SNS img{
  width: 50px;
  height: 310px;
}

/*ShowNetページ
---------------------------------------------------------------*/
.shownetBread {
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: -20px;
}
.shownetBread ul li {
	margin-right: 20px;
}

.shownet .contents a.linkBtnInt {
	color: #fff;
	text-decoration: none;
}
.shownet .contents .bgFbBtnWrap a.linkBtn {
	background: #262261 url(/apps-japan/2018/exhibitor/images/shownet/bg_fb.png) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
	line-height: 3.8em;
	border: none;
}
.bgFbBtnWrap {
	text-align: center;
	padding-top: 40px;
}
.bgFbBtnBox01 {
	margin-bottom: 50px;
}
.mainSectionArea .shownetH3Ttl01 {
	font-size: 24px;
	color: #66c2b8;
	margin: 0 0 0 ;
	margin-bottom:20px;
}
.mainSectionArea .shownetH3Ttl_highlight {
	font-size: 20px;
	color: #000;
	margin: 0 0 0 ;
	margin-bottom:20px;
}
.highlight_terminal {
	width: 100%;
}
.pc_mgt_none {
	margin-bottom: 0px!important;
}
.shownet p.catchPhrase03 {
	font-size: 30px;
	font-weight: bold;
	color: #2ea7e0;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 0 0;
}
.shownet p.catchPhrase_concept {
	font-size: 30px;
	font-weight: bold;
	color: #2ea7e0;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 0 0;
}
.shownet .catchPhrase03 span {
  margin-left: 20px;
  padding: 2px 24px;
  font-size: 24px;
  background-color: #ea5514;
  color: #fff;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
	vertical-align: bottom;
}
.shownetImg01 {
	padding-top: 30px;
}
.shownetLinkBtn01 {
	text-align: center;
	margin-bottom: 40px;
	padding: 20px 0 0;
}
.lowerPage .shownetLinkBtn01 p {
	font-size: 16px;
	margin: 0;
}
.shownetLinkBtn02 {
	text-align: center;
	margin-bottom: 40px;
	padding: 20px 0 0;
}
.shownet .contents .shownetLinkBtn02 a.linkBtn {
	line-height: 1.3em;
	padding: 10px 0;
}
.lowerPage .shownetLinkBtn02 p {
	font-size: 16px;
	margin: 0;
}
.shownetYoutube01 {
	padding-top: 30px;
}
.shownetYoutube02 {
	padding: 30px 0;
}

/*ShowNet 今年のみどころ highlight.html*/
.shownet p.catchPhrase01 {
	padding-top: 0;
}
.shownetPhase01,
.shownetPhase02 {
	display: block;
	border: 2px solid #b2b2b2;
	text-align: center;
	font-size: 26px;
	padding: 10px 0;
	position: relative;
	margin-bottom: 40px;
}
.lowerPage .contents .shownetPhase01 {
	color: #333;
	text-decoration: none;
}
.lowerPage .contents .shownetPhase01:hover {
	border: 2px solid #0088b1;
	color: #0088b1;
	background-color: #f2f9fb;
	color: #0088b1;
}
.lowerPage .contents .shownetPhase01:hover .shownetH4Ttl {
	color: #0088b1;
}
.lowerPage .contents .shownetPhase01:hover .highlightTxt01 {
	text-decoration: underline;
}
.shownetPhase02 {
	border: 2px solid #0088b1;
	color: #0088b1;
	background-color: #f2f9fb;
}
.shownetPhase01:before {
	content: '';
	border-top: 35px solid #b2b2b2;
	border-left: 55px solid transparent;
	border-right: 55px solid transparent;
	position: absolute;
	bottom: -37px;
	left: 50%;
	margin-left: -55px;
}
.lowerPage .shownetPhase01 .shownetH4Ttl,
.lowerPage .shownetPhase02 h4 {
	display: block;
	margin-bottom: 0;
	color: #b2b2b2;
	background: none;
	font-size: 22px;
	padding-top: 0;
}
.lowerPage .shownetPhase02 h4 {
	color: #0088b1;
}
.mainSectionArea h3.catekeywords {
	font-size: 26px;
	background-color:#0082C2;
	color: #fff;
	padding-left: 20px;
	text-align:left;
	line-height: 60px;
}
.pare {
  overflow: hidden;
}
.floatchild1 {
  float: left;
  width: 485px;
}
.floatchild2 {
  float: right;
  width: 485px;
}
.floatchild3 {
  float: left;
  width: 150px;
}
.floatchild4 {
  float: right;
  width: 820px;
}
/*ShowNetを体験する experience.html*/
.shownet .mgb50 {
	margin-bottom: 50px !important;
}
.shownet p.catchPhrase03 {
	padding-top: 0;
	color:#000;
}
.shownet p.catchPhrase03 {
	font-size:36px;
	color:#242a77;
}
.shownet table.schedule, .shownet table.schedule2 {
	width: 100%;
	border: #cccccc solid 1px;
	border-top: 0px;
}
.shownet table.schedule th.header {
	background-color:#1b1b65;
	border:none;
	color:#fff;
}
.shownet table.schedule th {
	width: 16%;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: #cccccc dashed 1px;
	border-right: #cccccc solid 1px;
	background-color: #e9eff6;
}
.shownet table.schedule td {
	padding: 5px 10px;
	border-bottom: #cccccc dashed 1px;
	font-size: 14px;
	height: 30px;
}
.w10 {
	width: 10px;
	text-align: center;
	border-right:#cccccc solid 1px;
}
.w20 {
	width: 44%;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
}
.w30 {
	width: 40%;
}
.w05 {
	text-align:left !important;
}
.shownet table.schedule.mgb50.stage th,
.stage .w10 {
	width: 15%;
}
.stage .w20 {
	width: 70%;
}
.stage td p.division {
	color: #fff;
	background: #ea5514;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 10px;
	width: 280px;
	margin-bottom: 10px;
}
.shownetLinkBtn01.yellowlinkBtn {
	text-align: center;
	margin-bottom: 0;
	padding: 20px 0 0;
}
.shownet img.fRphoto {
	float:right;
	margin-left:40px;
}
.shownet a.linkBtn.yellow,
.sdi a.linkBtn.yellow {
	background: #dbe000 url(/apps-japan/2018/exhibitor/images/common/black_arrow.png) 20px 50% no-repeat;
	color:#000;
}
.shownet table.schedule2 {
	margin-bottom:10px;
}
.no-right-border {
	border-right: 0px!important;
}
.shownet table.schedule2 tr {
	width: 33.33%;
	float: left;
}
.shownet table.schedule2 th {
	width: 100%;
	float: left;
	padding:5px;
	border-top: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	background-color:#e9eff6;
}
.shownet table.schedule2 td {
	width: 100%;
	height: auto;
	float: left;
	border-right: #cccccc solid 1px;
  border-bottom: #cccccc dashed 1px;
	padding: 10px 20px;
	text-align: center;
	vertical-align:top;
}
td.warklist_last {
	border-bottom: 0px!important;
}
.shownetlinkBtnArea {
	position: relative;
	margin-top: 40px;
	text-align: center;
}
.shownetlinkBtnArea ul {
	margin: 0 auto;
	text-align: center;
}
.shownetlinkBtnArea li {
	margin: 0;
	width: 483px;
	height: 48px;
	display: table;
	background-color: #fff;
	position: relative;
}
.lowerPage .shownetlinkBtnArea li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #292728;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-left: 1px solid #fff;
}
.shownetlinkBtnArea li:first-child a {
	border-left: 1px solid #d6d6d6;
	line-height: 1.3em;
}
.shownetlinkBtnArea li.linklist_active a,
.shownetlinkBtnArea li a:hover {
	background-color: #fabf00;
	color: #fff;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #fabf00;
}
.shownetlinkBtnArea li.linklist_active:first-child a,
.shownetlinkBtnArea li:first-child a:hover {
	border-left: 1px solid #fff;
}
.shownetlinkBtnArea li.linklist_active:last-child a,
.shownetlinkBtnArea li:last-child a:hover {
	border-right: 1px solid #fabf00;
	border-left: 1px solid #fabf00;
}
.shownetlinkBtnArea .linkBtnCol-2:first-child a {
	border-left: 1px solid #d6d6d6;
}
.green_caption {
	color: #76ccc4;
}
.shownetLinkBtn01 a.linkBtn_grayout {
  color: #f7b141;
  text-decoration: none;
  line-height: 60px;
	background: #fff url(/apps-japan/2018/exhibitor/images/common/ico_link_yellow.png) 15px 50% no-repeat;
  background-size: 20px;
  text-align: center;
  font-weight: bold;
  display: block;
  border: 2px solid #f7b141;
  border-radius: 2px;
  width: 478px;
  text-decoration: none;
	cursor: default;
	opacity: 0.5;
}
.experienceImg01 {
	padding-bottom: 30px;
	text-align: center;
}
.experience_price {
	margin-bottom: 10px!important;
}
/*NOC/STM紹介 noc.html*/
.bgFbBtnWrap02 {
	margin-top: 50px;
}
.bgFbBtnWrap02 .linkBtn {
	float: left;
}
.bgFbBtnWrap02 .twoLinkBtn01{
	background: #262261 url(/apps-japan/2018/exhibitor/images/shownet/bg_fb.png) 0 0 no-repeat;
	margin-right: 13px;
}
.bgFbBtnWrap03 {
	padding-top: 30px;
	text-align: center;
}
.imgNoc01,
.imgNoc01 img {
	width: 100%;
}
.imgNoc01 {
	padding-top: 20px;
}
.shownetCloseText01 {
	text-align: center;
}
.nocMembersList {
	text-align: center;
}
.nocMembersList li {
	width: 150px;
	margin-right: 14px;
	height: 250px;
}
.nocMembersList li:nth-child(6n+1) {
	clear: both;
}
.nocMembersList li:nth-child(6n) {
	margin-right: 0;
}
.nocMembersList li p {
	font-weight: bold;
	margin: 10px 0 0;
}
.nocMembersList li span {
	font-size: 12px;
	line-height: 1.7em;
	display: inline-block;
}
.noclinkBtnArea li {
	width: 24.9%;
	line-height: 18px;
}
.noclinkBtnArea li:first-child {
	line-height: 1.2em;
}
.iotworldlinkBtnArea li {
	width: 19.9%;
	line-height: 18px;
}
.iotworld li:first-child {
	line-height: 1.2em;
}
.link_experience li {
	width: 20%;
	line-height: 18px;
}
.link_experience li a {
	font-size: 13px!important;
}
.grayout_noc li a.grayout_noc_li {
	color: #bec6ce;
	cursor: default;
}
.grayout_noc li a.grayout_noc_li:hover {
	background: none;
	border: 1px solid #d6d6d6;
	color: #bec6ce;
}
.grayout_noc li a.grayout_noc_li:hover {
	border-left: 1px solid rgba(255,255,255,0);
}
.nocImg01 {
	padding-top: 0px;
}
.noc_align_center {
	text-align: center;
}
.shownet_howto {
	text-align: right;
}
/*ShowNet参加企業紹介 shownet_sponsor.html*/
.shownetSponsorTable table {
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}
.shownetSponsorTable2 table {
	width: 100%;
	font-size: 14px;
}
.shownetSponsorTable table td {
	padding: 5px 15px;
	border: #d4cfc6 solid 1px;
}
/*SoewNetページ end
---------------------------------------------------------------*/

/*planningページ
---------------------------------------------------------------*/
/* IoT×AI×5G World */
.stageScheduleTable {
	width: 100%;
	font-size: 14px;
}
.stageScheduleTable th {
	background-color: #918d86;
	width: 33.3%;
	padding: 5px 15px;
	border: #d4cfc6 solid 1px;
	color: #fff;
}
.stageScheduleTable td {
	padding: 5px 15px;
	border: #d4cfc6 solid 1px;
	vertical-align: top;
}
.stageScheduleTable .timeColumnTh td {
	background-color: #e9e7e2;
	padding: 5px 10px 5px 15px;
}
.stageScheduleTable td .cellTth {
	font-weight: bold;
	color: #26648d;
}
.iotSponsorTable {
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}
.iotSponsorTable td {
	padding: 5px 15px;
	border: #d4cfc6 solid 1px;
}
.iotSponsorTable.sponsor_movie td {
	line-height: 50px;
}
.iotSponsorTable.planning_en td {
	border: none;
}
.iotSponsorTable th { height: 80px; }
.sponsorTableDiamond th { height: 140px; }
.sponsorTablePlatinum th { height: 120px; }
.sponsorTableGold th { height: 100px; }

/* SDI ShowCase */
.hallA, .hallB {
	display: inline-block;
	border: 1px solid #fff;
	float: right;
	background: #1778ac;
	color: #fff;
	margin: 0;
	padding: 1px 10px;
}
.hallB {
	background: #cd162b;
}
.mainSectionArea h3.sdiThemeListTtl {
	font-size: 30px;
	font-weight: bold;
	color: #2ea7e0;
}
.mainSectionArea h2.enfont span {
	font-size: 30px;
	line-height: 40px;
	vertical-align: 10%;
}
/*.mainSectionArea h2 span {
	font-size: 28px;
}*/
.lowerPlanning .linkBtnArea {
	margin-bottom: -30px;
	margin-top: 50px;
	text-align: center;
}
.lowerPlanning .linkBtnArea ul {
	width: auto;
	margin: 0 auto;
	display: inline-block;
}
.sdiThemeList div {
	display: block;
	width: 49%;
	height: 60px;
	border: 2px solid #0088b1;
	background-color: #f2f9fb;
	text-align: center;
	font-size: 26px;
	padding: 10px 0;
	margin-bottom: 20px;
	float: left;
	color: #0088b1;
}
.sdiThemeList div:nth-child(2n) {
	float: right;
}
.sdiThemeListBtn01 {
	text-align: center;
}
.lowerPage .sdiThemeListBtn01 p {
	margin-bottom: 0;
}
.contents a.linkBtn {
	color: #a660a3;
	text-decoration: none;
}
.contents a.linkBtn.darkBg {
	color: #fff;
}
.contents a.linkBtn_en {
	font-size: 18px;
}
.shownetLinkBtn01 a.linkBtn {
	color: #66c2b8;
	text-decoration: none;
	line-height: 60px;
}
.dRank {
	background-color: #fdebb5;
	font-weight: bold;
}
.pRank {
	background-color: #e6ecf9;
	font-weight: bold;
}
.gRank {
	background-color: #fbf799;
	font-weight: bold;
}
.sRank {
	background-color: #f0f0f0;
	font-weight: bold;
}
.rank_cooperative {
	background-color: #edf6ed;
	font-weight: bold;
}
.iotSponsorTable th,
.shownetSponsorTable table th {
	padding: 5px 0;
	border: #d4cfc6 solid 1px;
	width: 260px;
}
.iotSponsorTable.planning_en th {
	border: none;
}

/* コリア パビリオン */
.koreaSponsorTable {
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}
.koreaSponsorTable td {
	padding: 5px 15px;
	border: #d4cfc6 solid 1px;
}

/* Security World */
.lowerPage .securityWord01 p,
.lowerPage p.securityWord02 {
	float: left;
	width: 478px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #71629b;
	border: 2px solid #71629b;
	background-color: #f8f7fa;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 0;
	height: 150px;
	line-height: 150px;
}
.lowerPage .securityWord01 p:last-child {
	float: right;
	width: 478px;
	color: #f18d00;
	border: 2px solid #f18d00;
	background-color: #fef9f2;
}
.lowerPage p.securityWord02 {
	float: none;
	width: 478px;
	margin: auto;
	color: #0088b1;
	border: 2px solid #0088b1;
	background-color: #f2f9fb;
	position: relative;
	top: -12px;
	margin-bottom: 20px;
}
.planning_BgcB {
	border-right: 1px solid #25427a;
	border-left:  1px solid #25427a;
	margin-bottom: 20px;
}
.planning_seminar_BgcB {
	border-right: 1px solid #b3d2e6;
	border-left:  1px solid #b3d2e6;
	background-color: #b3d2e6!important;
	margin-bottom: 20px;
}
.planning_seminar_BgcB b {
	color: #1170ae;
}
.planning_seminar_BgcB span {
	color: #000;
}
.planning_sessionTtl {
	padding-top: 10px;
}
.planning_speaker {
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
.planning_speaker img {
	width: 100%;
	height: auto;
}
.planning_secssion_width {
	width: 693px;
}
.planning_seminar_speaker {
	font-size: 16px!important;
}
.mgt40{
	margin-top: 40px!important;
	margin-bottom: 60px!important;
}
.tag_first {
	float: left;
}
.tag_next {
	float: left;
	margin-left: 5px!important;
}
ul.experience_link li.link_anker5 a {
	line-height: 1.6em!important
}
.map_pdt {
	margin-top: 30px;
}
/*planningページ end
---------------------------------------------------------------*/

/*Tccページ
---------------------------------------------------------------*/
/*index.html*/
.tcc h2:nth-child(n + 2) {
	margin-top: 70px;
}
.aboutTbl01 span {
	margin-right: 20px;
	line-height: 50px;
}
.verCenter {
	margin-right: 20px;
	line-height: 25px;
}
.tccTbl02 {
	width: 100%;
	border: 1px solid #eee;
}
.bb0 {
	border-bottom: 0;
}
.bt0 {
	border-top: 0;
}
.tccTbl02 th {
	background: #24407b;
	width: 120px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
}
.tccTbl02 td{
	padding-left: 15px;
}
.tccTbl02 h3 {
	font-size: 19px;
	padding-top: 0px;
	padding-left: 5px;
}
.lowerPage .contents .tccTbl02 h3 a {
	color: #000;
}
.lowerPage .f14m20 p.tcc_session_time {
	width: 100%;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.8em;
	padding-left: 6px;
}
.tccTbl02 p {
	padding-left: 5px;
}
.tccTbl02 h4 {
	background: #fff url(/apps-japan/2018/exhibitor/images/tcc/bg_line_h4.png) repeat-x left bottom;
	margin-right: 15px;
	padding-bottom: 8px;
	font-weight: normal;
}
.tccTbl02 h4.no-border {
	background: #fff;
	margin-right: 15px;
	font-weight: normal;
}
.tccTbl02 h4 span {
	float: left;
  width: 160px;
  height: 39px;
  padding-top: 10px;
	font-weight: bold;
}
.experience_ttl .tccTbl02 h4 span {
	float: left;
  width: auto!important;
	padding-right: 20px;
  height: 39px;
  padding-top: 10px;
	font-weight: bold;
}
.tccTbl02 h4 span.one_supporter,
.experience_ttl .tccTbl02 h4 span.one_supporter {
  padding-top: 0px;
}
.tccTblBgcB {
	line-height: normal;
	background-color: #25427a;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
  padding: 6px 0 10px 0;
	padding-left: 20px!important;
}
td.tccTblBgcB span {
	font-size: 18px;
	font-weight: normal;
}
td.tccTblBgcB span.iot_or_lbj {
	font-size: 18px;
	font-weight: normal;
	float: right;
	padding: 8px 10px 0 0;
}
td.tccTblBgcB .tccTbl_ttl {
	font-size: 18px;
	color: #fff!important;
	font-weight: normal;
	font-weight: normal;
  line-height: 1.8em;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.tcc_speaker_name {
	font-size: 16px!important;
}
.tccLinkBtn01.yellowlinkBtn {
	margin-bottom: 20px;
	padding: 50px 0 0;
}
.tccLinkBtn01.yellowlinkBtn .tccbtn_last {
	margin-left: 9px;
}
.tcc a.linkBtn.yellow {
	background: url(/apps-japan/2018/exhibitor/images/common/ico_link_yellow.png) 20px 50% no-repeat;
	color:#f7b141;
	line-height: 60px;
	border: 2px solid #f7b141;
}
.tcc a.linkBtn.yellow:hover {
	background: #f7b141 url(/apps-japan/2018/exhibitor/images/common/white_arrow_mini.png) 20px 50% no-repeat;
	color:#000;
	line-height: 60px;
	border: 2px solid #f7b141;
}
.tcc p.pic {
	text-align: center;
	height: 175px;
}
.tccTbl02.tccPhoto td {
	vertical-align: top;
}
.tccPhoto .spk_photo {
    width: 250px;
}
.tccPhoto .pic {
    height: 145px;
    text-align: center;
}
.tccPhoto .pic img {
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 8px solid #dedede;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tcc_speaker_first h4{
	border-top: 1px solid #eee;
	margin-bottom: 25px;
	background: none;
}
.tcc_translation{
	vertical-align: middle;
}
/*Tccページ end
---------------------------------------------------------------*/
/*マストドンページ
---------------------------------------------------------------*/
.mainSectionArea.mastodon {
	padding-top: 0px!important;
}
.mastodon_firstview {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.mastodon {
	margin-bottom: 50px;
}
.bb0.mastodon {
	margin-bottom: 0px;
}
.mastodon td {
	padding-left: 15px;
	padding-right: 15px;
}
.mastodon_session {
	width: 100%;
  font-size: 16px!important;
  margin-top: 15px;
  padding-left: 6px;
}
.mastodon_speaker_ttl {
	margin-bottom: 5px!important;
}
.mastodon_speaker {
	margin-bottom: 0px!important;
}
a.mastodon_button {
	text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  display: block;
  width: 340px;
  background: #f18d00;
	color: #ffffff!important;
  text-decoration: none!important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px 0;
  margin: 0 auto;
	/*float: right;*/
	margin-top: 40px;
	margin-bottom: 20px;
  cursor: pointer;
}
a.mastodon_button:hover {
	text-decoration: none;
  opacity: 1;
}
.mastodon_banar img {
	margin-top: 30px;
}
.mastodon_stage {
	font-size: 14px!important;
	background-color: #189efc;
	border-radius: 5px;
	padding: 3px 6px 3px 6px;
	margin-left: 10px;
}
.mastodon_support h4 {
	width: 100%;
	background: none!important;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	font-weight: normal;
}
/*sponsorページ
---------------------------------------------------------------*/
/*index.html*/
.ankerBoxInner {
	padding: 30px 0;
	font-size: 14px;
}
.mediaList ul li {
	background: url(/apps-japan/2018/exhibitor/images/mediasponsor/list_arrow.png) 0 50% no-repeat;
	float: left;
	padding: 0 0 0 30px;
	width: 323px;
	line-height: 22px;
}
.ankerBoxInner .ttl {
	margin-bottom: 25px;
}
.ankerBoxInner .txt {
	text-align: right;
	margin-top: 20px;
}
.media {
	font-size: 14px;
}
img.border {
	border: #dcdcdc solid 1px;
}
.backglay {
	border: 1px solid #CCCCCC;
	clear: left;
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 40px;
}
/*sponsorページ end
---------------------------------------------------------------*/
/*w3c20ページ
---------------------------------------------------------------*/
/*index.html*/
.w3c20 h2.mgb30 {
	margin-top: 50px;
}
.w3c20 .linkBtnArea.mt0 {
	margin-top: 0;
}
.w3c20 .linkBtnArea li {
	width: 242px;
}
.w3c20 .textAlC {
	padding: 20px 0 30px 0;
}
.w3c20 .pic {
	height: 145px;
	text-align: center;
}
.w3c20 .pic img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 8px solid #dedede;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.w3c20 .tccTbl02.purple th {
	background-color: #6e6996;
	font-size: 20px;
}
.w3c20 .tccTbl02 td {
	vertical-align: top;
}
.w3c20 .purple td.tccTblBgcB {
	background-color: #f1eff5;
}
.w3c20 .txt02 {
	width: 700px;
}
.w3c20 .txt02 p {
	margin-top: 20px;
}
.w3c20 .japeng {
	line-height: 14px;
}
.w3c20 .smallTxt {
	font-size: 11px;
}
.w3c20 .middleTxt {
	font-size: 16px;
}
.w3c20 .spk_photo {
	width: 250px;
}
.w3c20 .translation {
	vertical-align:baseline;
}

/*w3c20ページ end
---------------------------------------------------------------*/
/*exhibitionページ
---------------------------------------------------------------*/
/*bsa.html*/
.bosa .logoArea {
	margin: 0 0 30px;
}

.bosa .imgArea {
    float: right;
    width: 180px;
}
.bosa .txtArea {
    width: 700px;
    float: left;
}
.bosa table.logoTable {
    border: none;
    margin-bottom: 10px;
    width: 100%;
}
.bosa table.logoTable th {
    background: #FFF !important;
    border: medium none;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    width: 33%;
}
.bosa table.outlineTable {
    border: 1px solid #d4cfc6;
}
.bosa table.outlineTable th {
	border-bottom: 1px solid #d4cfc6;
}
.bosa table tr th.head {
    background: none repeat scroll 0 0 #0082C2;
    color: #FFFFFF;
}
/*.bosa table tr th {
	background-color: #e9e7e2;
	border: 1px solid #d4cfc6;
	border-bottom: none;
	border-top: none;
	padding: 7px 0 7px 13px;
	vertical-align: middle;
	width: 17%;
}*/
.bosa .alignLeft,
.bosa table tr th.name {
    text-align: left !important;
}
.bosa p.note {
	text-align: right;
}
.bosa .mt30 {
	margin-top: 10px;
}
.bosa table.catListTable tr th,
.bosa table.catListTable tr td {
	border: 0;
}
.bosa table.catListTable tr th {
    color: #fff;
    padding: 7px 0 7px 13px;
    vertical-align: top;
    width: 17%;
    text-align: left;
}
.bosa table.catListTable tr td p.img,
.bosa table.catListTable tr td p.txtArea {
	float: left;
}
.bosa table.catListTable tr td p.txtArea {
	margin-left: 20px;
}
.bosa table.catListTable tr.grandprix th {
    /*background: url("/apps-japan/2018/exhibitor/images/exhibition/bg_grandprix.png") no-repeat;*/
  background: linear-gradient(90deg, #bc851f,#d2af54,#eee28f,#f4ed9a, #e5cc69);
	/*padding-bottom: 25px;*/
}
.bosa table.catListTable tr.grandprix td {
  padding-top: 25px;
}
.bosa table.catListTable tr.semiGrandprix th {
  /*background: url("/apps-japan/2018/exhibitor/images/exhibition/bg_semi_grandprix.png") no-repeat;*/
	background: linear-gradient(90deg, #8f8f8f,#939393,#d2d3d3,#e7e8e8, #bababa);
	/*padding-bottom: 25px;*/
}
.bosa table.catListTable tr.semiGrandprix td {
	padding-top: 25px;
}
.bosa table.catListTable tr.specialaward th {
  /*background: url("/apps-japan/2018/exhibitor/images/exhibition/bg_specialaward.png") no-repeat;*/
	background: linear-gradient(90deg, #6a3906,#7c4f1e,#b69364,#d9bc8d, #b5864d);
	/*padding-bottom: 25px;*/
}
.bosa table.catListTable tr.specialaward td {
	padding-top: 25px;
}
.bosa table.catListTable tr.finalist th {
    background: url("/apps-japan/2018/exhibitor/images/exhibition/bg_finalist.png") no-repeat;
}
.bosa table.catListTable tr.finalist td {
  padding-top: 25px;
}
.bosa table.catListTable.finalist_ttl {
	height: auto;
  margin-bottom: 25px;
}
.bosa table.finalist th,
.bosa table.finalist td {
	padding: 5px 15px;
	border: #d4cfc6 solid 1px;
	text-align: left;
}
.bosa table.finalist th {
	background: #fff;
}
.bosa table.finalist th.header {
	background-color: #918d86;
    border: none;
    color: #fff;
}
.bosa table.finalist tr p.txtArea {
	float: right;
}
.bosa .shownetSponsorTable.mb50 {
	margin-bottom: 50px;
}
.bosa .eng .img,
.bosa .eng .txtArea,
.bosa .eng .finalist {
	margin-bottom: 20px;
}

/*bsa.html end
---------------------------------------------------------------*/
/* experience.html
---------------------------------------------------------------*/
@media (height:220px){
.maincaps {
}
}
.maincaps {
	height: 220px;
	zoom: 1;
}

/* experience.html  end
---------------------------------------------------------------*/

/* security_world.html
---------------------------------------------------------------*/
.mh01 {
	width: 970px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  background-color: #262261;
  padding: 0 0 0 20px;
	margin-top: 15px;
  color: #fff;
}
.tcc .mainSectionArea h3.mh01 {
	margin: 0 0 0!important;
}
.sec h2:nth-child(n + 2) {
	margin-top: 70px;
}
.aboutTbl01 span {
	margin-right: 20px;
	line-height: 50px;
}
.verCenter {
	margin-right: 20px;
	line-height: 25px;
}
.secTbl02 {
	width: 100%;
	border: 1px solid #eee;
}
.bb0 {
	border-bottom: 0;
}
.secTbl02 th {
	background: #ecd83b;
	width: 120px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	border: 1px solid #fff;
}
.secTbl02bkc{
	background: #d5d900 !important;
}
.secTbl02bkc2{
	background: #fdbe00 !important;
}
.secTbl02 td{
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px;
	padding-left: 15px;
}
.secNum {
	font-weight: bold;
	color: #fff;
	padding: 2px 10px;
	margin-right: 5px;
}
.secNum.bgC1 {
	background-color: #ecd83b;
}
.secNum.bgC2 {
	background-color: #d5d900;
}
.secNum.bgC3 {
	background-color: #fdbe00;
}
.secTbl02 h3 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 24px;
}
.ttlNoml h3 {
	font-size: 24px;
	font-weight:normal;
}
.lowerPage .contents .secTbl02 h3 a {
	color: #000;
}
.secTbl02 h4 {
	background: #fff url(/apps-japan/2018/exhibitor/images/tcc/bg_line_h4.png) no-repeat left bottom;
}
.secTblBgcB {
	line-height: 37px;
	background-color: #fdf4ae;
}
.secTblBgcC {
	line-height: 37px;
	background-color: #f4f5b5;
}
.secTblBgcD {
	line-height: 37px;
	background-color: #fdebb5;
}
.secLinkBtn01.yellowlinkBtn {
	text-align: center;
	margin-bottom: 20px;
	padding: 50px 0 0;
}
.sec a.linkBtn.yellow {
	background: #dbe000 url(/apps-japan/2018/exhibitor/images/common/black_arrow.png) 20px 50% no-repeat;
	color:#000;
}
/* security_world.html  end
---------------------------------------------------------------*/

.green {
}
.sub {
	background-color: #d5d900;
}

/* inT オープンステージ
------------------------------------------------------------*/
.intTbl h3.mh01,
.sdiTbl h3.mh01 {
	font-size: 24px;
	background: #66c2b8;
}
h3.mh01.inner_seminar {
	font-size: 24px;
	background: #66c2b8;
	color: #fff;
}
.intTbl .secTbl02 th {
	background: #244f89;
}
.sdiTbl .secTbl02 th {
	background: #24407b;
	font-size: 24px;
    font-weight: bold;
}
.intTbl .secTblBgcB,
.intTbl .secTblBgcC {
	background: #cce1ed;
}
.sdiTbl .secTblBgcB,
.sdiTbl .secTblBgcC {
	background: #c0d1ee;
}
.intTbl .secNum {
	background-color: #244f89;
}
.sdiTbl .secNum {
	background-color: #24407b;
}
.intTbl table h3,
.sdiTbl table h3 {
	font-weight: normal;
}
.intTbl .bb0 {
	margin-bottom: 10px;
}

/* sdi.html table
---------------------------------------------------------------*/
.sdiTbl01 th {
	width: 323px;
	height: 45px;
	border: 1px solid #ded7cc;
	background-color: #918d86;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
.dayTitle td {
	height: 45px;
	border-top: 1px solid #ded7cc;
	border-left: 1px solid #ded7cc;
	border-right: 1px solid #ded7cc;
	background-color: #e9e7e2;
	text-align: center;
	font-size: 16px;
	color: #000000;
	padding: 5px 5px 5px 5px;
}
.mainText td {
	height: 130px;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	text-align: left;
	font-size: 15px;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align:top;
}
.mainTextbtm td {
	height: auto;
	border: 1px solid #e3e3e3;
	text-align: left;
	font-size: 15px;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align:top;
}
.mainText td h3 {
	font-size: 14px;
	color: #26648d;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	text-align: left;
	vertical-align:top;
}
.mainTextbtm td h3 {
	font-size: 14px;
	color: #26648d;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	text-align: left;
	vertical-align:top;
}
/* sdi.html end table
---------------------------------------------------------------*/

/* theme sdi.html
---------------------------------*/
.notfound {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}
.lowerPage .f14m20 p.notfound {
	font-size: 22px;
}
ul#sponsorLogo_theme li {
    float: left;
    padding: 30px 0;
    width: 33%;
    text-align: center;
    font-size: 13px;
}
ul#sponsorLogo_theme.security_sponsorLogo_theme li {
    float: left;
    padding: 30px 0;
    width: 33%;
    text-align: center;
    font-size: 13px;
		height: 160px;
}
table.bb0.sdi {
	margin-bottom: 10px;
}
.sdi_theme h3 {
	font-weight: normal;
}
.sdi_theme h3.fz24 {
    font-size: 24px;
}
.sdi .cisco {
	height: 153px;
}
.sdi .mt40 {
	margin-top: 40px;
}
.sdiTbl .k img {
    width: 135px;
    border-radius: 135px;
    border: solid 5px #dedede;
    margin-top: 10px;
    margin-right: 25px;
}
.secNum.caption {
	background: #ecd83b;
}
.secTblBgcB.orange {
	background: #fdebb5;
}
.secTbl02 th.caption1,
.secNum.caption1 {
	background: #fdbe00;
}
.secTbl02 th.caption2,
.secNum.caption2 {
	background: #d5d900;
}
/* theme sdi.html end
---------------------------------*/

/* theme security.html
---------------------------------*/
.secTbl02 .bB0 {
	border-bottom: 0;
}
/* theme security.html end
---------------------------------*/

/* theme network.html
---------------------------------*/
.network .noclinkBtnArea li {
	width: 33%;
}
/* theme network.html end
---------------------------------*/

/* theme others.html
---------------------------------*/
.others .noclinkBtnArea li {
	width: 50%;
}

/* theme others.html end
---------------------------------*/

/* overlay btn
---------------------------------*/
.interviewWrap {
	text-align: right;
}
.interviewWrap a.linkBtn {
	display: inline-block;
	width: 210px;
}
.shownetSponsorTable table td.interviewWrap {
	border-left: 0;
}
.spVideo {
	display: none;
}

/* highlight.html
-------------------------------------*/
.highlight .mt20 {
	margin-top: 20px;
}
.highlight .floatchild1,
.highlight .floatchild2 {
	width: 465px;
}

.highlight table.catListTable tr th,
.highlight table.catListTable tr td {
	border: 0;
}
.highlight table.catListTable tr th {
    color: #fff;
    padding: 7px 0 7px 13px;
    vertical-align: top;
    width: 17%;
    text-align: left;
}
.highlight table.catListTable tr td p.img,
.highlight table.catListTable tr td p.txtArea,
.highlight table.catListTable tr td div.detail {
	float: left;
}
.highlight table.catListTable tr td div.detail {
	width: 820px;
}
.highlight .mainSectionArea h3 {
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
}
.highlight table.catListTable tr td p.txtArea {
	margin-left: 20px;
}
.highlight table.catListTable tr td p.txtArea.ml100 {
	margin-left: 100px;
}
.highlight table.catListTable tr td p.txtArea .companyName {
	margin-top: 30px;
}
.highlight table.catListTable tr td p.txtArea span {
	display: block;
}
/*.highlight table.catListTable tr.grandprix th {
    background: url("/apps-japan/2018/exhibitor/images/exhibition/bg_grandprix.png") no-repeat;
	padding-bottom: 25px;
}
.highlight table.catListTable tr.semiGrandprix th {
    background: url("/apps-japan/2018/exhibitor/images/exhibition/bg_semi_grandprix.png") no-repeat;
	padding-bottom: 25px;
}
.highlight table.catListTable tr.specialaward th {
    background: url("/apps-japan/2018/exhibitor/images/exhibition/bg_specialaward.png") no-repeat;
	padding-bottom: 25px;
}
.highlight table.catListTable tr.finalist th {
    background: url("/apps-japan/2018/exhibitor/images/exhibition/bg_finalist.png") no-repeat;
}*/

/* highlight.html end
-------------------------------------*/

/* close
-------------------------------------*/
.btn_themeClose {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	width: 360px;
	height: 60px;
	margin-left: 10px;
}
.btn_themeClose02 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	width: 478px;
	height: 60px;
}
.btn_themeClose03 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	width: 232px;
	height: 38px;
}
.btn_themeClose04 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	width: 232px;
	height: 35px;
}
.btn_themeClose05 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	width: 360px;
	height: 40px;
	margin-left: 10px;
}
/* close end
-------------------------------------*/

/* report
-------------------------------------*/
.report .flR {
	margin-left: 0;
}
.report .sec.layer01,
.report .sec.layer03,
.report .sec.layer04 {
	margin: 40px auto 20px;
}
.report .sec .txt {
	width: 616px;
	line-height: 1.8;
}
.report .sec .txt p {
	text-indent: 1em;
}
.report .sec.layer02 {
	margin: 0 auto 20px;
}
.report .sec.layer04 {

}
.report .sec.layer02 .txt,
.report .sec.layer04 .txt {
	width: 100%;
}
.report .sec figure {
	margin-left: 30px;
	width: 314px;
}
.report .sec.layer03 figure {
	margin-left: 0;
	margin-right: 30px;
	width: 314px;
}
.report .sec03 figure {
	margin-right: 30px;
	width: 314px;
}
.report .sec02 .txt {
	line-height: 1.8;
}
.report .imgArea {
	margin-bottom: 30px;
}
.report .imgArea li {
	margin-right: 14px;
}
.report .imgArea li:last-child {
	margin-right: 0;
}
.report .movie {
	width: 320px;
	margin-right: 30px;
}
.report .sec.layer02 .txt.areaR {
	width: 620px;
}

/* report end
-------------------------------------*/
/*基調講演*/
.kouen_img{
	margin-top: 20px;
}
.kouen_img_en{
	margin-top: 40px;
}
.pickup {
	margin-top: 40px;
}
.pickup p.pick_title {
	font-size: 16px;
	font-weight: bold;
	background-color: #25427a;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.pickupParson {
	overflow: hidden;
	background-color: #e9eff5;
	padding: 15px;
}
.pickupParsonList{
	position: relative;
  float: right;
  background: #fff;
  width: 49.2%;
  height: 368px;
  font-size: 14px;
	margin-top: 15px;
}
.pickupParsonList.firstList{
	position: relative;
  float: left;
  background: #fff;
  width: 100%;
  height: auto;
  font-size: 14px;
	margin-top: 0px;
}
.pickupParsonListHead {
	overflow: hidden;
  background: #dee7f4;
  padding: 2% 4%;
	height: 68px;
}
.pickupParsonList.firstList .pickupParsonListHead {
	overflow: hidden;
  background: #dee7f4;
  padding: 1% 2%;
}
.pickupParsonListHead h4 {
	color: #25427a;
  font-size: 24px;
  font-weight: bold;
}
.pickupParsonListHead h4 span {
	margin-left: 1em;
  color: #292728;
  font-size: 0.8em;
  font-weight: normal;
}
.pickupParsonListHead .pickupStatus li {
	margin-right: 10px;
  font-size: 11px;
  font-weight: bold;
}
.pickupParsonListHead .pickupStatus li:last-child {
	line-height: 1.7em;
  padding: 0 0.5em;
  border-radius: 15px;
  color: #fff;
}
.pickupParsonListHead .pickupStatus li:last-child
.pick_end{
	margin-right: 0px!important;
}
.pickupParsonListBody {
	padding: 2% 4% 6%;
  color: #292728;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.pickupParsonListBody_first {
	height: auto!important;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background: url(/apps-japan/2018/exhibitor/images/common/over.png) top 5px center no-repeat,url(/apps-japan/2018/exhibitor/images/common/under.png) bottom 5px center no-repeat!important;
    width: 11px!important;
    background-color: #25427a!important;
    margin-top: 0px;
}
.ps-container>.ps-scrollbar-y-rail {
    background-color: #eee!important;
    opacity: .9;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.pickupParsonList.firstList .pickupParsonListBody {
	padding: 1% 2% 3%;
  color: #292728;
}
.pickupParsonList .keynoteTtl {
	margin-bottom: 40px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: underline;
}
.pickupParsonList .keynoteTtl a {
	color: #25427a;
}
.pickupParsonListBody a {
	display: block;
  color: #25648d;
  text-decoration: underline;
}
.pickupParsonListBody .short_ttl {
	padding-top: 40px;
}
.pickupParsonListBody .row {
	overflow: hidden;
  width: 100%;
}
.pickupParsonListBody .row.row_next {
	overflow: hidden;
  width: 100%;
	padding-top: 20px;
}
.pickupParsonListBody .txt {
	float: left;
  width: 60%;
}
.pickupParsonListBody span {
	display: block;
}
.pickupParsonListBody .img {
	float: right;
  width: 35%;
}
.pickupParsonList.firstList .pickupParsonListBody .img {
	float: right;
  width: auto;
}
.pickupParsonList:nth-child(even) {
	float: left;
}

.pickupParsonList figcaption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(37,66,122,1);
	width: 304px;
	height: 100px;
	padding: 8px 5px 0px 20px;
	color: #fff;
	font-size: 12px;
}
.pick_end figcaption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(37,66,122,1);
	width: 304px;
	height: 100px;
	padding: 5px 5px 0px 20px;
	color: #fff;
	font-size: 12px;
}
.pickupParsonList figure a{
	position: relative;
	background: #333;
	display: block;
	width: 100%;
	height: auto;
}
.pickupParsonList figure a img{
	transition: 0.4s;
}
.pickupParsonList figure a:after{
	content: "";
	width: 100%;
	height: 404px;
	border: #e9eff5 solid 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
	transition: 0.3s;
}
.pickupParsonList figure a:hover:after{
	border: #fff solid 5px;
  background-size: 35px auto;
	transition: 0.3s;
}
.pickupParsonList figure span.name{
	font-size: 18px;
	font-weight: bold;
}
.pickup_clear{
	clear: both;
}
/*shownet_sponsor*/
.iotSponsorTable a.thickbox {
	float: right;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*************************************
SP設定
**************************************/
@media only screen and (max-width: 768px) {
	* {
		max-width: 100% !important;
		min-width: inherit !important;
	}
	body {
		width: 100%;
		overflow-x: hidden;
	}
	a:hover img {
		filter:alpha(opacity=100);
		opacity: 1;
	}
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	.w970 {
		overflow: hidden;
		width: 100%;
		padding: 0 3.125%!important;
	}
	.mgt5{
		margin-top: 3.125%!important;
	}
	.topMainVisual {
		z-index: 1;
		height: auto;
		padding-bottom: 15%;
    transition: all .3s;
	}
  .topMainVisual.nav-is-visible,
  .bnrAreaInner.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
    transition: all .3s;
  }
	.topMainVisual #video {
		top: 0 !important;
		margin-top: 0 !important;
		width: auto;
		max-width: none !important;
		height: 100%;
		z-index: -1;
		display: none;
	}
	.mainVisualBox {

		/*padding-top: 4vh;*/

		/*top: 70px;*/
		width: 84.3%;
 		max-height: 85vh !important;
		margin: auto;
	}
	.mainVisualLogoArea {
		margin-bottom: 3%;
	}
	.mainVisualBox img {
		width: inherit;
		max-width: 100%;
	}
	.mainVisualConfArea {
		margin-bottom: 5%;
	}
	.mainVisualConfArea p:first-child {
		font-size: 36px;
		font-weight: bold;
	}
	.mainVisualConfArea p:last-child {
		font-size: 18px;
		font-weight: bold;
	}
	.topMainVisual .registrationBtn .poR a,
	.topMainVisual .registrationBtn_en .poR a {
		background-size: 16px;
		background-position: 3% 49.5%;
		width: 480px;
		max-width: 100%;
		height: auto;
		font-size: 14px;
		/* text-indent: 1em; */
		line-height: 3em;
	}
  .topMainVisual .registrationBtnWrap {
    margin-bottom: 3%;
  }
  .topMainVisual .registrationBtn.btn-col2 {
    float: none;
    width: 100%;
  }
  .topMainVisual .registrationBtnWrap .registrationBtn.btn-col2 .poR a {
    max-width: 100%;
    margin-bottom: 3.125%;
  }
  .topMainVisual .registrationBtnWrap .registrationBtn_en.btn-col2 .poR a {
    max-width: 100%;
		margin-top: 3.125%;
    margin-bottom: 3.125%;
  }
  .topMainVisual .registrationBtn.btn-col2:nth-child(even) {
    float: right;
  }
	#scrolldown {
		max-width: 24% !important;
		margin: auto;
		text-align: center;
	}
	.bnrArea {
		z-index: 1;
		/*height: 155px;*/
    transition: all .3s;
	}
	.bnrAreaInner h2 {
		font-size: 13px;
		line-height: 2em;
	}
	.caroufredsel_wrapper {
		margin-top: 3.125% !important;
	}
	/*#sponsorsLogoList01 li {
		text-align: center;
		font-size: 10px;
		padding: 0;
	}
	#sponsorsLogoList01 li.theme_en {
		font-size: 11px;
	}
	#sponsorsLogoList01 li a {
		max-width: 25vw !important;
		margin: 0 10px;
		margin-bottom: 3.125%;
		height: auto;
		font-size: 10px;
		line-height: 5.2em;
		text-align: center;
		padding: 0;
	}
	#sponsorsLogoList01 li a img {
		max-height: 10vw;
	}*/
	#sponsorsLogoList01 {
    margin: 4% auto 0;
  }
  #sponsorsLogoList01 li {
    width: 48.5%;
    max-height: none;
    margin: 0 auto 3.125%;
    padding: 0;
  }
  #sponsorsLogoList01 li:nth-child(even) {
    float: right;
  }

	/*PR バナー*/
	.prBnrArea {
		padding-top: 3.125%;
	}
	.prBnrArea ul {
		margin-bottom: 3.125%;
	}
	.prBnrArea li {
		float: left;
		width: 48.5%;
		margin: 3.125% 0 0;
	}
	.prBnrArea li:nth-child(2n) {
		float: right;
	}
	.prBnrArea li img {
		width: 100%;
	}

	/*what's new*/
	.whatNewWrap {
		padding: 5.468% 0;
	}
	.whatNewWrap .whatNew01 {
		width: 100%;
		text-align: center;
		margin-bottom: 3.125%;
		padding: 5px 0;
		float: none;
	}
	.whatNewWrap .whatNew02 {
		float: none;
		width: 100%;
		line-height: 20px;
		font-size: 14px;
	}
	.whatNewWrap .whatNew02 .whatNewTxt01 {
		float: none;
		width: 100%;
	}
	.whatNewWrap .whatNew02 {
		margin-bottom: 3.125%;
	}
	.whatNewWrap .whatNew02 ul li .whatNewTxt02 {
		margin: 0;
	}
	.whatNewWrap .whatNew01_en {
		width: 100%;
		text-align: center;
		margin-bottom: 3.125%;
		padding: 5px 0;
		float: none;
	}
	.whatNewWrap .whatNew02_en {
		float: none;
		width: 100%;
		line-height: 20px;
		font-size: 14px;
	}
	.whatNewWrap .whatNew02_en .whatNewTxt01 {
		float: none;
		width: 100%;
	}
	.whatNewWrap .whatNew02_en {
		margin-bottom: 3.125%;
	}
	.whatNewWrap .whatNew02_en ul li {
		width: 100%;
		margin-bottom: 3.125%;
	}
	.whatNewWrap .whatNew02_en ul li:last-child {
		margin-bottom: 0px;
	}
	.whatNewWrap .whatNew02_en ul li .whatNewTxt02 {
		margin: 0;
	}
	.whatNewWrap .whatNew03 {
		float: none;
		border-left: none;
		font-size: 14px;
	}
	.whatNewWrap .whatNew03 a {
		margin: 0;
		padding-left: 25px;
		line-height: 18px;
	}

	/*開催実績*/
	.mainSectionArea {
		/*background-color: #fff;
		background-size: contain;*/
		padding: 60px 0;
	}
	.mainSectionArea.exhibition_sp {
		background-color: #fff;
		background-size: contain;
		padding: 6.25% 3.125%;
	}
	.mainSectionArea.exhibition_sp.map_pdb {
		padding-bottom: 0;
	}
	.map_pdt {
		margin-top: 6.25%;
	}
	.mainSectionArea h2 {
		font-size: 28px;
	}
	.performance h2 {
		margin-bottom: 3.125% 0;
		padding: 0;
	}
	.performance h2.performance_en {
		padding: 0 0 5px 0;
	}
	.performance ul {
    margin-top: 0;
	}
	.performance ul li {
		float: left;
		width: 48.5%;
		margin: 0 0 3.125%;
	}
	.performance ul li:nth-child(2n) {
		float: right;
	}
	.performance ul li .ttl {
		font-size: 16px;
		padding: 0;
		line-height: 2em;
	}
	.performance ul li .ttl.performance_en {
		font-size: 3.8vw;
		padding: 0;
		line-height: 2em;
	}
	.performance ul li .txt {
		padding: 0 3.125% 3.125%;
	}
	.performance ul li .txt.performance_en {
		padding: 0 6.25% 6.25%;
	}
	.performance ul li .count {
		font-size: 28px;
		padding: 0;
		line-height: 2em;
	}
	.performance ul li .data {
		line-height: 1.6;
	}
	.performance ul li .data span {
		font-size: 10px;
		line-height: 1;
	}
	.performance ul li .data.performance_en {
		font-size: 3.2vw;
		line-height: 1.6;
	}
	.performance .main_bnr {
		padding-bottom: 20px;
	}

	/*interopとは*/
	.mainAboutBg .mainAbout {
		text-align: left;
	}
	.mainAboutBg .mainAbout strong {
		font-size: 15px;
	}
	.mainAboutBg .mainAbout {
		font-size: 14px;
	}

	/*注力キーワード*/
	.mainThemeBg {
		margin-top: 0;
	}
	.mainAboutBg .mainAbout strong {
		font-size: 15px;
	}
	.mainAboutBg .mainAbout {
		font-size: 14px;
	}
	.mainThemeList li {
		margin-bottom: 1.56%;
	}
	.mainThemeList li a {
		border-width: 2px !important;
	}
	.mainThemeList .themeList01 {
		width: 100%;
	}
	ul.mainThemeList {
		width: 100%;
	}
	.mainThemeList .themeList01 a,
	.mainThemeList .themeList02 a,
	.mainThemeList .themeList02 p,
	.mainThemeList .themeList01 span,
	.mainThemeList .themeList02 span {
		display: block;
		width: 100%;
		height: 95px;
		line-height: 95px;
		font-size: 18px;
		font-weight: bold;
		border: 1px solid #e3e3e3;
		text-align: center;
		text-decoration: none;
	}
	.mainThemeList .themeList01 a,
	.mainThemeList .themeList01 span {
		height: auto;
		line-height: 135px;
		font-weight: bold;
	}
	.mainThemeList .themeList01 .sdi_nfv,
	.mainThemeList .themeList01 .security,
	.mainThemeList .themeList01 .iot {
		font-size: 30px;
		line-height: 3em;
	}
	.mainThemeList .themeList02 {
		float: left;
		width: 49%;
		height: auto;
		margin: 0 0 1.56%;
		font-size: 3.5vw;
	}
	.mainThemeList li:nth-child(1).themeList02,
	.mainThemeList li:nth-child(2).themeList02,
	.mainThemeList li:nth-child(3).themeList02,
	.mainThemeList li:nth-child(4).themeList02,
	.mainThemeList li:nth-child(5).themeList02{
		width: 100%;
	}
	.mainThemeList li:nth-child(6).themeList02,
	.mainThemeList li:nth-child(7).themeList02,
	.mainThemeList li:nth-child(8).themeList02,
	.mainThemeList li:nth-child(9).themeList02{
		width: 49%;
	}

	.mainThemeList li:nth-child(3).themeList02 {
    margin: 0 0 1.56%;
}
	.mainThemeList li:nth-child(4).themeList02{
		margin: 0 0 1.56%;
	}
	.mainThemeList li:nth-child(5).themeList02{
		margin: 0 0 1.56%;
	}
	.mainThemeList li:nth-child(8).themeList02{
		margin: 0 0 0 0;
		width: 49%;
	}
	.mainThemeList .themeList02:last-of-type{
		margin: 0 0 0 2%;
	}
	.mainThemeList .themeList02 a,
	.mainThemeList .themeList02 p {
		float: left;
		width: 100%;
		height: auto;
		margin: 0;
		font-size: 18px;
		line-height: 6em;
	}
	.mainThemeList .themeList02 a.iot,
	.mainThemeList .themeList02 a.security,
	.mainThemeList .themeList02 a.connected,
	.mainThemeList .themeList02 a.sdi_nfv,
	.mainThemeList .themeList02 a.list_no5{
		width: 100%;
		line-height: 105px;
	}
	.mainThemeList .themeList02 p.iot,
	.mainThemeList .themeList02 p.security,
	.mainThemeList .themeList02 p.connected,
	.mainThemeList .themeList02 p.sdi_nfv,
	.mainThemeList .themeList02 p.list_no5{
		width: 100%;
		line-height: 105px;
	}

	.mainThemeList .themeList02 a.iot,
	.mainThemeList .themeList02 p.iot {
		font-size: 22px;
	}
	.mainThemeList .themeList02 a.security,
	.mainThemeList .themeList02 p.security {
		font-size: 18px;
	}
	.mainThemeList .themeList02 a.connected,
	.mainThemeList .themeList02 p.connected {
		font-size: 22px;
	}
	.mainThemeList .themeList02 a.sdi_nfv,
	.mainThemeList .themeList02 p.sdi_nfv {
		font-size: 22px;
	}
	.mainThemeList .themeList02 a.list_no5,
	.mainThemeList .themeList02 p.list_no5 {
		font-size: 22px;
	}
	.mainThemeList .themeList02 a.mobility,
	.mainThemeList .themeList02 p.mobility,
	.mainThemeList .themeList02 a.cloud,
	.mainThemeList .themeList02 p.cloud {
		line-height: 1.2em;
		font-size: 3.5vw;
		padding-top: 0.3em;
		padding-bottom: 0.234em;
	}
	.mainThemeList .themeList02 a.enterprise,
	.mainThemeList .themeList02 p.enterprise,
	.mainThemeList .themeList02 a.network,
	.mainThemeList .themeList02 p.network {
		line-height: 2.98em;
		font-size: 3.5vw;
	}
	.mainThemeList .sp_right{
		margin-left: 2%;
	}

	.mainThemeList .themeList02:nth-child(odd) {
		float: left;
	}

	.mainThemeList li:first-of-type:after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
	  background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_scr.jpg) 0 0 no-repeat;
	  background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-child(2):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
		background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_iot.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-of-type(3):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
	  background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_5g.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-of-type(4):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
		background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_ai.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-of-type(5):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
		background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_sdi.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList .themeList02:nth-of-type(6):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
		background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_net.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-of-type(7):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
		background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_cloud.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-of-type(8):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
	  background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mobility.jpg) 0 0 np-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:last-of-type:after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
		background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_it.jpg) 0 0 np-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	/*基調講演*/
	.mainOutlineBg {
		margin-top: 0;
	}
	.mainAbout,
	.mainExplanation {
		margin-top: 5.625%;
		text-align: left;
		font-size: 14px;
	}
	.contents a.linkBtn,
	a.linkBtn,
	span.linkBtn {
		float: none;
		background-size: 16px;
		background-position: 3% 49.5%;
		width: 480px;
		max-width: 100%;
		margin: 0 auto 3.125%;
		height: auto;
		font-size: 14px;
		line-height: 4em;
	}
	a.iconBtn {
		line-height: 2em !important;
	}

	.reportBtnWrap .reportBtn01,
	.kyenoteBtnWrap .kyenoteBtn01{
		float: none;
		margin: 3.125% auto;
	}
	.imgExhibition100 {
		margin-top: -3.125%;
		padding: 0;
		font-size: 0;
	}
	.mainSectionArea .w970 .prBnrTtl{
		font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    background-color: #00a1db;
    color: #fff;
    text-align: center;
	}
	.pickupParsonList.firstList .pickupParsonListHead {
		overflow: hidden;
    background: #f4f7fa;
    padding: 2% 4%;
	}
	.pickupParsonList.firstList .pickupParsonListBody {
		padding: 2% 4% 6%;
    color: #292728;
	}
	.pickupParson {
		padding: 4%;
	}
	.pickupParsonList,
	.pickupParsonList.firstList{
		margin-bottom: 4%;
		width: 100%;
		height: auto;
		margin-top: 0px;
	}
	.pickupParsonList .keynoteTtl {
		margin-bottom: 3.125%;
    font-size: 5.4vmin;
	}
	.pickupParsonListBody .short_ttl {
		padding-top: 0px;
	}
	.pickupParsonList figure a img{
		width: 100%;
	}
	.pickupParsonList figure span.name{
    display: inline-block;
		font-size: 2.6vmax;
    margin-bottom: 2%;
	}
	.pickupParsonList figure a:after{
		display: none;
	}
	.pickupParsonList figcaption{
		position: inherit;;
		left: 0;
		top: 100%;
		background: rgba(37,66,122,1);
		width: 100%;
		height: auto;
		padding: 3% 4% 4% 4%;
		color: #fff;
		font-size: 1.8vmax;
	}
	.pick_end{
		margin-right: 0px!important;
		margin-bottom: 0%!important;
	}
  .mainSectionRow {
    margin: 3.125% auto;
  }
  .mainSectionRow .col2 {
    width: 100%;
  }
  .mainSectionRow .col2 img {
    width: 100%;
  }
	.mainShowNetBg {
		margin-top: 0;
	}
	.kouen_img_en {
		margin-top: 6.25%;
	}
	.pickupParsonList.firstList .pickupParsonListHead {
		overflow: hidden;
    background: #dee7f4;
    padding: 2% 4%;
	}
	.pickupParsonList.firstList .pickupParsonListBody {
		padding: 2% 4% 6%;
    color: #292728;
	}
	.pickupParsonList.firstList .pickupParsonListBody .img {
    float: right;
    width: 35%;
  }
	.pickupParsonListBody {
    height: auto;
  }
	.pickupParsonListHead {
    height: auto;
  }
	.pickupParsonListHead .pickupStatus li:last-child {
    padding: 0 1.5vw;
  }
	.pickupParsonListHead h4 {
    font-size: 6vw;
  }
	.pickupParsonListHead h4 span {
    font-size: 4vw;
  }
	/*****2017-2-23追加****/
	.performance {
		padding-bottom: 60px;
		border-bottom: 1px solid #d8d5d0;
	}
	a.linkBtn_mini,
	span.linkBtn_mini {
		background: url(/apps-japan/2018/exhibitor/images/common/green_arrow.png) 10px 50% no-repeat;
		background-size: 18px;
		width: 270px;
		}

	/*showNet*/
	.showNetImg {
		position: relative;
		width: 100%;
		height:: auto;
		margin-top: 6.25%;
		/*padding-top: 56.25%;*/
		font-size: 0;
	}
	.showNetImg iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.showNetImgInner {
		overflow: hidden;
		width: 100%;
	}
	.showNetImgInner img {
		float: left;
		width: 33.3%;
	}
	.showNetImgInner_two {
		overflow: hidden;
		width: 100%;
	}
	.showNetImgInner_two img {
		float: left;
		width: 50%;
	}
	.shownet_main {
		width: 100%;
		height: auto;
	}
	.shownet_main img {
		width: 100%;
	}

	/*news@interop*/
	.mainNewsatBg {
		margin-top: 0;
	}
	.carouSelCont,
	#pager {
		display: none !important;
	}
	.newsCarouSelWrap {
		margin-top: 3.125%;
	}
	.caroufredsel_wrapper {
		max-width: none !important;
		top: 0;
		left: 50%;
	}
	#newsCarouSelList01 {
		max-width: none !important;
		/*margin-left: -50vw;*/
	}
	#newsCarouSelList01 li {
		/*width: 313px !important;*/
		/*max-width: 70vw !important;
		margin: auto;*/
		/*margin-right: 14px;*/
	}
	#newsCarouSelList01 li:first-of-type {
		/*margin-left: -180px;*/
	}
	.newsMainCollum01 {
		width: 270px;
		padding: 5% 5% 0% 5%;
	}
	.newsMainCollum02 {
		width: 270px;
	}

	/*メディアスポンサー*/
	.mainSponsorBg,
	.mainSponsorBg_en {
		margin-top: 0;
	}
	.mediaSBtnWrap {
		margin-top: 0;
	}
	.sponsors01 .caroufredsel_wrapper {
		margin-left: -3.125% !important;
		width: 150% !important;
		max-width: 150% !important;
		max-height: 85px;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}
	.newsBtnWrap {
		margin-top: 3.125%;
	}
	#sponsorsLogoList02 li,
	#sponsorsLogoList03 li {
		text-align: center;
		padding: 0;
	}
	#sponsorsLogoList02 li,
	#sponsorsLogoList03 li a {
		max-width: 20vw !important;
		margin-right: 20px;
		line-height: 3.2em;
	}
	#sponsorsLogoList03 {
		margin-bottom: 9.375%;
	}
	.mainSponsorBg_en {
		background: url(/apps-japan/2018/exhibitor/images/top_exhibition/bg_mainsponsor_en.png) 0 0 no-repeat;
		border-top: 1px solid #e5e5e5;
		margin-top: 50px;
	}
	.sponsor_sp {
		font-size: 6vw!important;
	}
	.flL.pr20.sp_sponsor{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 3.125%;
		padding-right: 0px;
		text-align: center;
		float: none;
	}
	.flL.pr20.sp_sponsor img{
		width: 65%;
	}
	.flL.pl20.sp_sponsor{
		padding-left: 0px;
		float: none;
	}
	.flL.pl20.sp_sponsor p.ptb20{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}

	/*同時開催イベント*/
	.mainCoLocatedBg {
		margin-top: 0;
	}
	.mainPertnerBg {
		margin-top: 0px;
		padding-bottom: 6.25%;
	}
	.coLocatedBtnWrap {
		margin: 3.125% 0 0;
	}
	.coLocatedBtnWrap p {
		float: left;
		width: 49%;
		margin-bottom: 2%;
	}
	.coLocatedBtnWrap p:nth-child(2n) {
		float: right;
	}
	.coLocatedBtnWrap .linkBtn01 {
		width: 100%;
		margin-right: 0;
		line-height: 0;
	}
	.coLocatedBtnWrap p:nth-child(1) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(1) .linkBtn01 img {
		width: 100%;
	}
	.coLocatedBtnWrap p:nth-child(2) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(2) .linkBtn01 img {
		width: 100%;
	}
	.coLocatedBtnWrap p:nth-child(3) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(3) .linkBtn01 img {
		width: 100%;
	}
	.coLocatedBtnWrap p:nth-child(4) .linkBtn01 {
		padding: 0%;
	}
	.coLocatedBtnWrap p:nth-child(4) .linkBtn01 img {
		width: 100%;
	}
	.pertnerBtnWrap {
		width: 100%;
		margin: 0 auto;
	}
	.pertnerBtnWrap p {
		width: 100%;
		padding: 3.125% 0;
	}
	.pertnerBtnWrap img {
    width: 49%;
		height: auto;
		margin-bottom: 6.25%;
		padding-bottom: 6.25%;
	}
  /*aboutページ*/
	.lowerPage .wrapper{
		margin-top: 60px;
	}
	.about_SNS{
		display: none;
	}
	.breadcrumb p{
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
		font-size: 0.8em;
	}
	.privacy .breadcrumb p{
		padding-right: 0;
	}
	.lowerTitleBG h2{
		font-size: 1.5em;
	}
	.privacy .lowerTitleBG h2{
		font-size: 4.5vmin;
	}
	.newsat h2{
		font-size: 1.3em;
	}
	.top_caption_about h2{
		font-size: 4.68vw;
		padding-top: 1em;
		padding-bottom: 1em;
		line-height: 1.5em;
	}
	.top_caption_about p.sp{
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 1.5em;
		font-size: 3.75vmin;
	}
	.top_caption_about{
		height: auto;
	}
	.lowerPage .f14m20 p{
		font: 3.4vw;
	}
	.lowerPage .f14m20 p.map_pdb{
		margin-bottom: 0;
	}
	.pad3{
		padding-left: 3%;
		padding-right: 3%;
	}
	.tit_about{
		font-size: 24px!important;
		margin-bottom: 1em!important;
		padding-bottom: 5px!important;
	}
	.mainSectionArea h3{
		margin-bottom: 0.5em!important;
	}
	.caption_about{
		font-size: 6vmin!important;
	}
	.caption_about span {
		font-size: 4vmin!important;
	}
	.img_about{
		width: 25%;
	}
	.img_about02{
		width: 50%;
	}
	.img_about03{
		width: 35%;
	}
	table.aboutTbl01 th,
	table.aboutTbl01 td{
		width: 100%;
		float: left;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid #D7D3CA;
	}
	.col-1 table.aboutTbl01 th,
	.col-1 table.aboutTbl01 td {
		width: 100% !important;
		float: left;
	}
	.flR02 {
		margin-left:10px;
	}
	/*.program_color {
		font-size: 4vmin!important;
	}*/
	.sp_title {
		font-size: 5.8vmin!important;
	}
	.ul_about {

	}
	.linkBtnArea li.li_about{
    width: 33%;
    border-bottom: 0px;
    border-top: 0px;
  }
	.linkBtnArea li.li_about a{
		font-size: 0.6em;
    padding: 3% 2% 0% 2%;
		line-height: 1.2em;
	}
	.linklist_active.li_about {
		 width: 34%!important;
		 height: 48px!important;
	}
	.over_vi{
		margin-top: 0px!important;
		overflow: visible!important;
	}
	.over_vi_first{
		overflow: visible!important;
	}

	/*totopボタン*/
	.pageTop {
		opacity: 0;
		right: 3.125%;
		bottom :6.25%;
		width: 40px;
		height: 40px;
		/*transition: .3s;*/
	}
	.pageTop.scroll {
		opacity: 1;
	}
	.pageTop.fixd {
		position: absolute;
		right: 3.125%;
		bottom: 100%;
	}
	.pageTop.nav-hidden {
		visibility: hidden;
	}
	.pageTop_report.fixd {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.pageTop img {
		width: 100%;
		height: 100%;
	}
	/*accessページ*/
	.gaiyo_SNS{
		display: none;
	}
	.pad_bottom{
		padding-bottom: 3.125%;
	}
	/*contactページ*/
	.mainSectionArea h3.contact_h3{
		font-size: 18px;
		margin-bottom: 0.5em!important;
	}
	.lowerPage h4.contact_h4{
		padding: 2%;
		height: auto;
		line-height: 1.2em;
	}
	.mgb0{
		margin-bottom: 0px!important;
	}
	.mgb1em{
		margin-bottom: 1em!important;
	}
	/*更新情報一覧ページ*/
	.lowerPage .dlLine dt {
		width: 100%;
	}
	/*Shownetとは？*/
	.shownet .linkBtnWrap {
		width: 100%!important;
	}
	.shownet .contents .bgFbBtnWrap a.linkBtn {
		background: #395185 url(/apps-japan/2018/exhibitor/images/shownet/bg_fb.png) -10px 0 no-repeat;
		color: #fff;
		width: 100%;
		height: 60px;
		padding-top: 20px;
		font-size: 16px;
		padding-left: 4vw;
		text-decoration: none;
		line-height: normal;
		border: none;
	}
	.bgFbBtnWrap {
		text-align: center;
		padding-top: 6.25%;
		padding-bottom: 3.125%;
	}
	.shownet .linkBtnArea {
    margin-top: 0px;
    overflow: visible;
  }
	.shownet .linkBtnArea ul {
		border: 1px solid #d6d6d6!important;
  }
	.shownet .linkBtnArea li {
    width: 33%;
    height: 50px;
  }
	.link_experience li {
		width: 20%!important;
		height: 50px;
		line-height: 18px;
	}
	.shownet .linkBtnArea li.highlight_link {
    width: 16.5%;
    height: 50px;
  }
  .shownet .linkBtnArea li.linklist_active a {
    border-left: 0!important;
  }
	.shownet .linkBtnArea li a {
    font-size: 13px!important;
    padding: 3% 5% 0% 5%;
		border: 0!important;
    border-left: 1px solid #d6d6d6!important;
    line-height: 1.5!important;
  }
	.shownet .linkBtnArea li.highlight_link a {
    font-size: 2.4vw!important;
    padding: 3% 3% 0% 3%;
		border: 0!important;
    border-left: 1px solid #d6d6d6!important;
    line-height: 1!important;
  }
	.shownet .link_experience li a {
    font-size: 2.2vw!important;
    padding: 3% 0% 0% 0%;
		border: 0!important;
    border-left: 1px solid #d6d6d6!important;
    line-height: 1.5!important;
  }
	.linklist_experience {
		display: table-cell!important;
	}
	.shownet .linkBtnArea li:first-child a {
    border-left: 0px solid #d6d6d6!important;
		padding: 3% 7% 0% 3%;
  }
	.shownet .linkBtnArea li:last-child a {
		padding: 3% 2% 0% 8%;
  }
	.shownet .link_experience li:last-child a {
		padding: 3% 0% 0% 2%;
  }
	.shownet .linkBtnArea li:last-child a.sp {
		display: table-cell!important;
  }
	.w970_shownet {
    width: 100%;
    padding: 0;
  }
	.shownet .linklist_active a:before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fabf00;
    z-index: 1;
  }
	.bg_yellow {
    background-color: #fabf00;
  }
	.embed_video {
    position: relative;
		width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px; /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
  }
  .embed_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
	.shownet .mainSectionArea {
		background-color: #fff;
		background-size: contain;
		padding-top: 6.25%;
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
	.shownet .sp_experience {
		padding-left: 0%;
		padding-right: 0%;
	}
	.sp_experience_pad {
		padding-left: 3.125%!important;
		padding-right: 3.125%!important;
	}
	.shownet .mainSectionArea h2 {
		font-size: 6vw!important;
	}
	.shownet p.catchPhrase {
		width: 100%;
		font-size: 7vw;
		margin-bottom: 20px;
		padding: 0;
		float: left;
		line-height: normal;
	}
	.shownet p.catchPhrase_concept {
		font-size: 7vw;
		margin-bottom: 20px;
		padding: 0;
		float: none!important;
		line-height: normal;
	}
	.shownet p.catchPhrase03 span {
		width: 70%;
		float: left;
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 3.125%;
		font-size: 5vw;
	}
	.shownet p.shownet_sp_concept {
		width: 100%;
		float: left;
		font-size: 6.5vw;
		margin-bottom: 20px;
		padding: 0;
		line-height: normal;
		word-break: break-all;
	}
	.sp_margin {
		margin-bottom: 0px!important;
	}
	.shownet .wordbreak p {
		word-break: break-all;
  }
	.shownet .f14m20 p {
    margin-bottom: 10px;
  }
	.shownetImg01 {
    padding-top: 6.25%;
  }
	.shownetLinkBtn01,
	.shownetLinkBtn02 {
		padding-top: 6.25%;
		padding-bottom: 3.1255;
		margin-bottom: 0px;
	}
	.shownet_fbsp {
		padding-top: 0%!important;
		padding-bottom: 0%!important;
		margin-bottom: 0%!important;
	}
	.bgFbBtnWrap .shownet_fbsp {
		text-align: center;
		padding-top: 0%;
		padding-bottom: 0%;
	}
	.shownet .contents .bgFbBtnWrap .shownet_fbsp a.linkBtn {
		background: #395185 url(/apps-japan/2018/exhibitor/images/shownet/bg_fb.png) -10px 0 no-repeat;
		color: #fff;
		width: 100%;
		height: 60px;
		padding-top: 20px;
		font-size: 15px;
		padding-left: 6vw;
		text-decoration: none;
		line-height: normal;
		border: none;
    padding-bottom: 6.25%!important;
  }
	.shownet a.linkBtn, a.linkBtn, span.linkBtn {
    width: 100%;
  }
	.shownet .contents .shownetLinkBtn02 a.linkBtn {
		padding-left: 2vw;
	}
	.shownet a.linkBtn,
	a.linkBtn,
	span.linkBtn {
		float: none;
		background-size: 20px;
		background-position: 3% 49.5%;
		width: 480px;
		max-width: 100%;
		margin: 0 auto 3.125%;
		height: auto;
		font-size: 4vw;
		line-height: 4em;
	}
	.highlight_fb .bgFbBtnBox01 {
		margin-bottom: 0px;
	}
	.bgFbBtnWrap.highlight_fb {
		text-align: center;
		padding-top: 0%;
		padding-bottom: 0%;
	}
	.shownet .contents .bgFbBtnWrap a.linkBtn {
		background: #395185 url(/apps-japan/2018/exhibitor/images/shownet/bg_fb.png) -10px 0 no-repeat;
		color: #fff;
		width: 100%;
		height: 60px;
		padding-top: 0px;
		font-size: 3.5vw;
		padding-left: 6vw;
		text-decoration: none;
		line-height: 60px;
		border: none;
	}
	.shownet img.fRphoto {
    float: right;
    width: 50%;
    margin-bottom: 3.125%;
    margin-left: 3.125%;
  }
	.shownet .mgb50.experience_sp {
    margin-bottom: 6.25% !important;
  }
	.shownet table.schedule th.header {
    text-align: center;
  }
	.shownet table.schedule th {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-right: 3.125%;
    padding-left: 3.125%;
    padding-bottom: 5px;
    border-bottom: #cccccc solid 1px;
    border-right: 0px;
  }
	.shownet table.schedule.mgb50.stage th,
	.stage .w10 {
		width: 100%;
	}
	.w10 {
		text-align: left;
		border-right: 0px;
		border-left: 0px;
	}
	.w20 {
		border-right: 0px;
		border-left: 0px;
	}
	.shownet table.schedule td {
    width: 100%;
    float: left;
		height: auto;
    padding: 5px 3.125%;
    border-bottom: #cccccc solid 1px;
    font-size: 14px;
  }
	.shownet table.schedule td.w10 {
    border-bottom: #cccccc dotted 1px!important;
  }
	.shownet table.schedule td.w20_ttl {
    border-bottom: #cccccc dotted 1px!important;
  }
	.no-border_bottom {
		border-bottom: 0px!important;
	}
	.no-right-border {
		border-right: 0px!important;
	}
	.shownet table.schedule2 tr {
		width: 100%;
		border-top: 1px solid #d6d6d6;
	}
	.shownet table.schedule2 tr.tr_first {
		border-top: 0px;
	}
	.shownet table.schedule2 th {
		text-align: left;
		padding:5px 3.125%;
	}
	.shownet table.schedule2 td {
		border-bottom: 1px solid #cccccc;
		text-align: center;
		height: auto;
		padding:5px 3.125%;
	}
	.sp_mgb30 {
		margin-bottom: 3.125%!important;
	}
	.pc_mgt_none {
		margin-bottom: 10px!important;
	}
	.maincaps {
    height: auto;
    zoom: 1;
  }
	/*NOC/STM紹介 noc.html*/
	.nocImg01 {
    padding-top: 6.25%;
  }
	.shownet .mainSectionArea h2.sp_noc_ttl {
		font-size: 4.8vw!important;
	}
	.nocMembersList li {
		width: 48%;
		margin-right:4%;
		margin-bottom: 3.125%;
		height: auto;
	}
	.nocMembersList li:nth-child(2n) {
		width: 48%;
		margin-right: 0px;
	}
	.nocMembersList li img {
		width: 100%;
		height: auto;
	}
	.nocMembersList li span {
		font-size: 2.8vw;
	}
	.experienceImg01 {
		padding-bottom: 6.25%;
		text-align: center;
	}
	/*tccページ*/
	.tcc .lowerTitleBG h2{
		font-size: 1.3em;
	}
	.tcc .mainSectionArea h2 {
		font-size: 24px;
		margin-top: 0px;
		margin: 0 3.125%;
	}
	.lowerPage .f14m20 p {
		font-size: 3.4vw;
		padding: 0 3.125%;
	}
	.lowerPage .f14m20_spnon p {
	  padding: 0;
  }
	.noc_TblDate {
		font-size: 12px!important;
		padding: 0!important;
	}
	.tcc table.aboutTbl01 {
		width: 93.75%;
    border: solid 1px #D7D3CA;
		margin: 0 3.125% 10%;
	}
	.tccTblBgcB {
    line-height: normal;
    background-color: #25427a;
    color: #fff;
    font-size: 28px;
    padding: 5px 0 10px 0;
    padding-left: 3.125%!important;
  }
	.tccTbl02 td {
    padding-left: 3.125%;
		padding-right: 3.125%;
  }
  .tccTbl02.tccPhoto td {
    vertical-align: top;
    float: left;
		width: 100%;
  }
	.tccPhoto .spk_photo {
    width: 30%!important;
  }
	.tccPhoto .spk_photo.planning_firstspeaker {
    margin-bottom: 3.125%;
  }
	.tccPhoto .pic img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
		width: 100%;
  }
	.tcc p.pic {
    text-align: center;
    height: auto;
  }
	td.tccTblBgcB a {
    font-size: 14px;
		display: block;
		line-height: 1.5em!important;
    color: #fff!important;
    margin-bottom: 0px;
    font-weight: normal;
  }
	td.tccTblBgcB .tccTbl_ttl {
		font-size: 14px;
		display: block;
		line-height: 1.5em!important;
    color: #fff!important;
		margin-top: 0px;
    margin-bottom: 0px!important;
    font-weight: normal;
	}
	.lowerPage .f14m20 p.tcc_session_time {
    padding-left: 0px;
		margin-top: 3.125%;
		margin-bottom: 3.125%;
  }
	.tccTbl02 h3 {
    padding-top: 0px;
    padding-left: 0px;
  }
	.tcc .tccTbl02 p {
    font-size: 14px;
    padding: 0 ;
		margin-bottom: 3.125%;
  }
	.tccTbl02 h4 span,
	.experience_ttl .tccTbl02 h4 span {
    width: 100%!important;
    height: 39px;
    padding-top: 10px!important;
    font-weight: bold;
  }
	.tccTbl02 h4 span.one_supporter,
	.experience_ttl .tccTbl02 h4 span.one_supporter {
    padding-top: 10px;
  }
	.tccLinkBtn01.yellowlinkBtn {
    text-align: center;
    margin-bottom: 0px;
    padding: 6.25% 0 0;
  }
	.tccLinkBtn01.yellowlinkBtn .tccbtn_last {
    text-align: center;
		margin-left: 0px;
    margin-bottom: 0px;
    padding: 3.125% 0;
  }
	.tccTbl02 h4 {
    background: #fff url(/apps-japan/2018/exhibitor/images/tcc/bg_line_h4.png) repeat-x left bottom;
    margin-right: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
    padding-bottom: 8px;
    font-weight: normal;
  }
	.tccTbl02 h4.no-border {
    background: #fff;
    margin-right: 0px;
    padding-bottom: 6.25%;
    font-weight: normal;
  }
	.tcc_speaker_first h4{
		border-top: 1px solid #eee;
		margin-top: 6.25%;
		margin-bottom: 3.125%;
		background: none;
	}
/*planningページ
---------------------------------------------------------------*/
  .iotSponsorTable th, .shownetSponsorTable table th {
    border: #d4cfc6 solid 1px;
	  border-top: 0px;
    border-bottom: 0px;
    width: 100%;
	  height: auto;
	  padding: 3.125% 0 0;
    float: left;
  }
  .iotSponsorTable.planning_en th {
    padding: 6.25% 0 0;
  }
  .iotSponsorTable td {
    padding: 0px 0px 3.125%;
    border: #d4cfc6 solid 1px;
    border-top: 0px;
    width: 100%;
    float: left;
	  text-align: center;
  }
	.iotSponsorTable.sponsor_movie td {
		line-height: normal;
	}
  .iotSponsorTable.planning_en td {
    border: none;
		border-top: none!important;
  }
	.dRank,
  .pRank,
  .gRank,
  .sRank {
    border-top: #d4cfc6 solid 1px!important;
		padding-top: 3.125%!important;
		padding-bottom: 3.125%!important;
  }
	.ai_ttl {
		font-size: 1.3em!important;
	}
	.ai_caption {
		font-size: 4.8vw!important;
	}
	.planning_secssion_width {
		width: auto;
	}
	.mainSectionArea.experience_ttl h2  {
		font-size: 6vw!important;
	}
	ul#sponsorLogo_theme li {
	  float: left;
	  padding: 2vh 0 0 0;
	  width: 30%;
	  text-align: center;
	  font-size: 2.5vw;
	}
	ul#sponsorLogo_theme.security_sponsorLogo_theme li {
	  float: left;
	  padding: 2vh 0 0 0;
	  width: 30%;
	  text-align: center;
	  font-size: 2.5vw;
  }
	ul#sponsorLogo_theme li:nth-child(1),
	ul#sponsorLogo_theme li:nth-child(2),
	ul#sponsorLogo_theme li:nth-child(3) {
	  padding-top: 0px;
		height: 16vh;
	}
	ul#sponsorLogo_theme li:nth-child(4),
	ul#sponsorLogo_theme li:nth-child(5),
	ul#sponsorLogo_theme li:nth-child(6) {
		padding-top: 0px;
		height: 20vh;
	}
	ul#sponsorLogo_theme li:nth-child(1),
	ul#sponsorLogo_theme li:nth-child(4),
	ul#sponsorLogo_theme li:nth-child(7) {
	  margin-right: 5%;
	}
	ul#sponsorLogo_theme li:nth-child(7) {
	  padding-top: 0px;
	}
	ul#sponsorLogo_theme li:nth-child(3n) {
	  margin-left: 5%;
	}
	ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(1),
	ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(2),
	ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(3) {
	  padding-top: 0px;
		height: 16vh;
	}
	ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(4),
	ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(5),
	ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(6) {
		padding-top: 0px;
		height: 14vh;
	}
	ul#sponsorLogo_theme.iotworld_theme li:nth-child(1),
	ul#sponsorLogo_theme.iotworld_theme li:nth-child(2),
	ul#sponsorLogo_theme.iotworld_theme li:nth-child(3) {
	  padding-top: 0px;
		height: 24vh;
	}
	ul#sponsorLogo_theme.iotworld_theme li:nth-child(4),
	ul#sponsorLogo_theme.iotworld_theme li:nth-child(5),
	ul#sponsorLogo_theme.iotworld_theme li:nth-child(6) {
		padding-top: 0px;
		height: 20vh;
	}
	ul#sponsorLogo_theme.iotworld_theme li:nth-child(7),
	ul#sponsorLogo_theme.iotworld_theme li:nth-child(8) {
		padding-top: 0px;
		height: 12vh;
	}
	.mgt40 {
		margin-top: 3.125%!important;
		margin-bottom: 3.125%!important;
	}
	.bdb_01 {
		border-bottom: 1px solid #eee;
	}
	.noclinkBtnArea {
		margin-top: 0px!important;
	}
	ul.experience_link {
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	ul.experience_link.experience_link_yellow {
		background-color: #fabf00;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	ul.experience_link li a {
		border: 0px!important;
		border-right: 1px solid #eee!important;
	}
	ul.experience_link li:last-child a {
		border-right: 0px!important;
	}
	td.tccTblBgcB span.iot_or_lbj {
		font-size: 18px;
		font-weight: normal;
		float: left;
		padding: 8px 10px 0 0;
	}
	.iot_special_sponsor {
		text-align: center;
	}
	.iot_special_sponsor span{
		display: inline-block;
    padding: 5px;
    border: 2px solid #888;
    border-radius: 5px;
    background: #555;
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
    letter-spacing: 0em;
		margin-top: 3.125%;
		margin-right: 3.125%;
		margin-left: 3.125%;
	}
	.iot_special_sponsor a{
		width: 100%;
	}
	.iot_special_sponsor a img{
		width: 50%;
		margin-top: 10px;
	}
/*mastodonページ
---------------------------------------------------------------*/
  .mastodon_firstview {
		width: 100%;
	  margin-top: 6.25%;
	  margin-bottom: 6.25%;
	  text-align: center;
  }
  .mastodon_session {
		margin-bottom: 6.25%!important;
	}
	.mastodon_speaker_ttl {
		margin-top: 8%!important;
		margin-bottom: 3.125%!important;
	}
	.mastodon_speaker {
		margin-bottom: 5px!important;
	}
	a.mastodon_button {
		width: 90%;
		float: none;
		margin: 0 auto;
		margin-top: 6.25%;
		margin-bottom: 6.25%;
	}
	.mastodon_banar img {
		margin-top: 3.125%;
	}
	.mastodon_support h4 {
		width: 100%;
		background: none!important;
		border-bottom: 1px solid #eee;
		padding-top: 3.125%;
		padding-bottom: 3.125%;
		font-weight: normal;
	}
	.mainSectionArea.mastodon {
		padding-bottom: 0px!important;
	}
	.tccTblBgcB.mastodon {
		padding: 7px 3.125%!important;
		margin-bottom: 0px!important;
	}
	.planning_BgcB {
		margin-bottom: 0px;
	}
	.planning_seminar_BgcB {
		margin-bottom: 0px;
	}
	.tccTbl02.sp_no_bdb {
		border-left: 0px!important;
		border-right: 0px!important;
	}
	td.tccTblBgcB.mastodon span {
		width: 100%;
		float: left;
		font-size: 18px;
		font-weight: normal;
	}
	.mastodon_stage {
		width: auto!important;
		float: left;
    margin-left: 0px;
    margin-top: 1%;
    margin-bottom: 1%;
  }
	.tcc .tccTbl02.mastodon p {
    font-size: 14px;
    padding: 0 ;
		margin-bottom: 3.125%;
		float: left;
		width: 100%;
  }
	.tcc .tccTbl02.mastodon p.mastodon_speaker_name {
    margin-top: 6.25%;
  }
	/*shownet_sponsor*/
	.iotSponsorTable a.thickbox {
		float: none;
		width: 80%;
		text-align: center;
		margin-top: 3.125%;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	/*exhibitionページ
	---------------------------------------------------------------*/
	/*bsa.html*/
	.bosa .logoArea {
		margin: 0 0 30px;
	}
	.bosa .imgArea {
	  float: none;
	  width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.bosa .imgArea img{
	  width: 40%;
	}
	.bosa table.logoTable {
	  border: none;
		margin: 0 3% 10px;
	  width: 94%;
	}
	.bosa table.logoTable th {
	  background: #FFF !important;
	  border: medium none;
	  padding: 6.25% 0;
	  text-align: center;
	  vertical-align: middle;
	  width: 48%;
		margin-right: 4%;
	}
	.bosa table.logoTable th.bsa_logo_a {
	  padding: 4% 0;
	}
	.bosa table.logoTable th.bsa_logo_b {
	  padding: 5% 0;
	}
	.bosa table.logoTable th.bsa_logo_last {
		margin-right: 0%;
	}
	.bosa table.catListTable tr td p.img,
	.bosa table.catListTable tr td p.txtArea {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.floatchild3 {
		width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
	}
	.mainSectionArea .shownetH3Ttl01 {
		width: 80%;
		float: none;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 0px;
		margin-top: 6.25%;
	}
	.mainSectionArea .shownetH3Ttl_highlight {
		font-size: 5vw;
		color: #000;
		margin: 0 auto;
		margin-bottom: 0px;
		margin-top: 6.25%!important;
		margin-left: 3.125%!important;
		margin-right: 3.125%!important;
	}
	.mainSectionArea .shownetH3Ttl_highlight.highlight_first {
		margin-top: 0px!important;
	}
	.floatchild1 {
	  float: left;
	  width: 100%;
	}
	.catListTable {
		height: auto;
    margin-top: 6.25%;
    margin-bottom: 6.25%;
	}
	.grandprix p.img img,
	.semiGrandprix p.img img,
	.grandprix p.img img,
	.specialaward p.img img {
		margin-top: 6.25%;
	}
	.grandprix p.txtArea,
	.semiGrandprix p.txtArea,
	.grandprix p.txtArea,
	.specialaward p.txtArea {
		margin-bottom: 3.125%!important;
	}
	.bosa table.catListTable tr.finalist th,
	.bosa table.catListTable tr.semiGrandprix th,
	.bosa table.catListTable tr.specialaward th,
	.bosa table.catListTable tr.grandprix th {
		/*background-color: #000;*/
		padding-bottom: 7px;
	}
	.sp_pad{
		margin: 3.125%!important;
		margin: 3.125%!important;
	}
	.bosa table.finalist th,
	.bosa table.finalist td {
		padding: 3.125%;
	}
	.bosa table.catListTable tr.grandprix td {
  padding-top: 6.25%;
	padding-bottom: 6.25%;
  }
  .bosa table.catListTable tr.semiGrandprix td {
	  padding-top: 6.25%;
	  padding-bottom: 6.25%;
  }
  .bosa table.catListTable tr.specialaward td {
	  padding-top: 6.25%;
  }
  .bosa table.catListTable tr.finalist th {
      background: url("/apps-japan/2018/exhibitor/images/exhibition/bg_finalist.png") no-repeat;
  }
}
/*公開非表示指定*/
/*.en {
	opacity: 0.4;
}
.btnArea p a.en:hover {
	text-decoration: none;
	cursor: default;
}*/
.gray_out {
	opacity: 0.4!important;
	cursor: default!important;
}
.ftLinkListArea a.gray_out:hover {
	text-decoration: underline!important;
}
.hNav>ul>li:hover>a.gray_out {
  background: rgba(10,6,71,0.1);
	opacity: 0.4;
}
.hNav>ul>li>a.tccLink01:hover {
	background: #c54b63;
  opacity: 0.4!important;
}
.headLogoArea a.gray_out:hover {
	text-decoration: none;
}
a.linkBtn.gray_out:hover {
	background: url(/apps-japan/2018/exhibitor/images/common/green_arrow.png) 10px 50% no-repeat;
	background-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	display: block;
	color: #66c2b8!important;
	border: 2px solid #66c2b8;
	border-radius: 2px;
	width: 478px;
	text-decoration: none;
}
.registrationBtn a.gray_out:hover,
.registrationBtn_en a.gray_out:hover {
	border: 2px solid #f7b141;
	color: #f7b141;
  border-radius: 2px;
	background: url(/apps-japan/2018/exhibitor/images/common/ico_link_yellow.png) 10px 50% no-repeat;
}
.tcc a.linkBtn.yellow.gray_out:hover{
	background: url(/apps-japan/2018/exhibitor/images/common/ico_link_yellow.png) 20px 50% no-repeat;
  color: #f7b141!important;
  line-height: 60px;
  border: 2px solid #f7b141;
}
.pdt0 {
	padding-top: 0px;
}
@media only screen and (max-width: 768px) {
.registrationBtn a.gray_out:hover,
.registrationBtn_en a.gray_out:hover {
	background-size: 16px;
	background-position: 3%;
}
a.linkBtn.gray_out:hover {
	background-size: 16px;
	background-position: 3% 49.5%;
	line-height: 4em;
}
.shownet_fbsp.sp_pdt {
	padding-top: 3.125%!important;
}
.mainSectionArea.sp_pdb {
	padding-bottom: 3.125%;
}
}
