@charset "utf-8";



/* タイトル */
h2.ex_title {
	margin: 0;
	font-size: 1.325rem;
}
h2.ex_title:before {
	content: "\f0f6";
	font-family: fontAwesome;
	margin-right: 0.25em;
}

h2.ex_title span.plus {
	font-size: 0.875rem;
	font-weight: normal;
}




/* ==================================================
出展社検索 フリーワード検索
================================================== */
.free_word_search {
	margin-bottom: 1rem;
}
.free_word_search .guide {
	margin-top: 0.75rem;
}
.free_word_search .guide  input {
	/* 初期化 */
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.free_word_search .guide  input {
	padding: 0.5em;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
}
.free_word_search .guide  input[type="text"] {
	width: 100%;
	max-width: 30em;
	margin: 0 0 5px;
	background: #fff;
	border: 1px solid #ccc;
}
.free_word_search .guide  input[type="submit"] {
	margin: 0 0 5px;
	background: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#666));
	background: linear-gradient(to bottom, #aaa 0%, #666 100%);
	color:#fff;
	padding: 0.5em 2em;
}




/* ==================================================
カテゴリー検索
================================================== */
.category_search {
	margin-bottom: 1.5rem;
}

.open_close_v .min-def {
	margin-left: 0.5em;
	font-size: 1rem;
	background: #ddd;
	padding: 0.15em 0.5em;
	border-radius: 1em;
	cursor: pointer;
}
.open_close_v.active .min-def {
	display: none;
}

.open_close_v .min-active {
	display: none;
}
.open_close_v.active .min-active {
	display: inline;
	margin-left: 0.5em;
	font-size: 1rem;
	background: #ddd;
	padding: 0.15em 0.5em;
	border-radius: 1em;
	cursor: pointer;
}


.category_Area {
	/* オープンしたスペース */
	margin-top: 0.75em;
	background: #fff;
	padding: 1em;
	border: 1px solid #ccc;
}
@media screen and (min-width: 999px) {
	.category_Area .half_set_parent {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.category_Area .half_set {
		width: 48.5%;
	}
}

.category_Area h3 {
	margin: 0 0 0.5em;
	padding: 0.25em 0.5em;
	font-size: 1rem;
	border-radius: 4px;
	
	background: #b2e5e1;
}
.category_Area ul.category_list_name {
	margin: 0 0 2em;
}
.category_Area ul.category_list_name li {
	padding: 0.25em 0;
	font-size: 1rem;
	line-height: 1.3;
}
.category_Area ul.category_list_name li   input[type="checkbox"] {
	margin-right: 0.5em;
}
.category_Area .guide p {
	font-size: 1rem;
	line-height: 1.5;
}
.category_Area .guide .input_set{
	margin: 1em 0;
	text-align: center;
}
.category_Area .guide  input {
	/* 初期化 */
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.category_Area .guide  input {
	padding: 0.5em;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
}
.category_Area .guide  input[type="reset"],
.category_Area .guide  input[type="submit"] {
	margin: 0 0 5px;
	background: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#666));
	background: linear-gradient(to bottom, #aaa 0%, #666 100%);
	color:#fff;
	padding: 0.5em 2em;
}




/* ==================================================
出展社50音索引
================================================== */
/* page_tab */
.page_tab {
	margin: 0.5em 0 6em;
}

.page_tab  ul.tab {
	/* あ〜行 */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 5px;
}
.page_tab  ul.tab li {
	margin: 0 1px;
	width: calc(100%/10 - 5px);
	text-align: center;
}
.page_tab  ul.tab li a {
	border: 1px solid #00a99d;
	display: block;
	background: #fff;
	background: #b2e5e1;
	color: #00a99d;
	border-radius: 4px;
	padding: 0.325em 0;
}
.page_tab  ul.tab li a:hover {
	background: #00a99d;
	color: #fff;
}


.page_tab  ul.pavilion_set {
	/* パビリオン */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0.875rem;
}
.page_tab  ul.pavilion_set li {
	margin: 0 2px 4px;
}
.page_tab  ul.pavilion_set li a {
	display: block;
	border: 1px solid #00a99d;
	border-radius: 4px;
	background: #fff;
	padding: 0.325em 0.5em;
}
/* ==================================================
出展社一覧
================================================== */
.all_exhibitors_list {
	margin-bottom: 100px;
}

h2.all_exhibitors_list_title {
	background: #666;
	color: #fff;
	font-size: 1.325rem;
	padding: 0.25em 0.75em;
	margin-bottom: 2em;
	border-radius: 1.825rem;
}
h2.all_exhibitors_list_title span.update {
	font-size: 0.825rem;
	margin-left: 1em;
	font-weight: normal;
}

/* 注釈 */
.notes {
	margin: 1em 0;
}
.notes p {
	font-size: 1rem;
	line-height: 1.5;
}
.notes p span {
	background: #555;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	border-radius: 3px;
	padding: 0 0.5em;
}





#tab01,
#tab02,
#tab03,
#tab04,
#tab05,
#tab06,
#tab07,
#tab08,
#tab09,
#tab10,
#tab11,
#tab12,
#tab13,
#tab14,
#tab15
 {
	margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 100px; /* 打ち消し用のパディング */
}


/* 各表の見出しタブh3、あ〜  */
.all_exhibitors_list .area h3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
}
.all_exhibitors_list .area h3 span {
	display: block;
	margin-left: 1em;
	background: #00a99d;
	color: #fff;
	min-width: 6em;
	padding: 0.325em 1em;
	border-radius: 8px 8px 0 0;
	font-weight: normal;
	text-align: center;
	font-size: 1rem;
}





/* 基本表組 */
.all_exhibitors_list .area table {
	margin: 0 0 3em;
}
.all_exhibitors_list .area table th,
.all_exhibitors_list .area table td {
	padding: 0.25em;
	border: 1px solid #ccc;
}
.all_exhibitors_list .area table th {
	background: #b2e5e1;
	font-size: 1rem;
	line-height: 1.325;
}
.all_exhibitors_list .area table td {
	background: #fff;
	font-size: 1rem;
	line-height: 1.325;
}

/* 出展社名（下部組織） */
td.name.sub a {
	padding-left: 0.5em;
}
td.name.sub a:before {
	content: "-";
	padding: 0 0.5em;
}



/* ET or IoT */
td.e_type {
	width: 5rem;
}
td.e_type > div.icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
td.e_type .icons span {
	width: 2rem;
	display: block;
	background: #555;
	color: #fff;
	font-size: 0.8125rem;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	border-radius: 3px;
}
td.e_type .icons span.et {
	background: #c00;
	margin-right: auto;
}
td.e_type .icons span.iot {
	background: #09f;
	margin-left: auto;
}
@media screen and (max-width: 599px) {
	.all_exhibitors_list .area table td.name {
		word-break: break-all;
		width: 50%;
	}
	td.e_type > div.icons {
		display: block;
	}
	td.e_type > div.icons span.et,
	td.e_type > div.icons span.iot {
		margin: 1px 0;
	}
}


/* themezone */
td.themezone {
	width: 8rem;
}
td.themezone > div.icons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
td.themezone .icons span {
	display: block;
	background: #555;
	color: #fff;
	font-size: 0.8125rem;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 0 0.5em;
	margin: 0 1px;
	border-radius: 3px;
}
td.themezone .icons span.tz_ai {
	background: rgba(255, 91, 0, 1);
}
td.themezone .icons span.tz_sensing {
	background: rgba(0, 159, 82, 1);
}
td.themezone .icons span.tz_iotwireless {
	background: rgba(183, 191, 0, 1);
}
td.themezone .icons span.tz_security {
	background: rgba(41, 171, 226, 1);
}

/* パビリオン */
td.themezone .icons span.pavilion {
	display: block;
	background: #fff;
	color: #00a99d;
	border: 1px solid #00a99d;
	font-size: 0.8125rem;
	text-align: center;
	padding: 0 0.5em;
	margin: 0 1px;
	border-radius: 3px;
}


/* 小間番号 */
td.booth {
	width: 6rem;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}






/* ==================================================
出展社単体ページ
================================================== */
/* exhibitor_head */
.exhibitor_head {
	margin-bottom: 2rem;
}

/* exhibitor_head 順番 */
.exhibitor_head .set {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: #4dc3bb;
	padding: 10px;
	margin-bottom: 0.5em;
	border-radius: 6px;
}
.exhibitor_head .set .exhibitor_name {
	order: 2;
}
.exhibitor_head .set .booth_number {
	order: 1;
}


/* 出展社名 */
.exhibitor_head  .exhibitor_name h2 {
	margin: 0;
	line-height: 1.2;
	color: #fff;
}
.exhibitor_head  .exhibitor_name h2.name {
	font-size: 1.5rem;
}
.exhibitor_head  .exhibitor_name h2.en {
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	margin-top: 0.125em;
}

/* ブース番号 */
.exhibitor_head  .booth_number {
	text-align: center;
	background: #fff;
	margin-right: 1em;
	line-height: 1;
	white-space: nowrap;
	padding: 10px 0.5em;
	border-radius: 4px;
}
.exhibitor_head  .booth_number .booth {
	font-size: 12px;
	margin-bottom: 0.375rem;
}
.exhibitor_head  .booth_number  .num {
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
}

/*  */
.mainContents_area  .exhibitor_head  p.genre {
	font-size: 1rem;
}









/* exhibitor_body */
.exhibitor_body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.exhibitor_body > div {
	width: 47.5%;
}
@media screen and (max-width: 599px) {
	.exhibitor_body {
		display: block;
	}
	.exhibitor_body > div {
		width: 100%;
		margin-bottom: 3em;
	}
}


.exhibitor_body h3 {
	font-size: 1.25rem;
	margin: 0;
	line-height: 1.2;
	border-top: 2px solid #00a99d;
	padding-top: 5px;
	color: #00a99d;
	margin-bottom: 0.5em;
}

/* 出展の見どころ */
.mainContents_area  .exhibitor_summary  p {
	font-size: 1rem;
}
.exhibitor_image {
	margin: 2em auto;
	text-align: center;
}
.exhibitor_image img {
	max-width: 100%;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	padding: 2em;
	background: #fff;
}

/* 対象応用分野 */
.exhibitor_info ul {
	margin: 0.75em 0 3em;
}
.exhibitor_info ul li {
	font-size: 15px;
	display: block;
	float: left;	color: #aaa;
	margin: 0 6px 6px 0;
	border: 1px solid #ccc;
	padding: 0.25em 1em;
	border-radius: 4px;
}
.exhibitor_info ul li.selected {
	background: #b2e5e5;
	color: #333;
}

/* お問合せ先 */
.exhibitor_info dl,
.exhibitor_info dl dt,
.exhibitor_info dl dd {
	margin: 0;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
}
.exhibitor_info dl {
	margin: 0.75em 0 ;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 0.75em 1em;
}
.exhibitor_info dl dt {
	float: left;
	width: 4em;
	padding: 0.25em 0;
}
.exhibitor_info dl dd {
	padding: 0.25em 0;
	padding-left: 5em;
	border-bottom: 1px dotted #ccc;
}
.exhibitor_info dl dd:after {
	content: "　";
}
.exhibitor_info dl dd:last-child {
	border-bottom: none;
}


.exhibitor_nodata {
	font-style: oblique;
}






























