<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#normal_calendar td{
	padding: 2px;
	height: 80px;
	position: relative;
}

/* æ›œæ—¥ãƒ˜ãƒƒãƒ€ */
div#normal_calendar thead th{
	background-color: #e1e9e9;
	font-size: 12px;
	text-align: center;
	width: 14%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
 
/* ç©ºç™½æ—¥ã‚»ãƒ« */
div#normal_calendar td.empty{
    background-color: #f8f8f8;
}

/* éŽãŽãŸæ—¥ä»˜ */
div#normal_calendar td.end{
	text-align: right;
	vertical-align: top;
	color: #cccccc;
	background-color: #f0f0f0;
}
 
/* æ—¥ä»˜ã‚»ãƒ«ï¼ˆå¹³æ—¥ï¼‰ */
div#normal_calendar td.day{
	vertical-align: top;
	text-align: right;
	background-color: #ffffff;
}
div#normal_calendar td.day a{
	vertical-align: top;
	text-align: right;
	display: block;
}
div#normal_calendar td.day a:hover{
	vertical-align: top;
	text-align: right;
	display: block;
}
/* æ—¥ä»˜ã‚»ãƒ« æ›œæ—¥ï¼ˆæ—¥ï¼‰ */
div#normal_calendar td.sun{
	vertical-align: top;
	text-align: right;
	color: #cc9999;
	background-color: #ffebeb;
}
div#normal_calendar td.sun a{
	vertical-align: top;
	text-align: right;
	color: #fc0000;
	display: block;
}
div#normal_calendar td.sun a:hover{
	vertical-align: top;
	text-align: right;
	color: #fc0000;
	display: block;
}

/* æ—¥ä»˜ã‚»ãƒ« æ›œæ—¥ï¼ˆç¥ï¼‰ */
div#normal_calendar td.holiday{
	vertical-align: top;
	text-align: right;
	color: #cc9999;
	background-color: #ffebeb;
}
div#normal_calendar td.holiday a{
	vertical-align: top;
	text-align: right;
	color: #fc0000;
	display: block;
}
div#normal_calendar td.holiday a:hover{
	vertical-align: top;
	text-align: right;
	color: #fc0000;
	display: block;
}

/* æ—¥ä»˜ã‚»ãƒ« æ›œæ—¥ï¼ˆåœŸæ›œï¼‰ */
div#normal_calendar td.sat{
	vertical-align: top;
	text-align: right;
	color: #9ac2d4;
    background-color: #cdf0f0;
}
div#normal_calendar td.sat a{
	vertical-align: top;
	text-align: right;
	color: #0000bc;
	display: block;
}
div#normal_calendar td.sat a:hover{
	vertical-align: top;
	text-align: right;
    color: #0000bc;
	display: block;
}
div#normal_calendar td.mwmark {
	background-image: url(/img/c-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div#normal_calendar td.day.mwmark {
	color: #09C;
}
div#normal_calendar td.sun.mwmark {
	color: #fc0000;
}
div#normal_calendar td.holiday.mwmark {
	color: #fc0000;
}
div#normal_calendar td.sat.mwmark {
	color: #0000bc;
}
div#normal_calendar td.mwmark:hover {
	background-color: #FFC;
}
 
/* æ—¥ä»˜å¸¯ */
div#normal_calendar p.date{
    margin-bottom: 5px;
    background-color: #eaeaea;
    border: 1px solid #ccc;
    text-align: center;
}
 
/* æ—¥ä»˜å¸¯ï¼ˆåœŸæ›œï¼‰ */
div#normal_calendar p.sat{
    margin-bottom: 5px;
    background-color: #b1dce8;
    border: 1px solid #9fcae8;
    text-align: center;
}
 
/* æ—¥ä»˜å¸¯ï¼ˆæ—¥ãƒ»ç¥ï¼‰ */
div#normal_calendar p.sun{
    margin-bottom: 5px;
    background-color: #ffd2d1;
    border: 1px solid #fc9688;
    text-align: center;
}
 
div#normal_calendar p.name{
    padding: 0 5px;
    font-size: 90%;
    border-bottom: 1px solid #ccc;
}
 
div#normal_calendar p.editicon{
    margin-top: 10px;
}
div#normal_calendar .cdate{
	text-align: left;
	padding-top: 10px;
	font-size: 85%;
	width: 100%;
}
 /* ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼æœˆ */
.calendar_header{
	text-align: center;
	font-size: 123.1%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
	background-color: #c1d3de;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c1d3de;
	border-right-color: #c1d3de;
	border-left-color: #c1d3de;
}

 /* ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼å¹´æœˆ */
div#months{
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 35px;
}
.monthss{
	float: left;
	width: 75px;
	text-align: center;
}
.monthss a{
	float: left;
}
.monthss a:hover{
	float: left;
	background-color: #e0ebf3;
}
.pc-eigyou {
	font-size: 108%;
	font-weight: bold;
	color: #333;
	padding-top: 15px;
	text-align: left;
	padding-bottom: 3px;
}
 /* èª¬æ˜Žä¼šæ”¯åº— */
.description{
	display: block;
	margin-left: 15px;
}
.description a{
	background-image: url(img/arrow02.png);
	width: 95%;
	display: block;
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.description a:hover{
	background-color: #fffcd6;
}
.data-office{
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}.attention {
	padding-top: 10px;
	padding-left: 20px;
	margin-right: 54px;
	margin-left: 54px;
	padding-bottom: 10px;
	background-color: #F8F8F8;
	border: 1px solid #C1D3DE;
	margin-bottom: 10px;
	line-height: 20px;
}
.schedule-menu {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
}
.schedule-menutxt {
	width: 300px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 35px;
}
.schedule-menu01 {
	background-image: url(../../img/schedule/menu01.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.schedule-menu01 a {
	background-image: url(../../img/schedule/menu01.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	display: block;
}
.schedule-menu01 a:hover {
	background-image: url(../../img/schedule/menu01_s.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	display: block;
}
.schedule-menu02 {
	background-image: url(../../img/schedule/menu02.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.schedule-menu02 a {
	background-image: url(../../img/schedule/menu02.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	display: block;
}
.schedule-menu02 a:hover {
	background-image: url(../../img/schedule/menu02_s.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	display: block;
}
.schedule-menu03 {
	background-image: url(../../img/schedule/menu03.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.schedule-menu03 a {
	background-image: url(../../img/schedule/menu03.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	display: block;
}
.schedule-menu03 a:hover {
	background-image: url(../../img/schedule/menu03_s.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	display: block;
}
.schedule-menu04 {
	background-image: url(../../img/schedule/menu04.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.schedule-menu04 a {
	background-image: url(../../img/schedule/menu04.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	display: block;
}
.schedule-menu04 a:hover {
	background-image: url(../../img/schedule/menu04_s.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 300px;
	display: block;
}
.schedule-attention {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #0071BE;
	height: 50px;
	line-height: 50px;
}
.schedule-attention-stitle {
	background-color: #E3E3E3;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
}
.schedule-attention-txt {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	margin-bottom: 15px;
	padding-right: 20px;
}
.schedule-hakenbox {
	border-top-width: 2px;
	border-right-width: 5px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0070BD;
	border-right-color: #0070BD;
	border-bottom-color: #0070BD;
	border-left-color: #0070BD;
	padding: 10px;
	margin-bottom: 20px;
}
.schedule-haken-stitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0070BD;
	font-size: 18px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.schedule-haken-txt {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}
.schedule-faq-menu {
	clear: left;
	height: 40px;
	width: 100%;
	background-color: #EDEDED;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.schedule-faq-menus {
	float: left;
	height: 40px;
	background-color: #EDEDED;
	line-height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.schedule-faq-menus a {
	background-color: #EDEDED;
	text-decoration: none;
	display: block;
	padding-right: 15px;
	padding-left: 25px;
	background-image: url(../../img/schedule/arrow01.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}
.schedule-faq-menus a:hover {
	background-color: #0071BE;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-image: url(../../img/schedule/arrow02.png);
	background-position: 12px center;
}

.schedule-faq-title {
	font-size: 18px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0071BE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0071BE;
	padding-left: 8px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

.schedule-faq-stitle {
	background-color: #dfebf1;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	background-image: url(../../img/schedule/faq-q.png);
	background-repeat: no-repeat;
	background-position: 2px;
}
.schedule-faq-txt {
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	margin-bottom: 10px;
	background-image: url(../../img/schedule/faq-a.png);
	background-repeat: no-repeat;
	background-position: 25px 5px;
}
.schedule-go_pagetop {
	clear: both;
	width: 690px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.schedule-go_pagetop a {
	background-image: url(../../img/arrow03.png);
	background-repeat: no-repeat;
	padding-right: 18px;
	background-position: right center;
}
.schedule-go_pagetop a:hover {
	text-decoration: underline;
}
</pre></body></html>