@charset "UTF-8";

div.information {
	width: 100%;
}
div.information p {
	padding-right: 0.5em;
	padding-left: 0.5em;
}

/* 休暇のお知らせ */
h3.vacation-title {
	font-size: 1em;
	color: #FFFFFF;
	background: #0e1b3f;
	margin-bottom: 0.5em;
	line-height: 1.2;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	width: 100%;
	text-indent: 0.5em;
}
table.vacation-days {
	border: 1px solid #ee7700;
	font-size: 1em;
	width: 100%;
	margin-top: 2em;
}
table.vacation-days th {
	color: #FFFFFF;
	padding: 0.25em;
	text-align: center;
	background-color: #ee7700;
	font-weight: bold;
}
table.vacation-days td {
	text-align: center;
	color: #ee7700;
	padding: 0.25em;
}
