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

/* --------------------------------------------------------------------------------
	Reset
-------------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,
input,
textarea{
	font-weight:normal;
	font-size:100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
a{
	overflow:hidden;
	outline:none;
	color:#000;
}
input[type="text"]:focus{
	outline:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img{
	border:none;
	-ms-interpolation-mode:bicubic;
	vertical-align:text-bottom;
}


/* --------------------------------------------------------------------------------
	ã‚¿ã‚°
-------------------------------------------------------------------------------- */
body{
	line-height:1.5;
	font-family:Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3',Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, sans-serif;
	font-size:75%;
	-webkit-text-size-adjust:100%;
}


/* --------------------------------------------------------------------------------
	å…±é€šã‚¯ãƒ©ã‚¹
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
br.clear{
	display:block;
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
	visibility:hidden;
	font-size:0;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}
* html .clearfix{
	height:1%;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

ul.ul{
	list-style:disc;
	padding:0 0 0 1.2em;
}
ol.ol{
	list-style:decimal;
	padding:0 0 0 1.2em;
}


/* --------------------------------------------------------------------------------
	calendar
-------------------------------------------------------------------------------- */

/********** ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼è¦‹å‡ºã— **********/
.calendar-header table td .cal-heading{
	text-align:center;
	color:#450c00;
}

/********** ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼æœ¬ä½“ **********/
.calendar-body table{
	width:100%;
	line-height:2.5;
	border:solid 1px #ccc;
	border-collapse:collapse;
	background:#fff;
}
.calendar-body table th{
	border:solid 1px #ccc;
	text-align:center;
	font-weight:normal;
}
.calendar-body table th span{
}
.calendar-body table td{
	border:solid 1px #ccc;
	text-align:center;
}
.calendar-body table td.td-holiday span{
}






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