/* ==========================================================
出展社情報  > 出展社新製品／ブース内プレゼンテーション／デモ情報
単体ページデータ
========================================================== */
/* --------------------------------------------------
-------------------------------------------------- */
html {
	background: #f3f3f3;
	}
body#presentation_page {
	margin: 0px;
	padding: 0 0 600px;
	}


/* 出展社名 */
h1.title {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	font-size: 18px;
	line-height:1.5;
	background: #ccc;
	font-weight: bold;
	padding: 8px 8px;
	border: solid #999;
	border-width: 1px 0;
	margin-bottom: 20px;
	}
/* 出展社名の小間番号 */
h1.title .num {
	display: block;
	float: left;
	font-size: 14px;
	padding: 2px 0;
	width: 5.5em;
	text-align: center;
	color: #fff;
	background: #666;
	border-radius: 4px;
	margin-right: 0.75em;
	}
/* 別カテ */
h1.title .other_link {
	display: block;
	float: right;
	}
h1.title .other_link a {
	font-size: 13px;
	color: #007fff;
	}

/* 大枠 */
.tabbn_set {
	padding-top: 60px;
	}
.category_allBox {
	background: #fff;
	margin: 0 15px ;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	}
.category_allBox h2.cate {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-bottom: 0.2em;
	}
span.sq_b {
	font-size: 14px;
	display: block;
	float: left;
	padding: 0 1em ;
	text-align: center;
	margin-right: 0.5em;
	background: #fff;
	}

#page_n span.sq_b {
	border: 2px solid #90b444;
	color: #90b444;
	}
#page_bp span.sq_b {
	border: 2px solid #7990aa;
	color: #7990aa;
	}
#page_d span.sq_b {
	border: 2px solid #c08dbb;
	color: #c08dbb;
	}
	
	

/* 個別内容 */
.data_one {
	margin: 0 10px;
	border-bottom: 1px dotted #ccc;
	padding: 1em 0;
	}
.data_one:last-child {
	border-bottom: 0;
	}
	
.data_one h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0.4em;
	}
.data_one p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0.5em;
	}
.data_one p:last-child {
	margin-bottom: 0;
	}
.data_one p.url a {
	color: #007fff;
	word-break: break-all;
	}

.data_one hr {
	margin: 15px 0;
	}
.data_one .sub {
	font-size: 16px;
	line-height:1.3;
	padding: 0.7em 8px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-bottom: 0.4em;
	}


.pz_booth {
	border: solid #ddd;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	margin: 10px auto;
	width: 80%;
	}
.pz_booth th,
.pz_booth td {
	min-width: 5em;
	font-size: 13px;
	border: solid #ddd;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	line-height: 1.5em;
	padding: 0.4em 1.2em;
	text-align: center;
	}
.pz_booth th {
	background: #f9f9f9;
	}