@charset "utf-8";

/* Table Of Contents
----------------------------------------

# sidebarLeft
# content
# sidebarRight

----------------------------------------*/

div#pageBody {
	background: #fff;
	margin: 0 auto 5px;
}

div.menu ul li.access span {
	color:#fff !important;
}

ul.topicPath li {
	background: url(../../common/images/ico_arrow02.gif) right no-repeat;
}


/* # content
---------------------------------------------------------------------------- */

div#content  dl.logoLine {
	border: solid #CCC 1px;
}

div#content  div.section ul.trans li table.accessTable {
	margin: 0 auto;
	text-align: center;
	width: 60% !important;
}

div#content  div.section ul.trans li table.accessTable th {
	background: #e0f2fa;
	text-align: center !important;
}

div#content  div.section ul.trans li table.accessTable td {
	background: #fff;
	border: 1px solid #d4cfc6;
}

.ttl {
	font-weight: bold;
}

div#content  div.section ul.jr {
	float: left;
	width: 270px;
}

div#content  div.section ul.VenueMap {
	float: right;
	width: 380px;
}

@media screen and (max-width: 700px) {
div#content div.section ul.VenueMap {
float: right;
width: auto;
}