charset "utf-8";


/*プレビューメッセージ*/
.World > .PreviewMessage{
  background: #ff0000;
  padding: 5px 10px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  border:4px solid #fff;
}
.World > .TemPreviewMessage{
  background:#ff0000;
  padding:5px 10px;
  color:#fff;
  text-align:left;
}



.ExhibitorDetailPage .MainContentsArea{
  margin-top:40px;
}
                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2.ExhibitorDetailPage .MainContentsArea{
                                    margin-top:0;
                                  }
.PageBlock {
  margin: 0;
}

.Container{
  background:#fff url(../img/common/decoration/bg_exhibit_sp.jpg)no-repeat top center;
  background-size:100% auto;
  max-width:1920px;
  padding-top:20px;
}
                                  /* + + + + + レスポンシブ + + + + +  */
						          body.rsbp-under-bp2 .Container{
									  background:#fff url(../img/common/decoration/bg_exhibit_sp.jpg)no-repeat top center;
									  background-size:1200px auto;
									}
						          body.rsbp-under-bp3 .Container{
									  background:#fff url(../img/common/decoration/bg_exhibit_sp.jpg)no-repeat top center;
									  background-size:1200px auto;
									}
.BasicBlock{
  margin: 50px auto 30px auto;
}
                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .BasicBlock {
                                    margin: 0px auto 10px auto!important;
                                    display: block;
                                  }
                                  body.rsbp-under-bp2.SearchPage  .BasicBlock{
                                    margin: 0px auto 0 auto!important;
                                    display: block;
                                    padding-bottom:0;
                                 }

.MessageBox .Heading{
  margin-bottom:0;
}

.IncWidth{
  padding:50px;
  max-width:1350px;
  margin:0 auto;
  position:relative;
}
.IncWidth > img{
  box-shadow: 0 0 0.8em rgba(0,0,0,0.4);
}

.BorderWLine{
  max-width:1250px;
  padding:0px;
  border-bottom:2px solid #fff;
  margin:0 auto;
  width: -webkit-calc(100% - 100px);
  width:         calc(100% - 100px);
}

                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-over-bp1 .IncWidth{
                                     
                                  }
                                  body.rsbp-under-bp2 .IncWidth{
                                      padding:20px;
                                  }
.DefaultArea{
  padding:0;
  max-width:1200px;
  margin:0 auto;
}
.OuterWidth{
  padding:0;
  max-width:1400px;
  margin:0 auto;
}
.DefaultWideArea{
  padding:0;
  max-width:1400px;
  margin:0 auto;
}

.DefaultArea .DefaultBlock{
  padding:0;
}
/*背景薄青*/
.BlueArea{
  background: #eff8fe;
  padding:30px 15px!important;
  border-radius: 6px;
}
.BlueArea .BasicBlock{
  max-width:1400px;
  margin:0 auto;
}


                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .DefaultArea{
                                      padding: 0;
                                  }
                                  body.rsbp-under-bp2 .DefaultArea .DefaultBlock{
                                      padding:0;
                                  }
                                  body.rsbp-under-bp2 .BlueArea{
                                    background: #eff8fe;
                                    padding:20px 10px!important;
                                    margin-bottom:15px;
                                    border-radius: 6px;
                                  }

/*共通部分*/
.PageAboutArea{
  padding-top:0;
  padding-bottom:0;
}
                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .PageAboutArea{

                                  }

.PageAboutArea .PageAboutBlock{
  margin-left:0;
  padding:0;
}
.PageAboutArea .PageAboutBlock .BlockContents{
  min-height:100px;
}

/*戻る*/
.PageBlock .ButtonItem.ListBack .ButtonHistry {
  padding: 2px 12px;
  background: #44207f;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.6;
}
/*閉じる*/
.PageBlock .ButtonItem.ListBack .CloseB{
  width:100px;
  margin-left:-20px;
  background: #ff0000;
}
.SknTplTextButton .Button.CloseB{
  background: #ff0000;
  border:none;
}
.SknTplTextButton .Button.CloseB:hover{
  background: #222;
  border:none;
}


/*企業ロゴ周辺*/
.TypeExhibitorTitle .Heading{
  display:table;
  width:auto;
  
}
.TypeExhibitorTitle  .Heading .LogoImage{
  max-height:60px;
  width:auto;
  display:inline-block;
  margin-right:20px;
}
.TypeExhibitorTitle  .Heading .LogoImage img{
  max-width:200px;
  max-height:60px;
  display:inline-block;
  margin-right:20px;
}
.TypeExhibitorTitle  .Heading .LogoImage img.Square{
  height:70px;
  width:auto;
  display:inline-block;
  margin-right:20px;
}

.TypeExhibitorTitle  .Heading .LogoImage img.Landscape{
  max-width:200px;
  max-height:80px;
  display:inline-block;
  margin-right:20px;
}

.TypeExhibitorTitle  .Heading .LogoImage img.Portrait{
  height:70px;
  width:auto;
  display:inline-block;
  margin-right:20px;
}



.TypeExhibitorTitle  .Heading .Title{
  vertical-align:middle;
  display:inline-block;
  font-size:1.6rem;
  line-height:1.3;
  letter-spacing:0.2em;
  display:table-cell;
  max-width: 700px;
}
.TypeExhibitorTitle  .Heading .LogoTitle{
  vertical-align:middle;
  display:inline-block;
  display:table-cell;
}
.TypeExhibitorTitle  .Heading .LogoTitle img{
  height:60px;
  width:auto;
  display:inline-block;
}
                                  /* + + + + + レスポンシブ + + + + +  */

                                  body.rsbp-under-bp2 .TypeExhibitorTitle  .Heading .LogoImage img{
                                    max-height:60px;
                                    margin-right:15px;
                                  }
                                  body.rsbp-under-bp2 .TypeExhibitorTitle  .Heading .Title{
                                    font-size:1.4rem;
                                    letter-spacing:0.2em;
                                    padding-right:0;
                                  }               
                                  body.rsbp-under-bp3 .TypeExhibitorTitle  .Heading .LogoImage{
                                    vertical-align: top;
                                    display:block;
                                    margin-bottom:10px;
                                  }
                                  body.rsbp-under-bp3 .TypeExhibitorTitle  .Heading .LogoImage img{
                                    height:60px;
                                    margin-right:10px;
                                  }
                                  
                                  body.rsbp-under-bp3 .TypeExhibitorTitle  .Heading .LogoImage img.Landscape{
                                    height:40px;
                                  }

                                  body.rsbp-under-bp3 .TypeExhibitorTitle  .Heading .LogoImage img.Portrait{
                                    height:70px;
                                    width:auto;
                                  }

                                  
                                  body.rsbp-under-bp3 .TypeExhibitorTitle  .Heading .Title{
                                    font-size:1.2rem;
                                    letter-spacing:0.1em;
                                    padding-right:0;
                                    display:block;
                                  }
                                  
@media only screen and (max-width: 320px) {


}

.PageBlock .PageCategoryItem{
  background:#727171;
  background: #e7e7e7;
  padding:15px;
  max-width:1400px;
  margin:0 auto;
}

/*分野*/
.PageCategoryItem .CategoryHead{
  float:left;
  width: -webkit-calc(100% - 120px);
  width:         calc(100% - 120px);
}
.PageCategoryItem .CategoryHead span{
  color:#222;
  margin:5px;
  padding:2px 5px;
  line-height:1.6;
  text-align:left;
  font-size: 1.2rem;
}

                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .PageBlock .PageCategoryItem{
                                    box-shadow: none;
                                  }
.PageBlock .CategorySoushoku{
  display:block;
  float:none;
  text-align:right;
  height:30px;
}
                                  
.PageBlock .CategorySoushoku span{
  background:#727170;
  display:block;
  float:right;

}
.PageBlock .CategorySoushoku span.Line1{
  height:6px;
  margin:5px 0 0;
  width: -webkit-calc(100% - 20px);
  width:         calc(100% - 20px);
}
.PageBlock .CategorySoushoku span.Line2{
  height:4px;
  margin:4px 0 0;
  width: -webkit-calc(100% - 40px);
  width:         calc(100% - 40px);
}
.PageBlock .CategorySoushoku span.Line3{
  height:2px;
  margin:4px 0 0;
  width: -webkit-calc(100% - 60px);
  width:         calc(100% - 60px);
}

.PageAboutArea .PageAboutBlock .BlockHeader{
  background:#f5f5f5;
  background:#fff;
  padding:20px 20px 0px 20px;
  min-height: 160px;
}
                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .PageAboutArea .PageAboutBlock .BlockHeader{
                                    /*background:#eff8fe;*/
                                    padding:20px 20px 0px 20px;
                                    min-height: 100px;
                                  }
                                  
                                  
                                  
                                  body.rsbp-under-bp3 .PageAboutArea .PageAboutBlock .BlockHeader{

                                  }

/*ブース*/
.OtherCate{
  margin-top:0.6em;
  margin-bottom:0.6em;
}
.OtherCate span{
  display:inline-block;
  margin:0.2em;
}
                                  body.rsbp-under-bp3 .OtherCate{
                                    margin-top:0.1em;
                                    margin-bottom:0.1em;
                                  }



/*SNSボタン*/
.SNSItem{
  width:126px;
  float:right;
  position:relative;
}
.SNSItem .FavoriteButton{
  
}
.SNSItem .FavoriteButton span{
  position:absolute;
  bottom:0;
  left:-100px;
  cursor:pointer;
  font-size:0.8rem;
  padding:3px 20px;
  background:#4cb5e8;
  border-radius:5px;
  color:#fff;
  font-weight:bold;
}

.SNSItem .SNSIList ul{
  list-style:none;
}
.SNSItem .SNSIList ul li{
  float:left;
  width:25%;
  padding:2px;
}
.SNSItem .ButtonItem{
  width:120px;
  margin:2px;
}
.SNSItem .ButtonItem .ComWebsite{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#26afb9+0,006399+100 */
  background: rgb(38,175,185); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(38,175,185,1) 0%, rgba(0,99,153,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(38,175,185,1) 0%,rgba(0,99,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(38,175,185,1) 0%,rgba(0,99,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26afb9', endColorstr='#006399',GradientType=1 );  IE6-9 */
  background:#727171;
  border-radius:0px 0px 0 0;
  color:#fff;
  display:block;
  text-align:center;
  cursor:pointer;
  font-size:0.9rem;
  font-size:0.7rem;
  line-height:27px;
}
                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-over-bp2 .SNSItem .ButtonItem .ComWebsite{
                                    font-size:98%;
                                    /*font-family:monospace, serif;
                                    font-weight:bold;*/
                                  }


.SNSItem .ButtonItem .ComWebsite .Icon:before{
  margin-right:0;

}
.PageAboutArea .BlockHeader .TypeExhibitorTitle{
  float:left;
  width: -webkit-calc(100% - 250px);
  width:         calc(100% - 250px);
}



                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .SNSItem{
                                    width:126px;
                                    float:none;
                                    text-align:right;
                                  }
                                  body.rsbp-under-bp2 .PageAboutBlock .BlockHeader{
                                    padding-bottom:2px;
                                  }
                                  body.rsbp-under-bp2 .PageAboutBlock .BlockHeader .SNSItem{
                                    width:100%;
                                    float:none;
                                    display:block;
                                    margin-top:15px;
                                  }
                                  body.rsbp-under-bp2 .PageAboutBlock .BlockHeader .SNSItem .FavoriteButton{
                                    display:inline-block;
                                    margin:2px 0;
                                  }
                                  body.rsbp-under-bp2 .PageAboutBlock .BlockHeader .SNSItem .FavoriteButton span{
                                    position:static;
                                    display:inline-block;
                                    width:80px;
                                   left:0;
                                   
                                  }
                                  
                                  body.rsbp-under-bp2 .PageAboutBlock .BlockHeader .SNSItem .SNSIList{
                                    width:126px;
                                    display:inline-block;
                                    vertical-align:bottom;
                                  }
                                  body.rsbp-under-bp2 .PageAboutBlock .BlockHeader .SNSItem .ButtonItem{
                                    width:90px;
                                    display:inline-block;
                                    vertical-align:bottom;
                                  }

                                  body.rsbp-under-bp3 .PageAboutBlock .BlockHeader .SNSItem .FavoriteButton span{
                                    position:static;
                                    display:inline-block;
                                    width:auto;
                                   left:0;
                                   padding:3px 2px; 
                                   margin:2px 0;
                                  }
                                  body.rsbp-under-bp3 .PageAboutBlock .BlockHeader .SNSItem .ButtonItem {
                                   padding:3px 2px; 
                                   width:auto;
                                   margin:0;
                                  }
                                  




.PageAboutArea .BlockContents .Heading.TypeCopy{
  width:100%;
  /*background:#eff8fe;*/
  padding:20px 30px 20px;
  text-align:center;
  font-size:1.3em;
}
.ChatchCopy{
  position:relative;
  display:inline-block;
  border-bottom:2px solid #222;
  
}
.ChatchCopy::before{
  /*position: absolute;
  content: "";
  bottom:-3px;
  left:0;
  height:2px;
  width:100%;
  background:#222;
  display:block;*/
}

.PageAboutArea  .BlockContents > .inner{
  padding-bottom:0;
  text-align:center;
  border-top:1px solid #eee;
  padding:0 0 0 ;
}
.PageAboutArea  .BlockContents > .inner img{

}


                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .PageAboutArea{
                                    background:none;
                                  }
                                  body.rsbp-under-bp2 .PageAboutArea .PageAboutBlock .BlockHeader{
                                    padding:20px 15px 0px 20px;
                                    min-height: 100px;
                                  }
                                  body.rsbp-under-bp2 .PageAboutArea  .BlockContents .Heading.TypeCopy{
                                    text-align:left;
                                    padding:10px 15px 20px;
                                    font-size: 1em;
                                  }
                                  
                                  body.rsbp-under-bp2 .PageAboutArea .BlockHeader .TypeExhibitorTitle{
                                    float:none;
                                    width:100%;
                                  }
                                  body.rsbp-under-bp2 .PageAboutArea  .BlockContents .inner{
                                    /*padding-bottom:40px;
                                    margin-left:0;*/
                                  }

.TechnicalArea{
  padding-top:0;
  background:none;
}
                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .TechnicalArea{
                                    background:none;
                                  }


.TechnicalContents{
  padding-top:0;
}

.TechnicalContents #MovieArea{
  /*background:#fff url(../exhibitor/img/bg_movie.jpg)no-repeat 100% 100% ;
  background-size:1400px auto;*/
  padding:50px 0;
}
.TechnicalContents.MovieNone{
  background:#fff;
  padding-top:30px;
}

/*連続背景*/
.ImageBgContents{
   background:#fff url(../exhibitor/img/bg_movie.jpg)no-repeat 50% 0% ;
   background-size: cover;
   padding:0 0 0 0;
}




/*動画タブ*/
.MovieArea{

}
.MovieArea.SingleM .Paragraph .ParagraphContents{
  float:none;
  margin:0 auto;
  width:90%;
}

body.rsbp-over-bp2 .SingleM .MovieItem iframe{
  max-width:950px;
}



.MovieArea.SingleM .Paragraph .ParagraphContents .Tab{
  display:block!important;
}
.MovieArea > .inner{
  max-width:1000px;
  display:block;
  margin:0 auto;
  width:1000px;
}
.MovieArea .Paragraph .ParagraphHeader{
  float:right;
  width:21%;
}
.MovieArea .Paragraph .ParagraphContents{
  float:left;
  width:75%;
}

                                  /* + + + + + レスポンシブ + + + + +  */
                                  
                                  body.rsbp-under-bp2 .TechnicalContents #MovieArea{
                                    /*background:#fff url(../exhibitor/img/bg_movie.jpg)no-repeat 90% 0% ;
                                    background-size: auto 100%;*/
                                  }
                                  body.rsbp-under-bp2 .MovieArea > .inner{
                                    max-width:600px;
                                    display:block;
                                    margin:0 auto;
                                    width:96%;;
                                  }
                                  body.rsbp-under-bp2 .MovieArea .Paragraph{

                                  }
                                  body.rsbp-under-bp2 .MovieArea .Paragraph .ParagraphHeader{
                                    width:100%;
                                    display:block;
                                    float:none;
                                    text-align:center;
                                  }
                                  
                                  
                                  
                                  body.rsbp-under-bp2 .MovieArea .Paragraph .ParagraphContents{
                                    width:100%;
                                    display:block;
                                    float:none;
                                  }
                                  body.rsbp-under-bp2 .MovieArea .Paragraph .ParagraphContents .Tab{
                                    display:block;
                                  }

                                  body.rsbp-under-bp3 .MovieArea .Paragraph .ParagraphHeader{
                                    display:none;
                                  }
                                  body.rsbp-under-bp3 .MovieArea .Paragraph .ParagraphContents .Tab{
                                    display:block!important;
                                    width:90%;
                                    margin:10px auto;
                                  }



.MovieArea .TabMenu{
  padding:0;
}
.MovieArea .TabMenu .TabList > p{
  background:#ccc;
  padding:5px;
  margin:5px;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.25);
  cursor:pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.MovieArea .TabMenu .TabList > p:hover{
  background:#fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.MovieArea .TabMenu .TabList > p.Active{
  background:#fff;
  padding:5px;
  margin:5px;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.25);
  position:relative;
}
.MovieArea .TabMenu .TabList > p.Active:before{
  position: absolute;
  width: 2.2em;
  top: 50%;
  content: "▼";
  transform: rotate(90deg);
  left: -1.3em;
  line-height:1;
  color: #fff;
  font-size: 2.2em;
}


/*
.MovieArea .TabMenu .TabList > p.Active .MTitle{
  color:red;
  font-weight:bold;
}
*/



.MovieArea .TabMenu .TabList a{
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  margin:0;
}
.MovieArea .TabMenu .TabList .MTitle{
  display:block;
  text-align:center;
  line-height:1.1;
  overflow:hidden;
}
.MovieArea .TabMenu .TabList a iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.MovieArea .MovieItem .inner{
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  margin-top:5px;
  border:5px solid #fff;
  /*box-shadow: 1px 1px 0px rgba(0,0,0,0.25);*/
  box-shadow: 0 0 0.8em rgba(0,0,0,0.4);
}
.MovieArea .MovieItem .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.MovieArea .TabMenu iframe{
  pointer-events:none;
}

body.rsbp-over-bp2 .MovieItem iframe{
  margin:0 auto;
  display:block;
  max-width:800px;
  height:450px;
}


.TechnicalArea .TechnicalBlock{
  position:relative;
}
.TechnicalArea .TechnicalBlock .BlockHeader{
  max-width:1200px;
  margin:50px auto 5px auto;
  margin:30px auto 8px auto;
}
.TechnicalArea .TechnicalBlock .BlockHeader .inner{

}
.TechnicalArea .TechnicalBlock .BlockHeader .Heading{
  /*font-size:140%;*/
}
.TypeLineB{
  padding-left:10px;
  border-left: 8px solid #014099;
  border-bottom: 2px solid #014099;
}
                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .TypeLineB{
                                      padding-left:10px;
                                      border-left: 8px solid #014099;
                                      border-bottom: 2px solid #014099;
                                      margin
                                    }


                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp3 .TechnicalArea .TechnicalBlock{
                                    
                                  }
                                  body.rsbp-under-bp3 .TechnicalArea .TechnicalBlock::before{

                                    
                                  }
                                  body.rsbp-under-bp2  .MovieArea .TabMenu .TabList > p{
                                    background:#fff;
                                    padding:5px;
                                    margin:13px 12px 13px 0;
                                    box-shadow: 1px 1px 0px rgba(0,0,0,0.25);
                                    width:31%;
                                    display:inline-block;
                                  }
                                   body.rsbp-under-bp2  .MovieArea .TabMenu .TabList > p:last-child{
                                    margin:13px 0;
                                  }

                                  body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockHeader .Heading{
 
                                  }
                                  
                                  body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockHeader{

                                  }
                                  body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockHeader .Heading{

                                  }
                                  
                                  
.TechnicalArea .TechnicalBlock .BlockContents{

  /*box-shadow: 0 -5px 1em rgba(0,0,0,0.25);*/

}
.TechnicalArea .TechnicalBlock .BlockContents.NotLogin{
  
}
.TechnicalArea .TechnicalBlock .BlockContents.NotLogin .SknTplImageParagraph{
  box-shadow:none;
}
.TechnicalArea .TechnicalBlock .BlockContents.NotLogin .SknTplImageParagraph .inner{
  padding-bottom:0;
}

.TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage{
  position:relative;
  margin-top: -40px;
  background:#fff;
}
.TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage::before{
  position: absolute;
  content: "";
  top:-30px;
  left:0;
  width:100%;
  height:30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+47&0+0,1+48 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.98) 47%, rgba(255,255,255,1) 48%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.98) 47%,rgba(255,255,255,1) 48%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.98) 47%,rgba(255,255,255,1) 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );  IE6-9 */
  text-align:center;
}
.TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage::after{
  display:none;
}
.TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage .inner{
  padding: 10px 15px 0 15px;
}
.TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage .inner span{
  
}
.TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage .SknTplDecoratedBox .DecoratedBox {
  background: linear-gradient( to bottom, rgba(50, 89, 166, 0.8), rgba(55,98,183,0.8));
  width: 80%;
  margin: 20px auto;
  border-radius: 0px;
  padding: 2px;
}
.TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage .SknTplDecoratedBox .DecoratedBox .inner {
  background: #f7f7ed;
  border-radius: 0;
}
.TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage .SknTplDecoratedBox .DecoratedBox .inner .ButtonItem{
  display:inline-block;

  white-space:nowrap;
  width: 120px;

}
.TechnicalArea  .BlockContents.NotLogin .DecoratedBox .ButtonItem a{
  border-radius:30px;
  margin:5px 10px;
}

                    /* + + + + + レスポンシブ + + + + +  */
                     body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage::before{
                      position: absolute;
                      content: "";
                      top:-30px;
                      height:60px;
                    }
                     body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage .SknTplDecoratedBox .DecoratedBox .inner{
                       text-align:center;
                     }
                     body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockContents.NotLogin .GotoLogInMessage .SknTplDecoratedBox .DecoratedBox .inner p{
                       text-align:left;
                     }
                    
                     body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockContents.NotLogin .SknTplImageParagraph .inner .TextItem{
                       padding-bottom:0;
                    }
                    body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockContents.NotLogin .SknTplImageParagraph .inner .ImageItem{
                      display:none;
                    }



.TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph{
  margin:0 auto;
}
.TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph.RightImage{

  margin:0 auto;
}



.TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph .inner{
  padding:30px 0;
  margin: 0 auto;
  max-width:1200px;
  border-bottom: 2px solid #014099;
}
.TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph.First .inner{
  margin-top:0;
}
.TechnicalArea .SknTplImageParagraph .ImageItem a[href*=".jpg"] {
  position: relative;
  display: inline;
}
.TechnicalArea .SknTplImageParagraph .ImageItem a::after{
  display:none;
}

/*BasicBlock*/
.TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph .inner .BasicBlock{
  margin-top:0;
}
.TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph .inner .BasicBlock .BlockHeader {
  margin:0;
}
.TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph .inner .BasicBlock .inner{
  padding:5px;

}
.TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph .inner .BasicBlock .TypeBasic{
  padding:5px;
  margin:0;
}

                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .TechnicalArea .BlockContents .SknTplImageParagraph  .ImageItem{
                                    width:100%;
                                    display:block;
                                  }
                                  body.rsbp-under-bp2 .TechnicalArea .BlockContents .SknTplImageParagraph  .ImageItem .Image{
                                    border:none;
                                    padding:0;
                                  }
                                  body.rsbp-under-bp2 .TechnicalArea .BlockContents .SknTplImageParagraph  .TextItem{
                                    padding: 10px 10px 0 10px;
                                  padding:0;
                                  }
                                  
                                  body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph .inner .BasicBlock{
                                    margin-top:15px;
                                    margin-bottom:15px;
                                  }
                                  

.TechnicalArea .TechnicalBlock .BlockContents .TextItem{
  /*box-shadow: 0 5px 1em rgba(0,0,0,0.25);
  border:1px solid #ccc;
  background:#fff;*/
  padding:30px;
  float:none;
  width:100%;
}
.TechnicalArea .TechnicalBlock .BlockContents .TextItem .FeatureItem{
  font-size:160%;
  margin-bottom:0.5em;
}


.TechnicalArea .TechnicalBlock .BlockContents .TextItem .Heading {
  margin-top:0.5em;
  font-size:120%;
  line-height:1.3;
  margin-bottom:20px;
}
.TechnicalArea .TechnicalBlock .BlockContents .TextItem .DefaultText{

}
.TechnicalArea .TechnicalBlock .BlockFooter{
  
  padding:30px 0;
}
.TechnicalArea .TechnicalBlock .BlockFooter .Button{
  margin:0 auto;
  width:80%;
}
.TechnicalArea .TechnicalBlock .BlockFooter .Button a,
.TechnicalArea .TechnicalBlock .BlockFooter .Button .PdfLink{
   display:block;
   padding:10px;
   text-align:center;
}
.TechnicalArea .TechnicalBlock .BlockFooter .Button a:hover{
   
}



                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph .inner{
                                    position:relative;
                                    padding:50px 15px 30px 15px;
                                    padding:10px 0 10px 0;
                                  }
                                  body.rsbp-under-bp2 .TechnicalArea .TechnicalBlock .BlockFooter .Button{
                                    margin:0 auto;
                                    width:90%;
                                  }


.ForDetail{
  text-align:right;
}
.ForDetail a{
  color:#222;
  font-size:86%;
}





.MessageArea {
  padding-top:0;
}



.MessageArea .MessageBlockN{
  max-width:1200px;
  margin:0 auto;
  /*background: url(../img/common/decoration/bg_exhibit_deco3.png)no-repeat 0 100%;
  background-size:1200px auto;*/
  padding-top:20px;
}

.MessageArea .MessageBlock .BlockHeader{

}
.MessageArea .MessageBlock .BlockHeader .Heading{
  line-height:50px;
  display:inline-block;
  margin-left:50px;
  color:#222;
  font-size:160%;
}
.MessageArea  .BlockContents.Basic {
  /*padding-left:200px;*/

  text-align:left;
  padding:30px 30px 30px 60px;
  max-width:1200px;
  margin:0 auto;
}
.MessageArea  .BlockContents .MessageItem{
  margin-bottom:10px;
}



                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .MessageArea .MessageBlock{
                                    background: url(../img/common/decoration/bg_exhibit_deco3.png)no-repeat 0 100%;
                                    background-size:800px auto;
                                    
                                  }
                                  body.rsbp-under-bp2 .MessageArea .MessageBlock .BlockHeader{
                                    float:none;
                                    width:100%;
                                  }
                                  body.rsbp-under-bp2 .MessageArea .MessageBlock .BlockHeader .Heading{
                                    margin-left: 20px;
                                  }
                                  body.rsbp-under-bp2 .MessageArea .BlockContents{
                                    float:none;
                                    width:100%;
                                  }
                                  body.rsbp-under-bp2 .MessageArea  .BlockContents.Basic {
                                    padding-left:20px;
                                    padding-right:20px;
                                    margin-bottom:40px;
                                  }
                                  

.MessageArea .MessageBlock .BlockContents .SknTplImageParagraph{
  padding:0;
  margin-top:0;
  height:250px;
}
.MessageArea  .BlockContents .SknTplImageParagraph  .inner{

}
.MessageArea  .BlockContents .SknTplImageParagraph{
  padding:0;
} 
.MessageArea  .BlockContents .SknTplImageParagraph .ImageItem{
  width:150px;
} 
.MessageArea  .BlockContents .SknTplImageParagraph .ImageItem img{
  border:1px solid #eee;
}

.MessageArea  .BlockContents .SknTplImageParagraph .TextItem{
  width: -webkit-calc(100% - 180px);
  width:         calc(100% - 180px);
  margin-bottom:50px;
} 
.MessageArea  .BlockContents .SknTplImageParagraph .TextItem .DefaultText{
  margin-top:0;

}

                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .MessageArea  .BlockContents{
                                    
                                    
                                  }
                                 
                                  body.rsbp-under-bp2 .MessageArea  .BlockContents .SknTplImageParagraph{
                                    padding:0;
                                    position:relative;
                                  }

                                  body.rsbp-under-bp2 .MessageArea  .BlockContents .SknTplImageParagraph .ContactPerson{
                                    display:block;
                                    width:100%;
                                  }
                                  body.rsbp-under-bp2 .MessageArea  .BlockContents .SknTplImageParagraph .ForContact{
                                    display:block;
                                  }
                                  
                                  
                                  body.rsbp-under-bp2 .MessageArea  .BlockContents .SknTplImageParagraph .ImageItem{
                                    display:block;
                                    float:left;
                                    width:130px;
                                    margin-right:15px;
                                    margin-bottom:1.5em;
                                  }
                                  body.rsbp-under-bp2 .MessageArea  .BlockContents .SknTplImageParagraph .TextItem{
                                    width:100%;
                                    float:none;
                                  }
                                  body.rsbp-under-bp2 .MessageArea  .BlockContents .SknTplImageParagraph .TextItem .MessageItem{
                                    padding-left:150px;
                                    min-height:200px;
                                    text-align:left;
                                  }
                                  
                                  body.rsbp-under-bp2 .MessageArea  .BlockContents .SknTplImageParagraph .TextItem .MessageItem .ContactPerson{
                                    margin-bottom:10px;
                                  }
                                  body.rsbp-under-bp3 .MessageArea  .BlockContents .SknTplImageParagraph .TextItem .MessageItem .MessageItemTitle .MessageItemTitle span{
                                    margin-top:0;
                                  }





.MessageArea .MessageItem .MessageItemTitle{
  display:inline-block;
  vertical-align:middle;
  width:150px;
}

.MessageArea .MessageItemTitle span{
  display:inline-block;
  margin:10px 8px 10px 0px;
  padding:1px 15px;
  line-height:1.5;
}


.MessageArea .MessageItem .ContactPerson{
  display:inline-block;
  vertical-align:middle;
  width: -webkit-calc(100% - 240px);
  width:         calc(100% - 240px);
}
.ContactPerson .CompanyNameT{
  margin-right:20px;
  font-size:120%;
}

.ContactPerson .StaffName{
  font-size:120%;
}

.MessageArea .MessageItem .ForContact{
  display:inline-block;
  vertical-align:middle;
  width:230px;
  text-align:left;
}

.MessageArea .MessageItem .ForContact .LinkForm a{
  border:1px solid #727171;
  border-radius:4px;
  padding:2px 8px;
  display:block;
  background:#727171;
  color:#fff;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.25);
  margin:4px 0;
}
.MessageArea .MessageItem .ForContact .LinkForm a:hover{
  background:#222;
  color:#fff;
}
.MessageArea .MessageItem .ForContact .LinkForm .TitleContactForm{
  letter-spacing: 0.15em;
}


.MessageArea .MessageItem .ForContact img{
  width:188px;
}
.MessageArea .MessageItem .ForContact .LinkTel.PcItem{
  border:1px solid #727171;
  border-radius:4px;
  padding:2px 8px;
  display:block;
  background:#f5f5f5;
  color:#222;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.25);
  margin:4px 0;
}
.MessageArea .MessageItem .ForContact .LinkTel a{
  border:1px solid #727171;
  border-radius:4px;
  padding:2px 8px;
  display:block;
  background:#727171;
  color:#fff;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.25);
  margin:4px 0;
}
.MessageArea .MessageItem .ForContact .LinkTel a:hover{
  background:#222;
  color:#fff;
}
.MessageArea .MessageItem .ForContact .LinkTel.PcItem .PNo{
  font-size:110%;
}



.CompanyArea{
  /*padding:30px 0;*/
}

.CompanyArea .BasicBlock .BlockHeader .inner.Main{
  /*width:100%;*/
}
.CompanyArea .BasicBlock .BlockHeader .Heading.TypeBasic{
  /*padding:15px;*/
}
.CompanyArea .BasicBlock .BlockHeader .Heading.TypeBasic .TitleCom{
  font-weight: bold;
  /*color:#008db7;
  margin-top:0;*/
}

.Heading.TypeBasic{
  margin:0 5px!important;
}


                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .MessageArea .MessageItem .ContactPerson{
                                    display:block;
                                    width:100%;
                                    margin-left: 0;
                                  }
                                  body.rsbp-under-bp2 .MessageArea .ContactPerson .CompanyNameT{
                                    display:inline-block;
                                  }
                                  body.rsbp-under-bp2 .MessageArea .ContactPerson .StaffName{
                                    display:inline-block;
                                  }
                                  body.rsbp-under-bp2 .MessageArea .MessageItem .ForContact{
                                    display:block;
                                    margin-left:0;
                                    width:280px;
                                    text-align:left;
                                    font-size:120%;
                                  }
                                    
                                    
                                  body.rsbp-under-bp2 .MessageArea .MessageItem .ForContact .LinkForm{
                                    
                                  }
                                  body.rsbp-under-bp2 .CompanyArea .BasicBlock{
                                    width:100%;
                                  }
                                  body.rsbp-under-bp2 .CompanyArea .BasicBlock .BlockHeader .Heading.TypeBasic{
                                    /*padding:15px 5px;*/
                                  }




/*企業情報*/
.CompanyArea .CompanyBlock .BlockContents{
  text-align:left;
  padding:30px 30px 30px 60px;
  max-width:1200px;
  margin:0 auto;
}
.CompanyArea .SknTplImageParagraph.RightImage .TextItem .CompanyName{
  font-size:150%;
  font-weight:bold;
}

.CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem {
  /*マップがなくなった事による*/
  float:none;
  width:100%;
}
.CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .DefaultText{
  border-bottom:1px solid #eee;
  padding-bottom:0.4em;
  margin-bottom:0.4em;
  display: flex;
  flex-wrap: wrap;
}
.CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .DefaultText .AddressTitle{
  min-width:130px;
  min-width:400px;
  display:inline-block;
  margin-right:10px;
  vertical-align:top;
  margin-top:2px;
  margin-bottom:2px;
  font-weight:600;
}
.CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .DefaultText .Address{
  display:inline-block;
  width: -webkit-calc(100% - 145px);
  width:         calc(100% - 145px);
  width: -webkit-calc(100% - 420px);
  width:         calc(100% - 420px);
  vertical-align:top;
  margin-top:2px;
  margin-bottom:2px;
}
.CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .HPLinkItem{
  padding:5px;
  /*background:#e6e6e6;*/
  line-height:1.3;
  display: inline-block;
  margin-top:20px;
}
.CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .HPLinkItem .URLTitle{
  min-width:120px;
  display:inline-block;
  margin-right:10px;
  vertical-align:middle;
  font-size:110%;
}
.CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .HPLinkItem .URLAddress{
  display:inline-block;
  /*width: -webkit-calc(100% - 150px);
  width:         calc(100% - 150px);*/
  vertical-align:middle;
  font-size:110%;
}
.CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .HPLinkItem .URLAddress span{
  width:100%;
}


                                  /* + + + + + レスポンシブ + + + + +  */
                                  body.rsbp-under-bp2 .CompanyArea .CompanyBlock .BlockHeader{

                                  }
                                  body.rsbp-under-bp2 .CompanyArea .CompanyBlock .BlockHeader .Heading{

                                  }
                                  
                                  
                                  body.rsbp-under-bp2 .SknTplImageParagraph.RightImage .ImageItem {
                                    float:none;
                                    width:100%;
                                    margin:0;
                                    display:block!important;
                                  }
                                  body.rsbp-under-bp2 .SknTplImageParagraph.RightImage .TextItem {
                                    float:none;
                                    width:100%;
                                    margin:0;
                                    margin-bottom:20px;
                                  }
                                  body.rsbp-under-bp3 .CompanyArea .SNSItem.FootItem{
                                    float: right;
                                  }
                                  
                                  
                                  body.rsbp-under-bp3 .SknTplDecoratedTable:not(.NotBlockTable) > :not([class*="Scrollable"]) th {
                                    background: none;
                                    color:#fff;
                                    border-bottom:1px solid #fff;
                                  }
                                  body.rsbp-under-bp2 .CompanyArea .CompanyBlock .BlockContents{
                                    padding:0px 15px 30px 15px;
                                  }
                                  body.rsbp-under-bp2 .CompanyArea .CompanyBlock .BlockContents table th{
                                    padding:0 5px;
                                  }

                                  body.rsbp-under-bp2 .CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .DefaultText .AddressTitle{
                                    display:block;
                                  }
                                  body.rsbp-under-bp2 .CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .DefaultText .Address{
                                    display:block;
                                    width:100%;
                                    vertical-align:top;
                                    margin-top:2px;
                                    margin-bottom:2px;
                                  }

                                  body.rsbp-under-bp3 .CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .HPLinkItem{
                                    width:100%;
                                  }
                                  body.rsbp-under-bp3 .CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .HPLinkItem .URLTitle{
                                    display:block;
                                    margin-bottom: 0px;
                                  }
                                  body.rsbp-under-bp3 .CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .HPLinkItem .URLAddress{
                                    display:block;
                                    width:100%;
                                    vertical-align:top;
                                    font-size:90%;
                                    margin-top: 0;
                                  }






/*詳細*/
.TechnicalDetailPage .PageAboutArea{
  background:#fff  url(../img/common/decoration/bg_exhibit.png) no-repeat top center;
  padding-top:20px;
  padding-bottom:80px;
}

                                  /* + + + + + レスポンシブ + + + + +  */
                                  .TechnicalDetailPage .TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph .inner{
                                    position:relative;
                                    padding:50px 15px 30px 15px;
                                  }
                                  .TechnicalDetailPage .TechnicalArea .TechnicalBlock .BlockContents .SknTplImageParagraph .inner .FeatureItem{
                                    position:absolute;
                                    top:10px;
                                    left:10px;
                                    margin:0;
                                    width:100%;
                                  }
                                  .TechnicalDetailPage .TechnicalArea .TechnicalBlock .BlockFooter .Button{
                                    margin:0 auto;
                                    width:90%;
                                  }
                                  
                                  
                                  

.PageBlock .SampleItemN{
  display:none!important;
}
.PageBlock .DefaultArea .ArartMessage{
  color:#c5004c;
  font-weight:bold;
  display:block;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 25px rgba(255,255,255,1),0 0 8px rgba(255,255,255,1),0 0 12px rgba(255,255,255,0.9),0 0 10px rgba(255,255,255,0.9);
}

.PageBlock .DefaultArea .ArartMessage.Requi{
  color:#c5004c;
  font-weight:bold;
  display:block;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 25px rgba(255,255,255,1),0 0 8px rgba(255,255,255,1),0 0 12px rgba(255,255,255,0.9),0 0 10px rgba(255,255,255,0.9);
}
.PageBlock .CompanyArea .ArartMessage{
  margin-left:20px;
}

.PageBlock .PageAboutBlock .inner.SampleItem .ArartMessage {

}
body.rsbp-under-bp2 .MessageArea .MessageBlock .BlockContents .SknTplImageParagraph .ImageItem .ArartMessage{
  margin-top:-30px;
}



/*TechImage*/
.TechnicalArea .BlockContents .ForDetail > .OuterLink.TechImage{
  
}
.TechnicalArea .BlockContents .ForDetail > .OuterLink:before,
.TechnicalArea .BlockContents .ForDetail > .OuterLink:hover:before{
  display:none;
}

.TechnicalArea .BlockContents .ForDetail > .OuterLink{
  padding:2px 15px;
  background:#f5f5f5;
  border-radius:2px;
  display:inline-block;
}
.TechnicalArea .BlockContents .ForDetail > .OuterLink:hover{
  padding:2px 15px;
  border-radius:2px;
  display:inline-block;
  background:#222;
  color:#fff;
  
}

/*検索ページ*/
.ExhibitorPage.SearchIndexPage{

}
.ExhibitorPage.SearchIndexPage .PageBlock{

}
                            /* + + + + + レスポンシブ + + + + +  */
                            body.rsbp-under-bp2.ExhibitorPage.SearchIndexPage .PageBlock{
                              margin:0;
                            }





.IconSearchMenuItem .SubParagraphContents{
  position:relative;
  /*margin-bottom:1%;*/
}
                            /* + + + + + レスポンシブ + + + + +  */
                            body.rsbp-under-bp2 .IconSearchMenuItem .SubParagraphContents{
                              
                            }





/*アイコンサーチ*/
.IconSearchMenu{
  /*position:absolute;
  left:0;
  top:0;*/
  width:100%;
  display:block;
  height:100%;
  list-style: none;
}
.IconSearchMenu li{
  width:25%;
  height:100%;
  float:left;
  cursor:pointer;
}

/*その他*/
.SubParagraphContents.Dan3 .IconSearchMenu li{
  width:100%;
  float:none;
}

                            /* + + + + + レスポンシブ + + + + +  */
                            body.rsbp-under-bp2 .IconSearchMenu li{
                              height:50%;
                              width:50%;
                            }
                            body.rsbp-under-bp2 .SubParagraphContents.Dan3 .IconSearchMenu li{
                              height:100%;
                              width:100%;
                            }


.IconSearchMenu li span{
  display:none;
}
.IconSearchMenu li.Display{
  border:0px solid red;
  position:relative;
}
.IconSearchMenu li.Display span{
  display:block;
  width:30px;
  height:30px;
  background:  url(../exhibitor/img/iconcheck.png) no-repeat 50% 50%;
  background-size:30px;
}
                            /* + + + + + レスポンシブ + + + + +  */
                            body.rsbp-under-bp2 .IconSearchMenu li.Display span{
                              width:22px;
                              height:22px;
                              background:  url(../exhibitor/img/iconcheck.png) no-repeat 50% 50%;
                              background-size:22px;
                            }


.IconSearchMenu li span{
  position:absolute;
  top:30%;
  left:23%;
  top:10%;
  left:85%;
}
                            /* + + + + + レスポンシブ + + + + +  */
                            body.rsbp-under-bp2 .IconSearchMenu li span{
                              position:absolute;
                              top:35%;
                              left:24%;
                              top:10%;
                              left:85%;
                            }
                            body.rsbp-under-bp3 .IconSearchMenu li span{
                              position:absolute;
                              top:30%;
                              left:22%;
                              top:10%;
                              left:85%;
                            }

.IconSearchMenu li{
  position:relative;
}
.IconSearchMenu li:before{
  /*position:absolute;
  display:inline-block;
  width:6%;
  height:20%;
  top:40%;
  left:28%;
  content: "";
  background:#eee ;
  border-radius:3px;*/
}
                            /* + + + + + レスポンシブ + + + + +  */
                            body.rsbp-under-bp2 .IconSearchMenu li:before{
                             /* position:absolute;
                              display:inline-block;
                              width:6%;
                              height:20%;
                              top:38%;
                              left:29%;
                              content: "";
                              background:#eee ;
                              border-radius:3px;*/
                            }
/*
.IconSearchMenu li.Unic1 span{
  position:absolute;
  top:16%;
  left:65%;
}
.IconSearchMenu li.Unic2 span{
  position:absolute;
  top:16%;
  left:68%;
}
.IconSearchMenu li.Unic3 span{
  position:absolute;
  top:17%;
  left:48%;
}
.IconSearchMenu li.Unic4 span{
  position:absolute;
  top:17%;
  left:48%;
}
.IconSearchMenu li.Unic5 span{
  position:absolute;
  top:19%;
  left:63%;
}
.IconSearchMenu li.Unic6 span{
  position:absolute;
  top:19%;
  left:49%;
}
.IconSearchMenu li.Unic7 span{
  position:absolute;
  top:19%;
  left:76%;
}
.IconSearchMenu li.Unic8 span{
  position:absolute;
  top:19%;
  left:85%;
}
.IconSearchMenu li.Unic9 span{
  position:absolute;
  top:19%;
  left:47%;
}




                            body.rsbp-under-bp2 .IconSearchMenu li.Display span{
                              top:22%;
                            }
                            body.rsbp-under-bp2 .IconSearchMenu li.Unic1.Display span,
                            body.rsbp-under-bp2 .IconSearchMenu li.Unic2.Display span{
                              top:18%;
                            }
                            body.rsbp-under-bp2 .IconSearchMenu li.Unic7.Display span,
                            body.rsbp-under-bp2 .IconSearchMenu li.Unic7.Display span{
                              top:26%;
                            }
                            body.rsbp-under-bp2 .IconSearchMenu li.Unic9.Display span{
                              left:68%;
                            }
*/
                            
/*ボタン*/
.TopExhibiterLinkItem{
  margin:30px auto;
  text-align:center;

}
.IconSearchMenuItem .SubParagraphContents{
  position:relative;
  /*height:60px;
  margin-bottom: 3.5%;*/
}

.IconSearchMenuItem .SubParagraphContents ul{
  /*max-width:1264px;*/
  margin:0 auto;
  display:flex;
  flex-wrap: wrap;
}
.IconSearchMenuItem .SubParagraphContents ul li{
  /*margin:5px;*/
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  width:25%;
  /*max-width:290px;*/
  position:relative;
  /*max-height:70px;*/
  /*padding:5px;
  margin:10px;*/

}
.IconSearchMenuItem .SubParagraphContents ul li.Display{
  background: #00b7ff5c;
  border-radius: 10px;
  overflow: hidden;
  position:relative;
}
.IconSearchMenuItem .SubParagraphContents ul li.Display::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  /*border:2px solid #fff;*/
  border-radius: 10px;
}


.IconSearchMenuItem .SubParagraphContents ul li .PictIcon{
  display:block;
  border:0px solid #fff;
  border-radius: 3px;
  padding-bottom:27%;
  margin:0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.IconSearchMenuItem .SubParagraphContents ul li .PictIcon:hover{
  opacity: 0.9;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.IconSearchMenuItem .SubParagraphContents ul li.Unic1 .PictIcon{
  background:  url(../img/top/exhibit/image_title_1.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic2 .PictIcon{
  background:  url(../img/top/exhibit/image_title_2.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic3 .PictIcon{
  background:  url(../img/top/exhibit/image_title_3.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic4 .PictIcon{
  background:  url(../img/top/exhibit/image_title_4.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic5 .PictIcon{
  background:  url(../img/top/exhibit/image_title_5.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic6 .PictIcon{
  background:  url(../img/top/exhibit/image_title_6.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic7 .PictIcon{
  background:  url(../img/top/exhibit/image_title_7.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic8 .PictIcon{
  background:  url(../img/top/exhibit/image_title_8.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic9 .PictIcon{
  background:  url(../img/top/exhibit/image_title_9.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic10 .PictIcon{
  background:  url(../img/top/exhibit/image_title_10.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic11 .PictIcon{
  background:  url(../img/top/exhibit/image_title_11.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic12 .PictIcon{
  background:  url(../img/top/exhibit/image_title_12.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic13 .PictIcon{
  background:  url(../img/top/exhibit/image_title_13.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic14 .PictIcon{
  background:  url(../img/top/exhibit/image_title_14.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
.IconSearchMenuItem .SubParagraphContents ul li.Unic15 .PictIcon{
  background:  url(../img/top/exhibit/image_title_15.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
/*
.IconSearchMenuItem .SubParagraphContents ul li.Unic16 .PictIcon{
  background:  url(../img/top/exhibit/image_title_16.png?_=20250922) no-repeat 0 3px;
  background-size:100% auto;
}
*/

            /* + + + + + レスポンシブ + + + + +  */
            
            body.rsbp-under-bp2 .TopExhibiterLinkItem{
              margin:30px auto;
              text-align:center;
            }
            body.rsbp-under-bp2 .IconSearchMenuItem .SubParagraphContents{
              /*position:relative;
              height:24vw;
              margin-bottom:0%;
              max-height:169px;*/
            }

            body.rsbp-under-bp2 .IconSearchMenuItem .SubParagraphContents ul{
              /*max-width: 600px;
              margin: 0 auto;
              position: static;*/
            }
            
            body.rsbp-under-bp2 .IconSearchMenuItem .SubParagraphContents ul li{
              margin:0px;
              /*width: -webkit-calc(50% - 10px);
              width: calc(50% - 10px);*/
              width:50%;
              /*padding-bottom:14%;*/
            }
            body.rsbp-under-bp3 .IconSearchMenuItem .SubParagraphContents{
              /*position:relative;
              height:26vw;
              margin-bottom:4.8%;*/
            }

/*300+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 500px) {



                                                        

}/*300++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/






                            
/*ResultArea*/

.ResultArea{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

.ResultArea .ResultBlock{
  
}

table.CompanyListTable{
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 4px;
  background: rgba(50,50,50,0.00);
  padding: 10px;
}


    /* common */
    .CompanyListTable tr{
    }
    .CompanyListTable th,
    .CompanyListTable td{
      padding: 0.5em 0.75em;
      line-height: 1.5;
      /*border: 2px dotted rgba(150,150,150,0.25);*/
      border-bottom:2px solid #222;
    }
    .CompanyListTable th{
      text-align: center;
      letter-spacing: 0.125em;
      font-weight: 500;
      background: rgba(225,225,225,0.0);
    }
    .CompanyListTable td{
      background: rgba(255,255,255,0.0);
    }
    
    /* thead */
    .CompanyListTable thead{
    
    }
    .CompanyListTable thead th{
      padding: 0.75em 0px;
      background: #203a93;
      border: none;
      color: #fff;
      letter-spacing: 0.05em;
      text-align: center;
      overflow: hidden;
      font-size: smaller;
      width:35%;
    }
    .CompanyListTable thead th:first-child{
      width: 55%;
    }
    .CompanyListTable thead th:last-child{
      width: 10%;
    }
    /* tbody */
    .CompanyListTable tbody{
    }
    .CompanyListTable thead  + tbody{
      border-top: none;
    }
    .CompanyListTable tbody th,
    .CompanyListTable tbody td{
    }
    .CompanyListTable tbody th{
    
    }
    .CompanyListTable tbody > tr > th:not([width]){
      width: 25%;
    }
    .CompanyListTable tbody td{
    }
    .CompanyListTable tbody td + td{
    }
    .CompanyListTable tbody td .Heading{
      margin-left: 0px;
      margin-right: 0px;
    }
    
            .CompanyListTable tbody td.CompanyName{
              padding: 0.4em 0.1em 0.1em 0.2em;
            
            }
            .CompanyListTable tbody td.CompanyName a > span{
              padding:1px 8px;
            }
            .CompanyListTable tbody td.CompanyName a:hover > span{
              color:#203a93;
              background: #f5f5f5;
              padding:1px 8px;
              border-bottom:0px solid #203a93;
              border-radius:2px;
            }
            /* + + + + + レスポンシブ + + + + +  */

            body.rsbp-over-bp3 .CompanyListTable tbody td.CompanyName,
            body.rsbp-over-bp3 .CompanyListTable tbody td.Other,
            body.rsbp-over-bp3 .CompanyListTable tbody td.TechCategory{
              position:relative;
              text-align:center;

            }
            body.rsbp-over-bp3 .CompanyListTable tbody td.TechCategory > span{
              margin:2px 8px;
              display:inline-block;
              font-size:90%;
            }
            body.rsbp-over-bp3 .CompanyListTable tbody td.CompanyName::before{
              position:absolute;
              border-right:2px dotted #222;
              content: "";
              width: 2px;
              display: block;
              top:0;
              right:-3px;
              height:96%;
            
            }
            body.rsbp-over-bp3 .CompanyListTable tbody td.TechCategory::before{
              position:absolute;
              border-right:2px dotted #222;
              content: "";
              width: 2px;
              display: block;
              top:0;
              right:-1px;
              height:96%;
            }
            body.rsbp-over-bp3 .CompanyListTable tbody td.Other::before{
              position:absolute;
              border-right:2px dotted #222;
              content: "";
              width: 2px;
              display: block;
              top:0;
              right:-1px;
              height:96%;
            }
            body.rsbp-over-bp3 .CompanyListTable tbody td.CompanyName::after{
              position:absolute;
              border-left:2px dotted #222;
              content: "";
              width: 2px;
              display: block;
              top:0;
              left:-1px;
              height:96%;
            }
            body.rsbp-over-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) td.Booth{
              padding-left:2.5em;
            }
/*IE対応*/
@media all and (-ms-high-contrast:none){

            body.rsbp-over-bp3 .CompanyListTable tbody td.CompanyName::before{
              display:none;
            }
            body.rsbp-over-bp3 .CompanyListTable tbody td.TechCategory::before{
              display:none;
            }
            body.rsbp-over-bp3 .CompanyListTable tbody td.CompanyName::after{
              display:none;
            }

            body.rsbp-over-bp3 .CompanyListTable tbody td.CompanyName{
              border-left:2px dotted #222;
            }
            body.rsbp-over-bp3 .CompanyListTable tbody td.TechCategory {
              border-left:2px dotted #222;
              border-right:2px dotted #222;
            }
}
/*IT対応*/


    
            /* + + + + + レスポンシブ + + + + +  */
            body.rsbp-under-bp3 .CompanyListTable{
              padding:0;
            }
            body.rsbp-under-bp3 .CompanyListTable thead th.CompanyName{
              background: #203a93;
            }
            body.rsbp-under-bp3 .CompanyListTable thead th.TechCategory{
              background: #eee;
              color:#222;
              border-bottom:1px solid #222;
            }

            body.rsbp-under-bp3 .CompanyListTable tbody td.CompanyName{
              border-bottom:1px solid #eee;
            }
            body.rsbp-under-bp3 .CompanyListTable tbody td.Other{
              border-bottom:1px solid #eee;
            }
            
            
            body.rsbp-under-bp3 .CompanyListTable tbody td.TechCategory{
              border-bottom:1px solid #eee;
              color:#222;
              padding-top:2px;
            }

            body.rsbp-under-bp3 .CompanyListTable tbody td.TechCategory > span{
              background: #eee;
              color:#222;
              font-size:80%;
              padding:1px 8px;
              border-radius:30px;
              margin:3px 5px 3px 0;
              display:inline-block;
            }

            
            
            
            /* notScrollable */
            body.rsbp-under-bp3 .CompanyListTable{
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) thead th{
              display: none;
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) thead th:first-child:last-child{
              display: block;
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) tr,
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) th,
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) td{
              display: block;
              width: auto!important;
              margin-bottom: 4px;
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) th{
              padding: 0.25em 10px;
              width: auto;
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) td{
              text-align:left;
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) tbody td + td{
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) .NoDecoratedTable td{
              border: none!important;
            }
            
            
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) td.CompanyName{
              color:#203a93;
              font-weight:bold;
              margin-bottom:0px!important;
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) td.TechCategory{
              padding:2px;
              margin-bottom:0px!important;
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) td.Booth{
              padding:2px;
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) td.TechCategory::before{
              content: "技術情報：";
              display:inline-block;
              vertical-align:middle;
              font-size:70%;
              color:#555;
            }
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) td.Booth::before{
              content: "ブ ー ス ：";
              display:inline-block;
              vertical-align:middle;
              font-size:70%;
              color:#555;
            }
            
            body.rsbp-over-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) td.TechCategoryN.Booth{
              text-align:center;
            }
            
            body.rsbp-under-bp3 .CompanyListTable:not(.NotBlockTable) > :not([class*="Scrollable"]) td.TechCategoryN.Booth::before{
              content: "技術情報：";
              display:inline-block;
              vertical-align:middle;
              font-size:70%;
              color:#555;
              text-align:left!important;
            }
            
            
            
            
            
            /* Scrollable */
            body.rsbp-under-bp3 .Scrollable .CompanyListTable thead{
              display: table-header-group;
            }
            body.rsbp-under-bp3 .Scrollable .CompanyListTable thead th{
              display: table-cell;
            }
            body.rsbp-under-bp3 .Scrollable .CompanyListTable tr{
              display: table-row;
            }
            body.rsbp-under-bp3 .Scrollable .CompanyListTable th,
            body.rsbp-under-bp3 .Scrollable .CompanyListTable td{
              display: table-cell;
            }
    /* + + + + + /レスポンシブ + + + + +  */





/*検索パーツ*/





body.rsbp-over-bp2 .Container {
  min-width: 1100px;
  margin: 0 auto;
  max-width: 1920px;
}
body.rsbp-over-bp2 .Container .PageBlock.PageWidthSetter{
  min-width: 1100px;
  margin: 0 auto;
  max-width: 1920px;
}
body.rsbp-over-bp2 .Container .SearchArea{
  margin-bottom:0;
}
body.rsbp-over-bp2 .Container .SearchArea > .inner{
  min-width: 1100px;
  margin: 0 auto;
  max-width: 1920px;
}

body.rsbp-over-bp2 .Container .SearchArea > .inner .BasicBlock{
  min-width: 1100px;
  margin: 0 auto;
  max-width: 1200px;

}


body.rsbp-over-bp2 .Container .SearchArea > .ResultArea{
  min-width: 1100px;
  margin: 0 auto;
  max-width: 1200px;
  margin-top:30px;
}
body.rsbp-under-bp2 .Container .SearchArea > .ResultArea{
  margin-top:30px;
}
body.rsbp-under-bp2 .Container .SearchArea > .inner{
  margin-left:-10px;
  margin-right:-10px;
}


.SearchArea{
  
}
.SearchArea > .inner{
  /*background: #eff8fe;*/
}

.SearchArea .SknTplTextButton.SearchButton {
  margin-top:20px;
  margin-bottom:20px;
  margin-bottom:0;
}
            /* + + + + + レスポンシブ + + + + +  */
            body.rsbp-under-bp2 .SearchArea .SknTplTextButton.SearchButton {
              margin-top:0;
              padding:0;
            }
.SearchArea .SknTplTextButton.SearchButton .ButtonItem{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  /*background: #eff8fe;*/

}
            /* + + + + + レスポンシブ + + + + +  */
            body.rsbp-under-bp2 .SearchArea .SknTplTextButton.SearchButton .ButtonItem{
              background: none;
            }



.SearchArea .SknTplTextButton.SearchButton  .Button{
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  border: 0px solid #727171;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  padding:10px;
  min-width:300px;
  background: #009bbc;
  color: #fff;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
  border-radius:10px;
}

.SearchArea .SknTplTextButton.SearchButton  .Button:hover {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  border: 0px solid #727171;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  padding:10px;
  min-width:300px;
  background: #222;
  opacity: 1;
}




.SearchArea .SknTplTextButton.SearchButton  .ClearButton{
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  border: 0px solid #727171;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  padding:10px;
  min-width:160px;
  background: #727171;
  color: #fff;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
  border-radius:10px;
}

.SearchArea .TwinButton{
  width:100%;
  max-width:800px;
  display:flex;
}
.SearchArea .SknTplTextButton.SearchButton.TwinButton .LeftButton{
  display:inline-block;
  vertical-align:middle;
  width: -webkit-calc(100% - 180px)!important;
  width:         calc(100% - 180px)!important;
  margin:5px;
}

.SearchArea .SknTplTextButton.SearchButton.TwinButton .RighttButton{
  display:inline-block;
  vertical-align:middle;
  width:150px!important;
  margin:5px;
}

/*
.SearchArea .SknTplTextButton.SearchButton  .ClearButton:hover {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  border: 0px solid #727171;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  padding:10px;
  min-width:300px;
  background: #222;
  opacity: 1;
}
*/

.SearchArea .SknTplTextButton.SearchButton  .Button .ImageIcon{
  width:55px;

}
.SearchArea .SknTplTextButton.SearchButton  .Button .ImageIcon{
	-webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.3)); /* SafariなどのWebkitブラウザ用 */
   filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.3));
}
.SearchArea .SknTplTextButton.SearchButton  .Button .Label{
  text-shadow: 0px 1px 6px rgba(0,0,0,0.5);
}
 

.BannerArea .BannerBlock {
  text-align:center;
}
.BannerArea .BannerBlock a{
  display:inline-block;
}



/* + + + + + レスポンシブ + + + + +  */
body.rsbp-under-bp2 .SecondBanner .BannerBlock{
  overflow:hidden;
 
}
body.rsbp-under-bp2 .SecondBanner .BannerBlock > a{
  margin: 0 -50px;
}

body.rsbp-under-bp2 .SearchArea .TwinButton{
  width:100%;
  max-width:800px;
  display:flex;
}
body.rsbp-under-bp2 .SearchArea .TwinButton a{
  font-size: 1.5rem!important;
  min-width:0!important;
}
body.rsbp-under-bp2 .SearchArea .TwinButton .Button .ImageIcon {
  width: 30px;
}
body.rsbp-under-bp2 .SearchArea .SknTplTextButton.SearchButton.TwinButton .LeftButton{
  display:inline-block;
  vertical-align:middle;
  /*width: -webkit-calc(100% - 100px)!important;
  width:         calc(100% - 100px)!important;*/
  width: 100% !important;
  margin:5px;
}

body.rsbp-under-bp2 .SearchArea .SknTplTextButton.SearchButton.TwinButton .RighttButton{
  display:inline-block;
  vertical-align:middle;
  width:150px!important;
  margin:5px;
}


#cboxLoadedContent{

}
#cboxLoadedContent img{
  /*width:100%!important;*/
  height:auto!important;
  max-width:900px;
  max-height:600px;
  margin-top:1px!important;
}
            /* + + + + + レスポンシブ + + + + +  */
            
            body.rsbp-under-bp2 #cboxWrapper{
             
              
            }
            
            body.rsbp-under-bp2 #cboxLoadedContent{
              
            }
            body.rsbp-under-bp2 #cboxLoadedContent img{

            }
            body.rsbp-under-bp3 #cboxWrapper{
              
            }
            
            body.rsbp-under-bp3 #cboxLoadedContent{

            }
            body.rsbp-under-bp3 #cboxLoadedContent img{

            }
            
            
            
            
#colorbox{
  
}
            /* + + + + + レスポンシブ + + + + +  */
            body.SpView #cboxLoadedContent img{
              margin-top:0!important;
              margin-bottom:0!important;
            }
            
.ListRight{
  text-align:right;
  margin:0 15px -5px 15px;
}

.NoPreview .PageBlock .DefaultArea .ArartMessage{
  display:none;
}


.QuestionnaireArea{
  background:#f7f7ed;
  padding:15px 0 15px 0;
  
  
}
.QuestionnaireArea .BlockHeader{
  text-align:center;
  color:#333;
}
.QuestionnaireArea .BlockHeader .Heading{
  font-size:120%;

}

.QuestionnaireArea .SknTplTextButton .Button {
  padding: 0.15em 1em;
  display: inline-block;
  text-align: center;
  color: #fff;
  background:#009bbc;
  border-radius: 2px;
  border: none;
  margin-bottom:20px;
  font-size:1.3em;
  padding: 1.0em 0.5em;
}

.QuestionnaireArea .SknTplTextButton .Button:hover {
  color: #fff;
  background: rgba(0,0,0,0.9);
  border-color: rgba(0,0,0,0.9);
  padding: 1.0em 0.5em;
  opacity: 1;
}



.SknTplTextButton {
  /*background: #f7f7ed;*/
}





/*リーフレットページ*/

.PressPage .PageBlock .MainImage span {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
          /* + + + + + /レスポンシブ + + + + +  */
          body.rsbp-under-bp2.PressPage .PageBlock .MainImage span{
            font-size: 80%;
            font-weight: normal;
          }


body.rsbp-over-bp2.PressPage .Container {
  min-width: 1100px;
  margin: 0 auto;
  max-width: 1920px;
}

body.rsbp-under-bp2.PressPage .MainContentsArea {
  padding: 20px 0px 30px;
}
body.rsbp-under-bp3.PressPage .MainContentsArea {
  padding: 0px 0px 30px;
}




.PressPage .MainImage{
  width:100%;
  padding:3% 5%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaead3+0,f7f7ef+50,eaead3+100 */
  background: rgb(234,234,211); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(234,234,211,1) 0%, rgba(247,247,239,1) 50%, rgba(234,234,211,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(234,234,211,1) 0%,rgba(247,247,239,1) 50%,rgba(234,234,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(234,234,211,1) 0%,rgba(247,247,239,1) 50%,rgba(234,234,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaead3', endColorstr='#eaead3',GradientType=1 ); /* IE6-9 */
  font-size:130%;

}



.PressPage .MainImage img{
  display:block;
  margin:0 auto;
  max-width:800px;
  width:100%;
}


.PressPage #ContentsArea{
/* background: #fff;*/
 padding: 60px 0 15px 0px;
 margin: 0 auto 5px;
 text-align: left;
 border-radius: 0 0 10px 10px;
  background: #fff url(../img/common/decoration/bg_page_harf.jpg) center -100px no-repeat;
  background-size:1300px auto;
}

          /* + + + + + /レスポンシブ + + + + +  */
          body.rsbp-under-bp2.PressPage #ContentsArea{
            background: #fff url(../img/common/decoration/bg_page_harf.jpg) right top no-repeat;
            background-size:900px auto;

          }
          body.rsbp-under-bp3.PressPage #ContentsArea{
            background: #fff url(../img/common/decoration/bg_page_harf.jpg) right top no-repeat;
            background-size:900px auto;
            padding: 25px 0 15px 0px;
          }







.PressPage .PageBlock .PressArea{
  background:#060002  url(../about/img/bg_message.jpg) no-repeat top center;
}
.PressPage .PageBlock .PressArea .inner{
    max-width: 1200px;
    margin: 0 auto;

}
.PressPage .PageBlock .PressArea .inner .PressBlock{
  padding: 20px 5px;
}


.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .BlockHeader{
  margin-bottom:20px;
}
.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .BlockContents{}

.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .Paragraph{
  margin-bottom:50px;
}
.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .ParagraphHeader{
  background: url(../about/img/bg_seminer_title.png) no-repeat bottom right;
  background-size:1250px auto;
  text-align:left;
}

          /* + + + + + /レスポンシブ + + + + +  */
          body.rsbp-under-bp2.PressPage .PageBlock .DefaultArea .inner .DefaultBlock{
            margin:0 10px 10px 10px;
          }
          body.rsbp-under-bp2.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .ParagraphHeader{
            background: url(../about/img/bg_seminer_title_sp.png) no-repeat bottom right;
            background-size:800px auto;
            text-align:left;
          }
          body.rsbp-under-bp2.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .ParagraphHeader span{
            margin: 10px 70px 10px 10px;
            font-size: 1.2rem;
          }

.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .ParagraphHeader span{
  color:#fff;
  margin:10px 20px;
  display:inline-block;
  font-size:1.5rem;
}
.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .Paragraph{
  position:relative;
  padding-top:19px;
}
.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .ParagraphContents{
  background:#fff;
  padding:65px 74px;

}
.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .Paragraph::before{
  /*position:absolute;
  content: "";
  background: url(../about/img/bg_message_title.png) no-repeat bottom right;
  width:100%;
  top: 0px;
  height:19px;*/
}
          /* + + + + + /レスポンシブ + + + + +  */
          body.rsbp-under-bp3 .PressPage .PageBlock .DefaultArea .inner .DefaultBlock .Paragraph::before{
            position:absolute;
            content: "";
            background: url(../about/img/bg_message_title_sp.png) no-repeat bottom right;
            width:100%;
            top: 0px;
            height:19px;
          }
          
          
          
.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .LeftContents{
  width:275px;
  float:left;
}
.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .RightContents{
  width: -webkit-calc(100% - 276px);
  width:         calc(100% - 276px);
  float:right;
  padding-left:55px;
  /*background: url(../about/img/bb_profileline.png) no-repeat 0% 50%;*/
  border-left:0px solid #222;
  min-height:345px;
}
          /* + + + + + /レスポンシブ + + + + +  */
          body.rsbp-under-bp2.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .LeftContents,
          body.rsbp-under-bp2.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .RightContents{
            width:100%;
            float:none;
          }
          body.rsbp-under-bp2.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .RightContents{
            padding-left:0;
            background: none;
            border-left:none;
            margin-top:10px;
            padding-top:20px;
            border-top:1px solid #222;
            /*background: url(../about/img/bb_profileline_x.png) no-repeat top center;*/
            min-height:0;
          }

          body.rsbp-under-bp2.PressPage .PageBlock .DefaultArea .inner .DefaultBlock .ParagraphContents{
            padding:25px;
          }
          
/*特別企画展*/
.SpecialPage .CompanyListTable thead th:first-child {
  width: 40%;
}
.SpecialPage .CompanyListTable thead th {
  width: 35%;
}
.SpecialPage .CompanyListTable thead th:last-child {
  width: 25%;
}

/*フロアガイド*/

.FloorGuideBlock .LinkListBlock{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}
.FloorGuideBlock .LinkListBlock .ColumnGroup > .Column{
  text-align:center;
}

          body.rsbp-under-bp2 .FloorGuideBlock .LinkListBlock .ColumnGroup > .Column{
            margin: 0 auto;
          }
          body.rsbp-under-bp2 .FloorGuideBlock .LinkListBlock .ColumnGroup > .Column .inner{
            padding:5px;
          }



.FloorGuideBlock .LinkListBlock .ColumnGroup > .Column a{
  display:block;
  background:#eee;
  color:#44207f;
}
.FloorGuideBlock .LinkListBlock .ColumnGroup > .Column a:hover{
  display:block;
  background:#44207f;
  color:#fff;
}
.FloorGuideBlock .Wide1100{
  max-width:1100px;
  margin:0 auto;
  display:block;
}





.FloorGuideBlock .SubHeading{
  font-size:150%;
  margin:20px auto;
  text-align:center;
}
.FloorGuideBlock .SubHeading .RoundItem{
  background: linear-gradient(to bottom, #2b2a82 0%,#1e64a7 100%);
  border:0px solid #222;
  border-radius:10px;
  display:inline-block;
  vertical-align:middle;
  margin:5px 5px;
  overflow:hidden;
  padding:3px 6px;
}
.FloorGuideBlock .SubHeading .RoundItem .inner{
  border-radius:5px;
} 
.FloorGuideBlock .SubHeading .RoundItem .NumTitle{
  font-size:110%;
  color:#fff;
  padding:10px 10px;
  border-radius:5px 0 0 5px;
  white-space:nowrap;
  line-height:30px;
  display: inline-block;
  vertical-align:middle;
}
.FloorGuideBlock .SubHeading .RoundItem .NumBox{
  display: inline-block;
  vertical-align:middle;
  background:#fff;
  border-radius:0 5px 5px 0;
}

.FloorGuideBlock .SubHeading .RoundItem .Num{
  font-size:160%;
  padding:10px 5px 5px 5px;
  white-space:nowrap;
  line-height:30px;
  font-weight:bold;
  margin-left:20px;
  display: inline-block;
  vertical-align:middle;

}
.FloorGuideBlock .SubHeading .RoundItem .Sha{
  font-size:80%;
  margin-right:20px;
  display: inline-block;
  vertical-align:middle;
  padding-top:10px;
}

.FloorGuideBlock .SubHeading .RoundComment{
  display:inline-block;
  vertical-align:middle;
  margin:5px 5px;
  font-size:120%;
}

.PageBlock .InlinePdfItem{
  margin:10px auto;
  display:block;
}
.PageBlock .InlinePdfItem iframe {
  width: 100%;
  max-width: 1100px;
  margin:10px auto;
  display:block;
  height:700px;
}
body .PageBlock .InlinePdfItem iframe {
  pointer-events: auto!important;
}



.FloorGuideBlock .BlockContents.Basic{
  margin-top: 0px;
}
.FloorGuideBlock .BlockContents .LinkPdf{
  max-width:1100px;
  margin:0 auto;
}
.PageBlock .InlinePdfItem a.SpItem {
  display:none;
}
.PageBlock .InlinePdfItem iframe.SpItem {
  display:none;
}
          body.rsbp-under-bp2 .PageBlock .InlinePdfItem iframe {
            width: 100%;
            max-width: 500px;
            margin:10px auto;
            display:block;
            height:500px;
            height:350px;
            pointer-events: auto!important;
          }
          body.rsbp-under-bp2 .PageBlock .InlinePdfItem iframe.PcItem {
            display:none!important;
          }
          body.rsbp-under-bp2 .PageBlock .InlinePdfItem iframe.SpItem {
            display:block!important;
          }
          body.rsbp-under-bp3 .PageBlock .InlinePdfItem iframe.PcItem {
            display:none!important;
          }
          body.rsbp-under-bp3 .PageBlock .InlinePdfItem iframe.SpItem {
            display:block!important;
          }
          body.rsbp-under-bp2 .PageBlock .InlinePdfItem a.SpItem {
            display:block!important;
          }
          body.rsbp-under-bp3 .FloorGuideBlock .BlockContents.Basic{
            margin-top: 0px;
            padding:0;
          }
          body.rsbp-under-bp3 .FloorGuideBlock .SubHeading{
            margin-bottom:0;
          }
          body.rsbp-under-bp3 .FloorGuideBlock .SubHeading .RoundItem .NumTitle{
            font-size:90%;
          }
          

          .SpFloorDisplay{
            overflow:auto;
            height:67vw;
            width:100%;
            border:1px solid #ccc;
            margin:0 auto;
          }
          .SpFloorDisplay img{
            width:866px;
            max-width:866px;
            height:auto;
            border:1px solid #555;
          }

                body.rsbp-over-bp2 .SpFloorDisplay{
                  overflow:auto;
                  height:68vw;
                  width:100%;
                  border:0px solid #ccc;
                  max-width:1050px!important;
                  min-width:0;
                  margin:0 auto;
                }
                body.rsbp-over-bp2 .SpFloorDisplay img{
                    width:100%;
                    max-width:1050px!important;
                    height:auto;
                    border:1px solid #555;
                }
                body.rsbp-under-bp3 .SpFloorDisplay img{
                    width:866px;
                    max-width:866px;
                    height:auto;
                    border:1px solid #555;
                }
                
/*詳細ページ*/
.ExhibitorDetailPage .PageCategoryItem{
  box-shadow: 0 0.15em 0.2em rgba(0,0,0,0.25);
}

.ExhibitorDetailPage .CategoryHead .Main{
  font-weight:600;
  font-size:200%;
  display:block;
  margin-bottom:10px;
  position:relative;
}
.ExhibitorDetailPage .CategoryHead .Main::before{
  display:block;
  content:"";
  position:absolute;
  height:1px;
  width:100%;
  bottom:0;
  left:0;
  background: linear-gradient(to right, #5654ff 0%,#3ccaff 100%);
  
}
.ExhibitorDetailPage .CategoryHead .Sub{
  display:block;
  text-align:left;
}
.ExhibitorDetailPage .CategoryHead .Sub > a,
.ExhibitorDetailPage .CategoryHead .Sub > p{
  margin-right:7px;
}
.ExhibitorDetailPage .CategoryHead .Sub .CateName{
  display:inline-block;
  vertical-align:middle;
  margin:5px;
}
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag span{
  margin:2px 2px 2px 0;
}

.ExhibitorDetailPage .CategoryHead .Sub .Categ.CC01{
  /*background: url(./sample_files/image_title_1.png) no-repeat 0 0;
  background-size: auto 40px;*/
  width:48px;
  height:45px;
  border-radius:5px;
  display:inline-block;
  vertical-align:middle;
  margin:-3px 4px -3px 2px;
  
}
.ExhibitorDetailPage .CategoryHead .Sub .Categ img{
  margin:-1px;
}
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag{
  background: #fff;
  padding:3px 6px;
  border:1px solid #ccc;
  border-radius:10px;
  display:inline-block;
  vertical-align:middle;
  margin-bottom:5px;
  box-shadow: 0 1px 0.5em rgba(0,0,0,0.1);
}

.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_1,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_2,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_3,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_4,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_5,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_6,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_7,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_8,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_9{
  background:#09427b;
}
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_10,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_11,
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_12{
  background:#d6669b;
}
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_13{
  background:#511d84;
}
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_14{
  background:#ff6600;
}
.ExhibitorDetailPage .CategoryHead .Sub .CategoryFlag.CategoryFlag_15{
  background:#016051;
}



.ExhibitorDetailPage .CategoryHead .Sub .CateName{
  background: rgba(255,255,255,0.9);
  background: #fff;
  border-radius:5px;
  height:36px;
  line-height:36px;
  display:inline-block;
  vertical-align:middle;
  padding: 0 10px;
  margin-bottom:5px;
  min-width:100px;
  text-align:center;
}
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos{
  background: #fff;
  color:#222;
  height:48px;
  line-height:48px;
  display:inline-block;
  vertical-align:middle;
  padding: 0 20px;
  border-radius:10px;
  border:0px solid #ccc;
  margin-bottom:5px;
  min-width:160px;
  box-shadow: 0 1px 0.5em rgba(0,0,0,0.1);
}
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos .MinTitle{
  font-size:90%;
  padding:0;
  margin:0;
  line-height:1.2;
  display:inline-block;
  vertical-align:middle;
}
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos.Gakusei{
  text-align:center;
  min-width:100px;
}
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos.Gakusei.DisAble{

}
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos.KubunBox{
  min-width:0px;
  padding: 0px 6px;
}
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos.KubunBox .MinTitle{
  color:#fff;
}
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos.KubunBox.KubunBox_1{
  background:#09427b;
}
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos.KubunBox.KubunBox_2,
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos.KubunBox.KubunBox_3,
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos.KubunBox.KubunBox_4{
  background:#d6669b;
}
.ExhibitorDetailPage .CategoryHead .Sub .KaijyoBoos.KubunBox .KubunName{
  background: rgba(255,255,255,0.9);
  background: #fff;
  border-radius:5px;
  height:36px;
  line-height:36px;
  display:inline-block;
  padding: 0 10px;
  margin-bottom:5px;
  min-width:0;
  text-align:center;
  margin:2px 2px 0 4px;
}
.ExhibitorDetailPage .CategoryHead .Sub .DisForam{
  display:none!important;
}

.ExhibitorDetailPage .PageBlock .PageCategoryItem{
  max-width: 1200px!important;
  background: rgba(255,255,255,0.8)!important;
  position:relative;
}
.ExhibitorDetailPage .PageBlock .ButtonItem.ListBack{
  float:none;
  position:absolute;
  top:-30px;
  right:5px;
}
.ExhibitorDetailPage .PageBlock .PageCategoryItem{
  margin-top:50px!important;
}
.ExhibitorDetailPage .PageBlock .PageCategoryItem .CategoryHead{
  width:100%;
  float:none;
}
.ExhibitorDetailPage .CompanyArea .CompanyBlock .BlockContents .SknTplImageParagraph.RightImage .TextItem .DefaultText .Address a.LinkForm{
  border:1px solid #727171;
  border-radius:4px;
  padding:1px 5px;
  display: inline-block;
  background:#727171;
  color: #fff;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.25);
  margin:0 5px;
  font-size:90%;
  line-height:1.3;
}
                

/*SearchPageArea*/
.SearchPageArea{
}
.SearchPageArea .FloatingSearchLink{
  position: sticky;
  top: 50px;
  z-index: 20;
  text-align:center;
  margin:0 auto;
  width:100%;
  height:0;
  margin-top:50px;
  overflow:hidden;
  opacity:0;
}
.SearchPageArea .FloatingSearchLink.FixFloat{
  margin-top:0;
  width:100%;
  height:50px;
  opacity:1;
-webkit-transition: all .4s;
transition: all .4s;
}
            /* + + + + + レスポンシブ + + + + +  */
            body.rsbp-under-bp2 .SearchPageArea .FloatingSearchLink{
               top: 60px;
            }


.SearchPageArea .FloatingSearchLink.FixFloat .FloatingSearchItem{
  display: flex;
  margin: 0 auto;
  max-width: 600px;
  color: #fff;
  flex-flow: column-reverse;
  justify-content:center;
  background: rgba(0,0,0,0.7);
  color:#fff;
  border-radius:5px; 
  
}
.SearchPageArea .FloatingSearchLink .FloatingSearchItem a{
  color:#fff;
  padding: 10px;
  display:block;
}
.SearchPageArea .FloatingSearchLink .FloatingSearchItem img{
  width:30px;
}

/*メッセージ*/
.MessageBox{
  
}
body.rsbp-over-bp2 .MessageBox .AlartSearchMessageItem{

  display: flex;
  margin: 0 auto;
  margin-top:10px;
  border-radius:30px;
  width:70%;
  max-width: 600px;
  color:#fff;
  background: rgba(0,0,0,0.7);
  flex-flow: column-reverse;
  justify-content:center;
}
body.rsbp-over-bp2 .MessageBox .AlartSearchMessageItem a{
  padding:10px;
  display:block;
}
body.rsbp-over-bp2 .MessageBox .AlartSearchMessageItem img{
  width:30px;
}
body.rsbp-under-bp2 .MessageBox .AlartSearchMessageItem{
 
}

body.rsbp-under-bp2 .MessageBox .AlartSearchMessageItem{

  display: flex;
  margin: 0 auto;
  margin-top:10px;
  border-radius:30px;
  width:85%;
  max-width: 600px;
  color:#fff;
  background: rgba(0,0,0,0.7);
  flex-flow: column-reverse;
  justify-content:center;
}
body.rsbp-under-bp2 .MessageBox .AlartSearchMessageItem a{
  padding:10px;
  display:block;
}
body.rsbp-under-bp2 .MessageBox .AlartSearchMessageItem img{
  width:30px;
}


