@charset "UTF-8";

/*--------------------------------------------------*/
/* カレンダー */
table.type1 {
	border-collapse     : collapse                                ;
	width               : 100%                                    ;
	overflow            : hidden                                  ;
}
th.t_top {
	border-top          : midnightblue 4px solid                  ;
	border-left         : darkgray     1px solid                  ;
	border-bottom       : darkgray     1px solid                  ;
	background          : aliceblue                               ;
	text-align          : center                                  ;
}
th.line{
	border-bottom       : darkgray 1px dotted                     ;
	border-left         : darkgray 1px dotted                     ;
	padding             : 10px                                    ;
	font-weight         : normal                                  ;
}
th.line2{
	border-bottom       : darkgray 1px dotted                     ;
	border-left         : darkgray 1px dotted                     ;
	text-align          : center                                  ;
	font-weight         : normal                                  ;
}
th:first-child{
	border-left         :none                                     ;
}
td.t_top{
	border-top          : #b3b3b3 4px solid                       ;
	border-left         : darkgray 1px dotted                     ;
}
td.t_top:first-child{
	border-left         :none                                     ;
}
td.line {
	border-bottom       : darkgray 1px dotted                     ;
	border-left         : darkgray 1px dotted                     ;
	text-align          : left                                    ;
}
td.Empline {
	border-bottom       : darkgray 1px dotted                     ;
	border-left         : blue     3px solid                      ;
	text-align          : left                                    ;
}
td:first-child{
	border-left         :none                                     ;
}
td.line a {
	display: block;
}
