@charset "UTF-8";

/*----------------------------------------
展示会コンセプト
----------------------------------------*/
.normal_txt_conceptPage p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 1em;
	}

.concept_img {
	margin-top: 20px;
	padding: 4px;
	box-shadow: 0 0 4px rgba(0,0,0, 0.2);
	position: relative;
	}
.concept_img .title_pl {
	position: absolute;
	top: 31px;
	left: 28px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
	}
.concept_img img {
	width: 100%;
	}
	

h3.h3style_02 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0em;
	border-bottom: 1px dotted #999;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	}
h3.h3style_02:before {
	font-size: 16px;
	content: "● ";
	color: #09f;
	}
.normal_txt_conceptPage_et p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 30px;
	}

.normal_txt_conceptPage_iot p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0.3em;
	}
.normal_txt_conceptPage_iot p:before {
	content: "・ ";
	}


/*----------------------------------------
委員会メンバー
----------------------------------------*/
h2.h2style_01 span.sub {
	display: block;
	font-size: 16px;
	}


.tableSet_committee {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-collapse: collapse;
	}
.tableSet_committee th,
.tableSet_committee td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5em;
	}
.tableSet_committee th {
	width: 9em;
	padding: 1em;
	font-weight: bold;
	padding: 0.6em 0;
	text-align: center;
	background: #eee;
	}
.tableSet_committee td {
	padding: 0.6em 1.2em;
	}
