@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: 'Source Sans Pro', 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
	min-width: 970px;
	width: 100%;
	margin: 0 auto;
}
body.no-scroll {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
.backstretch img{
	max-width: none !important;
}
}
/*** 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 {
	width: 970px;
	margin: auto;
}
.flR {
	float:right;
	margin-left:10px;
}
.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;
  padding-top: 0;
}
.en .poR {
	position: relative;
  padding-top: 3px;
}
@media only screen and (max-width: 768px) {
  .poR,
  .en .poR {
    padding-top: 0;
  }
}

.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=60);
	opacity: 0.6;
}
a {
	color: #333;
	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: #009fb9;
	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;
}


.topMainVisual {
	position: relative;
	overflow: hidden;
	background: url(../img/top/video_poster.jpg) center center no-repeat;
	background-size: cover;
	background-color: #fff;
	margin: 0;
	z-index: 102;
	width: 100%;
	height: 525px;
}
.topMainVisual:before {
	content: "";
	position: absolute;
	display: block;
	background: url(../img/top/video_filter_l.png) left top no-repeat;
  background-size: auto 100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.topMainVisual:after {
	content: "";
	position: absolute;
	display: block;
	background: rgba(12,117,108,0.45);
  background-size: auto 100%;
	top: 0;
	width: 100%;
	height: 100%;
}
.topMainVisual .filter {
	content: "";
	position: absolute;
	display: block;
	background: url(../img/top/video_filter_r.png) right bottom no-repeat;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
  z-index: 1;
}
.touroku_sp{
	display: none!important;
}
.touroku_pc{
	display: block!important;
  width:164px !important;
}
.touroku_pc a {
  width:164px !important;
}
@media only screen and (max-width: 768px) {
.topMainVisual .filter {
	background-size: 100%;
}
.topMainVisual:after {
	background: rgba(0,159,185,0.55);
}
}

.topMainVisual #video {
	position: absolute;
	/*top: 55%;
	left: 50%;*/
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	z-index: -1;
	/*visibility: hidden;*/
}
.mainVisualBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 520px;
	height: 468px;
	margin: auto;
	text-align: center;
	z-index: 3;
}
.mainVisualLogoArea {
	margin-bottom: 40px;
	text-align: center;
}
.mainVisualLogoArea>img {
	display: inline-block;
	vertical-align: middle;
}
.MainVisual_SNS{
	position: absolute;
	top: 317.5px;
	right: 0;
	width: 50px;
	height: 100px;
	z-index: 3;
}
.MainVisual_SNS img{
	width: 50px;
	height: 50px;
}
@media only screen and (max-width: 768px) {
.MainVisual_SNS{
	display: none;
}
}
@media only screen and (min-width: 769px) {
	.mainVisualLogoArea>img {
		max-width: 480px;
	}
}
.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: #009fb9;
}
.mainVisualLangArea .en {
	border-left: none;
	color: #fff;
}
.mainVisualLangArea .noLink {
	filter:alpha(opacity=30);
	opacity: 0.3;
	font-style:normal;
}
.mainVisualConfArea {
	color: #fff;
	margin:  0 auto 40px;;
}
.mainVisualConfArea p:first-child {
	font-size: 20px;
  font-weight:bold;
}
/*.mainVisualConfArea p:last-child {
	font-size: 17px;
	font-weight: normal;
}
.mainVisualConfArea p.en:last-child {
	font-weight: normal;
	line-height: 1.8;
}*/
/*.topMainVisual .registrationBtn .poR a {
	width: 480px;
	margin: 0 auto 40px;
	padding: 0;
	line-height: 60px;
	border: 2px solid #e1f741;
  border-radius: 2px;
}
.topMainVisual .registrationBtn .poR a:hover {
	border: 2px solid #e1f741;
}*/
.topMainVisual .registrationBtn .poR a {
	width: 480px;
  height:auto;
	margin: 0 auto 40px;
	padding: 0;
	/*line-height: 60px;*/
	border: 2px solid #ff7;
  border-radius: 2px;
  color:#bbb;
  background:rgba(100,100,100,0.5);
  /*cursor:default;*/
  opacity:1;
}

.topMainVisual .registrationBtn .poR a img {
  width:100%;
}

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

/*テーマスポンサー カルーセル*/
.bnrArea {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 102;
}
/*.header.fixe .bnrArea {
	position: fixed;
	top: 140px;
	width: 100%;
	background-color: #fff;
	z-index: 102;
	}*/
.bnrAreaInner {
	background-color: #fff;
	border-bottom: 1px solid #d8d5d0;
}
.bnrAreaInner h2 {
	text-align: center;
	background-color: #6ecbce;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.sponsors01 {
	width: 970px;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.sponsors01 .caroufredsel_wrapper {
		height: 110px !important;
		width: 970px !important;
	}
}
#sponsorsLogoList01 {
	height: 110px !important;
	font-size: 12px;
}
#sponsorsLogoList01 li {
	text-align: center;
	height: 110px;
}
#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: 53px;
}


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

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

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

.whatNewWrap {
	background-color: #f4f2f2;
	padding: 20px 0;
}
.whatNewWrap .whatNew01 {
  background: #009fb9;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	font-size: 20px;
	text-align: center;
  font-weight: bold;
	padding: 5px 0;
	margin-right: 13px;
	float: left;
}
.news .whatNew01 {
  background: #009fb9;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 150px;
	font-size: 20px;
	text-align: center;
  font-weight: bold;
	padding: 5px 0;
	margin-right: 13px;
  margin-bottom:20px;
}
.whatNewWrap .whatNew02 {
	float: left;
	width: 643px;
	line-height: 36px;
	overflow: hidden;
}
.news .whatNew02 {
	float: none;
	width: 100%;
	line-height: 36px;
	overflow: hidden;
}
.news .whatNew02 ul:after {
    content:" ";
    display:block;
    clear:both;
}
.news .whatNew02 li {
  width:100%;
  border-top:1px dotted #ccc;
}
.whatNewWrap .whatNew02 ul {
	position: relative;
}
.whatNewWrap .whatNew02 ul li {
	display: none;
}
.news .whatNew02 ul li .whatNewTxt01,
.whatNewWrap .whatNew02 ul li .whatNewTxt01 {
	float: left;
	display: block;
}
.news .whatNew02 ul li .whatNewTxt02,
.whatNewWrap .whatNew02 ul li .whatNewTxt02 {
	margin: 0 0 0 140px;
	display: block;
}
.mainSectionArea {
	padding-top: 50px;
}
.mainSectionArea h2 {
	text-align: center;
	font-size: 40px;
	background: url(../img/common/bg_line_yellow.png) 0 100% no-repeat;
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-weight: normal;
}
.mainSectionArea.performance h2 {
	background: url(../img/common/bg_line02.png) 0 100% no-repeat;
  color: #fff;
}
.mainSectionArea h2.mtop20 {
	text-align: center;
	font-size: 40px;
	background: url(../img/common/bg_line.png) 0 100% no-repeat;
	margin-top:20px;
	font-weight: normal;
}
.mainSectionArea h2.showend {
	text-align: center;
	font-size: 30px;
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom:0px;
	font-weight: normal;
	background: none;
}
.mainSectionArea h2.subTtl {
	line-height: 1.0;
}
.mainSectionArea h2.subTtl span {
	font-size: 24px;
}
.mainSectionArea h3 {
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}
.mainSectionArea h3.mh01 {
	margin: 0 0 0;
}
.mainTtlJa {
	text-align: center;
	font-weight: bold;
}

.whatNewWrap .whatNew03 {
	float: right;
	line-height: 36px;
}
.whatNewWrap .whatNew03 a,
.whatNewWrap .whatNew03 span {
	background: url(../img/common/gray_arrow.png) 0 50% no-repeat;
	background-size: 18px;
	display: block;
	padding: 0 0 0 30px;
	margin: 0 0 0 20px;
	font-size: 14px;
}
.whatNewWrap .whatNew03 span {
  opacity:0.4;
}
.mainThemeBg {
	background: url(../img/top/bg_maintheme.png) 0 0 no-repeat;
	border-top: 1px solid #e5e5e5;
}
.mainThemeList {
	margin: 30px 0 0;
}
.mainThemeList .themeList01 {
	margin-right: 13px;
}
.mainThemeList .themeList01:nth-child(4) { margin-right: 0;}
.mainThemeList .themeList02 a,
.mainThemeList .themeList02 span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 95px;
	font-size: 18px;
	font-weight: bold;
  background-size: cover;
	text-align: center;
	text-decoration: none;
}
.mainThemeList .themeList02 a.iot{
	font-size: 25px;
}
.mainThemeList .themeList02 a.connected{
	font-size: 23px;
}
.mainThemeList .themeList02 a.sdi_nfv{
	font-size: 21px;
}
.mainThemeList .themeList02 a.list_no5{
	font-size: 23px;
}

.mainThemeList .themeList02 {
  overflow: hidden;
  position: relative;
  margin: 10px 13px 0 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-size: cover;
  z-index: 1;
}
.mainThemeList .themeList02 a {
  color: #fff;
}
.mainThemeList li:first-of-type:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
  background: url(../img/top/bg_iot.jpg) 0 0 repeat;
  background-size: cover;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-child(2):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
  background: url(../img/top/bg_scr.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-of-type(3):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
  background: url(../img/top/bg_ai.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(../img/top/bg_sdi.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(../img/top/bg_5g.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList .themeList02:nth-of-type(6):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
  background: url(../img/top/bg_cloud.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:nth-of-type(7):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height :100%;
  background: url(../img/top/bg_it.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}
.mainThemeList li:last-of-type:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_net.jpg) 0 0 repeat;
  transition: .3s;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  .mainThemeList li.themeList02:hover:after {
    transform: scale(1.3);
  }
}
.mainThemeList .themeList02:nth-child(4n) { margin-right: 0;}
.mainThemeList .themeList02 a,
.mainThemeList .themeList02 span {
	width: 232px;
}

.mainExplanationBg {
	background: url(../img/top/bg_mainexplanation.png) 100% 0 no-repeat;
	border-top: 1px solid #e5e5e5;
}
.mainAboutBg {
  padding:50px 0;
	background: url(../img/top/bg_about.png) 0 0 no-repeat;
	border-top: 1px solid #fff;
}
.mainAbout,
.mainExplanation {
	margin: 20px 0 0;
  text-align: center;
}
.kyenoteBtnWrap { margin-top: 40px;}
.linkBtnWrap {
	display: inline-block;
	width: auto;
}
.linkBtnWrapInt {
	display: inline-block;
	width: 200px;
	text-align: right;
}
.performance {
	background: url(../img/top/bg_mainabout.png) 0 0 repeat-x;
	padding-bottom: 50px;
	border-bottom: 1px solid #d8d5d0;
}
.performance ul {
	margin-top: 40px;
}
.performance ul li {
	background: #fff;
	margin-right: 15px;
	width: 231px;
}
.performance ul li:last-child {
	margin-right: 0;
}
.performance ul li .ttl {
	background: #009fb9;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.performance ul li.last .ttl {
	background: #beec04;
}
.performance ul li .txt {
	padding: 15px;
}
.performance ul li .count {
	color: #009fb9;
	font-size: 39px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 20px;
}
.performance ul li.last .count {
	color: #beec04;
}
.performance ul li .count span {
	font-size: 17px;
}
.performance ul li .data {
	font-size: 12px;
	line-height: 1.8;
}
.performance .plans {
	margin: 40px auto 20px;
	text-align: center;
}
a.linkBtn,
span.linkBtn {
	background: url(../img/common/pink_arrow.png) 10px 50% no-repeat;
	background-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	display: block;
	color: #009fb9;
	border: 2px solid #009fb9;
	border-radius: 2px;
	width: 478px;
	text-decoration: none;
}
a.linkBtn_mini,
span.linkBtn_mini {
	background: url(../img/common/pink_arrow.png) 10px 50% no-repeat;
	background-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	display: block;
	color: #6ecbce;
	border: 2px solid #6ecbce;
	border-radius: 2px;
	width: 314px;
	text-decoration: none;
}
a.linkBtnInt {
	background: #009fb9 url(../img/common/white_arrow.png) 20px 50% no-repeat;
	background-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	display: block;
	color: #fff;
	width: 250px;
	text-decoration: none;
}
a.linkBtn:hover {
	background: #009fb9 url(../img/common/white_arrow_mini.png) 10px 50% no-repeat;
	background-size: 18px;
	color: #fff!important;
	border: 2px solid #009fb9;
}
a.linkBtn_mini:hover {
	background: #6ecbce url(../img/common/white_arrow_mini.png) 10px 50% no-repeat;
	background-size: 18px;
	color: #fff!important;
	border: 2px solid #6ecbce;
}
a.linkBtnInt:hover {
	filter:alpha(opacity=60);
	opacity: 0.6;
}
span.linkBtn {
	filter:alpha(opacity=30);
	opacity: 0.3;
}
a.linkBtn01 {
	text-align: center;
	display: block;
	line-height: 80px;
	text-decoration: none;
	width: 478px;
	border: 1px solid #e3e3e3;
}
.kyenoteBtnWrap .linkBtn { float: left;}
.kyenoteBtnWrap .kyenoteBtn01 { margin-right: 13px;}

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

.mainNewsatBg {
	background: url(../img/top/bg_mainnewsat.png) 0 0 no-repeat;
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
}
.newsCarouSelWrap { margin-top: 30px; position: relative;}
.newsMainCollum01 {
	padding: 20px 25px 0px 20px;
	display: block;
	width: 313px;
	margin-right: 14px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	line-height: 1.3em;
}
.newsMainCollum01 a {
	color: #009fb9;
	text-decoration: underline;
	display: block;
	height: 60px;
	font-size: 1em;
  overflow: hidden;
}
.newsMainCollum01 a:hover {
	text-decoration: none;
}
.newsMainTxt {
	margin: 5px 0 0;
	word-wrap: break-word;
	padding-top: 10px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	min-height: 160px!important;
	/*height: 230px;*/
}
ul.newsTxt_caption{
	width: 100%;
	height: 35px;
	margin-top: 5px;
	border-bottom: 1px solid #e3e3e3;
}
ul.newsTxt_caption li{
	color:#fff;
	font-size: 10px;
}
ul.newsTxt_caption li.tag_seminar{
	background-color: #2a9bd0;
	border-radius: 10px;
	width: 80px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
ul.newsTxt_caption li.tag_cloud{
	background-color: #918d86;
	border-radius: 10px;
	width: 130px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
ul.newsTxt_caption li.tag_campaign{
	background-color: #2a9bd0;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
ul.newsTxt_caption li.tag_other{
	background-color: #918d86;
	border-radius: 10px;
	width: 52px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
ul.newsTxt_caption li.tag_newproduct{
	background-color: #2a9bd0;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
ul.newsTxt_caption li.tag_net{
	background-color: #918d86;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}

.tag_seminar{
	background-color: #00a1db;
	border-radius: 10px;
	width: 80px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_newproduct{
	background-color: #00a1db;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_exhibit{
	background-color: #00a1db;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_campaign{
	background-color: #00a1db;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_cloud,
.tag_mobility,
.tag_it,
.tag_signage,
.tag_media,
.tag_location{
	background-color: #918d86;
	border-radius: 10px;
	width: 130px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_other,
.tag_iot,
.tag_5G,
.tag_AI,
.tag_app{
	background-color: #918d86;
	border-radius: 10px;
	width: 52px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
.tag_net,
.tag_sec,
.tag_sdi{
	background-color: #918d86;
	border-radius: 10px;
	width: 82px;
	height: 20px;
	padding: 1px 2px 2px 1px;
	text-align: center;
}
ul.newsTxt_caption li.off{
	display: none;
}

ul.newsTxt_caption li:first-child{
	margin-left: 0px;
}
ul.newsTxt_caption li{
	margin-left: 5px;
}
.newsMainCollum02 {
	width: 313px;
	font-size: 14px;
	background-color: #009fb9;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
.news_main_caption{
	width: 60%;
	height: 160px;
}

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

.mainSponsorBg {
	background: url(../img/top/bg_mainsponsor.png) 100% 0 no-repeat;
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
}
.mainSponsorBg2 {
	background: url(../img/top/bg_mainsponsor.png) 100% 0 no-repeat;
	border-top: 1px solid #e5e5e5;
	margin-top: 0px;
}
.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;
}
.mainCoLocatedBg {
	background-color: #f4f2f2;
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.coLocatedBtnWrap { margin: 30px 0;}
.coLocatedBtnWrap .linkBtn01 {
	width: 232px;
	float: left;
	margin-right: 13px;
	background-color: #fff;
}
.coLocatedBtnWrap p:last-child .linkBtn01 { margin-right: 0;}
.coLocatedBtnWrap .linkBtn01 img { vertical-align: middle;}

/* lower */
.lowerPage .wrapper { margin-top:100px;}

body.about .hNav>ul>li> a.about { background-color:#6ecbce;}
body.exhibition .hNav>ul>li> a.exhibition { background-color:#6ecbce;}
body.lecture .hNav>ul>li> a.lecture { background-color:#6ecbce;}
body.shownet .hNav>ul>li> a.shownet { background-color:#6ecbce;}
body.campaign .hNav>ul>li> a.campaign { background-color:#6ecbce;}
body.maintheme .hNav>ul>li> a.maintheme { background-color:#6ecbce;}

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

.lowerPage .contents a {
	color:#269EDC;
	text-decoration:underline;
	line-height: 1.8em;
}
.lowerPage .contents a:hover {
	text-decoration:none;
}
.breadcrumb {
	background: rgba(50,143,164,0.8);
	width:100%;
	height:30px;
	filter:alpha(opacity=85);
	display:table;
}
.breadcrumb p {
	height:30px;
	width:970px;
	margin:0 auto;
	line-height:30px;
	font-size:12px;
}
.lowerTitleBG {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 100px;
	color:#FFFFFF;
}
.lowerTitleBG.about {
	background: url(../img/common/bg_top_about.png) 0 no-repeat;
	background-size: cover;
}
.exhibition .lowerTitleBG.exhibition {
	background: url(../img/about/maintitle.png) 50% 0 no-repeat;
	background-size: cover;
}
.lowerTitleBG.newsat {
	background: url(../img/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;
}
.lowerPage .textAlC {
	text-align: center;
}
.mgb30 {
	margin-bottom:30px!important;
}
.contents .topBack {
	display:block;
	height:16px;
	font-size:12px;
	text-align:right;
	padding-right:20px;
	background:url(../img/common/ico_topback.png) no-repeat 100% 0;
}
.contents .topBackbsa {
	display:block;
	height:16px;
	font-size:12px;
	text-align:right;
	padding-right:20px;
	margin-top:20px;
	margin-top:20px;
	background:url(../img/common/ico_topback.png) no-repeat 100% 0;
}
.contents .topBack a {
	color:#000000;
}
.contents .topBackbsa a {
	color:#000000;
}
/* about */
.aboutConfLinkBox>p {
	display: inline-block;
	vertical-align: middle;
}
.aboutConfLinkBox>div {
	display: inline-block;
	vertical-align: middle;
}
.top_caption_about{
	position: relative;
	width: 100%;
	height: 240px;
	border-bottom: 1px solid #eae8e3;
	background-color: #f4f7fa;
	text-align: center;
}
.top_caption_about h2{
	color: #058082;
	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;
}
.top_caption_about p .for_pc {
  display:inline;
}
@media only screen and (max-width: 768px) {
  .top_caption_about p{
    text-align:left;
    margin:0 auto 30px;
  }
  .top_caption_about p .for_pc {
    display:none;
  }
}
.about_SNS{
	position: absolute;
  top: 70px;
  right: 0;
  width: 50px;
  height: 100px;
}
.about_SNS img{
  width: 50px;
  height: 50px;
}
.lowerPage .aboutConfLinkBox>div a {
	background: #e9e7e2 url(../img/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:#e9eff5;
	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;
}
.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 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;
}

.link_set {
  text-indent:-1em;
  margin-left:2em;
}



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

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

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

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

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

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

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

.linkBtnArea {
	margin-top: 40px;
}
.linkBtnArea ul {
	width: 100%;
	margin: 0 auto;
}
.linkBtnArea li {
	float: left;
	margin: 0;
	width: 323px;
	height: 48px;
	display: table;
	background-color: #fff;
	position: relative;
}
.lowerPage .linkBtnArea li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #292728;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-left: 1px solid #fff;
}
.linkBtnArea li:first-child a {
	border-left: 1px solid #d6d6d6;
}
.linkBtnArea li.linklist_active a,
.linkBtnArea li a:hover {
	background-color: #fabf00;
	color: #fff;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #fabf00;
}
.linkBtnArea li.linklist_active:first-child a,
.linkBtnArea li:first-child a:hover {
	border-left: 1px solid #fff;
}
.linkBtnArea li.linklist_active:last-child a,
.linkBtnArea li:last-child a:hover {
	border-right: 1px solid #fabf00;
	border-left: 1px solid #fabf00;
}
.linklist_active a:before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #fabf00;
	z-index: 1;
}
.mainSectionArea h2.timetableTtl {
	line-height: 80px;
	font-size: 40px;
	padding: 0;
	color: #000;
	margin: 10px auto 20px;
	position: relative;
	z-index: 0;
	text-align: center;
}
.seminarTable table {
	border-collapse: separate;
	font-size: 14px;
	margin: 0 0 10px;
	box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.1);
	-o-box-shadow: 3px 4px 8px 0px rgba(0,0,0,0.1);
}
.seminarTable table th.caption {
	position: relative;
	background: #fdbe00;
	text-align: center;
	width: 120px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding-top: 5px;
	vertical-align: top;
}
.seminarTable table.seminarRoom02 th.caption {
	background: #d5d900;
}
.seminarTable table.seminarRoom03 th.caption {
	background: #6493fa;
}
.seminarTable .tbcat {
	position: absolute;
	bottom: 15px;
	left: 10px;
	background-color: #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 85%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.seminarTable .tbcat p {
	font-size: 11px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
.seminarTable table td {
	padding: 15px 22px 11px 17px;
	width: 850px;
	vertical-align: top;
	background-color: #fff;
}
.seminarTable table ul.icons {
	margin: -15px -22px 0 -17px;
	background-color: #fdebb5;
	display: block;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.seminarTable table.seminarRoom02 ul.icons {
	background-color: #f4f5b5;
}
.seminarTable table.seminarRoom03 ul.icons {
	background-color: #e6ecf9;
}
.seminarTable ul.icons li {
	float: left;
	margin: 0 3px 3px 0;
	padding: 1px 3px;
}
.seminarTable ul.icons li.sessionNo {
	font-weight: bold;
	background-color: #fdbe00;
	color: #fff;
	padding: 2px 10px;
}
.seminarTable table.seminarRoom02 ul.icons li.sessionNo {
	background-color: #d5d900;
}
.seminarTable table.seminarRoom03 ul.icons li.sessionNo {
	background-color: #6493fa;
}
.seminarTable table td dl.session {
	margin: 0;
}
.seminarTable table td dl.session .titFont {
	font-size: 24px;
	line-height: 1.2em;
	margin: 15px 0 10px;
}
.seminarTable table td dl.session dd {
	margin: 0;
}
.seminarTable table td dl.session .titFont a {
	color: #000;
	text-decoration: underline;
}
.seminarTable table td dl.session .titFont a:hover {
	text-decoration: none;
}
.seminarTable table td dl.session .text {
	margin: 1em 0 0;
}
#content_touroku {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 20px;
}
.login_section {
	background-color: #f0f0f0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 300px;
	height: 330px;
	float: left;
	padding: 20px 30px;
}
.login_section p {
	margin: 0 0 15px;
}
.lowerPage .login_section a {
	text-decoration: underline;
	color: #243c7d;
}
.login_section a:hover {
	text-decoration: none;
}
.login_section.mgl30 {
	margin-left: 35px;
}
.login_section .touroku_h {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.login_section .btnjizen a,
.login_section .btnlogin {
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	display: block;
	width: 240px;
	background: #f18d00;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 17px 0;
	margin: 0 auto;
}
.login_section .txtcenter {
	text-align: center;
}
.login_section .input_mail,
.login_section .input_pass {
	padding: 15px 0 15px 40px;
	background: #fff url(../img/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(../img/seminar/Lock_Icon.gif) no-repeat 10px;
}
.login_section .btnlogin {
	font-size: 14px;
	background: #009fb9;
	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ページ
---------------------------------------------------------------*/
.shownetBread {
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: -20px;
}
.shownetBread ul li {
	margin-right: 20px;
}

.shownet .contents a.linkBtn {
	color: #fff;
	text-decoration: none;
}
.shownet .contents a.linkBtnInt {
	color: #fff;
	text-decoration: none;
}
.shownet .contents .bgFbBtnWrap a.linkBtn {
	background: #009fb9 url(../img/shownet/bg_fb.png) 0 0 no-repeat
}
.bgFbBtnWrap {
	text-align: center;
	padding-top: 50px;
}
.bgFbBtnBox01 {
	margin-bottom: 50px;
}
.mainSectionArea .shownetH3Ttl01 {
	font-size: 24px;
	margin: 0 0 0 ;
	margin-bottom:20px;
}
.shownet p.catchPhrase {
	font-size: 30px;
	font-weight: bold;
	color: #2ea7e0;
	text-align: center;
	margin-bottom: 40px;
	padding: 20px 0 0;
}
.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 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;
}
.shownet table.schedule, .shownet table.schedule2 {
	width: 100%;
	border: #d4cfc6 solid 1px;
}
.shownet table.schedule th.header {
	background-color:#918d86;
	border:none;
	color:#fff;
}
.shownet table.schedule th {
	width: 16%;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: #d4cfc6 dashed 1px;
	border-right: #d4cfc6 solid 1px;
	background-color: #e9e7e2;
}
.shownet table.schedule td {
	padding: 5px 20px;
	border-bottom: #d4cfc6 dashed 1px;
	font-size: 14px;
	height: 30px;
}
.w10 {
	width: 10px;
	text-align: center;
	border-right:#d4cfc6 solid 1px;
}
.w20 {
	width: 44%;
	text-align: left;
	border-left: #d4cfc6 solid 1px;
	border-right: #d4cfc6 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(../img/common/black_arrow.png) 20px 50% no-repeat;
	color:#000;
}
.shownet table.schedule2 {
	margin-bottom:10px;
}
.shownet table.schedule2 th {
	padding:5px;
	border-bottom: #d4cfc6 dashed 1px;
	border-right: #d4cfc6 solid 1px;
	background-color:#e9e7e2;
}
.shownet table.schedule2 td {
	border-right: #d4cfc6 solid 1px;
	padding:5px 20px;
	text-align:center;
	vertical-align:top;
}

.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;
}
/*NOC/STM紹介 noc.html*/
.bgFbBtnWrap02 {
	margin-top: 50px;
}
.bgFbBtnWrap02 .linkBtn {
	float: left;
}
.bgFbBtnWrap02 .twoLinkBtn01{
	background: #009fb9 url(../img/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 img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 7px solid #dedede;
}
.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: 240px;
	line-height: 18px;
}
.noclinkBtnArea li:first-child {
	line-height: 1.2em;
}

/*ShowNet参加企業紹介 shownet_sponsor.html*/
.shownetSponsorTable table {
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}
.shownetSponsorTable2 table {
	width: 100%;
	font-size: 14px;
}
.shownetSponsorTable table td {
	padding: 5px 15px;
	border: #d4cfc6 solid 1px;
}

/*SoewNetページ end
---------------------------------------------------------------*/

/*planningページ
---------------------------------------------------------------*/
/* IoT 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 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;
}
.contents a.linkBtn {
	color: #009fb9;
	text-decoration: none;
}
.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;
}

/* コリア パビリオン */
.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ページ 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;
}
.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 {
	padding-top: 25px;
}
.lowerPage .contents .tccTbl02 h3 a {
	color: #000;
}
.tccTbl02 h4 {
	background: #fff url(../img/tcc/bg_line_h4.png) no-repeat left bottom;
}
.tccTblBgcB {
	line-height: 37px;
	background-color: #c2d3ec;
}
.tccLinkBtn01.yellowlinkBtn {
	text-align: center;
	margin-bottom: 20px;
	padding: 50px 0 0;
}
.tcc a.linkBtn.yellow {
	background: #dbe000 url(../img/common/black_arrow.png) 20px 50% no-repeat;
	color:#000;
}
.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ページ end
---------------------------------------------------------------*/
/*sponsorページ
---------------------------------------------------------------*/
/*index.html*/
.ankerBoxInner {
	padding: 30px 0;
	font-size: 14px;
}
.mediaList ul li {
	background: url(../img/mediasponsor/list_arrow.png) 0 50% no-repeat;
	float: left;
	padding: 0 0 0 30px;
	width: 323px;
	line-height: 22px;
}
.ankerBoxInner .ttl {
	margin-bottom: 25px;
}
.ankerBoxInner .txt {
	text-align: right;
	margin-top: 20px;
}
.media {
	font-size: 14px;
}
img.border {
	border: #dcdcdc solid 1px;
}
.backglay {
	border: 1px solid #CCCCCC;
	clear: left;
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 40px;
}
/*sponsorページ end
---------------------------------------------------------------*/
/*w3c20ページ
---------------------------------------------------------------*/
/*index.html*/
.w3c20 h2.mgb30 {
	margin-top: 50px;
}
.w3c20 .linkBtnArea.mt0 {
	margin-top: 0;
}
.w3c20 .linkBtnArea li {
	width: 242px;
}
.w3c20 .textAlC {
	padding: 20px 0 30px 0;
}
.w3c20 .pic {
	height: 145px;
	text-align: center;
}
.w3c20 .pic img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 8px solid #dedede;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.w3c20 .tccTbl02.purple th {
	background-color: #6e6996;
	font-size: 20px;
}
.w3c20 .tccTbl02 td {
	vertical-align: top;
}
.w3c20 .purple td.tccTblBgcB {
	background-color: #f1eff5;
}
.w3c20 .txt02 {
	width: 700px;
}
.w3c20 .txt02 p {
	margin-top: 20px;
}
.w3c20 .japeng {
	line-height: 14px;
}
.w3c20 .smallTxt {
	font-size: 11px;
}
.w3c20 .middleTxt {
	font-size: 16px;
}
.w3c20 .spk_photo {
	width: 250px;
}
.w3c20 .translation {
	vertical-align:baseline;
}

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

.bosa .imgArea {
    float: right;
    width: 180px;
}
.bosa .txtArea {
    width: 700px;
    float: left;
}
.bosa table.logoTable {
    border: none;
    margin-bottom: 10px;
    width: 100%;
}
.bosa table.logoTable th {
    background: #FFF !important;
    border: medium none;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    width: 33%;
}
.bosa table.outlineTable {
    border: 1px solid #d4cfc6;
}
.bosa table.outlineTable th {
	border-bottom: 1px solid #d4cfc6;
}
.bosa table tr th.head {
    background: none repeat scroll 0 0 #0082C2;
    color: #FFFFFF;
}
.bosa table tr th {
	background-color: #e9e7e2;
	border: 1px solid #d4cfc6;
	border-bottom: none;
	border-top: none;
	padding: 7px 0 7px 13px;
	vertical-align: middle;
	width: 17%;
}
.bosa .alignLeft,
.bosa table tr th.name {
    text-align: left !important;
}
.bosa p.note {
	text-align: right;
}
.bosa .mt30 {
	margin-top: 10px;
}
.bosa table.catListTable tr th,
.bosa table.catListTable tr td {
	border: 0;
}
.bosa table.catListTable tr th {
    color: #fff;
    padding: 7px 0 7px 13px;
    vertical-align: top;
    width: 17%;
    text-align: left;
}
.bosa table.catListTable tr td p.img,
.bosa table.catListTable tr td p.txtArea {
	float: left;
}
.bosa table.catListTable tr td p.txtArea {
	margin-left: 20px;
}
.bosa table.catListTable tr.grandprix th {
    background: url("../img/exhibition/bg_grandprix.png") no-repeat;
	padding-bottom: 25px;
}
.bosa table.catListTable tr.semiGrandprix th {
    background: url("../img/exhibition/bg_semi_grandprix.png") no-repeat;
	padding-bottom: 25px;
}
.bosa table.catListTable tr.specialaward th {
    background: url("../img/exhibition/bg_specialaward.png") no-repeat;
	padding-bottom: 25px;
}
.bosa table.catListTable tr.finalist th {
    background: url("../img/exhibition/bg_finalist.png") no-repeat;
}
.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: #009fb9;
    padding: 0 0 0 20px;
	margin-top: 15px;
    color: #fff;
}
.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(../img/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(../img/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: #000;
}
.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,
.sdiTbl .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: 14px;
}
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 .noclinkBtnArea li {
	float: left;
	width: 161.99px;
}
.highlight .mt20 {
	margin-top: 20px;
}
.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 20px;
}
.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("../img/exhibition/bg_grandprix.png") no-repeat;
	padding-bottom: 25px;
}
.highlight table.catListTable tr.semiGrandprix th {
    background: url("../img/exhibition/bg_semi_grandprix.png") no-repeat;
	padding-bottom: 25px;
}
.highlight table.catListTable tr.specialaward th {
    background: url("../img/exhibition/bg_specialaward.png") no-repeat;
	padding-bottom: 25px;
}
.highlight table.catListTable tr.finalist th {
    background: url("../img/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;
}
.pickup {
	margin-top: 40px;
}
.pickup p.pick_title {
	font-size: 16px;
	font-weight: bold;
	background-color: #009fb9;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.pickupParson {
	background-color: #f4f2f2;
	padding:15px;
}
.pickupParsonList{
	position: relative;
	/*float: left;
	margin-right: 14px;
	width: 463px;
	height: 304px;*/
  width:100%;
  height:auto;
  margin-top:15px;
}
.pickupParsonList:first-of-type {
  margin-top:0;
}
.pick_end{
	margin-right: 0px!important;
}
.pickupParsonList figcaption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(60,96,117,0.7);
	width: 304px;
	height: auto;
	padding: 10px 5px 15px 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: 100%;
	border: #e9eff5 solid 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
	transition: 0.3s;
}
.pickupParsonList figure a:hover:after{
	border: #fff solid 5px;
  background-size: 35px auto;
	transition: 0.3s;
}
.pickupParsonList figure span.name{
	font-size: 18px;
	font-weight: bold;
}
.pickup_clear{
	clear: both;
}
@media only screen and (max-width: 768px) {
	.pickupParson {
		padding:4%;
	}
	.pickupParsonList{
		width: 100%;
		height: auto;
	}
	.pickupParsonList figure a img{
		width: 100%;
	}
	.pickupParsonList figure span.name{
    display: inline-block;
		font-size: 2.6vmax;
    margin-bottom: 3.125%;
	}
	.pickupParsonList figure a:after{
		display: none;
	}
	.pickupParsonList figcaption{
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(60,96,117,0.7);
		width: 100%;
		height: auto;
		padding: 3% 4% 3% 4%;
		color: #fff;
		font-size: 1.8vmax;
	}
  .mainSectionRow {
    margin: 3.125% auto;
  }
  .mainSectionRow .col2 {
    width: 100%;
  }
  .mainSectionRow .col2 img {
    width: 100%;
  }
	.mainShowNetBg {
		margin-top: 0;
	}
	/*****2017-2-23追加****/
	.performance {
		background: url(../img/top/bg_mainabout.png) 0 0 repeat-x;
		background-size: inherit!important;
		padding-bottom: 50px;
		border-bottom: 1px solid #d8d5d0;
	}
	a.linkBtn_mini,
	span.linkBtn_mini {
		background: url(../img/common/pink_arrow.png) 10px 50% no-repeat;
		background-size: 18px;
		width: 270px;
		}
}


/* */

.pickupParsonList .info {
  padding:8px 16px;
  background:#dff9fa;
}
.pickupParsonList .num {
  display:inline-block;
  color:#00909f;
  font-size:28px;
  font-weight:bold;
  line-height:30px;
  vertical-align:middle;
}
.pickupParsonList .date {
  display:inline-block;
  padding:0 0 0 10px;
  color:#555;
  font-size:18px;
  font-weight:bold;
  line-height:30px;
  vertical-align:middle;
}
@media only screen and (max-width: 768px) {
  .pickupParsonList .date {
    padding:0;
  }
}
.pickupParsonList .tx {
  width:100%;
  height:auto;
  padding:16px;
  box-sizing:border-box;
  background:#fff;
}
@media only screen and (max-width: 768px) {
  .pickupParsonList .tx {
    height:auto;
  }
}
.pickupParsonList .ttl {
  height:3em;
  margin:0 0 10px;
  font-size:20px;
}
@media only screen and (max-width: 768px) {
  .pickupParsonList .ttl {
    height:auto;
    font-size:20px;
  }
}
@media only screen and (max-width: 500px) {
  .pickupParsonList .ttl {
    height:auto;
    font-size:18px;
  }
}



.pickupParsonList .ttl a {
  color:#49a;
  letter-spacing:0.05em;
  text-decoration:underline;
}
 

.pickupParsonList .name {
  clear:both;
  float:left;
  display:inline-block;
  width:69%;
  margin:0 2% 0 0;
  vertical-align:top;
  font-size:13px;
}
.pickupParsonList .name a {
  color:#23A7B8;
  text-decoration:underline;
}

.pickupParsonList .ph {
  float:right;
  display:inline-block;
  width:28%;
  max-width:120px !important;
}
.pickupParsonList .ph > img {
  display:block;
  width:100%;
}



/*************************************
SP設定
**************************************/
@media only screen and (max-width: 768px) {
	* {
		max-width: 100% !important;
		min-width: inherit !important;
	}
	body {
		width: 100%;
		overflow-x: hidden;
	}
	a:hover img {
		filter:alpha(opacity=100);
		opacity: 1;
	}
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	.w970 {
		overflow: hidden;
		width: 100%;
		padding: 0 3.125%;
	}

	.topMainVisual {
		z-index: 1;
		height: auto;
		padding-bottom: 15%;
    transition: all .3s;
	}
  .topMainVisual.nav-is-visible,
  .bnrAreaInner.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
    transition: all .3s;
  }
	.topMainVisual #video {
		top: 0 !important;
		margin-top: 0 !important;
		width: auto;
		max-width: none !important;
		height: 100%;
		z-index: -1;
		display: none;
	}
	.mainVisualBox {
		padding-top: 15%;
		padding-top: 5vh;
		width: 84.3%;
		height: auto;
		margin: auto;
	}
	.mainVisualLogoArea {
		margin-bottom: 5%;
	}
	.mainVisualBox img {
		width: inherit;
		max-width: 100%;
	}
	.mainVisualConfArea {
		margin-bottom: 5%;
	}
	.mainVisualConfArea p:first-child {
		font-size: 32px;
	}
	.mainVisualConfArea p:last-child {
		font-size: 14px;
	}
	.topMainVisual .registrationBtn .poR a {
		background-size: 16px;
		background-position: 3% 49.5%;
		width: 480px;
		max-width: 100%;
		height: auto;
		font-size: 14px;
		/*text-indent: 1em;*/
		line-height: 4em;
	}
  .topMainVisual .registrationBtnWrap {
    margin-bottom: 6.875%;
  }
  .topMainVisual .registrationBtn.btn-col2 {
    float: none;
    width: 100%;
  }
  .topMainVisual .registrationBtnWrap .registrationBtn.btn-col2 .poR a {
    max-width: 100%;
    margin-bottom: 3.125%;
  }
  .topMainVisual .registrationBtn.btn-col2:nth-child(even) {
    float: right;
  }
	#scrolldown {
		max-width: 24% !important;
		margin: auto;
		text-align: center;
	}
	.bnrArea {
		z-index: -1;
		/*height: 155px;*/
    transition: all .3s;
	}
	.bnrAreaInner h2 {
		font-size: 13px;
		line-height: 2em;
	}
	.caroufredsel_wrapper {
		margin-top: 3.125% !important;
	}
	#sponsorsLogoList01 li {
		text-align: center;
		font-size: 10px;
		padding: 0;
	}
	#sponsorsLogoList01 li 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 img {
		height: auto;
		margin: auto;
		margin-bottom: 0;
		padding-bottom: 0;
	}*/



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

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

	/*開催実績*/
	.mainSectionArea {
		background-color: #fff;
		background-size: contain;
		padding: 6.25% 0;
	}
	.mainSectionArea h2 {
		font-size: 28px;
	}
	.performance h2 {
		margin-bottom: 3.125% 0;
		padding: 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 .txt {
		padding: 0 3.125% 3.125%;
	}
	.performance ul li .count {
		font-size: 28px;
		padding: 0;
		line-height: 2em;
	}
	.performance ul li .data {
		line-height: 1.6;
	}

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

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

	.mainThemeList .themeList02:nth-child(odd) {
		float: left;
	}
	.mainThemeList li:first-of-type:after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
	  background: url(../img/top/bg_iot.jpg) 0 0 no-repeat;
	  background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-child(2):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
	  background: url(../img/top/bg_scr.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-of-type(3):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
	  background: url(../img/top/bg_ai.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-of-type(4):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
	  background: url(../img/top/bg_sdi.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-of-type(5):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
	  background: url(../img/top/bg_5g.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList .themeList02:nth-of-type(6):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
	  background: url(../img/top/bg_cloud.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:nth-of-type(7):after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height :100%;
	  background: url(../img/top/bg_it.jpg) 0 0 np-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	.mainThemeList li:last-of-type:after {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: url(../img/top/bg_net.jpg) 0 0 no-repeat;
		background-size: cover;
	  transition: .3s;
	  z-index: -1;
	}
	/*基調講演*/
	.mainExplanationBg {
		margin-top: 0;
	}
	.mainAbout,
	.mainExplanation {
		margin-top: 5.625%;
		text-align: left;
		font-size: 14px;
	}
	.contents a.linkBtn,
	a.linkBtn,
	span.linkBtn {
		float: none;
		background-size: 16px;
		background-position: 3% 49.5%;
		width: 480px;
		max-width: 100%;
		margin: 0 auto 3.125%;
		height: auto;
		font-size: 14px;
		line-height: 4em;
	}
	.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: #2a9bd0;
    color: #fff;
    text-align: center;
	}

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

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

	/*メディアスポンサー*/
	.mainSponsorBg {
		margin-top: 0;
	}
	.mediaSBtnWrap {
		margin-top: 0;
	}
	.sponsors01 .caroufredsel_wrapper {
		margin-left: -3.125% !important;
		width: 150% !important;
		max-width: 150% !important;
		max-height: 85px;
	}
	.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%;
	}

	/*同時開催イベント*/
	.mainCoLocatedBg {
		margin-top: 0;
	}
	.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%;
	}
  /*aboutページ*/
	.lowerPage .wrapper{
		margin-top: 60px;
	}
	.about_SNS{
		display: none;
	}
	.breadcrumb p{
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
		font-size: 0.8em;
	}
	.lowerTitleBG h2{
		font-size: 1.5em;
	}
	.top_caption_about h2{
		font-size: 4.68vw;
		padding-top: 1em;
		padding-bottom: 1em;
		line-height: 1.5em;
	}
	.top_caption_about p.sp{
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 1.5em;
		font-size: 3.75vmin;
	}
	.top_caption_about{
		height: auto;
	}
	.lowerPage .f14m20 p{
		font: 3.4vw;
	}
	.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: 4vmin!important;
	}
	.img_about{
		width: 25%;
	}
	table.aboutTbl01 th,
	table.aboutTbl01 td{
		width: 100%;
		float: left;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid #D7D3CA;
	}
	/*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%;
	}
}


/***** conf btn *****/
.conf_area {
  width:100%;
  max-width:970px;
  margin:40px auto 0;
  padding-top:40px;
  border-top:1px solid #ddd;
  text-align:center;
  
}
.conf_area p {
  margin:0 0 10px;
}
.conf_area a {
  display:block;
  width:100%;
  margin:0 0 10px;
}

.conf_area a img {
  width:100%;
}



/******************************
Keynote Sponsor
******************************/

.keynotesponsorBg {
  margin-top:60px;
  background:#fff;
  border-top:1px solid #e0e0e0;
}

.keynotesponsorBtnWrap {
  padding:20px 0 40px;
  text-align:center;
}

.keynotesponsorBtnWrap a {
  display:inline-block;
  width:185px;
  height:70px;
/*  width:370px;
  height:150px;*/
  margin:0 10px;
}
.keynotesponsorBtnWrap a img {
  display:block;
  width:100%;
}

.kns h2 {
  height:25px;
  background-image:none;
  background-color:#8Cd0E0;
  font-size:15px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  line-height:25px;
}

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

  .keynotesponsorBtnWrap {
    padding:20px 0 60px;
  }

}



/******************************
about/access.html
******************************/

i.fa {
  margin:0 10px 0 0;
  color:#009fb9;
}


/******************************
privacy
******************************/

.privacy_tx {
  display:block;
  padding:0 0 0 20px;
}
.privacy_tx li {
  display: list-item;
  margin:0 0 20px;
  text-indent:0;
  list-style-type: decimal;
  text-align: -webkit-match-parent;
}

.p_cap {
  clear:both;
  display:block;
  font-size:90%;
  margin:0 0 20px;
  padding:20px 0;
  border-bottom:1px solid #ccc;
}




/******************************
broad_caster
******************************/
@media only screen and (max-width: 520px) {
  .broad_caster .titleWrapper h2 {
    line-height:1.4em;
  }
}

.broad_caster .mainSectionArea h3 {
  text-align:center;
}
@media only screen and (max-width: 520px) {
   .broad_caster .mainSectionArea h3 {
     font-size:90%;
   }
}

.broad_caster .mainSectionArea .photos {
  margin:0;
}
.broad_caster .mainSectionArea .photos:after {
    content:" ";
    display:block;
    clear:both;
}

.broad_caster .mainSectionArea .photos img {
  float:left;
  display:block;
  width:48%;
  height:auto;
  margin:40px 0 0;
/*  border: 6px solid #fff;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.5)*/
}
.broad_caster .mainSectionArea .photos img:nth-of-type(2n) {
  float:right;
}
@media only screen and (max-width: 768px) {
  .broad_caster .mainSectionArea .photos img {
    margin:30px 0 0;
/*    border: 5px solid #fff;*/
  }
}

@media only screen and (max-width: 500px) {
  .broad_caster .mainSectionArea .photos img {
    width:47%;
    margin:20px 0 0;
/*    border: 4px solid #fff;*/
  }
}

.broad_caster .sponsor {
  display:flex;
  flex-wrap:wrap;
  align-content:space-between;
  justify-content: center;
  margin:60px 0 0;
}

.broad_caster .sponsor p {
  display:block;
  width:23%;
  margin:0 1% 30px;
  text-align:center;
  font-size:13px;
  text-decoration:none;
}

.broad_caster .sponsor p a img {
  display:block;
  width:150px;
  margin:0 auto 5px;
}

@media only screen and (max-width: 768px) {
  .broad_caster .sponsor p a {
    width:31%;
    font-size:2vw;
  }
}

@media only screen and (max-width: 500px) {
  .broad_caster .sponsor p a {
    width:48%;
    font-size:3vw;
  }
}



.thanks h4 {
  padding:0 20px 40px;
  font-size:20px;
  text-align:center;
}





/* for all contents */

.for_pc {
  display:inline;
}
.for_sp {
  display:none;
}
@media only screen and (max-width: 768px) {
  .for_pc {
    display:none;
  }
 .for_sp {
    display:inline;
  }
}

.txR {
  text-align:right;
}



.cs {
  cursor:default;
  opacity:0.4;
}




/* 2018 banner */
.bn_2018 {
  display:block;
  width:100%;
  max-width:970px;
  margin:30px auto;
}
@media only screen and (max-width: 768px) {
  .bn_2018 {
    width:94%;
  }
}

/* pdf dl */
.cmt04_dl {
  text-align:center;
}

.cmt04_dl a {
  display:block;
  width:100%;
  max-width:970px;
  margin:10px auto;
}
@media only screen and (max-width: 768px) {
  .cmt04_dl a {
    width:94%;
  }
}

.cmt04_dl a img {
  width:100%;
}




/***** partner event *****/

.mainPartnerBg {
  margin-top:60px;
  background:#fff;
  border-top:1px solid #e0e0e0;
}

.partnerEventWrap {
  padding:20px 0;
  text-align:center;
}

.partnerEventWrap a {
  display:inline-block;
  width:185px;
  height:70px;
/*  width:370px;
  height:150px;*/
  margin:0 10px;
}
.partnerEventWrap a img {
  display:block;
  width:100%;
}

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

  .partnerEventWrap {
    padding:20px 0 60px;
  }

}

/*@media only screen and (max-width: 420px) {

  .partnerEventWrap a {
    width:296px;
    height:120px;
  }
}*/
