@charset "utf-8";

body {
	overflow-y: visible;
	background-color: #fff;
}

#footer {
	background-color: #fff;
}

/*
 * HOME お知らせ 印刷時調整
 */
div#contents div#information {
	padding-bottom: 25px;
}
div#contents div#information div {
	margin-bottom: 0px;
}
div#contents div#information dl {
	margin: 5px 0px;
	padding: 0px;
}

/*
 * 印刷対応 交通アクセス、カレンダー
 */
#localNavi.noPrint{
	display: none;
}
/* カレンダー */
#contents.calendar {
	float: left;
}
/* 交通アクセス */
.access {
	float: left !important;
}
#contents.access h2#courtesyBus {
	page-break-before: always;
}
#contents.access div.supplement p.iconIncrease {
	padding-left: 0px;
	background: none;
}
#contents.access div.supplement p.iconIncrease img {
    display: none;
}
#contents.access table.basic td.increase span,
#contents.access div.supplement p.iconIncrease span{
	display: inline;
}

