<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* guardian
--------------------------------------*/
.guardian {
}

.guardian #Event {
	background: url(../img/event_bg.gif) no-repeat;
	background-size: 100%;
	padding: 50px 50px;
	width: 586px;
}

.guardian #Event .MonthArea {
	background: #ffb2c1;
	padding: 15px 10px 10px 10px;
	position: relative;
	border: solid 1px #ddd;
	border-bottom: none;
}
* html .guardian #Event .MonthArea {
	zoom: 100%;
}
*:first-child+html .guardian #Event .MonthArea {
	display: inline-block;
}
.guardian #Event .MonthArea:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
	.guardian #Event .MonthArea .years {
		width: 200px;
		float: left;
	}
	* html .guardian #Event .MonthArea .years {
		zoom: 100%;
	}
	*:first-child+html .guardian #Event .MonthArea .years {
		display: inline-block;
	}
	.guardian #Event .MonthArea .years:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
		.guardian #Event .MonthArea .years li {
			float: left;
			margin-right: 5px;
		}

	.guardian #Event .MonthArea h4 {
		float: left;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -15px;
		margin-left: -55px;
	}
	.guardian #Event .MonthArea .Btn {
		width: 150px;
		float: right;
	}
	* html .guardian #Event .MonthArea .Btn {
		zoom: 100%;
	}
	*:first-child+html .guardian #Event .MonthArea .Btn {
		display: inline-block;
	}
	.guardian #Event .MonthArea .Btn:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
		.guardian #Event .MonthArea .Btn li {
			float: right;
			margin-left: 5px;
		}
	




.guardian #Event table {
	width: 100%;
	border-collapse: collapse;
}

.guardian #Event table th {
	background: #fdfdfd;
	border: solid 1px #ddd;
	text-align: center;
	padding: 3px 0 1px 0;
	width: 83px;
}
.guardian #Event table td {
	background: #fdfdfd;
	border: solid 1px #ddd;
	padding: 5px 5px 15px 5px;
	vertical-align: top;
}
.guardian #Event table td.off {
	background: #f0f0f0;
}
	.guardian #Event table td p {
		text-align: right;
		font-size: 10px;
	}
	.guardian #Event table td ul li {
		background: url(../img/event_icon.gif) no-repeat left 0.5em;
		padding-left: 10px;
		color: #f17a80;
	}





.guardian #BTN {
}

.guardian #BTN ul {
}
	.guardian #BTN ul li {
		float: left;
		margin-right: 14px;
	}
	.guardian #BTN ul li.last {
		margin-right: ;
	}












/* print
--------------------------------------*/
.print {
}

.print .section dl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../../share/img/border_dot.gif) repeat-x bottom;
}
.print .section dl.last {
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}
	.print .section dl dt {
	}
	.print .section dl dd {
	}
		.print .section dl dd a {
			font-size: 120%;
			color: #803b00;
			text-decoration: underline;
			background: url(../../share/img/icon_arrow.gif) no-repeat left;
			padding-left: 25px;
		}
		.print .section dl dd a:hover {
			font-size: 120%;
			color: #f17a80;
			text-decoration: none;
		}












/* notice
--------------------------------------*/
.notice {
}

.notice .section dl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../../share/img/border_dot.gif) repeat-x bottom;
}
.notice .section dl.last {
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}
	.notice .section dl dt {
	}
	.notice .section dl dd {
	}
		.notice .section dl dd a {
			font-size: 120%;
			color: #803b00;
			text-decoration: underline;
			background: url(../../share/img/icon_arrow.gif) no-repeat left;
			padding-left: 25px;
		}
		.notice .section dl dd a:hover {
			font-size: 120%;
			color: #f17a80;
			text-decoration: none;
		}



















/* detail
--------------------------------------*/
.detail {
}
.detail .section h3 {
		font-size: 18px;
		background: url(../../share/img/titile_bg.gif) no-repeat left top;
		padding: 15px 0;
	}


.detail .section .cell {
	margin-bottom: 25px;
}
	.detail .section .cell h4 {
		font-size: 16px;
		font-weight: bold;
		color: #ffa8b3;
		margin-bottom: 10px;
	}
	
	.detail .section .cell dl {
		margin-bottom: 10px;
		font-size: 14px;
	}
		.detail .section .cell dl dt {
			font-weight: bold;
		}
























</pre></body></html>