@charset "utf-8";

/* ▼▼▼ 出展をお考えの方へ
=====================================*/
ul.pnav {
	margin-bottom: 30px;
	overflow: hidden;
	}
	ul.pnav li {
		float: left;
		margin-right: 20px;
		}
		ul.pnav li a {
			color: #333;
			text-decoration: underline;
			}
		ul.pnav li a:hover {
			text-decoration: none;
			}
.booth {
	background: url(img/img.jpg) no-repeat right top;
	}
.txt {
	margin: 0 0 30px 1em;
	}
	.txt a {
		color: #0066B7;
		text-decoration: underline;
		}
	.txt a:hover {
		text-decoration: none;
		}
	
table.base {
	width: 689px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 40px;
	}
	table.base th,
	table.base td {
		border-right: 1px solid #ccc;
		padding: 15px 0;
		text-align: center;
		}
	table.base th {
		background: #ECECEC;
		border-bottom: 1px solid #ccc;
		}
	table.col4 td {width: 169px;}
	table.col2 td {width: 344px;}
	
ul.schedule {
	padding-bottom: 30px;
	overflow: hidden;
	}
	ul.schedule li {
		float: left;
		margin: 0 20px 20px 0;
		}
	ul.schedule li:nth-child(2n) {margin-right: 0;}