@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', 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
	min-width: 970px;
	width: 100%;
	margin: 0 auto;
}
body.no-scroll {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
.backstretch img{
	max-width: none !important;
}
}
.close_txt {
	text-align: center;
	font-size: 30px;
}
@media only screen and (max-width: 768px) {
	.close_txt {
		text-align: center;
		font-size: 6vw;
		padding-top: 6.25%!important;
		padding-bottom: 6.25%!important;
	}
}
/*** clearfix ***/
.cf:before, .cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after { clear:both; }
.cf {
	zoom: 1;
}

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

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
.w970,
.w970_shownet {
	width: 970px;
	margin: auto;
}

.flR {
	float:right;
	margin-left:10px;
}
.flR02 {
	float:right;
	margin-left:35px;
}
.pdt_p {
	padding-top: 10px;
}
.pdt_link {
	padding-top: 30px!important;
}
.program_color {
	color: #66c2b8;
}
.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;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover img {
	filter:alpha(opacity=70);
	opacity: 0.7;
}
a {
	color: #D01126;
	text-decoration: none;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}
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: 100vh;
}
.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(140,15,45,0.55);
  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: 600px;
	height: 380px;
	margin: auto;
	text-align: center;
	z-index: 3;
}
.mainVisualLogoArea {
	margin-bottom: 22px;
	text-align: left;
}

.mainVisualLogoArea p.datePlace {
	margin-top:1em;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.mainVisualLogoArea p.datePlace span {
	font-size: 18px;
}

.mainVisualLogoArea>img {
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (min-width: 769px) {
	.mainVisualLogoArea>img {
		max-width: 600px;
	}
}
.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:  22px auto 0;
	text-align: left;
	width: 574px;
	float: left;
}
.mainVisualConfArea p {
	font-size: 20px;
	font-weight: bold;
}
.mainVisualConfArea p.en {
	font-weight: normal;
	line-height: 1.8;
}
.topMainVisual .registrationBtnWrap {
  overflow: hidden;
	width: 396px;
	margin-top:20px;
	float: right;
}
.topMainVisual .registrationBtn .poR a,
.topMainVisual .registrationBtn_en .poR a {
	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;
	text-shadow:1px 1px 1px #afcf00;
}
.topMainVisual .registrationBtn.preK .poR a,
.topMainVisual .registrationBtn_en.preK .poR a {
  background-color: #644fff;
	border-radius: 30px;
	margin-bottom: 10px;
}
.topMainVisual .registrationBtn.preK.cs .poR a,
.topMainVisual .registrationBtn_en.preK.cs .poR a {
  background-color: #999;

}
.topMainVisual .registrationBtn.preC .poR a,
.topMainVisual .registrationBtn_en.preC .poR a {
  background-color: rgb(0, 161, 219);
	border-radius: 30px;
}
.topMainVisual .registrationBtn.preK .poR a:hover,
.topMainVisual .registrationBtn_en.preK .poR a:hover {
	background-color:#afcf00;
	text-decoration: none;
	text-shadow:1px 1px 1px #afcf00;
}
.topMainVisual .registrationBtn .poR a 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;
	text-shadow:none;
}
.topMainVisual .registrationBtn.preK .poR a span {
	color: #644fff;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}
.topMainVisual .registrationBtn.preK.cs .poR a span {
	color: #999;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}
.topMainVisual .registrationBtn.preC .poR a span {
	color: rgb(0, 161, 219);
	-webkit-transition: 0.5s;
  transition: 0.5s;
}
.topMainVisual .registrationBtn.preK .poR a:hover span,
.topMainVisual .registrationBtn_en.preK .poR a:hover span {
	color:#afcf00;
}
.scrolldown {
	margin: 44px 0 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: #D01126;
	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: 110px;
	font-weight: bold;
}
#sponsorsLogoList01 li.theme_en {
	font-size: 13px;
}
#sponsorsLogoList01 li a {
	display: block;
	text-align: center;
	line-height: 77px;
	width: 150px;
}
#sponsorsLogoList01 li a img {
	vertical-align: middle;
	max-width: 120px;
	max-height: 43px;
}

/* .pageTop */
.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 10px;
    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.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 .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: 18px;
	margin: 0px 0px 15px 0px;
}
.mainSectionArea h3.caption_about {
	font-size: 24px;
}
.mainSectionArea h3.caption_about span {
	font-size: 18px;
}
.mainSectionArea h3.contact_h3 {
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	color: #66c2b8;
}
.mainSectionArea h3.contact_h3.h3_planning {
	text-align: center;
}
.mainSectionArea h3.mh01 {
	margin: 0 0 0;
}

a.linkBtn,
span.linkBtn {
  background-color: rgba(200, 15,60, 0.7);
	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: #afcf00;
}
a.cs.linkBtn,
a.cs.linkBtn:hover {
	background-color:#aaa !important;
}
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: #FF93AB;
	/*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: #D01126;
	color: #fff;
	line-height: 30px;
}
.performance li.last .ttl{
	background-color: #ff3385;
}
.performance li .txt{
	background-color: #fff;
	padding: 20px 17px 15px;
	height: 150px;
}
.performance li .count{
	color: #D01126;
	font-size: 39px;
	margin-bottom: 15px;
}
.performance li.last .count{
	color: #ff3385;
}
.performance li .count span{
	font-size: 12px;
}
.performance li .data{
	font-size: 12px;
	text-align: left;
}


/* 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;}

/* whatNew */
.whatNewWrap {
	background-color: #f4f7fa;
	padding-top: 20px;
	/*margin-top: 50px;*/
	padding-bottom: 20px;
}
.whatNewWrap .whatNew01 {
  background: #f07090;
	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: #7b1b35;
  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 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 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: 18px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	padding-top: 28px;
}
.themeList03 li:nth-child(2),
.themeList03 li:nth-child(3) {
	padding-top: 15px;
}
.themeList03 li:nth-child(5),
.themeList03 li:nth-child(6) {
  width: 17%;
}
@media only screen and (min-width: 1330px) {
	.themeList03 li br {
		display: none;
	}
	.themeList03 li:nth-child(2),
	.themeList03 li:nth-child(3) {
		padding-top: 28px;
	}
}
.themeList03 li:nth-of-type(1){
	background: url(../images/top_exhibition/bg_net.jpg) 0 0 no-repeat;
  background-size: cover;
}
.themeList03 li:nth-of-type(2){
	background: url(../images/top_exhibition/bg_cloud.jpg) 0 0 no-repeat;
  background-size: cover;
}
.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){
  background: url(../images/top_exhibition/bg_it.jpg) 0 0 no-repeat;
  background-size: cover;
}
.themeList03 li:nth-of-type(5){
  background: url(../images/top_exhibition/bg_bl.jpg) 0 0 no-repeat;
  background-size: cover;
}
.themeList03 li:nth-of-type(6){
  background: url(../images/top_exhibition/bg_ip.jpg) 0 0 no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .mainThemeList li.themeList02:hover:after {
    transform: scale(1.3);
  }
	.mainThemeList li.themeList_en:hover:after {
	transform: scale(1.0)!important;
}
}

/* 基調講演 */
.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;
	padding-top:30px;
}
.mainExplanationBg .titleBox{
	background-color: #D01126;
	width: 396px;
	float: left;
	padding: 30px 30px 35px;
	margin-bottom: 25px;
}
/* LEJ */
.mainLej {
	background-color: #fff;
	/*min-height:500px;*/
	margin-top: 50px;
	margin-bottom: -50px;
	padding-top:0;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
	overflow-x:hidden;
}
.mainLej .overContent {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120px;
	/*background:rgba(0,0,0,.7);*/
}
.mainLej .overContent .inner {
	width:94%;
	max-width:970px;
	margin:auto;
}
.mainLej .overContent .inner h3 {
	display:inline-block;
	float:right;
	color:#fff;
	text-align:center;
	padding-top:1em;
	font-size:20px;
}
.mainLej .overContent .inner h3 .color {
	font-size:110%;
	color:#ea1d76;
}
.mainIpShowCase .overContent .inner h3 .size {
	font-size:150%;
}

.mainLej .loopSliderWrap {
    top: 0;
    left: 0;
    height: 120px;
    overflow: hidden;
    position: absolute;
}
.mainLej .loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 120px;
    text-align: left;
    position: relative;
    overflow: hidden;
} 
.mainLej .loopSlider ul {
    height: 120px;
    float: left;
    overflow: hidden;
} 
.mainLej .loopSlider ul li {
    width: 715px;
    height: 120px;
    float: left;
    display: inline;
    overflow: hidden;
}
.mainLej .loopSlider ul li img {
	width:100%;
	height:100%;
}
.mainLej .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
.mainLej .ttl {
	padding:20px 0;
}
.mainLej .ttl .logo {
	display:inline-block;
	width:25%;
	margin:0;
	vertical-align: top;
}
.mainLej .ttl .logo img {
	width:100%;
}
.mainLej .ttl .ti {
	display:inline-block;
	width:72%;
	padding:0.5em 0 0 1em;
	vertical-align: top;
	font-size:24px;
}
.mainLej .ttl .ti span {
	font-size:85%;
}
.mainLej .tx {
	padding:20px 20px 50px;
	color:#fff;
	font-size:14px;
	background:#c02050;
}
.mainLej .tx p {
	font-size:16px;
}
.mainLej .w970 a {
	display:inline;
	float:right;
	height:50px;
	line-height:50px;
	margin-top:-25px;
	margin-right:30px;
	padding:0 30px;
	border-radius:25px;
	border:2px solid #000;
	color:#fff;
	font-size:16px;
	background:#000;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}
.mainLej .w970 a:hover {
	background:#fff;
	border:2px solid #000;
	color:#000;
	text-decoration:none;
}
.mainLej .w970 a.cs,
.mainLej .w970 a.cs:hover {
	background:#aaa;
	border:2px solid #aaa;
	color:#ddd;
}
.mainLej .w970 a br {
	display:none;
}

.kyenoteBtnWrap {
	clear: both;
}
/* 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: #D01126;
	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: #D01126;
	width: 396px;
	height: 400px;
	float: left;
	padding: 35px 30px;
}

/* NewsAt */
.mainNewsatBg {
	background: url(../images/top_exhibition/bg_news.jpg) 0 0 repeat;
  background-size: cover;
	padding-bottom: 50px;

}
.mainNewsatBg h2 {
	background-color: #D01126;
	background-image: none;
	color: #fff;
	font-size: 20px;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 40px;
	vertical-align: bottom;
}
.newsat {
	background-color: #fff;
}
.newsat ul {
	background-color: #fff;
  position: relative;
}
.newsat ul li {
	display: none;
  width: 100%;
	height: 7em;
  padding: 10px 20px;
}
.newsat ul li h3 {
	font-weight: normal;
	font-size: 14px;
}
.link_newsat_bn a {
  display: inline-block;
  float: right;
  padding: 5px 5px 0;
  color: #fff;
  margin-right: 10px;
	font-size: 14px;
	text-decoration: underline;
}
.link_newsat_bn a:hover {
	text-decoration: none;
}
.newsat ul li p {
	font-size: 14px;
	margin: 0;
}
@media only screen and (min-width: 769px) {
	.newsat ul li p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
}
.newsat ul li p a {
	text-decoration: underline;
}
.newsat ul li p a:hover {
	text-decoration: none;
}
.newsat_date {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.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;
  }
  .newsat {
    margin-bottom: 3.125%;
  }
  .newsat ul li {
    height: 12em;
    text-overflow: clip;
    white-space: normal;
  }
}

/*メディアスポンサー*/
.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: 100px;
}
.newsBtnWrap {
	text-align: center;
}

/*同時開催イベント*/
.mainCoLocatedBg {
	background-color: #FFF7FA;
	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 #aaa;
}

@media only screen and (min-width: 769px) {
	body.about .hNav>ul>li> a.about { border-top: #D01126 solid 3px; color: #730016;}
	body.conference .hNav>ul>li> a.conference { border-top: #D01126 solid 3px; color: #730016;}
	body.exhibition .hNav>ul>li> a.exhibition { border-top: #D01126 solid 3px; color: #730016;}
	body.lecture .hNav>ul>li> a.lecture { background-color:#514E81;}
	body.shownet .hNav>ul>li> a.shownet { border-top: #D01126 solid 3px; color: #730016;}
	body.campaign .hNav>ul>li> a.campaign { border-top: #D01126 solid 3px; color: #730016;}
	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:#F46985;
	text-decoration:underline;
	line-height: 1.8em;
}
.lowerPage .contents a:hover {
	text-decoration:none;
}
.breadcrumb {
	width:100%;
	display:table;
}
.breadcrumb p {
	color: #FFBBCB;
	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: #fff;
	text-decoration:none;
}
.lowerPage .contents .lowerTitleBG a:hover {
	text-decoration: underline;
}
.lowerTitleBG .w970{
	height:70px;
	display:table;
}
.lowerTitleBG .w970 .titleWrapper{
	display:table-cell;
	vertical-align:middle;
}
.lowerTitleBG h2 {
	font-size:44px;
	line-height:48px;
}
.lowerPage .f14m20 p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.8em;
}
.noc_TblDate {
	font-size: 12px!important;
}
.lowerPage .textAlC {
	text-align: center;
}
.mgb20 {
	margin-bottom:20px!important;
}
.mgb30 {
	margin-bottom:30px!important;
}
.pdt30 {
	padding-top: 30px!important;
}
.contents .topBack {
	display:block;
	height:16px;
	font-size:12px;
	text-align:right;
	padding-right:20px;
	background:url(../images/common/ico_topback.png) no-repeat 100% 0;
}
.contents .topBackbsa {
	display:block;
	height:16px;
	font-size:12px;
	text-align:right;
	padding-right:20px;
	margin-top:20px;
}
.contents .topBack a {
	color:#000000;
}
.contents .topBackbsa a {
	color:#000000;
}
/* about */
.aboutConfLinkBox>p {
	display: inline-block;
	vertical-align: middle;
}
.aboutConfLinkBox>div {
	display: inline-block;
	vertical-align: middle;
}
.top_caption_about{
	position: relative;
	width: 100%;
	height: 240px;
	border-bottom: 1px solid #eae8e3;
	background-color: #fff8fb;
	text-align: center;
}
.top_caption_about h2{
	color: #7b1b35;
	font-size: 32px;
	padding-top: 50px;
	padding-bottom: 30px;
	line-height: 35px;
}
.top_caption_about p{
	width: 96%;
  max-width: 960px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8em;
}
.en .top_caption_about p{
	font-size:14px;
}
.about_SNS{
	position: absolute;
  top: 115px;
  right: 0;
  width: 50px;
  height: 100px;
}
.about_SNS img{
  width: 50px;
  height: 50px;
}
.lowerPage .aboutConfLinkBox>div a {
	background: #e9e7e2 url(../images/common/ico_black_link01.png) 205px 50% no-repeat;
	padding: 8px 15px 8px 0;
	margin-left: 10px;
	display: block;
	color: #000;
	text-decoration: none;
	border: 1px solid #d8d3cc;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 12px;
	text-align: center;
	width: 233px;
}
.lowerPage .aboutConfLinkBox>div a:hover {
	text-decoration: underline;
}
table.aboutTbl01 {
	width:100%;
	border:solid 1px #D7D3CA;
	margin-bottom:20px;
}
table.aboutTbl01 th, table.aboutTbl01 td {
	border-right:solid 1px #D7D3CA;
	border-left:solid 1px #D7D3CA;
	border-bottom: dotted 1px #D7D3CA;
	font-size:14px;
	line-height:140%;
	padding:10px;
}
table.aboutTbl01 th {
	width:20%;
	background-color:#fff3f8;
	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;
}
.tit_about{
	padding-bottom: 0px!important;
}
/*table.aboutTbl01 td a {
	color:#269EDC;
	text-decoration:underline;
	}
	*/
.to {
	position: relative;
}
.to p{
	position:absolute;
	bottom:15px;
	right:0;

}

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

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


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


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

/*セミナーページ
---------------------------------------------------------------*/
.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: 485px;
	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: #FfA0ba;
	font-size: 14px;
	background-color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #d6d6d6;
}
.lowerPage .link_experience li a {
	color: #FfA0ba;
	line-height: 1.5em;
}
.lowerPage .linkBtnArea li.highlight_link a {
	line-height: 18px;
	border-left: 1px solid #fff;
}
.linkBtnArea li a:hover {
	background-color: #fff3f8;
	border-top: 3px solid #fff3f8;
	color: #FF748F;
}
.linkBtnArea li.linklist_active a,
.linkBtnArea li.linklist_active a:hover{
	background-color: #fff;
	border-top: 3px solid #FF748F;
	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_SNS{
	position: absolute;
  top: 210px;
  right: 0;
  width: 50px;
  height: 310px;
}
.shownet_SNS img{
  width: 50px;
  height: 310px;
}

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

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

/* 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;
}
.shownetLinkBtn01 a.linkBtn {
	color: #66c2b8;
	text-decoration: none;
	line-height: 60px;
}
.dRank {
	background-color: #fdebb5;
	font-weight: bold;
}
.pRank {
	background-color: #e6ecf9;
	font-weight: bold;
}
.gRank {
	background-color: #fbf799;
	font-weight: bold;
}
.sRank {
	background-color: #f0f0f0;
	font-weight: bold;
}
.rank_cooperative {
	background-color: #edf6ed;
	font-weight: bold;
}
.iotSponsorTable th,
.shownetSponsorTable table th {
	padding: 5px 0;
	border: #d4cfc6 solid 1px;
	width: 260px;
}
.iotSponsorTable.planning_en th {
	border: none;
}
/* コリア パビリオン */
.koreaSponsorTable {
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}
.koreaSponsorTable td {
	padding: 5px 15px;
	border: #d4cfc6 solid 1px;
}

/* Security World */
.lowerPage .securityWord01 p,
.lowerPage p.securityWord02 {
	float: left;
	width: 478px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #71629b;
	border: 2px solid #71629b;
	background-color: #f8f7fa;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 0;
	height: 150px;
	line-height: 150px;
}
.lowerPage .securityWord01 p:last-child {
	float: right;
	width: 478px;
	color: #f18d00;
	border: 2px solid #f18d00;
	background-color: #fef9f2;
}
.lowerPage p.securityWord02 {
	float: none;
	width: 478px;
	margin: auto;
	color: #0088b1;
	border: 2px solid #0088b1;
	background-color: #f2f9fb;
	position: relative;
	top: -12px;
	margin-bottom: 20px;
}

.planning_BgcB {
	border-right: 1px solid #D01126;
	border-left:  1px solid #D01126;
	margin-bottom: 20px;
}
.planning_seminar_BgcB {
	border-right: 1px solid #b3d2e6;
	border-left:  1px solid #b3d2e6;
	background-color: #b3d2e6!important;
	margin-bottom: 20px;
}
.planning_seminar_BgcB b {
	color: #1170ae;
}
.planning_seminar_BgcB span {
	color: #000;
}
.planning_sessionTtl {
	padding-top: 10px;
}
.planning_speaker {
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
.planning_speaker img {
	width: 100%;
	height: auto;
}
.planning_secssion_width {
	width: 693px;
}
.planning_seminar_speaker {
	font-size: 16px!important;
}
.mgt40{
	margin-top: 40px!important;
	margin-bottom: 60px!important;
}
.tag_first {
	float: left;
}
.tag_next {
	float: left;
	margin-left: 5px!important;
}
ul.experience_link li.link_anker5 a {
	line-height: 1.6em!important
}
.map_pdt {
	margin-top: 30px;
}
/*planningページ end
---------------------------------------------------------------*/

/*Tccページ
---------------------------------------------------------------*/
/*index.html*/
.tcc h2:nth-child(n + 2) {
	margin-top: 70px;
}
.aboutTbl01 span {
	margin-right: 20px;
	line-height: 50px;
}
.verCenter {
	margin-right: 20px;
	line-height: 25px;
}
.tccTbl02 {
	width: 100%;
	border: 1px solid #eee;
}
.bb0 {
	border-bottom: 0;
}
.bt0 {
	border-top: 0;
}
.tccTbl02 th {
	background: #24407b;
	width: 120px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
}
.tccTbl02 td{
	padding-left: 15px;
}
.tccTbl02 h3 {
	font-size: 19px;
	padding-top: 0px;
	padding-left: 5px;
}
.lowerPage .contents .tccTbl02 h3 a {
	color: #000;
}
.lowerPage .f14m20 p.tcc_session_time {
	width: 100%;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.8em;
	padding-left: 6px;
}
.tccTbl02 p {
  padding-left: 5px;
}
.tccTbl02 h4 {
	background: #fff url(../images/tcc/bg_line_h4.png) repeat-x left bottom;
  margin-right: 15px;
	padding-bottom: 8px;
  font-weight: normal;
}
.tccTbl02 h4.no-border {
  background: #fff;
  margin-right: 15px;
  font-weight: normal;
}
.tccTbl02 h4 span {
  float: left;
  width: 160px;
  height: 39px;
  padding-top: 10px;
  font-weight: bold;
}
.experience_ttl .tccTbl02 h4 span {
	float: left;
  width: auto!important;
	padding-right: 20px;
  height: 39px;
  padding-top: 10px;
	font-weight: bold;
}
.tccTbl02 h4 span.one_supporter,
.experience_ttl .tccTbl02 h4 span.one_supporter {
  padding-top: 0px;
}
.tccTblBgcB {
	line-height: normal;
  background-color: #D01126;
  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 {
	background: url(../images/mediasponsor/list_arrow.png) 0 50% no-repeat;
	float: left;
	padding: 0 0 0 30px;
	width: 323px;
	line-height: 22px;
}
.ankerBoxInner .ttl {
	margin-bottom: 25px;
}
.ankerBoxInner .txt {
	text-align: right;
	margin-top: 20px;
}
.media {
	font-size: 14px;
}
img.border {
	border: #dcdcdc solid 1px;
}
.backglay {
	border: 1px solid #CCCCCC;
	clear: left;
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 40px;
}
/*sponsorページ end
---------------------------------------------------------------*/
/*w3c20ページ
---------------------------------------------------------------*/
/*index.html*/
.w3c20 h2.mgb30 {
	margin-top: 50px;
}
.w3c20 .linkBtnArea.mt0 {
	margin-top: 0;
}
.w3c20 .linkBtnArea li {
	width: 242px;
}
.w3c20 .textAlC {
	padding: 20px 0 30px 0;
}
.w3c20 .pic {
	height: 145px;
	text-align: center;
}
.w3c20 .pic img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 8px solid #dedede;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.w3c20 .tccTbl02.purple th {
	background-color: #6e6996;
	font-size: 20px;
}
.w3c20 .tccTbl02 td {
	vertical-align: top;
}
.w3c20 .purple td.tccTblBgcB {
	background-color: #f1eff5;
}
.w3c20 .txt02 {
	width: 700px;
}
.w3c20 .txt02 p {
	margin-top: 20px;
}
.w3c20 .japeng {
	line-height: 14px;
}
.w3c20 .smallTxt {
	font-size: 11px;
}
.w3c20 .middleTxt {
	font-size: 16px;
}
.w3c20 .spk_photo {
	width: 250px;
}
.w3c20 .translation {
	vertical-align:baseline;
}

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

.bosa .imgArea {
    float: right;
    width: 180px;
}
.bosa .txtArea {
    width: 700px;
    float: left;
}
.bosa table.logoTable {
    border: none;
    margin-bottom: 10px;
    width: 100%;
}
.bosa table.logoTable th {
    background: #FFF !important;
    border: medium none;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    width: 33%;
}
.bosa table.outlineTable {
    border: 1px solid #d4cfc6;
}
.bosa table.outlineTable th {
	border-bottom: 1px solid #d4cfc6;
}
.bosa table tr th.head {
    background: none repeat scroll 0 0 #0082C2;
    color: #FFFFFF;
}
.bosa .alignLeft,
.bosa table tr th.name {
    text-align: left !important;
}
.bosa p.note {
	text-align: right;
}
.bosa .mt30 {
	margin-top: 10px;
}
.bosa table.catListTable tr th,
.bosa table.catListTable tr td {
	border: 0;
}
.bosa table.catListTable tr th {
    color: #fff;
    padding: 7px 0 7px 13px;
    vertical-align: top;
    width: 17%;
    text-align: left;
}
.bosa table.catListTable tr td p.img,
.bosa table.catListTable tr td p.txtArea {
	float: left;
}
.bosa table.catListTable tr td p.txtArea {
	margin-left: 20px;
}
.bosa table.catListTable tr.grandprix th {
	background: 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;
}
.aboutTbl01 span {
	margin-right: 20px;
	line-height: 50px;
}
.verCenter {
	margin-right: 20px;
	line-height: 25px;
}
.secTbl02 {
	width: 100%;
	border: 1px solid #eee;
}
.bb0 {
	border-bottom: 0;
}
.secTbl02 th {
	background: #ecd83b;
	width: 120px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	border: 1px solid #fff;
}
.secTbl02bkc{
	background: #d5d900 !important;
}
.secTbl02bkc2{
	background: #fdbe00 !important;
}
.secTbl02 td{
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px;
	padding-left: 15px;
}
.secNum {
	font-weight: bold;
	color: #fff;
	padding: 2px 10px;
	margin-right: 5px;
}
.secNum.bgC1 {
	background-color: #ecd83b;
}
.secNum.bgC2 {
	background-color: #d5d900;
}
.secNum.bgC3 {
	background-color: #fdbe00;
}
.secTbl02 h3 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 24px;
}
.ttlNoml h3 {
	font-size: 24px;
	font-weight:normal;
}
.lowerPage .contents .secTbl02 h3 a {
	color: #000;
}
.secTbl02 h4 {
	background: #fff url(../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;
}
.highlight table.catListTable tr td p.txtArea {
	margin-left: 20px;
}
.highlight table.catListTable tr td p.txtArea.ml100 {
	margin-left: 100px;
}
.highlight table.catListTable tr td p.txtArea .companyName {
	margin-top: 30px;
}
.highlight table.catListTable tr td p.txtArea span {
	display: block;
}
/*.highlight table.catListTable tr.grandprix th {
    background: url("../images/exhibition/bg_grandprix.png") no-repeat;
	padding-bottom: 25px;
}
.highlight table.catListTable tr.semiGrandprix th {
    background: url("../images/exhibition/bg_semi_grandprix.png") no-repeat;
	padding-bottom: 25px;
}
.highlight table.catListTable tr.specialaward th {
    background: url("../images/exhibition/bg_specialaward.png") no-repeat;
	padding-bottom: 25px;
}
.highlight table.catListTable tr.finalist th {
    background: url("../images/exhibition/bg_finalist.png") no-repeat;
}*/

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

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

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

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

/* report end
-------------------------------------*/

/*基調講演*/
.kouen_img{
	margin-top: 20px;
}
.kouen_img_en{
	margin-top: 40px;
}
.pickup {
	margin-top: 25px;
	clear: both;
}
.pickup p.pick_title {
	font-size: 16px;
	background-color: #D01126;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.pickupParson {
	overflow: hidden;
}
.pickupParsonList{
	position: relative;
	float: right;
  background: #fff;
  width: 50%;
  /*height: 368px;*/
  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:49%;
	margin-top:20px;
}
.pickupParsonListHead {
	overflow: hidden;
  background: #e7e9eb;
  padding: 2% 4%;
	/*height: 68px;*/
	height:auto;
}
.pickupParsonList.firstList .pickupParsonListHead {
	overflow: hidden;
  padding: 1% 2%;
}
.pickupParsonListHead h4 {
	display: inline-block;
	color: #D01126;
  font-size: 24px;
  font-weight: bold;
	vertical-align:middle;
}
.pickupParsonListHead h4 span {
	margin-left: 1em;
  color: #292728;
  font-size: 0.8em;
  font-weight: normal;
}
.pickupParsonListHead .pickupStatus {
	display:inline-block;
	margin-left:1vw;
	vertical-align:middle;
}
.pickupParsonListHead .pickupStatus li {
	margin-right: 10px;
  font-size: 11px;
  font-weight: bold;
	line-height: 1.7em;
  padding: 0 0.5em;
	border-radius: 15px;
  color: #fff;
}
.pickupParsonListHead .pickupStatus li.interop {
	background-color: #052665;
}
.pickupParsonListHead .pickupStatus li.cmt {
	background-color: #009fb9;
}
.pickupParsonListHead .pickupStatus li.dsj {
	background-color: #D01126;
}
.pickupParsonListHead .pickupStatus li.apps {
	background-color: #a660a3;
}

.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: #D01126!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% 0;
  color: #292728;
}
.pickupParsonList .keynoteTtl {
	margin-bottom: 40px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: underline;
}
.pickupParsonList .keynoteTtl a {
	color: #D01126;
}
.pickupParsonListBody a {
	display: block;
  color: #a60522;
  text-decoration: underline;
}
.pickupParsonListBody .short_ttl {
	padding-top: 40px;
}
.pickupParsonListBody .row {
	overflow: hidden;
  width: 100%;
}
.pickupParsonListBody .row.row_next {
	overflow: hidden;
  width: 100%;
	padding-top: 20px;
}
.pickupParsonListBody .txt {
	float: left;
  width: 60%;
}
.pickupParsonListBody span {
	display: block;
}
.pickupParsonListBody .img {
	position:relative;
	float: right;
  width: 35%;
}
.pickupParsonList.firstList .pickupParsonListBody .img {
	float: right;
  width: 125px;
	margin:0 0 20px;
}
.pickupParsonList.firstList .pickupParsonListBody .img img {
	width:100%;
}
.pickupParsonList.firstList .pickupParsonListBody .img a:hover img {
	opacity:1;
}
.pickupParsonList.firstList .pickupParsonListBody .img a:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:none;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}
.pickupParsonList.firstList .pickupParsonListBody .img a:hover:after {
	content:"";
	background:rgba(205,225,0,.6);
}
.pickupParsonList:nth-child(even) {
	float: left;
}

.pickupParsonList figcaption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(37,66,122,1);
	width: 304px;
	height: 100px;
	padding: 8px 5px 0px 20px;
	color: #fff;
	font-size: 12px;
}
.pick_end figcaption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(37,66,122,1);
	width: 304px;
	height: 100px;
	padding: 5px 5px 0px 20px;
	color: #fff;
	font-size: 12px;
}
.pickupParsonList figure a{
	position: relative;
	background: #333;
	display: block;
	width: 100%;
	height: auto;
}
.pickupParsonList figure a img{
	transition: 0.4s;
}
.pickupParsonList figure a:after{
	content: "";
	width: 100%;
	height: 404px;
	border: #e9eff5 solid 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
	transition: 0.3s;
}
.pickupParsonList figure a:hover:after{
	border: #fff solid 5px;
  background-size: 35px auto;
	transition: 0.3s;
}
.pickupParsonList figure span.name{
	font-size: 18px;
	font-weight: bold;
}
.pickup_clear{
	clear: both;
}
/*shownet_sponsor*/
.iotSponsorTable a.thickbox {
	float: right;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pickupParsonList .prof.multi {
  display:flex;
  flex-wrap:wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.pickupParsonList .prof.multi::before{
  content:"";
  display: block;
  width:29%;
  order:1;
}
.pickupParsonList .prof.multi::after{
  content:"";
  display: block;
  width:29%;
}

.pickupParsonList .multiple {
	display:block;
  width:29%;
	margin-bottom:30px;
}

.pickupParsonList .name {
  display:inline-block;
  width:100%;
  margin:5px 2% 0 0;
  vertical-align:top;
  font-size:13px;
}
.pickupParsonList .name a {
  color:#CF3863;
  text-decoration:underline;
}

.pickupParsonList .ph {
	position:relative;
  display:inline-block;
  width:100%;
  max-width:140px !important;
  margin-top:5px;
}
.pickupParsonList .ph img {
  display:block;
  width:100%;
}
.pickupParsonList .ph a:hover img {
	opacity:1;
}
.pickupParsonList .ph a:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:none;
	-webkit-transition: 0.5s;
  transition: 0.5s;
}
.pickupParsonList .ph a:hover:after {
	content:"";
	background:rgba(205,225,0,.6);
}

@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%;
	}
}

/*************************************
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: 100vh;
		padding-bottom: 15%;
    transition: all .3s;
	}
/*  .topMainVisual.nav-is-visible,
  .bnrAreaInner.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
    transition: all .3s;
  }
*/	
	.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;
	}
	.mainVisualConfArea {
		margin-top: 0;
	}
	.mainVisualConfArea p {
		font-size: 16px;
		margin-bottom:2em;
	}
	
	.mainVisualLogoArea p.datePlace {
		font-size: 14px;
	}
	.mainVisualLogoArea p.datePlace span {
		font-size: 12px;
	}
	
  .topMainVisual .registrationBtnWrap {
    margin-bottom: 6.875%;
		width: calc(50% + 80px);
		max-width:396px;
 }
	.topMainVisual .registrationBtn .poR a,
  .topMainVisual .registrationBtn_en .poR a {
		height: auto;
		font-size: 14px;
		line-height: 1.2;
		padding: 0.8em 15px;
	}
	.topMainVisual .registrationBtn.preK .poR a span,
  .topMainVisual .registrationBtn.preC .poR a 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;
	}
	.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: 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 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 {
	font-size: 3.8vw;
	padding: 0;
	line-height: 2em;
  }
	.performance ul li .txt {
		padding: 0 3.125% 3.125%;
	}
	.performance ul li .txt.performance_en {
	padding: 0 6.25% 6.25%;
  }
	.performance ul li .count {
		font-size: 28px;
		padding: 0;
		line-height: 2em;
		margin-bottom: 0;
	}
	.performance ul li .data {
		line-height: 1.6;
	}
	.performance ul li .data.performance_en {
	font-size: 3.2vw;
	line-height: 1.6;
  }

	/*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 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 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%;
	}

	/*基調講演*/
	.mainExplanationBg {
		margin-top: 0;
	}
	.mainExplanationBg::after {
		background: none;
	}
	.mainExplanationBg .titleBox {
		width: 100%;
		height:auto;
		margin-bottom: 0;
		padding: 15px;
	}
	.pickup {
		margin-top: 0;
	}
	.contents a.linkBtn,
	a.linkBtn,
	span.linkBtn {
		float: none;
		background-size: 16px;
		background-position: 3% 49.5%;
		width: 480px;
		max-width: 100%;
		margin: 0 auto 3.125%;
		height: auto;
		font-size: 14px;
		line-height: 4em;
	}
	.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: #D01126;
    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;
  }

	.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;
	}
	.mainLej {
		min-height:auto;
		margin-bottom: 0;
		padding-top:0;
  }
	.mainLej::after {
		background: none;
	}
	.mainLej .loopSliderWrap {
		max-width:none !important;
	}
	.mainLej .loopSlider {
		max-width:none !important;
	}
	.mainLej .ttl .logo {
		display:block;
		width:80%;
		max-width:250px !important;
		margin:auto;
	}
	.mainLej .ttl .ti {
		display:block;
		width:100%;
		padding:0 0 1em;
		text-align:center;
	}
	.mainLej .w970 a {
		float:none;
		display:block;
		width:400px;
		margin:-25px auto 0;
		text-align:center;
	}
	.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%;
	max-width:140px !important;
}
.pickupParsonListBody {
	height: auto;
}
.pickupParsonListHead {
	height: auto;
}
.pickupParsonListHead .pickupStatus li {
	padding: 0 1.5vw;
}
.pickupParsonListHead h4 {
	display:inline-block;
	font-size: 5vw;
}
.pickupParsonListHead h4 span {
	font-size: 3.5vw;
}
.pickupParsonListHead .pickupStatus {
	display:inline-block;
	margin-left:1vw;
}

	/*****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%;
	}

	/*news@interop*/
	.link_newsat_bn a {
		font-size: 12px;
	}

	/*メディアスポンサー*/
	.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%;
  }
	
	
  /*aboutページ*/
	.lowerPage .wrapper{
		margin-top: 60px;
	}
	.about_SNS{
		display: none;
	}
	.breadcrumb p{
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
		font-size: 0.8em;
	}
	.privacy .breadcrumb p{
		padding-right: 0;
	}
	.lowerTitleBG h2{
		font-size: 1.5em;
	}
	.privacy .lowerTitleBG h2{
		font-size: 4.5vmin;
	}
	.newsat h2{
		left: 3.125%;
	}
	.newsat ul li p {
		position: relative;
		height: 6em;
		overflow: hidden;
	}
	.newsat ul li p::before,.newsat ul li p::after {
		position: absolute;
		background: #fff;
	}
	.newsat ul li p::before {
		content: "･･･";
		bottom: 0;
		right: 0;
	}
	.newsat ul li p::after {
		content: "";
		width: 100%;
		height: 100%;
	}
	.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;
	}
	.top_caption_about p{
		padding-bottom:2em;
	}
	.lowerPage .f14m20 p{
		font: 3.4vw;
	}
	.lowerPage .f14m20 p.map_pdb{
	  margin-bottom: 0;
  }
	.pad3{
		padding-left: 3%;
		padding-right: 3%;
	}
	.tit_about{
		font-size: 24px!important;
		margin-bottom: 1em!important;
		padding-bottom: 5px!important;
	}
	.mainSectionArea h3{
		margin-bottom: 0.5em!important;
	}
	.caption_about{
		font-size: 6vmin!important;
	}
	.caption_about span {
		font-size: 4vmin!important;
	}
	.img_about{
		width: 25%;
	}
	.img_about02{
		width: 50%;
	}
	.img_about03{
		width: 35%;
	}
	table.aboutTbl01 th,
	table.aboutTbl01 td{
		width: 100%;
		float: left;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid #D7D3CA;
	}
	.flR02 {
		margin-left:10px;
	}
	.program_color {
		font-size: 4vmin!important;
	}
	.sp_title {
		font-size: 5.8vmin!important;
	}
	.ul_about {

	}
	.linkBtnArea li.li_about{
    width: 50%;
    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: 50%!important;
		 height: 48px!important;
	}
	.over_vi{
		margin-top: 0px!important;
		overflow: visible!important;
	}
	.over_vi_first{
		overflow: visible!important;
	}

	/*totopボタン*/
	.pageTop {
		opacity: 0;
		right: 3.125%;
		bottom :6.25%;
		width: 40px;
		height: 40px;
		/*transition: .3s;*/
	}
	.pageTop.scroll {
		opacity: 1;
	}
	.pageTop.fixd {
		position: absolute;
		right: 3.125%;
		bottom: 100%;
	}
	.pageTop img {
		width: 100%;
		height: 100%;
	}
	/*accessページ*/
	.gaiyo_SNS{
		display: none;
	}
	.pad_bottom{
		padding-bottom: 3.125%;
	}
	/*contactページ*/
	.mainSectionArea h3.contact_h3{
		font-size: 18px;
		margin-bottom: 0.5em!important;
	}
	.lowerPage h4.contact_h4{
		padding: 2%;
		height: auto;
		line-height: 1.2em;
	}
	.mgb0{
		margin-bottom: 0px!important;
	}
	.mgb1em{
		margin-bottom: 1em!important;
	}
	/*更新情報一覧ページ*/
	.lowerPage .dlLine dt {
		width: 100%;
	}
	/*Shownetとは？*/
.shownet .linkBtnWrap {
	width: 100%!important;
}
.shownet .contents .bgFbBtnWrap a.linkBtn {
	background: #395185 url(../images/shownet/bg_fb.png) -10px 0 no-repeat;
	color: #fff;
	width: 100%;
	height: 60px;
	padding-top: 20px;
	font-size: 16px;
	padding-left: 4vw;
	text-decoration: none;
	line-height: normal;
	border: none;
}
.bgFbBtnWrap {
	text-align: center;
	padding-top: 6.25%;
	padding-bottom: 3.125%;
}
.shownet .linkBtnArea {
	margin-top: 0px;
	overflow: visible;
}
.shownet .linkBtnArea ul {
	border: 1px solid #d6d6d6!important;
}
.shownet .linkBtnArea li {
	width: 33%;
	height: 50px;
}
.link_experience li {
	width: 20%!important;
	height: 50px;
	line-height: 18px;
}
.shownet .linkBtnArea li.highlight_link {
	width: 16.5%;
	height: 50px;
}
.shownet .linkBtnArea li.linklist_active a {
	border-left: 0!important;
}
.shownet .linkBtnArea li a {
	font-size: 13px!important;
	padding: 3% 5% 0% 5%;
	border: 0!important;
	border-left: 1px solid #d6d6d6!important;
	line-height: 1.5!important;
}
.shownet .linkBtnArea li.highlight_link a {
	font-size: 2.4vw!important;
	padding: 3% 3% 0% 3%;
	border: 0!important;
	border-left: 1px solid #d6d6d6!important;
	line-height: 1!important;
}
.shownet .link_experience li a {
	font-size: 2.2vw!important;
	padding: 3% 0% 0% 0%;
	border: 0!important;
	border-left: 1px solid #d6d6d6!important;
	line-height: 1.5!important;
}
.linklist_experience {
	display: table-cell!important;
}
.shownet .linkBtnArea li:first-child a {
	border-left: 0px solid #d6d6d6!important;
	padding: 3% 7% 0% 3%;
}
.shownet .linkBtnArea li:last-child a {
	padding: 3% 2% 0% 8%;
}
.shownet .link_experience li:last-child a {
	padding: 3% 0% 0% 2%;
}
.shownet .linkBtnArea li:last-child a.sp {
	display: table-cell!important;
}
.w970_shownet {
	width: 100%;
	padding: 0;
}
.shownet .linklist_active a:before {
	content: "";
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #fabf00;
	z-index: 1;
}
.bg_yellow {
	background-color: #fabf00;
}
.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: 7vw;
 	margin-bottom: 20px;
 	padding: 0;
	float: left;
	line-height: normal;
}
.shownet p.catchPhrase_concept {
	font-size: 7vw;
	margin-bottom: 20px;
	padding: 0;
	float: none!important;
	line-height: normal;
}
.shownet p.catchPhrase03 span {
	width: 70%;
  float: left;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 3.125%;
	font-size: 5vw;
}
.shownet p.shownet_sp_concept {
	width: 100%;
  float: left;
	font-size: 6.5vw;
	margin-bottom: 20px;
	padding: 0;
	line-height: normal;
	word-break: break-all;
}
.sp_margin {
	margin-bottom: 0px!important;
}
.shownet .wordbreak p {
	word-break: break-all;
}
.shownet .f14m20 p {
	margin-bottom: 10px;
}
.shownetImg01 {
	padding-top: 6.25%;
}
.shownetLinkBtn01,
.shownetLinkBtn02 {
	padding-top: 6.25%;
	padding-bottom: 3.1255;
	margin-bottom: 0px;
}
.shownet_fbsp {
	padding-top: 0%!important;
	padding-bottom: 0%!important;
	margin-bottom: 0%!important;
}
.bgFbBtnWrap .shownet_fbsp {
	text-align: center;
	padding-top: 0%;
	padding-bottom: 0%;
}
.shownet .contents .bgFbBtnWrap .shownet_fbsp a.linkBtn {
	background: #395185 url(../images/shownet/bg_fb.png) -10px 0 no-repeat;
	color: #fff;
	width: 100%;
	height: 60px;
	padding-top: 20px;
	font-size: 15px;
	padding-left: 6vw;
	text-decoration: none;
	line-height: normal;
	border: none;
	padding-bottom: 6.25%!important;
}
.shownet a.linkBtn, a.linkBtn, span.linkBtn {
	width: 100%;
}
.shownet .contents .shownetLinkBtn02 a.linkBtn {
	padding-left: 2vw;
}
.shownet a.linkBtn,
a.linkBtn,
span.linkBtn {
	float: none;
	background-size: 20px;
	background-position: 3% 49.5%;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 3.125%;
	height: auto;
	font-size: 4vw;
	line-height: 4em;
}
.shownet a.linkBtn.gray_out:hover {
	float: none;
	background-size: 20px;
	background-position: 3% 49.5%;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 3.125%;
	height: auto;
	font-size: 4vw;
	line-height: 4em;
}
.highlight_fb .bgFbBtnBox01 {
	margin-bottom: 0px;
}
.bgFbBtnWrap.highlight_fb {
	text-align: center;
	padding-top: 0%;
	padding-bottom: 0%;
}
.shownet .contents .bgFbBtnWrap a.linkBtn {
	background: #395185 url(../images/shownet/bg_fb.png) -10px 0 no-repeat;
	color: #fff;
	width: 100%;
	height: 60px;
	padding-top: 0px;
	font-size: 3.5vw;
	padding-left: 6vw;
	text-decoration: none;
	line-height: 60px;
	border: none;
}
.shownet img.fRphoto {
	float: right;
	width: 50%;
	margin-bottom: 3.125%;
	margin-left: 3.125%;
}
.shownet .mgb50.experience_sp {
	margin-bottom: 6.25% !important;
}
.shownet table.schedule th.header {
	text-align: center;
}
.shownet table.schedule th {
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-right: 3.125%;
	padding-left: 3.125%;
	padding-bottom: 5px;
	border-bottom: #cccccc solid 1px;
	border-right: 0px;
}
.shownet table.schedule.mgb50.stage th,
.stage .w10 {
	width: 100%;
}
.w10 {
	text-align: left;
	border-right: 0px;
	border-left: 0px;
}
.w20 {
	border-right: 0px;
	border-left: 0px;
}
.shownet table.schedule td {
	width: 100%;
	float: left;
	height: auto;
	padding: 5px 3.125%;
	border-bottom: #cccccc solid 1px;
	font-size: 14px;
}
.shownet table.schedule td.w10 {
	border-bottom: #cccccc dotted 1px!important;
}
.shownet table.schedule td.w20_ttl {
	border-bottom: #cccccc dotted 1px!important;
}
.no-border_bottom {
	border-bottom: 0px!important;
}
.no-right-border {
	border-right: 0px!important;
}
.shownet table.schedule2 tr {
	width: 100%;
	border-top: 1px solid #d6d6d6;
}
.shownet table.schedule2 tr.tr_first {
	border-top: 0px;
}
.shownet table.schedule2 th {
	text-align: left;
	padding:5px 3.125%;
}
.shownet table.schedule2 td {
	border-bottom: 1px solid #cccccc;
	text-align: center;
	height: auto;
	padding:5px 3.125%;
}
.sp_mgb30 {
	margin-bottom: 3.125%!important;
}
.pc_mgt_none {
	margin-bottom: 10px!important;
}
.maincaps {
	height: auto;
	zoom: 1;
}
/*NOC/STM紹介 noc.html*/
.nocImg01 {
	padding-top: 6.25%;
}
.shownet .mainSectionArea h2.sp_noc_ttl {
	font-size: 4.8vw!important;
}
.nocMembersList li {
	width: 48%;
	margin-right:4%;
	margin-bottom: 3.125%;
	height: auto;
}
.nocMembersList li:nth-child(2n) {
	width: 48%;
	margin-right: 0px;
}
.nocMembersList li img {
	width: 100%;
	height: auto;
}
.nocMembersList li span {
	font-size: 2.8vw;
}
.experienceImg01 {
	padding-bottom: 6.25%;
	text-align: center;
}
/*tccページ*/
.tcc .lowerTitleBG h2{
	font-size: 1.3em;
}
.tcc .mainSectionArea h2 {
	font-size: 24px;
	margin-top: 0px;
	margin: 0 3.125%;
}
.lowerPage .f14m20 p {
	font-size: 3.4vw;
	/*padding: 0 3.125%;*/
	padding:0;
}
.lowerPage .f14m20_spnon p {
	padding: 0;
}
.noc_TblDate {
	font-size: 12px!important;
	padding: 0!important;
}
.tcc table.aboutTbl01 {
	width: 93.75%;
	border: solid 1px #D7D3CA;
	margin: 0 3.125% 10%;
}
.tccTblBgcB {
	line-height: normal;
	background-color: #D01126;
	color: #fff;
	font-size: 28px;
	padding: 5px 0 10px 0;
	padding-left: 3.125%!important;
}
.tccTbl02 td {
	padding-left: 3.125%;
	padding-right: 3.125%;
}
.tccTbl02.tccPhoto td {
	vertical-align: top;
	float: left;
	width: 100%;
}
.tccPhoto .spk_photo {
	width: 30%!important;
}
.tccPhoto .spk_photo.planning_firstspeaker {
	margin-bottom: 3.125%;
}
.tccPhoto .pic img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
.tcc p.pic {
	text-align: center;
	height: auto;
}
td.tccTblBgcB a {
	font-size: 14px;
	display: block;
  line-height: 1.5em!important;
	color: #fff!important;
	margin-bottom: 0px;
	font-weight: normal;
}
td.tccTblBgcB .tccTbl_ttl {
	font-size: 14px;
	display: block;
	line-height: 1.5em!important;
	color: #fff!important;
	margin-top: 0px;
	margin-bottom: 0px!important;
	font-weight: normal;
}
.lowerPage .f14m20 p.tcc_session_time {
	padding-left: 0px;
	margin-top: 3.125%;
	margin-bottom: 3.125%;
}
.tccTbl02 h3 {
	padding-top: 0px;
	padding-left: 0px;
}
.tcc .tccTbl02 p {
	font-size: 14px;
	padding: 0 ;
	margin-bottom: 3.125%;
}
.tccTbl02 h4 span,
.experience_ttl .tccTbl02 h4 span {
  width: 100%!important;
  height: 39px;
  padding-top: 10px!important;
  font-weight: bold;
}
.tccTbl02 h4 span.one_supporter,
.experience_ttl .tccTbl02 h4 span.one_supporter {
	padding-top: 10px;
}
.tccLinkBtn01.yellowlinkBtn {
	text-align: center;
	margin-bottom: 0px;
	padding: 6.25% 0 0;
}
.tccLinkBtn01.yellowlinkBtn .tccbtn_last {
	text-align: center;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 3.125% 0;
}
.tccTbl02 h4 {
	background: #fff url(../images/tcc/bg_line_h4.png) repeat-x left bottom;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	font-weight: normal;
}
.tccTbl02 h4.no-border {
	background: #fff;
	margin-right: 0px;
	padding-bottom: 6.25%;
	font-weight: normal;
}
.tcc_speaker_first h4{
	border-top: 1px solid #eee;
	margin-top: 6.25%;
	margin-bottom: 3.125%;
	background: none;
}

/*planningページ
---------------------------------------------------------------*/
.iotSponsorTable th, .shownetSponsorTable table th {
  border: #d4cfc6 solid 1px;
	border-top: 0px;
  border-bottom: 0px;
  width: 100%;
	height: auto;
	padding: 3.125% 0 0;
  float: left;
}
.iotSponsorTable.planning_en th {
	padding: 6.25% 0 0;
}
.iotSponsorTable td {
  padding: 0px 0px 3.125%;
  border: #d4cfc6 solid 1px;
  border-top: 0px;
  width: 100%;
  float: left;
	text-align: center;
}
.iotSponsorTable.sponsor_movie td {
	line-height: normal;
}
.iotSponsorTable.planning_en td {
	border: none;
	border-top: none!important;
}
.dRank,
.pRank,
.gRank,
.sRank {
  border-top: #d4cfc6 solid 1px!important;
	padding-top: 3.125%!important;
  padding-bottom: 3.125%!important;
}
.ai_ttl {
	font-size: 1.3em!important;
}
.ai_caption {
	font-size: 4.8vw!important;
}
.planning_secssion_width {
	width: auto;
}
.mainSectionArea.experience_ttl h2  {
	font-size: 6vw!important;
}
ul#sponsorLogo_theme li {
	float: left;
	padding: 2vh 0 0 0;
	width: 30%;
	text-align: center;
	font-size: 2.5vw;
}
ul#sponsorLogo_theme.security_sponsorLogo_theme li {
	float: left;
	padding: 2vh 0 0 0;
	width: 30%;
	text-align: center;
	font-size: 2.5vw;
}
ul#sponsorLogo_theme li:nth-child(1),
ul#sponsorLogo_theme li:nth-child(2),
ul#sponsorLogo_theme li:nth-child(3) {
	padding-top: 0px;
	height: 16vh;
}
ul#sponsorLogo_theme li:nth-child(4),
ul#sponsorLogo_theme li:nth-child(5),
ul#sponsorLogo_theme li:nth-child(6) {
	padding-top: 0px;
	height: 20vh;
}
ul#sponsorLogo_theme li:nth-child(1),
ul#sponsorLogo_theme li:nth-child(4),
ul#sponsorLogo_theme li:nth-child(7) {
	margin-right: 5%;
}
ul#sponsorLogo_theme li:nth-child(7) {
	padding-top: 0px;
}
ul#sponsorLogo_theme li:nth-child(3n) {
	margin-left: 5%;
}
ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(1),
ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(2),
ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(3) {
	padding-top: 0px;
	height: 16vh;
}
ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(4),
ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(5),
ul#sponsorLogo_theme.sponsorLogo_theme li:nth-child(6) {
	padding-top: 0px;
	height: 14vh;
}
ul#sponsorLogo_theme.iotworld_theme li:nth-child(1),
ul#sponsorLogo_theme.iotworld_theme li:nth-child(2),
ul#sponsorLogo_theme.iotworld_theme li:nth-child(3) {
	padding-top: 0px;
	height: 24vh;
}
ul#sponsorLogo_theme.iotworld_theme li:nth-child(4),
ul#sponsorLogo_theme.iotworld_theme li:nth-child(5),
ul#sponsorLogo_theme.iotworld_theme li:nth-child(6) {
	padding-top: 0px;
	height: 20vh;
}
ul#sponsorLogo_theme.iotworld_theme li:nth-child(7),
ul#sponsorLogo_theme.iotworld_theme li:nth-child(8) {
	padding-top: 0px;
	height: 12vh;
}
.mgt40 {
	margin-top: 3.125%!important;
	margin-bottom: 3.125%!important;
}
.bdb_01 {
	border-bottom: 1px solid #eee;
}
.noclinkBtnArea {
	margin-top: 0px!important;
}
ul.experience_link {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
ul.experience_link.experience_link_yellow {
	background-color: #fabf00;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
ul.experience_link li a {
	border: 0px!important;
	border-right: 1px solid #eee!important;
}
ul.experience_link li:last-child a {
	border-right: 0px!important;
}
td.tccTblBgcB span.iot_or_lbj {
	font-size: 18px;
	font-weight: normal;
	float: left;
	padding: 8px 10px 0 0;
}
.iot_special_sponsor {
	text-align: center;
}
.iot_special_sponsor span{
	display: inline-block;
	padding: 5px;
	border: 2px solid #888;
	border-radius: 5px;
	background: #555;
	color: #fff;
	text-align: center;
	font-size: 3.4vw;
	letter-spacing: 0em;
	margin-top: 3.125%;
	margin-right: 3.125%;
	margin-left: 3.125%;
}
.iot_special_sponsor a{
	width: 100%;
}
.iot_special_sponsor a img{
	width: 50%;
	margin-top: 10px;
}

/*mastodonページ
---------------------------------------------------------------*/
  .mastodon_firstview {
    width: 100%;
    margin-top: 6.25%;
    margin-bottom: 6.25%;
    text-align: center;
  }
	.mastodon_session {
		margin-bottom: 6.25%!important;
	}
	.mastodon_speaker_ttl {
		margin-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;
}
.floatchild1 {
	float: left;
	width: 100%;
}
.catListTable {
	height: auto;
	margin-top: 6.25%;
	margin-bottom: 6.25%;
}
.grandprix p.img img,
.semiGrandprix p.img img,
.grandprix p.img img,
.specialaward p.img img {
	margin-top: 6.25%;
}
.grandprix p.txtArea,
.semiGrandprix p.txtArea,
.grandprix p.txtArea,
.specialaward p.txtArea {
	margin-bottom: 3.125%!important;
}
.bosa table.catListTable tr.finalist th,
.bosa table.catListTable tr.semiGrandprix th,
.bosa table.catListTable tr.specialaward th,
.bosa table.catListTable tr.grandprix th {
	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: 560px) {
	.mainVisualConfArea p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.mainVisualConfArea p {
		font-size: 3vw;
	}
	
	.mainLej .overContent .inner h3 {
		display:block;
		float:none;
		color:#fff;
		text-align:center;
		padding-top:1em;
		font-size:18px;
	}

	.mainLej .ttl .ti {
		font-size:16px;
	}
	.mainLej .w970 a {
		width:90%;
		margin:-25px auto 0;
		text-align:center;
		font-size:14px;
		border-radius:30px;
	}
	.mainLej .w970 a br {
		display:inline;
	}
}
@media only screen and (max-width: 380px) {
	.mainLej .ttl .ti {
		font-size:14px;
	}
	.mainLej .w970 a {
		font-size:13px;
	}
}
@media only screen and (max-width: 360px) {
	.mainLej .w970 a {
		font-size:12px;
	}
}

/*公開非表示指定*/
/*.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;
}
.registrationBtn a.gray_out:hover,
.registrationBtn_en a.gray_out:hover {
	border: 2px solid #f7b141;
	color: #f7b141;
  border-radius: 2px;
	background: url(../images/common/ico_link_yellow.png) 10px 50% no-repeat;
}
.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;
}
@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;
}
.shownet_fbsp.sp_pdt {
	padding-top: 3.125%!important;
}
.mainSectionArea.sp_pdb {
	padding-bottom: 3.125%;
}
}



/***** digital signage award 2018 *****/
.dsa_set {
  text-align:center;
	margin-top:80px;
}

.dsa_set .box {
  display:flex;
  flex-wrap:nowrap;
  width:100%;
  height:auto;
  margin:20px 0 0;
}

.dsa_set .logoset {
  display:block;
  width:360px;
  max-width:360px;
  margin:0 10px 0 0;
  font-size:13px;
}

.dsa_set .logo {
  display:block;
  margin:0 0 10px;
  padding:15px 0;
  background:#000;
}
.dsa_set .logo img {
  display:block;
  width:360px;
  max-width:360px;
}

.dsa_set .ceremony {
  display:block;
  width:600px;
  max-width:600px;
  margin:0;
}

.dsa_set .ceremony img.for_pc {
  display:block;
  width:100%;
}
.dsa_set .ceremony img.for_sp {
  display:none;
}

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

  .dsa_set .box {
    display:block;
  }

  .dsa_set .logoset {
    width:100%;
    max-width:370px !important;
    margin:0 auto 20px;
  }
  .dsa_set .logo img {
    width:100%;
    margin:0 auto;
  }
  
  .dsa_set .ceremony {
    width:100%;
    max-width:600px !important;
    margin:0 auto;
  }
  
  .dsa_set .ceremony img.for_pc {
    display:none;
  }
  .dsa_set .ceremony img.for_sp {
    display:block;
    width:100%;
    max-width:600px !important;
  }
}

.conf_pickup {
	margin:60px 0;
	padding:30px 0 0;
	text-align:center;
	border-top:1px solid #ccc;
}

.conf_pickup a {
	display:block;
	margin:5px 0;
}


/* attention */
.attention {
	width:90%;
	margin:0 auto;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	font-size:20px;
	font-weight:700;
}

.bn2019 {
	display:block;
	width:90%;
	max-width:970px;
	margin:30px auto;
}
.bn2019 img {
	width:100%;
}
