@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;
}
.close_txt {
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
.backstretch img{
  max-width: none !important;
}
.close_txt {
  font-size: 6vw;
  text-align: center;
  padding-top: 6.25%;
  padding-bottom: 6.25%;
}
}
/*** 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;
}
.pb5 {
  padding-bottom: 5px;
}
.mt20 {
  margin-top: 20px;
}
/*** mouse over ***/
a img {
  border: medium none transparent;
}
a:hover img {
  filter:alpha(opacity=60);
  opacity: 0.6;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

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

.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: 806px;
  height: 468px;
  margin: auto;
  padding-top: 50px;
  text-align: center;
  z-index: 3;
}
.mainVisualLogoArea {
  margin-bottom: 30px;
  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 (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: #262261;
}
.mainVisualLangArea .en {
  border-left: none;
  color: #fff;
}
.mainVisualLangArea .noLink {
  filter:alpha(opacity=30);
  opacity: 0.3;
  font-style:normal;
}
.mainVisualConfArea {
  color: #fff;
  margin:  0 auto 20px;
}
.mainVisualConfArea p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2em;
}
.mainVisualConfArea p.en:last-child {
  font-weight: normal;
  line-height: 1.8;
}
.topMainVisual .registrationBtn .poR a {
  width: 480px;
  margin: 0 auto 10px;
  padding: 0;
  line-height: 60px;
  border: 2px solid #eee261;
  border-radius: 2px;
}
.topMainVisual .registrationBtn .poR a:hover {
  border: 2px solid #eee261;
}
.topMainVisual .registrationBtn .poR a.gray_out {
  width: 480px;
  margin: 0 auto 10px;
  padding: 0;
  line-height: 60px;
  border: 2px solid #eee261;
  border-radius: 2px;
  opacity: 0.4;
  cursor:default;
}
.topMainVisual .registrationBtn .poR a.gray_out:hover {
  border: 2px solid #eee261;
  opacity: 0.4;
  cursor:default;
}

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

/*テーマスポンサー カルーセル*/
.bnrArea {
  background: #00436b;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  z-index: 102;
  color: #fff;
  text-align: center;
}
.bnrArea h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.bnrArea ul {
  width: 500px;
  height: auto;
  margin: 0 auto;
}
.bnrArea ul li {
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 10px;
  border: 2px solid #fff;
  border-radius: 5px;
}
.bnrArea ul li:last-child {
  margin-right: 0px;
}
.bnrArea p {
  font-size: 14px;
  line-height: 1.8em;
  clear: both;
}
.sponsors01 {
  width: 970px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .sponsors01 .caroufredsel_wrapper {
    height: 110px !important;
    width: 970px !important;
  }
}
#sponsorsLogoList {
  position: relative;
  overflow: hidden;
  font-size: 12px;
}
#sponsorsLogoList li {
  text-align: center;
  margin-right: 14px;
  margin-bottom: 60px;
}
#sponsorsLogoList li:nth-child(4n) {
  margin-right: 0;
}
#sponsorsLogoList li:last-of-type {
  margin-bottom: 0;
}
#sponsorsLogoList li a {
  display: block;
  text-align: center;
}
#sponsorsLogoList .kyenoteBtnWrap a.linkBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
}
/*パンくず*/
.lowerPage .breadcrumb {
  background: rgba(10,144,97,0.8);
  width: 100%;
  height: 30px;
  filter: alpha(opacity=85);
  display: table;
  color: #fff;
  text-decoration: none;
}
.lowerPage .breadcrumb p {
  height: 30px;
  width: 970px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 12px;
}
.lowerPage .contents .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.lowerPage .lbj_main_Ttl {
  width: 100%;
  text-align: left;
  background: rgba(4, 42, 66, 0.8);
  margin: 0 ;
}
.lowerPage .lbj_main_Ttl h2{
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  width: 970px;
  background: none;
  padding: 10px 0;
  margin: 0 auto;
  font-weight: normal;
  color: #fff;
  line-height: 1.5em;
}

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

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

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

.whatNewWrap {
  background-color: #e5f0f7;
  padding: 20px 0;
}
.whatNewWrap .whatNew01 {
  background: #006eb0;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 150px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  margin-right: 13px;
  float: left;
}
.whatNewWrap .whatNew02 {
  float: left;
  width: 643px;
  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;
}
.mainSectionArea {
}
.bnrAreaInner h2,
.mainSectionArea h2 {
  text-align: center;
  font-size: 40px;
  background: #000;
  padding: 10px 0;
  margin: 0 0 10px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5em;
}
.mainSectionArea h2.mtop20 {
  text-align: center;
  font-size: 40px;
  background: url(../images/common/bg_line.png) 0 100% no-repeat;
  margin-top:20px;
  font-weight: normal;
}
.mainSectionArea h2.showend {
  text-align: center;
  font-size: 30px;
  padding:0 0 0 0;
  margin-top: 0px;
  margin-bottom:0px;
  font-weight: normal;
  background: none;
}
.mainSectionArea h2.subTtl {
  line-height: 1.0;
}
.mainSectionArea h2.subTtl span {
  font-size: 24px;
}
.mainSectionArea h3 {
  font-size: 18px;
  margin: 0px 0px 15px 0px;
}
.mainSectionArea h3.contact_h3 {
  font-size: 22px;
  margin: 0px 0px 15px 0px;
  color: #0ca2fb;
}
.mainSectionArea h3.mh01 {
  margin: 0 0 0;
}
.mainTtlJa {
  text-align: center;
  font-weight: bold;
}

.whatNewWrap .whatNew03 {
  float: right;
  line-height: 36px;
}
.whatNewWrap .whatNew03 a {
  background: url(../images/common/blue_arrow.png) 0 50% no-repeat;
  background-size: 18px;
  display: block;
  padding: 0 0 0 30px;
  margin: 0 0 0 20px;
  font-size: 14px;
}
.mainExplanationBg {
  background: url(../images/top_exhibition/bg_mainkeynote.png) 100% 0 no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.mainAboutBg {
  /*background: url(../images/top_exhibition/bg_mainabout.png) 0 0 repeat-x;*/
  /*border-top: 1px solid rgba(255,255,255,0);*/
}
.mainAbout,
.mainExplanation {
  margin: 30px 0 0;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
.mainAboutTable {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 14px;
}
.mainAboutTable table {
  width: 100%;
}
.mainAboutTable th {
  width: 20%;
  padding: 1.5% 2.5%;
  background: #e4eff7;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.mainAboutTable td {
  width: 80%;
  padding: 1.5% 2.5%;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.mainAboutTable a {
  color: #3c7aa6;
  text-decoration: underline;
}
.kyenoteBtnWrap {
  margin-top: 20px;
}
.sponsor_btn a {
  float: none!important;
  margin: 0 auto;
  margin-right: auto!important;
}
.linkBtnWrap {
  display: inline-block;
  width: auto;
}
.linkBtnWrapInt {
  display: inline-block;
  width: 200px;
  text-align: right;
}
.performance {
  background: url("/lbj/2017/images/top_exhibition/top_grd.png") no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.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: #006eb0;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.performance ul li.last .ttl {
  background: #bf2388;
}
.performance ul li .txt {
  padding: 15px;
}
.performance ul li .count {
  color: #006eb0;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
}
.performance ul li.last .count {
  color: #bf2388;
}
.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(../images/common/blue_arrow_mini.png) 10px 50% no-repeat;
  background-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  display: block;
  color: #0ca2fb;
  border: 2px solid #0ca2fb;
  border-radius: 2px;
  width: 478px;
  text-decoration: none;
}
a.linkBtn_mini,
span.linkBtn_mini {
  background: url(../images/common/blue_arrow_mini.png) 10px 50% no-repeat;
  background-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  display: block;
  color: #0ca2fb;
  border: 2px solid #0ca2fb;
  border-radius: 2px;
  width: 314px;
  text-decoration: none;
}
a.linkBtnInt {
  background: #262261 url(../images/common/white_arrow.png) 20px 50% no-repeat;
  background-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  display: block;
  color: #fff;
  width: 250px;
  text-decoration: none;
}
a.linkBtn:hover {
  background: #0ca2fb url(../images/common/white_arrow_mini.png) 10px 50% no-repeat;
  background-size: 18px;
  color: #fff!important;
  border: 2px solid #0ca2fb;
}
a.linkBtn_mini:hover {
  background: #0ca2fb url(../images/common/white_arrow_mini.png) 10px 50% no-repeat;
  background-size: 18px;
  color: #fff!important;
  border: 2px solid #0ca2fb;
}
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(../images/top_exhibition/bg_mainconf.png) 0 0 no-repeat;

  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(../images/top_exhibition/bg_mainshownet.png) 100% 0 no-repeat;

  margin-top: 50px;
}
.showNetBtnWrap,
.newsBtnWrap {
  text-align: center;
  margin-top: 20px;
}
.showNetBtnWrapInt .td {
  text-align: right;
  margin-top: 20px;
}
.showNetImg { margin-top: 40px;}
.showNetTube {}
.shownet_main{
  width: 642px;
  height: 408px;
  float: left;
}
.showNetImgInner {
  float: right;
  width: 246px;
}
.showNetImgInner_two {
  float: right;
  width: 328px;
}

.mainNewsatBg {
  background: url(../images/top_exhibition/bg_mainnewsat.png) 0 0 no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding-bottom: 50px;
}
.newsCarouSelWrap { margin-top: 30px; position: relative;}
.newsMainCollum01 {
  background: #fff;
  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: #006eb0;
  text-decoration: underline;
  display: block;
  height: 60px;
  font-size: 1em;
  overflow: hidden;
}
.newsMainCollum01 a:hover {
  text-decoration: none;
}
.newsMainTxt {
  margin: 5px 0 0;
  word-wrap: break-word;
  padding-top: 10px;
  line-height: 20px;
  display: block;
  overflow: hidden;
  height: 216px;
}
ul.newsTxt_caption{
  width: 100%;
  height: 35px;
  margin-top: 5px;
  border-bottom: 1px solid #e3e3e3;
}
ul.newsTxt_caption li{
  color:#fff;
  font-size: 10px;
}
.tag_seminar{
  background-color: #00a1db;
  border-radius: 10px;
  width: 80px;
  height: 20px;
  padding: 1px 2px 2px 1px;
  text-align: center;
}
.tag_newproduct{
  background-color: #00a1db;
  border-radius: 10px;
  width: 82px;
  height: 20px;
  padding: 1px 2px 2px 1px;
  text-align: center;
}
.tag_exhibit{
  background-color: #00a1db;
  border-radius: 10px;
  width: 82px;
  height: 20px;
  padding: 1px 2px 2px 1px;
  text-align: center;
}
.tag_campaign{
  background-color: #00a1db;
  border-radius: 10px;
  width: 82px;
  height: 20px;
  padding: 1px 2px 2px 1px;
  text-align: center;
}
.tag_cloud,
.tag_mobility,
.tag_it,
.tag_signage,
.tag_media,
.tag_location{
  background-color: #918d86;
  border-radius: 10px;
  width: 130px;
  height: 20px;
  padding: 1px 2px 2px 1px;
  text-align: center;
}
.tag_other,
.tag_iot,
.tag_5G,
.tag_AI,
.tag_app{
  background-color: #918d86;
  border-radius: 10px;
  width: 52px;
  height: 20px;
  padding: 1px 2px 2px 1px;
  text-align: center;
}
.tag_net,
.tag_sec,
.tag_sdi{
  background-color: #918d86;
  border-radius: 10px;
  width: 82px;
  height: 20px;
  padding: 1px 2px 2px 1px;
  text-align: center;
}
ul.newsTxt_caption li.off{
  display: none;
}
ul.newsTxt_caption li:first-child{
  margin-left: 0px;
}
ul.newsTxt_caption li{
  margin-left: 5px;
}
.newsMainCollum02 {
  width: 313px;
  font-size: 14px;
  background-color: #006eb0;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.news_main_caption{
  width: 60%;
  height: 160px;
}

.news_main_caption_img{
  width: 40%;
  float: left;
  height: 150px;
  padding-top: 10px;
}
.news_main_caption_img img{
  width: 100%;
  height: auto;
}
.newsMainImg01 {
  float: right;
  max-height: 100px;
  max-width: 100px;
}
@media only screen and (max-width: 768px) {
  .newsMainTxt{
    min-height: 166px!important;
  }
}
@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: #0ca2fb;
}
#pager a span {
  font-size: 0;
  opacity: 0;
}

.mainSponsorBg {
  background: url(../images/top_exhibition/bg_mainsponsor.jpg);
  background-size: cover;
  margin-top: 50px;
  padding-bottom: 45px;
}
.mainSponsorBg2 {
  /*background: url(../images/top_exhibition/bg_mainsponsor.png) 100% 0 no-repeat;*/

  margin-top: 0px;
}
#sponsorsLogoList02 {
  margin-bottom: 50px;
}
#sponsorsLogoList02 li {
  overflow: hidden;
  width: 232px;
  max-height :78px;
  margin-right: 14px;
}
/*#sponsorsLogoList02 li:first-child {
  margin-left: 126px;
}*/
#sponsorsLogoList02 li:nth-child(4n) {
  margin-right: 0;
}
#sponsorsLogoList02 li:nth-child(5n) {
  margin-top: 14px;
}
.mediaSBtnWrap { margin-top: 30px;}
.mediaSBtnWrap .linkBtn01 {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.mediaSBtnWrap .linkBtn01 img {
  width: 100%;
  height: 100%;
}
.mainCoLocatedBg {
  background-color: #f4f7fa;
  margin-top: 50px;
  padding-bottom: 50px;
}
.coLocatedBtnWrap { margin-top: 50px;}
.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:#514E81;color: #049bd5}
body.exhibition .hNav>ul>li> a.exhibition { background-color:#514E81;}
body.lecture .hNav>ul>li> a.lecture { background-color:#514E81;}
body.shownet .hNav>ul>li> a.shownet { background-color:#514E81;}
body.campaign .hNav>ul>li> a.campaign { background-color:#514E81;}
body.maintheme .hNav>ul>li> a.maintheme { background-color:#514E81;}

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

.lowerPage .contentsBox a {
  color:#269EDC;
  text-decoration:underline;
  line-height: 1.8em;
}
.lowerPage .contentsBox a:hover {
  text-decoration:none;
}
.breadcrumb {
  background: rgba(143,50,134,0.8);
  width:100%;
  height:30px;
  filter:alpha(opacity=85);
  display:table;
}
.breadcrumb p {
  height:30px;
  width:970px;
  margin:0 auto;
  line-height:30px;
  font-size:12px;
}
.lowerTitleBG {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100px;
  color:#FFFFFF;
}
.lowerTitleBG.about {
  background: url(../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;
}
.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;
  margin-top:20px;
  background:url(../images/common/ico_topback.png) no-repeat 100% 0;
}
.contents .topBack a {
  color:#000000;
}
.contents .topBackbsa a {
  color:#000000;
}
/* about */
.aboutConfLinkBox>p {
  display: inline-block;
  vertical-align: middle;
}
.aboutConfLinkBox>div {
  display: inline-block;
  vertical-align: middle;
}
.top_caption_about{
  position: relative;
  width: 100%;
  height: 330px;
  border-bottom: 1px solid #eae8e3;
  background-color: #f4f7fa;
  text-align: center;
}
.top_caption_about h2{
  color: #1b1b65;
  font-size: 32px;
  padding-top: 50px;
  padding-bottom: 30px;
  line-height: 35px;
}
.top_caption_about p{
  font-size: 16px;
  line-height: 1.8em;
}
.about_SNS{
  position: absolute;
  top: 115px;
  right: 0;
  width: 50px;
  height: 100px;
}
.about_SNS img{
  width: 50px;
  height: 50px;
}
.lowerPage .aboutConfLinkBox>div a {
  background: #e9e7e2 url(../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:#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 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;
}
.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;
}
.seminar .contents {
  padding-bottom: 50px;
}
.seminar .footerInner {
  margin-top: 0;
}
.seminar .mainTitle {
  margin-bottom: 0;
}
.kicho_search {
  height: 90px;
  background: url(../images/seminar/kicho_h.png) no-repeat;
}
.theme_search {
  padding: 20px 25px 0 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.theme_search_list {
  width: 840px;
}
.theme_search_h {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  background-color: #ea5514;
  padding-left: 8px;
}
.theme_search li {
  float: left;
  list-style: none;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  display: table;
}
.theme_search li p {
  font-size: 12px;
  font-weight: bold;
  display: table-cell;
  text-align: center;
  margin: 0;
  line-height: 30px;
  cursor: pointer;
}
.theme_search li:nth-child(1) {
  width: 86px;
}
.theme_search li:nth-child(2){
  width: 166px;
}
.theme_search li:nth-child(3){
  width: 106px;
}
.theme_search li:nth-child(4){
  width: 178px;
}
.theme_search li:nth-child(5){
  width: 56px;
}
.theme_search li:nth-child(6){
  width: 141px;
}
.theme_search li:nth-child(7){
  width: 107px;
  border-right: 1px solid #d6d6d6;
}
.clear_search{
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  line-height: 30px;
  width: 65px;
  margin: 0;
  text-align: center;
  font-size: 12px;
  float: right;
  margin-top: -30px;
  cursor: pointer;
}

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

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

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

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

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

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

.linkBtnArea {
  margin-top: 40px;
}
.linkBtnArea ul {
  width: 100%;
  margin: 0 auto;
}
.linkBtnArea li {
  float: left;
  margin: 0;
  width: 323px;
  height: 48px;
  display: table;
  background-color: #fff;
  position: relative;
}
.lowerPage .linkBtnArea li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #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: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(../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ページ
---------------------------------------------------------------*/
.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: #262261 url(../images/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(../images/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: #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 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: #0ca2fb;
  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(../images/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(../images/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;
}
.contentsBox p.media {
  font-size: 100%!important;
  line-height: 1.8em;
}
.mediaList ul li {
  background: url(../images/common/black_arrow.png) 0 50% no-repeat;
  float: left;
  padding: 0 0 0 30px;
  width: 300px;
  line-height: 28px;
}
.ankerBoxInner .ttl {
  margin-bottom: 25px;
}
.ankerBoxInner .txt {
  text-align: right;
  margin-top: 20px;
}
.media {
  font-size: 14px;
}
.media p,
.media a {
  margin-bottom: 10px;
  line-height: normal!important;
}
img.border {
  border: #dcdcdc solid 1px;
}
.backglay {
  border: 1px solid #CCCCCC;
  clear: left;
  margin-top: 30px;
  padding: 10px;
  font-size: 13px;
}
.media_logo {
  padding: 0!important;
}
.pl20_media {
  float: left;
  padding-left: 0px!important;
  margin-left: 10px;
}
.media_sponsor a {
  color: #3879a8!important;
}
/*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("../images/exhibition/bg_grandprix.png") no-repeat;
  padding-bottom: 25px;
}
.bosa table.catListTable tr.semiGrandprix th {
    background: url("../images/exhibition/bg_semi_grandprix.png") no-repeat;
  padding-bottom: 25px;
}
.bosa table.catListTable tr.specialaward th {
    background: url("../images/exhibition/bg_specialaward.png") no-repeat;
  padding-bottom: 25px;
}
.bosa table.catListTable tr.finalist th {
    background: url("../images/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: #262261;
    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(../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: #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("../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;
}
.pickup {
  margin-top: 40px;
}
.pickup p.pick_title {
  font-size: 16px;
  font-weight: bold;
  background-color: #006eb0;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.pickupParson {
  overflow: hidden;
  background-color: #b2d3e7;
  padding: 15px;
}
.pickupParsonList {
  position: relative;
  float: left;
  background: #fff;
  width: 49.2%;
  height: 368px;
  font-size: 14px;
}
.pickupParsonList:nth-child(even) {
  float: right;
}
.pickupParsonListHead {
  overflow: hidden;
  background: #d9e9f3;
  padding: 2% 4%;
}
.pickupParsonListHead h4 {
  color: #006eb0;
  font-size: 24px;
  font-weight: bold;
}
.pickupParsonListHead h4 span {
  margin-left: 1em;
  color: #292728;
  font-size: 0.8em;
  font-weight: normal;
}
.pickupParsonListHead .pickupStatus li {
  margin-right: 10px;
  font-size: 11px;
  fotn-weight: bold;
}
.pickupParsonListHead .pickupStatus li:last-child {
  line-height: 1.7em;
  padding: 0 1em;
  border-radius: 15px;
  color: #fff;
}
.pickupParsonListHead .pickupStatus li.cloud {
  background: #55aaaa;
}
.pickupParsonListHead .pickupStatus li.enter {
  background: #2889d1;
}
.pickupParsonList .keynoteTtl {
  margin-bottom: 25px;
  height: 90px;
  color: #006eb0;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: underline;
}
.pickupParsonListBody {
  padding: 2% 4% 6%;
  color: #292728;
}
.pickupParsonListBody .row {
  overflow: hidden;
  width: 100%;
}
.pickupParsonListBody .txt {
  float: left;
  width: 60%;
}
.pickupParsonListBody .img {
  float: right;
  width: 35%;
}
.pickupParsonListBody span {
  display: block;
}
.pickupParsonListBody a {
  display: block;
  color: #25648d;
  text-decoration: underline;
}
.pick_end{
  margin-right: 0px!important;
}
.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;
}
.conf-recommend span {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #fff;
  opacity: 0.3;
}
.conf-recommend p {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.conf-recommend p:first-child {
  margin-top: 30px;
}

/*************************************
SP設定
**************************************/
@media only screen and (max-width: 768px) {
  * {
    max-width: 100% !important;
    min-width: inherit !important;
  }
  body {
    width: 100%;
    overflow-x: hidden;
  }
  body.lowerPage {
    position: relative;
    background: none;
  }
  body.lowerPage:after {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/about/bg_page.jpg) no-repeat left top;
    background-size: 100% 100%;
    display: block;
    z-index: -1;
  }
  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 {
    position: relative;
    z-index: 1;
    min-height: 568px;
    padding-bottom: 15%;
    transition: all .3s;
  }
  .topMainVisual:before {
    background: url(../images/top_exhibition/filter-sp.png) left bottom no-repeat;
    background-size: contain;
  }
  .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 {
    display: none;
  }
  .mainVisualBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 15%;
    width: 84.3%;
    height: 80%;
    margin: auto;
  }
  .mainVisualLogoArea {
    width: 90%;
    margin: 0 auto 10%;
  }
  .mainVisualBox img {
    width: inherit;
    max-width: 100%;
    margin: auto;
  }
  .mainVisualConfArea {
    margin-bottom: 10%;
  }
  .mainVisualConfArea p {
    font-size: 4.9vmin;
  }
  .topMainVisual .registrationBtn {
    margin-bottom: 25%;
  }
  .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 .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: 20% !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;
  }
  /*パンくず*/
  .lowerPage .mainTitle {
    width: 100%;
  }
  .lowerPage .breadcrumb p {
    width: 100%;
    padding-left: 3.125%;
    padding-right: 3.125%;
    font-size: 0.7em;
  }
  .lowerPage .lbj_main_Ttl {
    width: 100%;
    margin: 0;
    vertical-align: middle;
  }
  .lowerPage .lbj_main_Ttl h2 {
    width: auto;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 3.125%;
    padding-right: 3.125%;
  }

  /*about*/
  .bnrArea {
    padding: 9% 0;
  }
  .bnrArea h3 {
    font-size: 5.2vmin;
  }
  .bnrArea ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .bnrArea ul li {
    margin-right: 1.7%;
    margin-bottom: 20px;
    font-size: 3.1vmin;
    font-weight: bold;
    padding: 2px 2.35vw;
    border: 0.4vw solid #fff;
    border-radius: 5px;
  }
  .bnrArea p {
    text-align: left;
  }

  /*what's new*/
  .whatNewWrap {
    padding: 5.468% 0;
  }
  .whatNewWrap .whatNew01 {
    width: 100%;
    text-align: center;
    margin-bottom: 3.125%;
    padding: 5px 0;
    float: none;
    font-weight: normal;
    font-size: 16px;
  }
  .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;
  }
  .mainSectionArea h2 {
    font-size: 28px;
  }
  .performance {
    background: url("/lbj/2017/images/top_exhibition/top_grd.png") no-repeat;
    background-size: cover;
    padding-bottom: 3.125%;
  }
  .nonmgt_banar img {
    margin-top: 0%!important;
  }
  .performance h2 {
    margin-bottom: 3.125%;
    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;
  }

  /*基調講演*/
  .mainExplanationBg {
    background: url(../images/top_exhibition/bg_mainkeynote-sp.png) center top no-repeat;
    background-size: 100% 100%;
    padding-bottom: 6.25%;
  }
  .mainAbout,
  .mainExplanation,
  .conf-recommend p:first-child {
    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;
    font-weight: normal;
    line-height: 3.5em;
  }
  .kyenoteBtnWrap .kyenoteBtn01{
    float: none;
    margin: 3.125% auto;
  }
  .imgExhibition100 {
    margin-top: -3.125%;
    padding: 0;
    font-size: 0;
  }
  .mainSectionArea .w970 .prBnrTtl{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    background-color: #00a1db;
    color: #fff;
    text-align: center;
  }
  .pickup p.pick_title {
    font-size: 5vmin;
    font-weight: normal;
    line-height: 2em;
  }
  .pickupParson {
    padding: 4%;
  }
  .pickupParsonList{
    margin-bottom: 4%;
    width: 100%;
    height: auto;
  }
  .pickupParsonList .keynoteTtl {
    margin-top: 3.125%;
    margin-bottom: 3.125%;
    height: auto;
    font-size: 4.2vw;
  }
  .mainSectionRow {
    margin: 6.25% auto;
  }
  .mainSectionRow .col2 {
    width: 100%;
  }
  .mainSectionRow .col2 img {
    width: 100%;
  }
  .mainShowNetBg {
    margin-top: 0;
  }

  /*スポンサー*/
  .mediaSBtnWrap {

  }
  .mediaSBtnWrap #sponsorsLogoList {
    overflow: auto;
    margin: 6.25% auto 0;
  }
  .mediaSBtnWrap #sponsorsLogoList li {
    width : 33%;
    margin: 0 auto 6.25%;
  }
  .sponsorBg .kyenoteBtnWrap {
    margin-top: 0;
  }
  .mediaSBtnWrap
  /*****2017-2-23追加****/
  a.linkBtn_mini,
  span.linkBtn_mini {
    background: url(../images/common/blue_arrow_mini.png) 10px 50% no-repeat;
    background-size: 18px;
    width: 314px;
    }

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

  /*news@interop*/
  .spBg {
    background: url(../images/top_exhibition/bg_mainnewsat-sp.png) center top no-repeat;
    background-size: 100% 100%;
  }
  .mainNewsatBg {
    /*background: none;*/
    margin: 0;
    padding-bottom: 6.25%;
  }
  .mainNewsatBg .newsBtnWrap {
    margin-top: 9.375%;
  }
  .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;
    background: none;
    margin-top: 0;
    padding-bottom: 6.25%;
  }
  .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: 6.25%;
  }
  #sponsorsLogoList02 {
    margin: 4% auto 0;
  }
  #sponsorsLogoList02 li {
    width: 48.5%;
    max-height: none;
    margin: 0 auto 3.125%;
    padding: 0;
  }
  #sponsorsLogoList02 li:first-child {
  margin-left: 0px;
  }
  #sponsorsLogoList02 li:nth-child(even) {
    float: right;
  }
  #sponsorsLogoList02 li:nth-child(5n) {
    margin-top: auto;
  }

  /*開催概要*/
  .mainAboutBg h2 {
    margin-bottom: 0;
  }
  .mainAboutBg .w970 {
    width: 100%;
    padding: 0;
  }
  .mainAboutTable {
    margin-top: 0;
  }
  .mainAboutTable th,
  .mainAboutTable td {
    display: block;
    width: 100%;
  }

  /*同時開催イベント*/
  .mainCoLocatedBg {
    background: #e5f0f7;
    margin-top: 0;
    padding-bottom: 0;
  }
  .coLocatedBtnWrap {
    margin: 4.25% 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.7em;
  }
  .lowerTitleBG h2{
    font-size: 1.5em;
  }
  .newsat h2{
    font-size: 1.3em;
  }
  .top_caption_about h2{
    font-size: 4.68vw;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 1.5em;
  }
  .top_caption_about p.sp{
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 1.5em;
    font-size: 3.75vmin;
  }
  .top_caption_about{
    height: auto;
  }
  .lowerPage .f14m20 p{
    font: 3.4vw;
  }
  .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%;
  }
  /*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;
  }
  /*スポンサーページ*/
.ankerBoxInner {
  padding: 6.25% 0;
}
.media_img {
  width: 100%;
  margin: 0 auto;
  padding-right: 0px;
  text-align: center;
}
.media_img img {
  width: 80%;
}
.media_logo {
  width: 50%;
  float: none;
  margin: 0 auto;
  margin-bottom: 0px!important;
  padding: 20px 0!important;
  text-align: center;
}
.pl20_media {
  width: 100%;
  float: left;
  padding-left: 0px!important;
  margin-left: 0px;
}
.pl20_media p.media_text {
  margin-left: 10px;
}
.backglay {
  border: 1px solid #CCCCCC;
  clear: left;
  margin-top: 10px;
  padding: 10px;
  font-size: 13px;
}

}
/*公開前非表示*/
/*.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(1,71,124,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/blue_arrow_mini.png) 10px 50% no-repeat;
  background-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  color: #0ca2fb!important;
  border: 2px solid #0ca2fb;
  border-radius: 2px;
  width: 478px;
  text-decoration: none;
  }*/
  /*グレーアウト設定*/
  .gray_out {
    opacity: 0.4;
    cursor: default;
  }
  .ftLinkListPreRegi.poR a.gray_out:hover {
    text-decoration: underline;
  }
  @media only screen and (max-width: 768px) {
    .ftLinkListPreRegi.poR a.gray_out:hover {
      text-decoration: none;
    }
  }
