@charset "utf-8";
/*
Theme Name:lightning_infotechnica
Theme URI:
Description:WordPressテーマ「Lightning」の自作子テーマです。
Template:lightning
Author:Infotechnica Corp.
Author URI:
Version:0.0.9
*/
/* サブタイトル */
.subtitle {background-color: green;color: white;font-size: 16px;padding: 7px 20px;}

/*営業日カレンダー用*/
.wdtable {
	width:120px;
}
.wdtitle {
	padding-top: .75rem;
	padding-bottom: .1rem;
	font-size: 14px;
	font-weight: bold;
	caption-side: top;
}
.wdheader{
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.wdwork {
	padding: 5px;
	text-align: center;
	background-color: lightcyan;
}
.wdholi {
	padding: 5px;
	text-align: center;
	background-color: lightpink;
}