@charset "EUC-JP";

/******************************
 * ACCESS
 *
 ******************************/
h2 {
	margin-bottom: 10px;
}

ul.print {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

div.map {
	float: left;
	width: 340px;
	margin-bottom: 35px;
}

dl.access {
	float: right;
	width: 400px;
	margin: 0 0 35px 0;
}
dl.access dt {
	height: 20px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/access/bg_access.jpg) left top no-repeat;
	font-weight: bold;
	color: #036;
}
dl.access dd {
	margin: 0 0 20px 0;
}
dl.access dd ul {
	margin: 0;
	padding-left: 2em;
}
dl.access dd ul li {
	margin-bottom: 5px;
}

dl.transit {
	margin: 0;
}
dl.transit dt {
	margin: 0 0 15px 0;
	padding: 6px 12px;
	background: #036;
	font-weight: bold;
	color: #fff;
}
dl.transit dd {
	margin: 0 0 25px 0;
}
dl.transit dd ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl.transit dd ol li {
	margin-bottom: 15px;
	padding: 0 0 15px 30px;
}
dl.transit dd ol li.no1 {
	border-bottom: 1px dotted #666;
	background: url(../images/exhibition/no01.jpg) left 10px no-repeat;
}
dl.transit dd ol li.no2 {
	border-bottom: 1px dotted #666;
	background: url(../images/exhibition/no02.jpg) left 10px no-repeat;
}
dl.transit dd ol li.no3 {
	background: url(../images/exhibition/no03.jpg) left 10px no-repeat;
}
dl.transit dd ol li.no4 {
	background: url(../images/exhibition/no04.jpg) left 10px no-repeat;
}


/* pw */
@media print {
	dl.access {
		width: 290px;
	}
	
	dl.transit img {
		width: 640px;
	}
	dl.transit dd ol li {
		padding: 0;
		background: none;
	}
}