@charset "UTF-8";
.cell {
	padding: 20px;
	font-size: 100%;
	line-height: 1.4;
	border: 1px solid #339999;
	text-align: center;
}
.cell-ttl {
	font-size: 93%;
	line-height: 1.4;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #006699;
	color: #FFFFFF;
}
.cell-R {
	font-size: 90%;
	line-height: 1.4;
	text-align: left;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.cell-R2 {
	font-size: 100%;
	line-height:2;
	text-align: left;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.cell-BD {
	font-size: 95%;
	line-height: 1.4;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top: thin none #CCCCCC;
	border-right: none;
	border-bottom: thin solid #AAAAAA;
	border-left: thin solid #AAAAAA;
	font-weight: bold;
	background-color: #DDDDDD;
}
.cell-bd {
	padding: 10px;
	font-size: 100%;
	line-height: 1.4;
	text-align: center;
	border-top: 0px none #339999;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #CC9900;
	border-left: 0px none #339999;
	background-color: hsla(60,100%,90%,1);
}

.texthight1 {
	line-height: 1.5em;
	font-size: 85%;
}

/*\----------------------*/
#scd-page{
	background-color: #FFFFFF;
}
#scd-page p.cell-ttl{
	margin: 0;
}
.month-link{
	margin: 0;
	padding: 10px;
	text-align: right !important;
}

iframe#list-scd{
	display: none;
	width: 700px;
	height:380px;
	margin-left: 20px;
	border:solid 1px #AAAAAA;
}

#scd-page .cell-head
,#scd-page .cell-data
,#scd-page .cell-data-scd-No
,#scd-page .cell-data-scd-Date
,#scd-page .cell-data-place
,#scd-page .cell-data-suL
,#scd-page .cell-data-suR{
	font-size: 95%;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	border-style: solid;
	border-color: #FFFFFF;
}
#scd-page .cell-head{
	background-color: #EEEEEE;
	font-weight: bold;
	border-width: 3px 1px 2px 1px;
	border-bottom-color: #666666;
}
#scd-page .cell-data
,#scd-page .cell-data-scd-No
,#scd-page .cell-data-scd-Date
,#scd-page .cell-data-place
,#scd-page .cell-data-suL
,#scd-page .cell-data-suR{
	background-color: #FFFFFF;
	border-width: 3px 3px 1px 2px;
	border-bottom-color: #BBBBBB;
}
#scd-page .cell-data-scd-No
,#scd-page .cell-data-scd-Date{
	background-color: hsla(60,100%,90%,1) !important;
	font-weight: bold;
	width: 110px;
}
#scd-page.scd-1st .cell-data{
	padding: 10px 5px;
}
#scd-page .cell-data-place{
	text-align: left;
}
#scd-page .cell-data-suL{
	border-width: 3px 0 1px 2px;
	padding: 10px 0 10px 20px;
}
#scd-page .cell-data-suR{
	border-width: 3px 3px 1px 0;
	padding: 10px 10px 10px 0;
	text-align: left;
}

#scd-page .holiday{
	color: hsla(0,100%,50%,1);
}
#scd-page .weekend{
	color: hsla(216,100%,50%,1);
}
#scd-page .weekday{
	
}
