@charset "utf-8";
/* CSS Document */

a:link {
	color: #a00;
}
a:visited {
	color: #a00;
}
a:hover {
	color: #f00;
}
a:active {
	color: #f00;
}

.exhibitor-title {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 600px;
	border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.exhibitor-title-text {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 3px 3px 3px #ccc;
}

.exhibitor-title-season {
	display: inline-block;
	float: right;
	margin-top: 12px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 3px 3px 3px #ccc;
}

.page-back {
	display: inline-block;
	float: right;
	margin-right: 10px;
	padding: 2px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background: linear-gradient(to bottom, #fff , #aaa);
	border: 1px solid #aaa;
	border-radius: 5px;
}

.exhibitor-name-block {
	margin-top: 30px;
	text-align: center;
}

.exhibitor-name1 {
	font-size: 22px;
	font-weight: bold;
}

.exhibitor-name2 {
	font-size: 15px;
	font-weight: bold;
}

.koma-block {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 700px;
	font-size: 15px;
}

.exhibits-block {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 700px;
	font-size: 15px;	
}

.table-title {
	white-space: nowrap;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	font-size: 15px;
	vertical-align: text-top;
	width: 5em;
}

.table-detail-text {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 15px;
}

.cell-border-top {
	border-top: 1px solid #aaa;
}

.cell-border-right {
	border-right: 1px solid #aaa;
}

.cell-border-bottom {
	border-bottom: 1px solid #aaa;
}

.agent-block {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto; 
	width: 80%;
	max-width: 700px;
}
.agent-title {
	font-size: 15px;
}
.agent-text {
	padding-left: 30px;
	font-size: 15px
}

.pr-block {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto; 
	width: 80%;
	max-width: 700px;
}
.pr-title {
	font-size: 15px;
}
.pr-text {
	padding-left: 30px;
	font-size: 15px
}

.jto-block {
	margin-left: auto;
	margin-right: auto; 
	width: 80%;
	max-width: 700px;
	margin-top: 20px;
	font-size: 16px;
}

.list-block {
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.list-title {
	font-size: 18px;
	font-weight: bold;
}
.list-exhibitor-name {
	padding: 5px 10px 5px 0px;
	font-size: 14px;
	width: 60%;
}
.list-koma {
	padding: 5px 10px 5px 0px;
	font-size: 14px;
	width: 20%;	
}
.list-jto {
	/*padding: 5px 0px 5px 0px;*/
	font-size: 14px;
	width: 20%;	
}

.list-body-block {
	margin-top: 10px;
}

.list-body-block table tr td {
	border-top: 1px solid #ccc;
}

.list-body-block table tr:last-of-type td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


@media ( min-width: 500px ) {
	.koma-block {
		font-size: 16px;
	}
	.exhibits-block {
		font-size: 16px;
	}
	.table-title {
		font-size: 16px;
	}
	.table-detail-text {
		font-size: 16px;
	}
	.agent-title {
		font-size: 16px;
	}
	.agent-text {
		font-size: 16px;
	}
	.pr-title {
		font-size: 16px;
	}
	.pr-text {
		font-size: 16px;
	}
	.list-exhibitor-name {
		font-size: 16px;
	}
	.list-koma {
		font-size: 16px;
	}
	.list-jto {
		font-size: 16px;
	}
	.list-body-block {
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
		width: 100%;
	}
	.list-body-block table {
		width: 100%;
	}
}

@media ( min-width: 700px ) {
	.list-body-block {
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
		width: 100%;
	}

}