@charset "utf-8";

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */

body.layout-lower
#visual {
  background-image: url(../../_image/list/visual-bg.jpg);
}

/* ****************************************************************************************************
   * What’s New
**************************************************************************************************** */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #news {
    padding-bottom: 35px !important;
  }

}

/* ****************************************************************************************************
   * 出展者一覧
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * アンカー ナビ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#list div.anchor-nav ul.list,
#list div.anchor-nav ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#list div.anchor-nav ul.list {
  margin-bottom: -10px;
  line-height: 1;
  font-size: 16px;
  overflow: hidden;
}

#list div.anchor-nav ul.list li {
  margin-bottom: 10px;
  margin-right: 1px;
  float: left;
}

#list div.anchor-nav ul.list li a {
  min-width: 2.05em;
  min-height: 2.05em;
  padding: 0.525em 0;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #efefef;
  vertical-align: middle;
  display: inline-block;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 出展者一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#list div.list ~ div.list {
  margin-top: 20px;
}

#list div.list div.content {
  padding: 0.6875em 1.25em;
  border: 1px solid #ddd;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #list div.list {
    position: relative;
    z-index: 1;
  }

  #list div.list ~ div.list {
    margin-top: 10px;
  }

  #list div.list div.content {
    width: 100%;
    padding: 0 0.25em;
    display: table;
    table-layout: fixed;
  }

}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

#list div.list .title {
  padding: 0.125em 1.5em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #000;
  vertical-align: top;
  display: inline-block;
}

#list div.list .title + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #list div.list .title {
    padding: 0.25em 1em;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 一覧
/* ---------------------------------------------------------------------------------------------- */

#list div.list ul.data,
#list div.list ul.data li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#list div.list ul.data {
  line-height: 1.3;
  overflow: hidden;
}

#list div.list ul.data li {
  padding: 0.3125em 0;
	display: flex;
}

#list div.list ul.data li a {
  display: flex;
	color:#000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #list div.list ul.data {
    padding: 0.6875em 1em;
    vertical-align: top;
    display: table-cell;
  }

}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * アルファベット順　／　カテゴリー　タブ切替
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


#list div.tab-nav {
  clear: both;
	padding-top: 10px;
}

#list div.tab-nav ul.list,
#list div.tab-nav ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#list div.tab-nav ul.list {
  line-height: 1;
  font-size: 16px;
  overflow: inherit;
	position: relative;
	clear: both;
}

#list div.tab-nav ul.list::before {
    content: "";
    position: absolute;
		top:0;
    left: -50px;
    border-bottom: 1px solid #333;
		width: 50px;
		height: 50px;
}

#list div.tab-nav ul.list::after {
    content: "";
    position: absolute;
		top:0;
    right: -50px;
    border-bottom: 1px solid #333;
		width: 50px;
		height: 50px;
}

#list div.tab-nav ul.list li {
  margin-bottom: 10px;
  float: left;
	width: 50%;
	font-size: 24px;
}

#list div.tab-nav ul.list li.current a {
  min-width: 2.05em;
  min-height: 2.05em;
  padding: 0.525em 0;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
	color:#ffffff;
  vertical-align: middle;
  display: block;
	position: relative;
}

#list div.tab-nav ul.list li.current a::after {
  display: block;
	content: "";
	position: absolute;
	top:60px;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-top: 10px solid #000;
	margin: 0 auto;
}

#list div.tab-nav ul.list li a {
  min-width: 2.05em;
  min-height: 2.05em;
  padding: 0.525em 0;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
	color:#666666;
  vertical-align: middle;
  display: block;
	border: 1px solid #000000;
}

#list div.tab-nav ul.list li a:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

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

#list div.tab-nav ul.list::before {
  display: none;
}
#list div.tab-nav ul.list::after {
  display: none;
}

#list div.tab-nav ul.list li {
  margin-bottom: 10px;
  float: left;
	width: 50%;
	font-size: 18px;
}

#list div.tab-nav ul.list li.current a::after {
  display: block;
	content: "";
	position: absolute;
	top:50px;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-top: 10px solid #000;
	margin: 0 auto;
}


}


/* -------------------------------------------------------------------------------------------------
   * ブースカラー一覧（list.html）
/* ---------------------------------------------------------------------------------------------- */

#list div.list ul.data li span {
  display: table;
	margin-right: 10px;
	padding: 0 5px;
}

.page-category
.num-1 { background: #bfdfc3; }

.page-category
.num-2 { background: #f6cadd; }

.page-category
.num-3 { background: #fee8ad; }

.page-category
.num-4 { background: #c4d52c; }

.page-category
.num-5 { background: #f7bb68; }

.page-category
.num-6 { background: #c7a3c8; }

.page-category
.num-7 { background: #94a9d4; }

.page-category
.num-8 { background: #d2b79a; }

.page-category
.num-9 { background: #f3d62f; }

.page-category
.num-10 { background: #ee846c; }

.page-category
.num-11 { background: #60c7f0; }

.page-category
.num-12 { background: #dcf1ff; }



/* -------------------------------------------------------------------------------------------------
   * カテゴリ一覧
/* ---------------------------------------------------------------------------------------------- */

#category-list {}

.category-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}
.category-list .box {
  width: 25%;
  height: 50px;
  border: 1px solid #ddd;
  border-right:none;
  border-top:none;
  text-align: center;
  line-height: 50px;
}
.category-list .box:nth-child(4n) {
  border-right: 1px solid #ddd;
}
.category-list .row {
  line-height: 30px;
}
.category-list .box a {
  display: block;
  text-decoration: none;
  color:#000;
	font-size: 16px;
}
.category-list .box a:hover {
  opacity: 0.7;
}
.category-list .box span {
  display: block;
  line-height: 0;
  margin-top: 0;
}


/* :::::::: ブレイクポイント :::::::: */

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

#category-list {}

.category-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
	margin-bottom: 40px;
}
.category-list .box {
  width: 50%;
  height: 50px;
  border: 1px solid #ddd;
  border-right:none;
  border-top:none;
  text-align: center;
  line-height: 50px;
}
.category-list .box:nth-child(2n) {
  border-right: 1px solid #ddd;
}
.category-list .box:nth-child(4n) {
  border-right: 1px solid #ddd;
}
.category-list .row {
  line-height: 30px;
}
.category-list .box a {
  display: block;
  text-decoration: none;
  color:#000;
}
.category-list .box a:hover {
  opacity: 0.7;
}
.category-list .box span {
  display: block;
  line-height: 0;
  margin-top: 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

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

#category-list {}

.category-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
	margin-bottom: 40px;
}
.category-list .box {
  width: 50%;
  height: 50px;
  border: 1px solid #ddd;
  border-right:none;
  border-top:none;
  text-align: center;
  line-height: 50px;
}
.category-list .box:nth-child(2n) {
  border-right: 1px solid #ddd;
}
.category-list .box:nth-child(4n) {
  border-right: 1px solid #ddd;
}
.category-list .row {
  line-height: 30px;
}
.category-list .box a {
  display: block;
  text-decoration: none;
  color:#000;
	font-size: 12px;
}
.category-list .box a:hover {
  opacity: 0.7;
}
.category-list .box span {
  display: block;
  line-height: 0;
  margin-top: 0;
}

}


/* -------------------------------------------------------------------------------------------------
   * 会社名一覧
/* ---------------------------------------------------------------------------------------------- */

#company-list {
  margin-top: 30px !important;
}

#company-list ul.data,
#company-list ul.data li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#company-list ul.data {
  line-height: 1.3;
  overflow: hidden;
}

#company-list ul.data li {
  padding: 0.825em 0 !important;
	font-weight: bold;
	border-top: 1px dotted #7f7f7f;
}
#company-list ul.data li:first-child {
  border:none;
}

#company-list ul.data li span {
  font-weight: normal !important;
}

#company-list ul.data li span.detail {
  display: block;
	font-weight: normal;
	margin: 0 !important;
	padding: 0 !important;
}

/* :::::::: ブレイクポイント :::::::: */

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

#company-list ul.list-2 li:first-child {
	border-top: 1px dotted #7f7f7f;
}

}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #company-list ul.data {
    padding: 0.6875em 1em;
    vertical-align: top;
    display: table-cell;
  }
}




/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー1（list_category1.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-1
.category-list div.active {
  background: #bfdfc3;
}

body.page-category-1
#company-list p.title-4 {
  background: #bfdfc3;
}

body.page-category-1
#company-list ul.data li span.num {
  background: #bfdfc3;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー2（list_category2.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-2
.category-list div.active {
  background: #f6cadd;
}

body.page-category-2
#company-list p.title-4 {
  background: #f6cadd;
}

body.page-category-2
#company-list ul.data li span.num {
  background: #f6cadd;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー3（list_category3.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-3
.category-list div.active {
  background: #fee8ad;
}

body.page-category-3
#company-list p.title-4 {
  background: #fee8ad;
}

body.page-category-3
#company-list ul.data li span.num {
  background: #fee8ad;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー4（list_category4.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-4
.category-list div.active {
  background: #c4d52c;
}

body.page-category-4
#company-list p.title-4 {
  background: #c4d52c;
}

body.page-category-4
#company-list ul.data li span.num {
  background: #c4d52c;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー5（list_category5.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-5
.category-list div.active {
  background: #f7bb68;
}

body.page-category-5
#company-list p.title-4 {
  background: #f7bb68;
}

body.page-category-5
#company-list ul.data li span.num {
  background: #f7bb68;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー6（list_category6.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-6
.category-list div.active {
  background: #c7a3c8;
}

body.page-category-6
#company-list p.title-4 {
  background: #c7a3c8;
}

body.page-category-6
#company-list ul.data li span.num {
  background: #c7a3c8;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー7（list_category7.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-7
.category-list div.active {
  background: #94a9d4;
}

body.page-category-7
#company-list p.title-4 {
  background: #94a9d4;
}

body.page-category-7
#company-list ul.data li span.num {
  background: #94a9d4;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー8（list_category8.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-8
.category-list div.active {
  background: #d2b79a;
}

body.page-category-8
#company-list p.title-4 {
  background: #d2b79a;
}

body.page-category-8
#company-list ul.data li span.num {
  background: #d2b79a;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー9（list_category9.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-9
.category-list div.active {
  background: #f3d62f;
}

body.page-category-9
#company-list p.title-4 {
  background: #f3d62f;
}

body.page-category-9
#company-list ul.data li span.num {
  background: #f3d62f;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー10（list_category10.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-10
.category-list div.active {
  background: #ee846c;
}

body.page-category-10
#company-list p.title-4 {
  background: #ee846c;
}

body.page-category-10
#company-list ul.data li span.num {
  background: #ee846c;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー11（list_category11.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-11
.category-list div.active {
  background: #60c7f0;
}

body.page-category-11
#company-list p.title-4 {
  background: #60c7f0;
}

body.page-category-11
#company-list ul.data li span.num {
  background: #60c7f0;
}


/* -------------------------------------------------------------------------------------------------
   * リストカテゴリー12（list_category12.html）
/* ---------------------------------------------------------------------------------------------- */

body.page-category-12
.category-list div.active {
  background: #dcf1ff;
}

body.page-category-12
#company-list p.title-4 {
  background: #dcf1ff;
}

body.page-category-12
#company-list ul.data li span.num {
  background: #dcf1ff;
}





