@charset "UTF-8";
/*--   TOP    --*/
.pre .con .flxB div.box .flxB .txt .statusBox {
  margin-bottom: 15px;
}
.pre .con .flxB div.box .flxB .txt .introTxt {
  margin-bottom: 15px;
  max-height: 7.8em;
  overflow: hidden;
}
.pre .con .flxB div.box .flxB .txt .brandBox .ttl {
  margin-bottom: 5px;
}
.categoryBox {
  margin-bottom: 15px;
}
.cateIcon {
  line-height: 1;
  margin-bottom: 5px;
}
.cateIcon img {
  height: 10px;
}
.cateIcon span {
  font-size: 11px;
}
.cateIcon.cateSU span {
  color: #1899ff;
}
.cateIcon.cateSUP span {
  color: #01d9d8;
}
.cateIcon.cateSK span {
  color: #ff6606;
}
.cateIcon.cateST span {
  color: #ff3399;
}
.cateIcon.cateSN span {
  color: #009999;
}
.cateIcon.cateOU span {
  color: #b0a85a;
}
.cateIcon.cateFIS span {
  color: #009b23;
}
.cateIcon.cateBI span {
  color: #0ddb04;
}
.cateIcon.cateMO span {
  color: #91c4f5;
}
.cateIcon.cateGO span {
  color: #c5d621;
}
.cateIcon.cateFI span {
  color: #ff99fe;
}
.cateIcon.catePET span {
  color: #eeb74a;
}
.cateIcon.cateZA span {
  color: #cc67ff;
}
.cateIcon.cateME span {
  color: #f6c600;
}
.cateIcon.cateGR span {
  color: #bfbfbf;
}
.cateIcon.cateETC span {
  color: #6e6e6e;
}
/*--   出展者詳細ページ--*/
.cateIconBlc {
  background-color: #f6f6f6;
  border-radius: 100px;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 40px;
}
.cateIconBlc ul li {
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin-right: 30px;
}
.cateIconBlc ul li:last-child {
  margin-right: 0;
}
.cateIconBlc ul li img {
  vertical-align: sub;
  margin-right: 10px;
}
.liveBlc {
  background-color: #f6f6f6;
  margin-top: 20px;
  padding: 25px 0;
}
.liveBlc > div {
  text-align: center;
}
.liveBlc > div.icon {
  width: 25%;
  border-right: 1px solid #bdbcbc;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  position: relative;
}
.liveBlc > div.icon span {
  display: inline-block;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 44px auto;
  background-image: url("../img/exhi/icon_yt.svg");
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.liveBlc > div.sche {
  width: 44.5%;
}
.liveBlc > div.sche ul li {
  font-size: 17px;
}
.liveBlc > div.lnk {
  width: 30.5%;
  text-align: left;
  position: relative;
}
.liveBlc > div.lnk span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
}
/*--   TOP  スライダー  --*/
/*	#KV .bxslider .exhiBox a {
		display: inline-block;
		width: 100%;
    height: 420px;
	}*/
#KV .bxslider .exhiBox .inner {
	display: flex;
	flex-wrap: wrap;
	height: 420px;
}
#KV .bxslider .exhiBox .inner > div {
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*--   出展者リスト    --*/
.exhiLst .con .flxB div.box .flxB .txt .statusBox {
  margin-bottom: 15px;
}
.exhiLst .con .flxB div.box .flxB .txt .brandBox .ttl {
  margin-bottom: 5px;
}
/*--   mypage メッセージ visitor/exhi  共通    --*/
.sub.mypage.message .ttlBlc .leftBlc {
	width: 77%;
}
.sub.mypage.message .ttlBlc .leftBlc h2 {
	width: auto!important;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.sub.mypage.message .ttlBlc .leftBlc span.txtAttn {
	color: #ff0125;
	font-size: 14px;
	vertical-align: middle;
}
.sub.mypage.message .ttlBlc .leftBlc span.icon {
	background-color: #ff0125;
	color: #fff;
	line-height: 1;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 0 5px 0 10px;
}
.sub.mypage.message .ttlBlc .rightBlc2 {
	width: 23%!important;
}
.sub.mypage.message .ttlBlc .rightBlc2 .logout {
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
  /*--   TOP    --*/
  .cateIcon {
    display: none;
  }
  .pre .con .flxB div.box .flxB .txt .statusBox {
    margin-bottom: 0;
  }
  .pre .con .flxB div.box .flxB .txt .categoryBox {
    display: none;
  }
  /*--   出展者詳細ページ    --*/
  .cateIconBlc {
    border-radius: 20px;
    padding: 5vw 0 2vw 6vw;
    margin-bottom: 3vw;
    text-align: left;
  }
  .cateIconBlc ul li {
    font-size: 3.5vw;
    margin-right: 4vw;
    width: 100% !important;
    margin-bottom: 2.5vw;
  }
  .cateIconBlc ul li:last-child {
    margin-right: 0;
  }
  .cateIconBlc ul li img {
    /*width: auto;*/
    width: 20% !important;
  }
  .liveBlc {
    margin-top: 4vw;
    padding: 0 3vw;
    padding: 4vw 3vw;
  }
  .liveBlc > div {
    text-align: left;
    width: 100% !important;
  }
  .liveBlc > div.icon {
    border-right: none;
    border-bottom: 1px solid #bdbcbc;
    padding-bottom: 3vw;
  }
  .liveBlc > div.icon span {
    font-size: 3.5vw;
    padding-left: 8vw;
    background-size: auto 4.3vw;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    width: 100%;
  }
  .liveBlc > div.sche {
    padding-bottom: 0;
    padding-top: 3vw;
  }
  .liveBlc > div.sche ul li {
    font-size: 3.2vw;
    margin-bottom: 1.5vw;
  }
  .liveBlc > div.lnk {
    padding: 0 0 0;
  }
  .liveBlc > div.lnk span {
    display: inline-block;
    position: relative;
    top: auto;
    transform: translateY(0);
    font-size: 3.5vw;
  }
/*--   TOP  スライダー  --*/
#KV .bxslider_sp .exhiBox a {
  display: inline-block;
  width: 100%;
  height: 48vw;
}
#KV .bxslider_sp .exhiBox .inner {
	display: flex;
	flex-wrap: wrap;
	height: 48vw;
}
#KV .bxslider_sp .exhiBox .inner > div {
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
  /*--   出展者リスト    --*/
  .exhiLst .con .flxB div.box .flxB .txt .statusBox {
    margin-bottom: 0;
  }
  .exhiLst .con .flxB div.box .flxB .txt .categoryBox {
    display: none;
  }
/*--   mypage メッセージ visitor/exhi  共通    --*/
.sub.mypage.message .ttlBlc .leftBlc {
	width: 62%;
}
.sub.mypage.message .ttlBlc .leftBlc h2 {
	display: block;
}
.sub.mypage.message .ttlBlc .leftBlc span.txtAttn {
	font-size: 3.0vw;
	display: none;
}
.sub.mypage.message .ttlBlc .leftBlc span.icon {
	margin: 0 5px 0 0;
}
.sub.mypage.message .ttlBlc .rightBlc2 {
	width: 38%!important;
}
	
}