@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', 'Noto Sans Japanese', 'メイリオ',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: 4vw;
		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: #1b1b65;
}*/

.flL {
	float:left;
	margin-right:10px;
}
.ta_r {
	text-align: right;
}
.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;
}
.mt20 {
	margin-top: 20px;
}
/*** mouse over ***/
a img {
	border: medium none transparent;
}
a:hover img {
	filter:alpha(opacity=70);
	opacity: 0.7;
}
a {
	color: #1b1b65;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/********************************/

.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;
}
.fa-arrow-circle-right {
	margin-right: 2px;
}
.fa-external-link {
	margin-left: 2px;
}
.fa-home {
	margin-right: 2px;
}


/*メインビジュアル*/
.topMainVisual {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin: 0;
	z-index: 102;
	width: 100%;
	height: 689px;
}
.mainVisual {
	position: absolute;
	left: calc(50% - 90px);
	top: 0;
	width: calc(50% + 90px);
	height: 100%;
}
.topMainVisual:before {
	content: "";
	position: absolute;
	display: block;
	background: url(../images/top_exhibition/top_base_left.jpg) left top repeat-x;
  background-size: auto 100%;
	top: 0;
	right: calc(50% + 90px);
	width: 100%;
	height: 100%;
	z-index: 2;
}
.topMainVisual:after {
	content: "";
	position: absolute;
	display: block;
	background: rgba(10,6,71,0.65);
  background-size: auto 100%;
	top: 0;
	width: 100%;
	height: 100%;
}
.topMainVisual .filter {
	content: "";
	position: absolute;
	display: block;
	background: url(../images/top_exhibition/video_filter_r.png) no-repeat right bottom;
	background-size: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
.topMainVisual .filter {
	background-size: 100%;
}
.topMainVisual:after {
	background: rgba(10,6,71,0.55);
}
}
.mainVisualBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 970px;
	height: 380px;
	margin: auto;
	text-align: center;
	z-index: 3;
}
.mainVisualLogoArea {
	margin-bottom: 22px;
	text-align: left;
}
.mainVisualLogoArea>img {
	display: inline-block;
	vertical-align: middle;
}
.mainVisualLogoArea p.datePlace {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.mainVisualLogoArea p.datePlace span {
	font-size: 18px;
}
@media only screen and (min-width: 769px) {
	.mainVisualLogoArea>img {
		max-width: 620px;
	}
}
.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;
	text-align: left;
	width: 574px;
	float: left;
}
.mainVisualConfArea p {
	font-size: 52px;
	font-weight: bold;
	line-height: 1.2;
}
.topMainVisual .registrationBtnWrap {
  overflow: hidden;
	width: 396px;
	float: right;
}
.topMainVisual .registrationBtn .poR a,
.topMainVisual .registrationBtn_en .poR a,
.topMainVisual .registrationBtn .poR span.gray,
.topMainVisual .registrationBtn_en .poR span.gray{
	display: block;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 50px;
	height: 50px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	position: relative;
}
.topMainVisual .registrationBtn.preK .poR a,
.topMainVisual .registrationBtn_en.preK .poR a{
  background-color: rgb(230, 23, 112);
	border-radius: 30px;
	margin-bottom: 10px;
}
.topMainVisual .registrationBtn.preK .poR span.grayout,
.topMainVisual .registrationBtn_en.preK .poR span.grayout{
  background-color: rgb(230, 23, 112);
	border-radius: 30px;
	margin-bottom: 10px;
	opacity: 0.3;
}
.topMainVisual .registrationBtn.preC .poR a,
.topMainVisual .registrationBtn_en.preC .poR a {
  background-color: rgb(0, 161, 219);
	border-radius: 30px;
}
.topMainVisual .registrationBtn.preC .poR span.grayout,
.topMainVisual .registrationBtn_en.preC .poR span.grayout {
  background-color: rgb(199, 230, 242);
	border-radius: 30px;
}
.topMainVisual .registrationBtn .poR a:hover,
.topMainVisual .registrationBtn_en .poR a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.topMainVisual .registrationBtn.preK .poR span.gray,
.topMainVisual .registrationBtn_en.preK .poR span.gray {
  background-color: rgb(244, 206, 221);
	border-radius: 30px;
	margin-bottom: 10px;
}
.topMainVisual .registrationBtn.preC .poR span.gray,
.topMainVisual .registrationBtn_en.preC .poR span.gray {
  background-color: rgb(199, 230, 242);
	border-radius: 30px;
}
.topMainVisual .registrationBtn .poR a span,
.topMainVisual .registrationBtn .poR span.gray span{
	background-color: #fff;
	border-radius: 12px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	display:inline-block;
	padding: 5px 12px;
	position: absolute;
	top: 14px;
	right: 12px;
}
.topMainVisual .registrationBtn.preK .poR a span{
	color: rgb(230, 23, 112);
}
.topMainVisual .registrationBtn.preC .poR a span{
	color: rgb(0, 161, 219);
}
.topMainVisual .registrationBtn.preK .poR span.gray span{
	color: rgb(244, 206, 221);
}
.topMainVisual .registrationBtn.preC .poR span.gray span{
	color: rgb(199, 230, 242);
}
@media only screen and (min-width: 769px) {
	.topMainVisual .registrationBtn_en.preK {
		margin-top: 60px;
	}
}
.scrolldown {
	margin: 44px 0 0;
}

/* PRボタン */
@media only screen and (min-width: 769px) {
	.bnrBox {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 175px;
		height: 260px;
		margin: auto;
		z-index: 3;
	}
}
.bnrBox a {
	display: block;
	width: 100%;
	height: 100%;
	-ms-animation-name: pr-in;
	-ms-animation-duration: 1.5s;
	-ms-animation-timing-function: ease-in;

	-o-animation-name: pr-in;
	-o-animation-duration: 1.5s;
	-o-animation-timing-function: ease-in;

	-webkit-animation-name: pr-in;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in;

	-moz-animation-name: pr-in;
	-moz-animation-duration: 1.5s;
	-moz-animation-timing-function: ease-in;
}
.bnrBox a img {
  width: 100%;
  height: auto;
}
@keyframes 'pr-in' {
	0% {	opacity:0;	}
	100% {	opacity:1;	}
}
@-webkit-keyframes pr-in {
	0% {	opacity:0;	}
	100% {	opacity:1;	}
}
@-moz-keyframes pr-in {
	from {	opacity:0;	}
	to {	opacity:1;	}
}
@-o-keyframes pr-in {
	from {	opacity:0;	}
	to {	opacity:1;	}
}
@-ms-keyframes pr-in {
	from {	opacity:0;	}
	to {	opacity:1;	}
}

.bnrBox span:after {
	content: ' ' !important;
}
.is-reflection span {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	height: 248px;
	overflow: hidden;
}
.is-reflection span:after {
  -moz-animation: is-reflection 3s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 3s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 3s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 3s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*テーマスポンサー カルーセル*/
.bnrAreaInner {
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	z-index: 102;
}
.bnrAreaInner h2 {
	text-align: center;
	background-color: #fff;
	line-height: 30px;
	font-size: 16px;
	color: #00a1db;
	width: 9em;
	height: 30px;
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 9990;
}
.sponsorsWrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sponsors01 {
	width: 970px;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.bnrAreaInner {
		width: 970px;
	}
	.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: 85px;
	font-weight: bold;
	line-height: 1.0;
}
#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;
}

.pageTop {
	position: fixed;
	bottom: 50px;
	right: 70px;
	z-index: 105;
	width: 50px;
	height: 50px;
}

.wrapper {}
.wrapper.fixe { margin-top: 40px;}
.mainSectionArea {
	padding-top: 50px;
}
.mainSectionArea h2 {
	text-align: center;
	font-size: 40px;
	background: url(../images/common/bg_line_green.png) 0 100% no-repeat;
	padding: 0;
	margin: 0 0 30px;
	font-weight: normal;
}
.mainSectionArea.performance h2 {
	background: url(../images/common/bg_line.png) 0 100% repeat-x;
  color: #fff;
	margin-bottom: 40px;
}
.mainSectionArea.mainExplanationBg h2,
.mainSectionArea.mainConference h2,
.mainSectionArea.mainShowNetBg h2{
	text-align: left;
	color: #fff;
	font-weight: normal;
	background: url(../images/common/bg_line_blue.png) 0 100% repeat-x;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.mainSectionArea.mainExplanationBg.en h2{
	margin-bottom: 0;
}
.mainSectionArea.mainExplanationBg .titleBox .mainExplanation,
.mainSectionArea.mainConference .titleBox .mainExplanation,
.mainSectionArea.mainShowNetBg .titleBox .mainExplanation{
	color: #fff;
}
.mainSectionArea h2.subTtl {
	line-height: 1.0;
}
.mainSectionArea h2.subTtl span {
	font-size: 24px;
}
.mainSectionArea h3 {
	font-size: 22px;
	margin: 0px 0px 15px 0px;
}
.mainSectionArea h3.caption_about {
	font-size: 24px;
}
.mainSectionArea h3.caption_about span {
	font-size: 18px;
}
.mainSectionArea h3.about_h3 {
	margin-bottom: 0;
}
.mainSectionArea h3.h3_planning {
	text-align: center;
}
.mainSectionArea h3.mh01 {
	margin: 0 0 0;
}

a.linkBtn,
span.linkBtn {
  background-color: rgba(102, 194, 184, 1);
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	display: block;
	color: #fff;
	width: 478px;
	text-decoration: none;
	margin: auto;
}
a.linkBtn i,
span.linkBtn i {
	margin-right: 12px;
}
a.linkBtn:hover {
  background-color: rgba(102, 194, 184, 0.7);
}
span.linkBtn {
	filter:alpha(opacity=30);
	opacity: 0.3;
}
.linkBtnWrap {
	display: inline-block;
	width: auto;
	margin: auto;
}
.kyenoteBtnWrap .linkBtn,
.showNetBtnWrap .linkBtn { float: left;}
.kyenoteBtnWrap .kyenoteBtn01,
.showNetBtnWrap .showNetBtn01 { margin-right: 13px;}
a.linkBtn01 {
	text-align: center;
	display: block;
	line-height: 80px;
	text-decoration: none;
	width: 478px;
	border: 1px solid #e3e3e3;
}

/* 実績 */
.performance {
	background-color: #66c2b8;
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.performance li{
	width: 232px;
	text-align: center;
	margin-left: 14px;
}
.performance li:first-child{
	margin-left: 0;
}
.performance li .ttl{
	background-color: #00a1db;
	color: #fff;
	line-height: 30px;
}
.performance li.last .ttl{
	background-color: #e61770;
}
.performance li .txt{
	background-color: #fff;
	padding: 20px 17px 15px;
	height: 150px;
}
.performance li .count{
	color: #00a1db;
	font-size: 39px;
	margin-bottom: 15px;
}
.performance li.last .count{
	color: #e61770;
}
.performance li .count span{
	font-size: 12px;
}
.performance li .data{
	font-size: 12px;
	text-align: left;
}
.nextYear {
  display: flex;
  background-color: #fff;
  margin-top: 30px;
}
.nextYear:hover {
  background-color: #e61770;
  text-decoration: none;
}
.nextYear-logo {
  flex-grow: 1;
  background-color: rgb(51, 51, 102);
  padding: 20px 40px;
  text-align: center;
}
.nextYear-logo img {
  max-width: 200px;
}
.nextYear-message {
  flex-grow: 3;
  color: rgb(51, 51, 102);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 20px;
  text-align: center;
}
.nextYear-message strong {
  color: #e61770;
  font-size: 46px;
}
.nextYear-message strong.en {
  font-size: 40px;
}
.nextYear:hover .nextYear-message,
.nextYear:hover .nextYear-message strong {
  color: #fff;
}
.nextYear:hover .nextYear-logo img {
  opacity: 1;
}

/* pr */
.prBnrArea {
	margin-top: 50px;
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.prBnrArea .prBnrTtl {
	font-size: 16px;
	line-height: 20px;
	background-color: #f7b141;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}
.prBnrArea { 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;}
.prBnrArea.untilTwo {
	position: relative;
	overflow: hidden;
}
.prBnrArea.untilTwo ul {
	float: left;
	left: 50%;
	position: relative;
}
.prBnrArea.untilTwo li {
	float: left;
	left: -50%;
	position: relative;
}
.prBnrArea.untilTwo li img {
	margin: 0 10px;
}
@media screen and (max-width: 768px) {
	.prBnrArea.untilTwo li img {
		margin: 0;
	}
}

/* whatNew */
.whatNewWrap {
	background-color: #f4f7fa;
	padding-top: 20px;
	margin-top: 50px;
	padding-bottom: 20px;
}
.whatNewWrap.en {
	margin-top: 0;
}
.whatNewWrap .whatNew01 {
  background: #66c2b8;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	font-size: 20px;
	text-align: center;
	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;
}.whatNewWrap .whatNew03 {
	float: right;
	line-height: 36px;
}
.whatNewWrap .whatNew03 a {
	margin: 0 0 0 20px;
	font-size: 14px;
	text-decoration: underline;
}
.whatNewWrap .whatNew03 a:hover {
	text-decoration: none;
}

/* 注力テーマ */
.mainTheme {
	width: 100%;
}
.mainThemeList {
  margin: 0;
}
.mainThemeList .themeList01 {
	background-color: #1b1b65;
  color: #fff;
  font-size: 18px;
  text-align: center;
	width: 33%;
	height: 240px;
	font-size: 18px;
}
.mainThemeList .themeList01 h2 {
	font-weight: normal;
	font-size: 40px;
	margin: 45px 0 0;
	line-height: 1;
}
.mainThemeList .themeList01.en h2 {
	margin-top: 100px;
}
.mainThemeList .themeList01 p {
	text-align: left;
	margin: 25px 20% 0;
	font-size: 16px;
}
.mainThemeList .themeList02 {
  overflow: hidden;
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background-size: cover;
  z-index: 1;
	width: 33%;
	height: 240px;
}
.mainThemeList li:nth-child(3).themeList02,
.mainThemeList li:nth-child(6).themeList02{
	width: 34%;
}

.mainThemeList .themeList02 a {
  color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	height: 100%;
	padding-top:90px;
}
.mainThemeList .themeList02 span {
  color: #fff;
	display: inline-block;
	border: #fff solid 2px;
	border-radius: 11px;
	font-size: 14px;
	padding: 0 5px;
}
.mainThemeList .themeList02 p {
  color: #fff;
}


/*.mainThemeList .themeList02.themeList_en span { リンク解除
  color: #fff;
	width: 100%;
	display: block;
	height: 100%;
	padding:90px 0 0;
	font-size: 24px;
	border: none;
}*/

.mainThemeList li:nth-child(2):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(../images/top_exhibition/bg_scr.jpg) 0 0 repeat;
  background-size: cover;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-child(3):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
  background: url(../images/top_exhibition/bg_iot.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(../images/top_exhibition/bg_5g.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(../images/top_exhibition/bg_ai.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-of-type(6):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(../images/top_exhibition/bg_sdi.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.themeList03 {
	display: table;
	width: 100%;
	height: 82px;
}
.themeList03 li {
	display: table-cell;
  width: 16.5%;
	height: 82px;
	font-size: 17px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	padding-top: 28px;
}
.themeList03 li a{
	display: block;
  width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
.themeList03 li:nth-child(1),
.themeList03 li:nth-child(2),
.themeList03 li:nth-child(3) {
	padding-top: 15px;
}
.themeList03.en li:nth-child(2),
.themeList03.en li:nth-child(3) {
	padding-top: 28px;
}
.themeList03 li:nth-child(5),
.themeList03 li:nth-child(6) {
  width: 17%;
}
.themeList03.en li:nth-child(1),
.themeList03.en li:nth-child(6) {
	padding-top: 18px;
}
@media only screen and (min-width: 1330px) {
	/* .themeList03 li:nth-child(2),
	.themeList03 li:nth-child(3) {
		padding-top: 28px;
	} */
}
.themeList03 li:nth-of-type(1),
.themeList03 li:nth-of-type(2),
.themeList03 li:nth-of-type(4),
.themeList03 li:nth-of-type(5){
  overflow: hidden;
  position: relative;
  margin: 0;
  color: #fff;
  background-size: cover;
  z-index: 1;
}
.themeList03 li:nth-of-type(1):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(../images/top_exhibition/bg_net.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.themeList03 li:nth-of-type(2):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(../images/top_exhibition/bg_cloud.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.themeList03 li:nth-of-type(3){
  background: url(../images/top_exhibition/bg_mobility.jpg) 0 0 no-repeat;
  background-size: cover;
}
.themeList03 li:nth-of-type(4):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(../images/top_exhibition/bg_it.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.themeList03 li:nth-of-type(5):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
	background: url(../images/top_exhibition/bg_bl.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.themeList03 li:nth-of-type(6){
  background: url(../images/top_exhibition/bg_ip.jpg) 0 0 no-repeat;
  background-size: cover;
}

/* hover拡大解除 */
@media only screen and (min-width: 769px) {
  .mainThemeList li.themeList02:hover:after,
	.themeList03.themeList_jp li:nth-of-type(1):hover:after,
	.themeList03.themeList_jp li:nth-of-type(2):hover:after,
	.themeList03.themeList_jp li:nth-of-type(4):hover:after,
	.themeList03.themeList_jp li:nth-of-type(5):hover:after {
    transform: scale(1.3);
  }
	.mainThemeList li.themeList_en:hover:after {
	transform: scale(1.0)!important;
	}
}

/* 基調講演 */
.mainExplanationBg {
	margin-bottom: -50px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}
.mainExplanationBg::after {
	position: absolute;
	content: '';
	top: 120px;
	left: calc(50% - 196px);
	width: calc(50% + 196px);
	height: 350px;
  background: url(../images/top_exhibition/bg_mainexplanation.jpg) left center no-repeat;
	background-size: cover;
	z-index: -1;
}
.mainExplanationBg .kyenoteBtnWrap {
	margin-top: 30px;
}
.mainExplanationBg .titleBox{
	background-color: #00a1db;
	width: 396px;
	float: left;
	padding: 30px 30px 35px;
	margin-bottom: 25px;
}
@media only screen and (min-width: 769px) {
	.mainExplanationBg.en .titleBox{
		float: none;
		margin-bottom: 25px;
	}
}

/* カンファレンス */
.mainConference {
	background-color: #f1f7fb;
	margin-top: 50px;
	margin-bottom: -50px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}
.mainConference::after {
	position: absolute;
	content: '';
	top: 100px;
	right: calc(50% - 156px);
	width: calc(50% + 156px);
	height: 350px;
  background: url(../images/top_exhibition/bg_mainconfer.jpg) left center no-repeat;
	background-size: cover;
	z-index: 1;
}
.mainConference .titleBox{
	background-color: #00a1db;
	width: 396px;
	float: right;
	padding: 30px 30px 35px;
	margin-bottom: 75px;
	z-index: 2;
	position: relative;
}
.kyenoteBtnWrap {
	clear: both;
	position: relative;
	z-index: 99;
}
/* ShowNet */
.mainShowNetBg {
	margin-top: 50px;
	margin-bottom: -50px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}
.mainShowNetBg::after {
	position: absolute;
	content: '';
	top: 100px;
	left: calc(50% - 196px);
	width: calc(50% + 196px);
	height: 350px;
  background: url(../images/top_exhibition/bg_mainshownet.jpg) left center no-repeat;
	background-size: cover;
	z-index: -1;
}
.mainShowNetBg .titleBox{
	background-color: #00a1db;
	width: 396px;
	float: left;
	padding: 30px 30px 35px;
	margin-bottom: 32px;
}
.mainShowNetBg .titleBox h2{
	margin-top: -10px;
	padding-bottom: 10px;
}
.showNetBtnWrap {
	clear: both;
}
.showNetBtnWrapInt .td {
	text-align: right;
	margin-top: 20px;
}
..mainExplanationBg .titleBox,
.mainShowNetBg .titleBox{
	background-color: #00a1db;
	width: 396px;
	height: 433px;
	float: left;
	padding: 35px 30px;
}

/* NewsAt */
.mainNewsatBg {
	background: url(../images/top_exhibition/bg_news.jpg) 0 0 repeat;
  background-size: cover;
	padding-bottom: 50px;

}
.mainSectionArea.mainNewsatBg h2 {
	background-color: #00a1db;
	background-image: none;
	color: #fff;
	font-size: 20px!important;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 40px;
	vertical-align: bottom;
}
.mainSectionArea.mainNewsatBg h2 span {
	font-size: 14px;
  display: inline-block;
	margin-left: 25px;
}
.newsat {
 	background-color: #fff;
}
.newsat ul {
 	background-color: #fff;
	position: relative;
	height: 5em;
	overflow: hidden;
}
.newsat ul li {
  display: none;
  width: 100%;
	padding: 10px 20px;
  box-sizing: border-box;
	line-height: 1.5;
}
.newsat ul li .newsat_date {
  position: relative;
  width: 100%;
	font-weight: normal;
  height: 1.75em;
  margin-bottom: 0.25em;
  font-size: 14px;
  overflow: hidden;
}
.newsat ul li p {
  position: relative;
  height: 1.75em;
	width: 100%;
  font-size: 14px;
  padding-top: 0.25em;
  word-wrap: break-word;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}
.newsat_date:before,
.newsat_date:after,
.newsat ul li p:before,
.newsat ul li p:after {
  background: #fff;
  position: absolute;
}
.newsat_date:before,
.newsat ul li p:before {
  content: "...";
  top: 0;
  right: 0;
}
.newsat_date:after,
.newsat ul li p:after {
  content: "";
  height: 100%;
  width: 100%;
}
.link_newsat_bn {
  display: inline-block;
  font-size: 14px;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.link_newsat_bn:hover {
	text-decoration: none;
}
.newsat ul li p a {
	text-decoration: underline;
}
.newsat ul li p a:hover {
	text-decoration: none;
}
.tag_newsat {
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  padding: 3px 5px;
	padding: 1px 5px 2px 5px;
	text-align: center;
  margin-right: 5px;
  white-space: nowrap;
}
.tag_seminar{
	background-color: #f7b141;
}
.tag_newproduct{
	background-color: #f7b141;
}
.tag_exhibit{
	background-color: #f7b141;
}
.tag_campaign{
	background-color: #f7b141;
}
.tag_cloud,
.tag_mobility,
.tag_it,
.tag_signage,
.tag_media,
.tag_location{
	background-color: #918d86;
}
.tag_other,
.tag_iot,
.tag_5G,
.tag_AI,
.tag_app{
	background-color: #918d86;
}
.tag_net,
.tag_sec,
.tag_sdi{
	background-color: #918d86;
}

#companylist-en .button_link {
  width: 100%;
  box-sizing: border-box;
}

#companylist-en .section table tr:first-child th {
  text-align:left;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #companylist-en .button_link a{
    background: #fff;
    letter-spacing: 0;
    padding-left:0;
    text-align: center;
  }
}

/*メディアスポンサー*/
.mainSponsorBg {
	border-top: #e7e7e7 solid 1px;
	margin-top: 50px;
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.mediaSBtnWrap { margin-top: 30px;}
.mediaSBtnWrap .linkBtn01 {
	width: 150px;
	float: left;
	margin-right: 13px;
	border: none;
}
.mediaSBtnWrap p:nth-child(6n) .linkBtn01 { margin-right: 0;}
.mediaSBtnWrap .linkBtn01 img {
	vertical-align: middle;
	max-width: 128px;
	max-height: 49px;
}
.mediaSBtnWrap .linkBtn01.int_bcn img {
	max-width: 90px;
}
.mediaSBtnWrap .linkBtn01.int_ascii img {
  max-width: 100px;
}
.newsBtnWrap {
	text-align: center;
}

/*同時開催イベント*/
.mainCoLocatedBg {
	background-color: #f4f7fa;
	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;}


/* lower */
.lowerPage .wrapper { margin-top:100px;}
.about_left_border{
	border-left: 1px solid #514e81;
}

@media only screen and (min-width: 769px) {
	body.about .hNav>ul>li> a.about { border-top: #66c2b8 solid 3px; color: #1b1b65;}
	body.conference .hNav>ul>li> a.conference { border-top: #66c2b8 solid 3px; color: #1b1b65;}
	body.exhibition .hNav>ul>li> a.exhibition { border-top: #66c2b8 solid 3px; color: #1b1b65;}
	body.lecture .hNav>ul>li> a.lecture { background-color:#514E81;}
	body.shownet .hNav>ul>li> a.shownet { border-top: #66c2b8 solid 3px; color: #1b1b65;}
	body.campaign .hNav>ul>li> a.campaign { border-top: #66c2b8 solid 3px; color: #1b1b65;}
	body.maintheme .hNav>ul>li> a.maintheme { background-color:#514E81;}
}
@media only screen and (max-width: 768px) {
	.about_left_border{
		border-left: 0px;
	}
	.hNav>ul>li:nth-child(3){
		border-left: 0px;
	}
}

.lowerPage .contents a {
	color:#269EDC;
	text-decoration:underline;
	line-height: 1.8em;
}
.lowerPage .contents a:hover {
	text-decoration:none;
}
.breadcrumb {
	width:100%;
	display:table;
}
.breadcrumb p {
	color: #66c2b8;
	width:970px;
	margin:13px auto 0;
	line-height:1;
	font-size:12px;
}
.lowerTitleBG {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 100px;
	color:#FFFFFF;
}
.lowerTitleBG.about {
	background: url(../images/common/bg_top_about.png) 0 no-repeat;
	background-size: cover;
}
.exhibition .lowerTitleBG.exhibition {
	background: url(../images/about/maintitle.png) 50% 0 no-repeat;
	background-size: cover;
}
.lowerTitleBG.newsat {
	background: url(../images/newsat/maintitle.png) 50% 0 no-repeat;
	background-size: cover;
}
.lowerPage .contents .lowerTitleBG a {
	color: #66c2b8;
}
.lowerPage .contents .lowerTitleBG a:hover {
	text-decoration:none;
}
.lowerTitleBG .w970{
	height:64px;
	display:table;
}
.lowerTitleBG .w970 .titleWrapper{
	display:table-cell;
	vertical-align:middle;
}
.lowerTitleBG h2 {
	font-size:44px;
	line-height:48px;
}
.lowerPage h3 {
	color: #1b1b65;
}
.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 .topBackbsa {
	display:block;
	height:16px;
	font-size:12px;
	text-align:right;
	padding-right:20px;
	margin-top:20px;
	margin-top:20px;
}
.contents .topBackbsa a {
	color:#000000;
}
.lowerPage a.linkBtn03{
  background-color: #00a1db;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 3;
}
.lowerPage a.linkBtn03:hover {
	background-color: #64c3e6;
}
.lowerPage a.linkBtn04{
	border: 2px solid #66c2b8;
	border-radius: 30px;
	color: #66c2b8;
	display: inline-block;
	text-decoration: none;
	line-height: 30px;
	padding: 6px 12px;
}
.lowerPage a.linkBtn04:hover {
	background-color: #f0f9f8;
	color:#66c2b8;
}
.lowerPage span.linkBtn03{
  background-color: #c7e6f2;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 3;
}


/* 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: 36px;
	padding-top: 50px;
	padding-bottom: 30px;
	line-height: 35px;
}
.top_caption_about p{
	font-size: 16px;
	line-height: 1.8em;
}
.lowerPage .aboutConfLinkBox>div a {
	background: #e9e7e2 url(../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;
}
.lowerPage .aboutConfLinkBox p {
	position: relative;
}
.lowerPage .aboutConfLinkBox p a,
.lowerPage .aboutConfLinkBox p span.linkBtn03{
	/* position: absolute;
	top: -.5em;
	left: 15em; */
	width: 19em;
	height: auto;
	margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
	.lowerPage a.linkBtn03,
	.lowerPage span.linkBtn03{
		border-radius: 30px;
	}
	.lowerPage .aboutConfLinkBox p a,
	.lowerPage .aboutConfLinkBox p span.linkBtn03{
		position: relative;
		top: 0;
		left: 0;
		margin-top: .5em;
		font-size: 12px;
	}
}
.greeting_name {
	clear: both;
	padding-top: 20px;
	text-align: right;
}

table.aboutTbl01 {
	width:100%;
	border-top:solid 1px #ebebeb;
	margin-bottom:20px;
}
table.aboutTbl01 th, table.aboutTbl01 td {
	border-bottom: solid 1px #ebebeb;
	font-size:14px;
	line-height:140%;
	padding:10px;
}
table.aboutTbl01 th {
	width:20%;
	background-color:#f6f6f6;
	text-align:left;
	vertical-align:middle;
}
table.aboutTbl01 td {
	width:70%;
}
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;
}
.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;
}
.label {
	border-radius: 1em;
	padding: 3px 10px;
	white-space: nowrap;
}
.label_exhibition_outline {
	color: #e61770;
	border: 2px solid #e61770;
}
.label_conference_outline {
	color: #2ea7e0;
	border: 2px solid #2ea7e0;
}
.contactlink_conf a,
.contactlink_conf span{
	width: 19em;
	height: auto;
}

/* 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 span.fa-train:before {
	margin-right: 8px;
}


/*セミナーページ
---------------------------------------------------------------*/
.exhibition .lowerTitleBG {
	background: url(../images/seminar/maintitle.png) 50% 0 no-repeat;
	background-size: cover;
}
.exhibition .lowerTitleBG.about {
	background: url(../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(../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: #66c2b8;
	font-size: 14px;
	background-color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #d6d6d6;
}
.lowerPage .link_experience li a,
.lowerPage .link_highlight li a {
	color: #66c2b8;
	line-height: 1.5em;
}
.lowerPage .linkBtnArea li.highlight_link a {
	line-height: 18px;
	border-left: 1px solid #fff;
}
.linkBtnArea li a:hover {
	background-color: #f0f9f8;
	border-top: 3px solid #f0f9f8;
	color: #66c2b8;
}
.linkBtnArea li.linklist_active a,
.linkBtnArea li.linklist_active a:hover{
	background-color: #fff;
	border-top: 3px solid #66c2b8;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: none;
	color: #333333;
}
.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(../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(../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ページ
---------------------------------------------------------------*/
.shownet .contents a.linkBtn,
.shownet .contents span.linkBtn{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border-radius: 25px;
	line-height: 50px;
	height: 50px;
}
.shownet .contents a.linkBtn02{
	background-color: #e61770;
	color: #fff;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 25px;
	line-height: 50px;
	height: 50px;
	width: 478px;
}
.shownet .contents span.linkBtn02{
	background-color: #f4cedd;
	color: #fff;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 25px;
	line-height: 50px;
	height: 50px;
	width: 478px;
}
.shownet .contents .bgFbBtnWrap a.linkBtn,
.shownet .contents .bgFbBtnWrap span.linkBtn{
	background-color: #3e5081;
}
.shownet .contents .bgFbBtnWrap a.linkBtn:hover {
	opacity: 0.7;
}
.shownet .contents a.linkBtn02:hover {
	background-color: #ed7ba6;
}
.shownet .contents .bgFbBtnWrap a.linkBtn i,
.shownet .contents .bgFbBtnWrap span.linkBtn i{
	font-size: 24px;
	vertical-align: middle;
	margin-bottom: 5px;
}
.bgFbBtnWrap {
	text-align: center;
	padding-top: 40px;
}
.bgFbBtnBox01 {
	margin-bottom: 50px;
}
.mainSectionArea .shownetH3Ttl01 {
	font-size: 24px;
	color: #1b1b65;
	margin: 0 0 0 ;
	margin-bottom:20px;
}
.shownet .contents .shownetLinkBtn02 a.linkBtn {
	border-radius: 30px;
	line-height: 1.2em;
	padding: 9px 0;
	height: auto;
}
.lowerPage .shownetLinkBtn02 p {
	font-size: 16px;
	margin: 0;
}
.pc_mgt_none {
	margin-bottom: 0px!important;
}
.shownet p.catchPhrase_concept {
	font-size: 30px;
	font-weight: bold;
	color: #2ea7e0;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 0 0;
}
.shownetImg01 {
	padding-top: 30px;
}
.shownetLinkBtn01 {
	text-align: center;
	margin-bottom: 40px;
	padding: 20px 0 0;
}
.lowerPage .shownetLinkBtn01 p {
	margin: 0;
}
.shownetLinkBtn02 {
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 0 0;
}
.shownetYoutube01 {
	padding-top: 30px;
}
.shownetYoutube02 {
	padding: 30px 0;
}

/*ShowNet 今年の見どころ highlight.html*/
.soon_txt{
  font-size: 20px;
	text-align: center;
  margin: 40px auto 30px;
}
.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;
}
.highlight_terminal {
	width: 100%;
}

/*ShowNetを体験する experience.html*/
.shownet .mgb50 {
	margin-bottom: 50px !important;
}
.shownet p.catchPhrase03 {
	padding-top: 0;
	font-size:36px;
  color:#242a77;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	padding: 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;
}
.shownet table.schedule, .shownet table.schedule2 {
	width: 100%;
	border-bottom: #e9e9e9 solid 1px;
}
.shownet table.schedule th.header {
	background-color:#e9eff6;
	text-align: center;
}
.shownet table.schedule th {
	width: 16%;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
  border-top: #e9e9e9 solid 1px;
  background-color: #f6f6f6;
}
.shownet table.schedule td {
	padding: 5px 10px;
	border-left: #e9e9e9 solid 1px;
	border-bottom: #e9e9e9 solid 1px;
	font-size: 14px;
	height: 30px;
}
.shownet table.schedule td.w20_ttl {
	border-bottom: #e9e9e9 dotted 1px;
}
.w10 {
	width: 10px;
	text-align: center;
	border-right:#e9e9e9 solid 1px;
}
.w20 {
	width: 44%;
	text-align: left;
}
.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;
}
.shownetLinkBtn01.yellowlinkBtn .linkBtn04 {
	display: block;
	width: 478px;
	line-height: 50px;
	height: 50px;
	padding: 0;
}
.shownetLinkBtn01 a.linkBtn_grayout {
  color: #f7b141;
  text-decoration: none;
  line-height: 60px;
  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;
}
/*
.shownet a.linkBtn.yellow,
.sdi a.linkBtn.yellow {
	color:#000;
}
*/
.green_caption {
	color: #1b1b65;
}
.experienceImg01 {
	padding-bottom: 30px;
	text-align: center;
}
.experience_price {
	margin-bottom: 10px!important;
}
.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 tr.tr_first {
	border-left: #e9e9e9 solid 1px;
}
.shownet table.schedule2 th {
	width: 100%;
  float: left;
	padding:5px;
	border-top: #e9e9e9 solid 1px;
	border-bottom: #e9e9e9 solid 1px;
  border-right: #e9e9e9 solid 1px;
  background-color:#f6f6f6;
}
.shownet table.schedule2 td {
	width: 100%;
  height: auto;
  float: left;
  border-right: #e9e9e9 solid 1px;
  border-bottom: #e9e9e9 solid 1px;
  padding: 10px 20px;
  text-align: center;
	vertical-align:top;
}
td.warklist_last {
	border-bottom: 0px!important;
}

/*NOC/STM紹介 noc.html*/
.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;
}
.nocImg01 {
	padding-top: 0px;
}
.link_experience li {
  width: 16.6666%;
	height: 58px;
}
.link_noc li {
  width: 50%;
}
.link_highlight li {
	width: 20%;
	height: 58px;
}
.lowerPage .link_experience li a,
.lowerPage .link_highlight li a {
	line-height: 1em;
}

/*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;
}
.shownet_howto {
	text-align: right;
}
/*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; }

.mainSectionArea.bg-ai {
	position:relative;
	background:url(../images/planning/img_ai.jpg) center center;
	background-size:auto 100%;
  margin-top: 50px;
}
.mainSectionArea.bg::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:1;
}
.mainSectionArea.bg .tx {
	position:relative;
	padding-bottom:2.5em;
	text-align:center;
	font-size: 20px;
	font-weight:700;
	color:#fff;
	z-index:1;
}
.mainSectionArea.bg .tx p {
  background: none;
	font-size:30px;
}

@media only screen and (max-width: 768px) {
  .mainSectionArea.bg-ai {
    margin-top: 10px;
  }
  .mainSectionArea.bg .tx {
    font-size: 14px;
    padding-bottom:1em;
    margin: none !important;
  }
	.mainSectionArea.bg .tx p {
		font-size: 4.5vw !important;
		font-weight:500 !important;
    padding-bottom: none !important;
    margin-bottom: none !important;
	}
}

/* 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 span {
	font-size: 34px;
	line-height: 40px;
}
.mainSectionArea h2.enfont span {
	font-size: 30px;
	line-height: 40px;
	vertical-align: 10%;
}
.mainSectionArea h2 span {
	font-size: 34px;
	line-height: 40px;
}
.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;
}
.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,
.planning_seminar_BgcB .tcc_support {
	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-right: 5px!important;
}
ul.experience_link li.link_anker5 a {
	line-height: 1.6em!important
}
.map_pdt {
	margin-top: 50px;
}
/*planningページ end
---------------------------------------------------------------*/

/*Tccページ
---------------------------------------------------------------*/
/*index.html*/
.tcc h2:nth-child(n + 2) {
	margin-top: 70px;
}
.tcc .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(../images/planning/bg_line_h4.png) repeat-x left top;
  margin-right: 15px;
	padding-top: 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;
  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(../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(../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 {
	float: left;
	padding: 0;
	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 .alignLeft,
.bosa table tr th.name {
    text-align: left !important;
}
.bosa p.note {
	text-align: right;
}
.bosa .mt30 {
	margin-top: 10px;
}
.bosa .mark {
	font-size: 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: linear-gradient(90deg, #bc851f,#d2af54,#eee28f,#f4ed9a, #e5cc69);
}
.bosa table.catListTable tr.grandprix td {
  padding-top: 25px;
}
.bosa table.catListTable tr.semiGrandprix th {
  background: linear-gradient(90deg, #8f8f8f,#939393,#d2d3d3,#e7e8e8, #bababa);
}
.bosa table.catListTable tr.semiGrandprix td {
	padding-top: 25px;
}
.bosa table.catListTable tr.specialaward th {
  background: linear-gradient(90deg, #6a3906,#7c4f1e,#b69364,#d9bc8d, #b5864d);
}
.bosa table.catListTable tr.specialaward td {
	padding-top: 25px;
}
.bosa table.catListTable tr.finalist th {
    background: url("../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;
}
.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(../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(../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;
}
.shownetH3Ttl_highlight span {
  display: inline-block;
  background-color: #66c2b8;
  border-radius: 2em;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.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 td p.img {
  margin-bottom: 1em;
}

/* 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: 25px;
	clear: both;
}
.pickup p.pick_title {
	font-size: 16px;
	background-color: #25427a;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.pickupParson {
	overflow: hidden;
	border-bottom:#e7e9eb solid 1px;
}
.pickupParsonList{
	position: relative;
  background: #fff;
  width: 50%;
  font-size: 14px;
  border-left: #e7e9eb solid 1px;
  border-right: #e7e9eb solid 1px;
  border-bottom: #e7e9eb solid 1px;
}
.pickupParsonList.firstList{
  position: relative;
  float: left;
  background: #fff;
  width: 100%;
  height: auto;
  font-size: 14px;
}
.pickupTwoColumn {
	display:flex;
	flex-wrap:wrap;
	/* justify-content: space-between; */
	width:100%;
}
.pickupTwoColumn::before{
  content:"";
  display: block;
  width:49%;
  order:1;
}
.pickupTwoColumn::after{
  content:"";
  display: block;
  width:49%;
}
.pickupTwoColumn .pickupParsonList{
	width: 50%;
}
.pickupParsonListHead {
	overflow: hidden;
  background: #e7e9eb;
  padding: 2% 4%;
	height: auto;
}
.pickupParsonList.firstList .pickupParsonListHead {
	overflow: hidden;
  padding: 1% 2%;
}
.pickupParsonListHead h4 {
	color: #25427a;
  font-size: 24px;
  font-weight: bold;
	display: inline-block;
  vertical-align: middle;
}
.pickupParsonListHead h4 span {
	margin-left: 1em;
  color: #292728;
  font-size: 0.65em;
  font-weight: normal;
}
.pickupParsonListHead .pickupStatus {
  display: block;
	margin-top: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
  overflow: hidden;
}
.firstList .pickupParsonListHead .pickupStatus {
	display: inline-block;
  margin-left: 1vw;
  margin-bottom: 0;
}
.pickupParsonListHead .pickupStatus li {
	margin-right: 10px;
  font-size: 11px;
  font-weight: bold;
	line-height: 1.7em;
  padding: 0 0.5em;
  border-radius: 15px;
	background-color: #171c61;
  color: #fff;
}
.pickupParsonListHead .pickupStatus li.event_int {
	background-color: #171c61;
}
.pickupParsonListHead .pickupStatus li.event_lbj {
	background-color: #3d6ca6;
}
.pickupParsonListHead .pickupStatus li.event_apps {
	background-color: #a660a3;
}
.pickupParsonListHead .pickupStatus li.event_japanese {
	background-color: #fff;
	border: 1px solid #666;
	color: #666 !important;
}
.pickupParsonListHead .pickupStatus li.tag_seculity {
	background-color: #e272aa;
}
.pickupParsonListHead .pickupStatus li.tag_iot {
	background-color: #55aaaa;
}
.pickupParsonListHead .pickupStatus li.tag_IT {
	background-color: #2889d1;
}
.pickupParsonListHead .pickupStatus li.tag_AI {
	background-color: #003080;
}
.pickupParsonListHead .pickupStatus li.tag_cloud {
	background-color: #01401d;
}
.pickupParsonListHead .pickupStatus li.tag_network {
	background-color: #d5802b;
}
.pickupParsonListHead .note {
	color: #ff0000;
  font-size: 10px;
	display: inline-block;
}

.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(../images/exhibitionseminar/over.png) top 5px center no-repeat,url(../images/exhibitionseminar/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: 20px;
  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 .txt {
	float: left;
  width: 60%;
}
.pickupParsonListBody span {
	display: block;
}
.pickupParsonListBody .img {
	float: right;
  width: 35%;
}
.pickupParsonList.firstList .pickupParsonListBody .img {
	float: right;
  width: auto;
}
.pickupParsonList.firstList .pickupParsonListBody .img img {
	max-width: 133px;
	height: auto;
}
.pickupParsonList:last-child .img {
	text-align: right;
}
.pickupParsonList:nth-child(even) {
	float: left;
}
.pickupParsonListBody .row.row_next {
	overflow: hidden;
  width: 100%;
}
.pickupParsonListBody .cb {
	clear: both;
}
@media only screen and (min-width: 769px) {
	.pickupParsonListBody .row.row_vertical {
		display: block;
		float: left;
    width: 30%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	.pickupParsonListBody .row.row_vertical.mr0 {
		margin-right: 0;
	}
	.pickupParsonListBody .row.row_vertical .txt,
	.pickupParsonListBody .row.row_vertical .img {
		float: none;
		width: 100%;
	}
	.pickupParsonListBody .row.row_vertical .img img {
		width: 100%;
		height: auto;
	}
	.pickupParsonListBody .row.row_vertical .txt {
		margin-top: 5px;
	}
}
.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;
}
@media only screen and (max-width: 768px) {
	.pickupTwoColumn .pickupParsonList{
		width:100%;
	}
  .pickupParsonList .prof.multi {
    display:block;
  }
  .pickupParsonList .multiple {
		display:flex;
		-webkit-flex-direction: row-reverse;
  	flex-direction:         row-reverse;
		width:100%;
  }
	.pickupParsonList .ph {
		width:55%;
	}
  .pickupParsonListHead .pickupStatus {
    display: inline-block;
    margin-left: 1vw;
    margin-bottom: 0;
  }
}

/*shownet_sponsor*/
.shownet .contents .iotSponsorTable a.thickbox {
	float: right;
	width: 210px;
	font-size: 14px;
}

/*************************************
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%;
	}
	.topMainVisual {
		z-index: 1;
		height: auto;
		padding-bottom: 15%;
    transition: all .3s;
	}
	.mainVisualBox {
		padding-top: 5vh;
		width: 93.75%;
		height: auto;
		margin: 0 3.125%;
	}
	.mainVisualLogoArea {
		margin-bottom: 5%;
	}
	.mainVisualBox img {
		width: inherit;
		max-width: 90% !important;
	}
	.mainVisualLogoArea p.datePlace {
		font-size: 14px;
		line-height: 1.2;
	}
	.mainVisualLogoArea p.datePlace span {
		font-size: 12px;
	}
	.mainVisualConfArea {
		margin-top: 0;
	}
	.mainVisualConfArea p {
		font-size: 7vw;
    font-weight: bold;
		margin: 0 auto 5%;
	}
  .topMainVisual .registrationBtnWrap {
    margin-bottom: 3%;
		width: calc(50% + 80px);
		max-width:396px;
 }
	.topMainVisual .registrationBtn .poR a,
  .topMainVisual .registrationBtn_en .poR a,
	.topMainVisual .registrationBtn .poR span.gray,
  .topMainVisual .registrationBtn_en .poR span.gray{
		height: auto;
		font-size: 14px;
		line-height: 1.2;
		padding: 0.5em 15px;
	}
	.topMainVisual .registrationBtn.preK .poR a span,
  .topMainVisual .registrationBtn.preC .poR a span,
	.topMainVisual .registrationBtn.preK .poR span.gray span,
  .topMainVisual .registrationBtn.preC .poR span.gray span{
		top: 1.5em;
		right: 10px;
		padding: 3px 6px;
		font-size: 11px;
	}
	#scrolldown {
		max-width: 24% !important;
		margin: auto;
		text-align: center;
	}
	#scrolldown a {
		display: block;
	}
	/* PRボタン */
	.bnrBox {
		float: left;
		position: relative;
		width: 100%;
		height: auto;
		z-index: 3;
		margin-top: 20px;
	}
	.bnrBox a img{
		max-width: 100%!important;
	}
	.is-reflection span {
		height: 93.4%;
	}
	.mainVisualConfArea p .sp2 {
		display: none;
	}

	.bnrArea {
		z-index: 1;
    transition: all .3s;
	}
	.bnrAreaInner h2 {
		left: 3.125%;
	}
	.sponsors01 .caroufredsel_wrapper {
		margin-left: -3.125% !important;
		width: 150% !important;
		max-width: 150% !important;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.bnrAreaInner h2 {
		font-size: 13px;
	}
	#sponsorsLogoList01 li {
		text-align: center;
		font-size: 10px;
		padding: 5px 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;
  }
	/*PR バナー*/
	.prBnrArea {
		padding-top: 3.125%;
		background-color: #fff;
	}
	.prBnrArea .prBnrTtl {
		text-align: center;
	}
	.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:nth-child(1n+4) {
		margin-top: 3.125%;
	}
	.prBnrArea li img {
		width: 100%;
	}

	/*what's new*/
	.whatNewWrap {
		padding: 5.468% 0;
	}
	.whatNewWrap .whatNew01 {
		width: 100%;
		font-size: 16px;
		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;
		line-height: 18px;
	}

	/*開催実績*/
	.mainSectionArea {
		background-size: contain;
		padding: 6.25% 0 3.125%;
	}
	.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: 20px;
	}
	.mainSectionArea.performance  h2 {
		margin-bottom: 3.125%;
		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 {
		line-height: 1.2;
		font-size: 17px;
		padding: 3.125% 0;
	}
	.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;
		margin-bottom: 0;
	}
	.performance ul li .data {
		line-height: 1.6;
	}
	.performance ul li .data.performance_en {
	font-size: 2.4vw;
	line-height: 1.6;
  }
  .nextYear {
    display: block;
  }
  .nextYear-logo {
    padding: 10px;
  }
  .nextYear-logo img {
    width: 140px;
  }
  .nextYear-message {
    font-size: 16px;
    padding: 10px;
  }
  .nextYear-message strong {
    font-size: 26px;
  }
  .nextYear-message strong.en {
    font-size: 22px;
  }

	/*interopとは*/
	.mainAboutBg .mainAbout {
		text-align: left;
	}
	.mainAboutBg .mainAbout strong {
		font-size: 15px;
	}
	.mainAboutBg .mainAbout {
		font-size: 14px;
	}

	/*注力キーワード*/
	.mainThemeList .themeList01 {
		width: 50%;
		height: 170px;
	}
	.mainThemeList .themeList01 h2 {
		font-size: 24px;
		margin-top: 20px;
	}
	.mainThemeList .themeList01.en h2 {
		margin-top: 73px;
	}
	.mainThemeList .themeList01 p {
		margin: 10px 5% 0;
	}
	ul.mainThemeList {
		width: 100%;
	}
	.mainThemeList .themeList02 {
		float: left;
		width: 50%;
		height: 170px;
		margin: 0;
	}

	.mainThemeList .themeList02 a {
		width: 100%;
		height: 100%;
		padding-top: 40px;
	}
	.mainThemeList .themeList02 span {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}


	/*.mainThemeList .themeList02.themeList_en span {  リンク解除
		width: 100%;
		height: 100%;
		padding-top: 65px;
	}*/

	.mainThemeList li:nth-child(3).themeList02,
	.mainThemeList li:nth-child(6).themeList02,
	.themeList03 li,
	.themeList03 li:nth-child(5),
	.themeList03 li:nth-child(6){
		width: 50%;
	}
	.themeList03 li {
		font-size: 16px;
		padding-top: 28px;
	}
	.themeList03 li:nth-child(5),
	.themeList03 li:nth-child(6){
		width: 50%;
	}
	.themeList03.en li:nth-child(6) {
		padding-top: 18px;
	}

	/*基調講演*/
	.mainExplanationBg {
		margin-top: 0;
	}
	.mainExplanationBg.en {
		margin-bottom: 0;
	}
	.mainExplanationBg::after {
		background: none;
	}
	.mainExplanationBg .titleBox {
		width: 100%;
		margin-bottom: 0;
		padding: 15px;
	}
	.pickup {
		margin-top: 0;
	}
	.contents a.linkBtn,
	a.linkBtn,
	span.linkBtn {
		float: none;
		width: 480px;
		max-width: 100%;
		margin: 0 auto 3.125%;
		height: auto;
		font-size: 14px;
	}
	.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;
  }
	.pickupParsonList,
  .pickupParsonList.firstList{
		width: 100%;
		height: auto;
	}
	.pickupParsonList .keynoteTtl {
	  margin-bottom: 3.125%;
	  font-size: 5.4vmin;
  }
  .pickupParsonListBody .short_ttl {
	  padding-top: 0px;
  }
	.pickupParsonListBody .row.row_next {
		padding-top: 20px;
	}
	.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;
	}
	.mainConference {
		margin-bottom: 0;
  }
	.mainConference::after {
		background: none;
	}
	.mainConference .titleBox {
    margin-bottom: 0;
		padding: 15px;
		width: 100%;
  }
	.conferenceImg {
    margin-bottom: 20px;
  }
	.mainSectionRow {
    margin: 3.125% auto;
  }
  .mainSectionRow .col2 {
    width: 100%;
  }
  .mainSectionRow .col2 img {
    width: 100%;
  }
	.mainShowNetBg {
		margin-bottom: 0;
		margin-top: 0;
	}
	.mainShowNetBg::after {
		background: none;
	}
	.mainShowNetBg .titleBox {
    margin-bottom: 0;
		padding: 15px;
		width: 100%;
  }
	.showNetImg {
    margin-bottom: 20px;
  }
	.kouen_img_en {
	margin-top: 6.25%;
  }
	.pickupParsonList.firstList .pickupParsonListHead {
	overflow: hidden;
	background: #e7e9eb;
	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追加****/
	/*showNet*/
	.showNetImg {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 6.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%;
	}

	/*メディアスポンサー*/
	.mainSponsorBg {
		margin-top: 0;
		margin-bottom: 0;
	}
	.mediaSBtnWrap {
		margin-top: 0;
	}
	.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: none;
	border-top: 0px;
  }
	.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;
		padding-bottom: 50px;
	}
	.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%;
  }


  /*news@*/
	.mainSectionArea.mainNewsatBg h2 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 3.125%;
		position: relative;
	}
	.mainSectionArea.mainNewsatBg h2 span {
		margin: 0 3.125% 0 0;
		line-height: 1.2;
	}
	.mainNewsatBg a.link_newsat_bn {
		position: absolute;
		display: block;
		font-size: 10px;
		right: 3.125%;
		top: 4%;
		margin-right: 0;
	}
  .newsat ul {
		height: 13em;
	}
  .newsat ul li {
		padding-right: 3.125%;
		padding-left: 3.125%;
	}
  .newsat ul li .newsat_date {
    height: 4.5em;
  }
  .newsat_date:before {
    top: 2.75em;
  }
  .newsat ul li p {
    height: 8em;
		margin-bottom: 1.5em;
  }
  .newsat ul li p:before {
    top: 5.75em;
  }


  /*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;
	}
	.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-size: 3.4vw;
	}
	.lowerPage.exhibition .f14m20 p{
		padding: 0 3.125%;
	}
	.lowerPage .f14m20 p.map_pdb{
	  margin-bottom: 0;
  }
	.pad3{
		padding-left: 3%;
		padding-right: 3%;
	}
	.mainSectionArea h2{
		font-size: 24px!important;
		margin-bottom: 1em!important;
		padding-bottom: 5px!important;
	}
	.mainSectionArea.mainExplanationBg.en h2{
		margin-bottom: 0!important;
	}
	.mainSectionArea h3{
		margin-bottom: 0.5em!important;
		font-size: 18px;
	}
	.mainSectionArea h3.caption_about {
		font-size: 20px;
	}
	.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 #ebebeb;
	}
	.flR02 {
		margin-left:10px;
	}
	.mainSectionArea h2.sp_title {
		font-size: 5.8vmin!important;
	}
	.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;
	}
	.pageTop.scroll {
		opacity: 1;
	}
	.pageTop.fixd {
		position: absolute;
		right: 3.125%;
		bottom: 100%;
	}
	.pageTop img {
		width: 100%;
		height: 100%;
	}
	/*accessページ*/
	.gaiyo_SNS{
		display: none;
	}
	.pad_bottom{
		padding-bottom: 3.125%;
	}
	.mainSectionArea h3.about_h3{
		margin-bottom: 0!important;
	}
	/*contactページ*/
	.lowerPage h4.contact_h4{
		padding: 2%;
		height: auto;
		line-height: 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 {
		width: 100%;
		font-size: 14px;
	}
	.bgFbBtnBox01 {
		margin-bottom: 0;
	}
	.shownetLinkBtn01,
	.shownetLinkBtn02 {
		padding-top: 6.25%;
		padding-bottom: 3.1255;
		margin-bottom: 0px;
	}
	.shownet a.linkBtn, a.linkBtn, span.linkBtn {
		width: 100%;
	}
	.shownet .contents .shownetLinkBtn02 a.linkBtn,
	.shownet .contents .shownetLinkBtn02 span.linkBtn{
		padding-left: 2vw;
		margin-bottom: 0;
	}
	.shownet .contents a.linkBtn,
	.shownet .contents a.linkBtn02,
	.shownet .contents span.linkBtn,
	.shownet .contents span.linkBtn02{
		margin: 0 auto 6.25%;
		height: auto;
		font-size: 4vw;
	}
	.shownet .linkBtnArea {
		margin-top: 0px;
		overflow: visible;
	}
	.shownet .linkBtnArea li {
		width: 33%;
		height: 50px;
	}
	.link_experience li {
    width: 16.6666% !important;
		height: 50px;
		line-height: 18px;
	}
	.link_highlight li {
		width: 20% !important;
		height: 50px;
		line-height: 18px;
	}
	.link_noc li {
		width: 50%!important;
	}
	.shownet .linkBtnArea li.highlight_link {
		width: 16.5%;
		height: 50px;
	}
	.shownet .linkBtnArea li a {
		font-size: 12px!important;
		line-height: 1.4!important;
	}
	.shownet .link_experience li a,
	.shownet .link_highlight li a {
		font-size: 2.2vw!important;
	}
	.w970_shownet {
		width: 100%;
		padding: 0;
	}
	.shownetYoutube01 {
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
		padding-top: 30px; /* 現プレイヤーでは不要？ */
		height: 0;
		overflow: hidden;
	}
	.shownetYoutube01 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 3.125%;
	}
	.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: 5vw;
		margin-bottom: 20px;
		padding: 0;
		float: left;
		line-height: normal;
	}
	.shownet p.catchPhrase_concept {
		font-size: 5vw;
		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;
	}
	.shownetImg01 {
		padding-top: 6.25%;
	}

	.shownet .mgb50.experience_sp {
		margin-bottom: 6.25% !important;
	}
	.shownet table.schedule th.header {
		border-top: #e9e9e9 solid 1px;
		border-bottom: #e9e9e9 solid 1px;
	}
	.shownet table.schedule th {
		width: 100%;
		float: left;
		padding-top: 5px;
		padding-right: 3.125%;
		padding-left: 3.125%;
		padding-bottom: 5px;
		border-top: none;
		border-left: none;
		border-bottom: #e9e9e9 solid 1px;
	}
	.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: #e9e9e9 solid 1px;
		border-left: none;
		font-size: 14px;
	}
	.shownet table.schedule td.w10 {
		border-bottom: #e9e9e9 dotted 1px!important;
	}
	.shownet table.schedule td.w20_ttl {
		border-bottom: #e9e9e9 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 #e9e9e9;
	}
	.shownet table.schedule2 tr.tr_first {
		border-left: none;
		border-top: 0px;
	}
	.shownet table.schedule2 th {
		text-align: left;
		padding:5px 3.125%;
		border-right: none;
	}
	.shownet table.schedule2 td {
		border-right: none;
		border-bottom: 1px solid #e9e9e9;
		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;
	}
	.mainSectionArea.sp_pdb {
		padding-bottom: 3.125%;
	}

	/*shownet_sponsor*/
	.shownet .contents .iotSponsorTable a.thickbox {
    float: none;
    width: 80%;
    text-align: center;
    margin-top: 3.125%;
    padding-top: 0px;
    padding-bottom: 0px;
	}

	/*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%;
	}
	.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 {
		margin-top: 10px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-top: 10px;
	}
	.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: 3.125% 0px;
		/*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: 12vh;
	}
	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: 20vh;
	}
	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: 16vh;
	}
	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: 20vh;
	}
	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: 16vh;
	}
	.mgt40 {
		margin-top: 3.125%!important;
		margin-bottom: 3.125%!important;
	}
	.bdb_01 {
		border-bottom: 1px solid #eee;
	}
	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-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%;
  }
	.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 {
		width: 100%;
	  font-size: 14px;
	  padding: 0;
	  margin-bottom: 3.125%;
		float: left;
  }
	.tcc .tccTbl02.mastodon p.mastodon_speaker_name {
	  margin-top: 6.25%;
  }
	.mastodon_speaker_ttl {
		margin-top: 8%!important;
	}
	.mastodon_support h4 {
	  width: 100%;
	  background: none!important;
	  border-bottom: 1px solid #eee;
	  padding-top: 3.125%;
	  padding-bottom: 3.125%;
	  font-weight: normal;
  }
	/*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;
	}
  .shownetH3Ttl_highlight span {
    font-size: 3vw;
    padding: 0.5em 1em;
  }
	.floatchild1 {
		float: left;
		width: 100%;
	}
	.pare p {
		padding: 0 3.125%;
	}
	.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 {
		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("../images/exhibition/bg_finalist.png") no-repeat;
	}
}

@media only screen and (max-width: 768px) and (max-height: 568px) {
	/* PRボタン */
	.mainVisualBox {
		padding-top: 2vh;
	}
	.mainVisualLogoArea,
	.mainVisualConfArea p,
  .topMainVisual .registrationBtnWrap {
    margin-bottom: 7px;
 }
	.bnrBox {
		margin-top: 0;
	}
}


/*公開非表示指定*/
/*.en {
	opacity: 0.4;
}
.btnArea p a.en:hover {
	text-decoration: none;
	cursor: default;
}*/
.gray_out {
	opacity: 0.4!important;
	cursor: default;
}
.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(../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;
}
.prbnr_one{
	margin-right: 114px!important;
	margin-left: 114px!important;
}
.prbnr_one02{
	margin-right: 114px!important;
	margin-left: 0px!important;
}
.tcc a.linkBtn.yellow.gray_out:hover{
	background: url(../images/common/ico_link_yellow.png) 20px 50% no-repeat;
  color: #f7b141!important;
  line-height: 60px;
  border: 2px solid #f7b141;
}
.pdt0 {
	padding-top: 0px;
}
.shownet .contents a.linkBtn02.gray_out {
	background-color: #f4cedd;
}
@media only screen and (max-width: 768px) {
	.prbnr_one{
		margin-right: 0px!important;
		margin-left: 0px!important;
	}
	.prbnr_one02{
		margin-right: 0px!important;
		margin-left: 0px!important;
	}
	.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;
	}
}


/* Font Awesome */
span.bg-arrow-circle-right:before,
span.bg-fa-external-link:after,
.linkBtnArea li a span:before,
.linkBtnArea li a:hover span:before,
.contents .topBack a span:after,
.mediaList ul li a:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*fa-arrow-circle-right*/
.lowerPage .contents a span.bg-arrow-circle-right:before,
.linkBtnArea li a span:before,
.mediaList ul li a:before {
  content: "\f0a9";
	margin-right: 8px;
	line-height: 1.8em;
}
.linkBtnArea li.linklist_active a span:before{
  display: none;
}

/*fa-arrow-circle-down*/
.linkBtnArea li a:hover span:before {
  content: "\f0ab";
	line-height: 1.8em;
}

/*fa-external-link*/
span.bg-fa-external-link:after {
  content: "\f08e";
	margin-left: 6px;
}

@media only screen and (max-width: 768px) {
	.shownet .linkBtnArea li a span:before {
		margin-right: 2px;
	}
	.shownet .link_experience li a span:before,
	.shownet .link_highlight li a span:before {
		margin-right: 0;
	}
}
