@font-face {
    font-family: 'Mincho';
    font-style: normal;
    src: url(../common/fonts/NotoSerifCJKjp-Regular.otf) format('opentype');
}
* {
	margin:0;
	padding:0;
}
body {
	width: 100%;
	height: 100%;
	font-family:'Mincho',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	background-color:#fff;
	word-break: break-all;
}

/* link
--------------------------------------------------------------*/
a:link,a:visited {text-decoration: none;color:#ad3114;}
a:hover,a:active {text-decoration: underline; color: #eb2d00;}


table.holidayHeader {
	width:100%;
	border-bottom: 3px double #999;
	padding:0 0 5px;
	margin-bottom:12px;
	line-height:130%;
}
table.holidayHeader td {
	padding:0 0 5px;
}
table.holidayHeader td.yearMonth {
	font-size: 21px;
}
table.holidayHeader td.monthNavi {
	font-size:14px;
	text-align:right;
}

table.holidayCalendar {
	width:100%;
	border-collapse:collapse;
}
table.holidayCalendar th,
table.holidayCalendar td {
	border-bottom:dotted 1px #aaa;
	border-right:dotted 1px #fff;
	padding:7px;
	text-align:center;
	font-size:13px;
	line-height:16px;
	color:#333;
}
table.holidayCalendar td {
	line-height:20px;
}
table.holidayCalendar th {
	background-color:#f3f3f3;
}
table.holidayCalendar td.holiday,
table.holidayCalendar td.closed {
	color:#fff;
	background-color:#555;
}
table.holidayCalendar td.closedholiday {

}

