@charset "utf-8";
/* CSS Document */

table.facilityTable {
	margin-bottom:50px;
}
table#facilityTableLast {
	margin-bottom:25px;
}
table.facilityTable td {
	width:160px;
	height:170px;
	vertical-align:top;
	background:url(../img/index/box.gif) no-repeat left 30px;
	padding:4px;
}
table.facilityTable td p {
	width:120px;
	padding:2px 5px;
	line-height:1.2;
}
table.facilityTable td p.address {
 width:auto;
 padding:0;
 display:block;
 line-height:30px;
 height:30px;
}

#pdf {
	font-size:1.7em;
	font-weight:bold;
	background:url(../../schedule/img/titleBorder.gif) no-repeat left bottom;
	padding-left:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}


.leftBox {
	float:left;
	width:330px;
}
.rightBox {
	float:right;
	width:330px;
}

