@charset "utf-8";
/* CSS Document */

#read_cal{
	min-height:200px;
}

#calendar_wrap{
	width:1280px;
	margin:0px auto;
	position:relative;
}

#calendar_wrap .today_date{
	position:absolute;
	left:0px;
	top:0px;
	font-size:113%;
	font-weight:bold;
}


#calendar_wrap .prev{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:0px;
}


#calendar_wrap .next{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:0px;
}

#cal_container{
	/*width:1180px;*/
	width:1130px;
	margin:0px auto 40px auto;
}
#cal_container .cal{
	width:100%;
	min-height:200px;
    border-bottom: 1px solid #c7c7c7;
    box-sizing: border-box;
}

#cal_container .cal th{
	text-align:center;
}

#cal_container .cal td{
	text-align:center;
}

#cal_container .cal .border th{
	border-left:1px solid #cccccc;
	background-color:#f2f2f2;
	/*height:555px;*/
}

#cal_container .cal .border td{
	border-left:1px solid #cccccc;
	background-color:#f1f1f1;
	/*height:555px;*/
	/*width:70px !important;*/
}

#cal_container .cal .first_row{
	border-left:none !important;
	background-color:#fff !important;
	/*height:555px;*/
	width:45px !important;
}

#cal_container .cal .border td:last-child{
	border-right:1px solid #cccccc;
}

#cal_container .cal .border td.today{
	/*
	background-color:#045c34;
	*/
}

#cal_container .cal .border td.event{
	/*
	background-color:#f2f2f2;
	*/
}

.sat{
	color:#0071bc;
}

.sun{
	color:#c1272d;
}

.null{
	height:10px !important;
	line-height:100% !important;
}

.kikakuten{
	background-color:#fff !important;
	color:#fff;
	text-align:justify !important;
	margin:0px 0px;
	overflow:hidden;
	line-height:115%;
	font-size:13px;
	position:relative;
	display:table;
	width:100%;
	height: 92px;
	border: 2px solid #0f6d29;
	box-sizing: border-box;
}

.cal_thumb{
	display:table-cell;
	vertical-align:middle;
	width:44px;
	padding: 2px 0px 2px 7px;
	text-align:center;
}

.cal_thumb img{
	width:53px;
	height:auto;
}

.kikakuten p{
	display:table-cell;
	vertical-align:middle;
}

.kikakuten a{
	color:#0f6d29;
	text-decoration:none;
	padding-left: 16px;
	/*padding:5px 5px;*/
	overflow:hidden;
	/*display:block;*/
	font-size: 18px;
	font-weight: bold;
}

.syozouhin{
	background-color:#fff !important;
	color:#fff;
	text-align:justify !important;
	margin:0px 0px;
	overflow:hidden;
	line-height:115%;
	font-size:13px;
	position:relative;
	display:table;
	width:100%;
	height: 92px;
	border: 2px solid #ffd700;
	box-sizing: border-box;
}

.syozouhin p{
	display:table-cell;
	vertical-align:middle;
}

.syozouhin a{
	color:#ffd700;
	text-decoration:none;
	padding-left: 16px;
	/*padding:5px 5px;*/
	overflow:hidden;
	/*display:block;*/
	font-size: 18px;
	font-weight: bold;
}

.sonota_parents{
	background-color:#c69c6d !important;
	color:#fff;
	text-align:justify !important;
	margin:0px 0px;
	overflow:hidden;
	line-height:115%;
	font-size:13px;
}

.sonota{
	background-color:#fff !important;
	color:#fff;
	text-align:justify !important;
	margin:0px 0px;
	overflow:hidden;
	line-height:115%;
	font-size:13px;
	position:relative;
	display:table;
	width:100%;
	height: 92px;
	border: 2px solid #20a9c9;
	box-sizing: border-box;
}
.sonota p{
	display: table-cell;
    vertical-align: middle;
}

.sonota a{
	color:#20a9c9;
	text-decoration:none;
	padding-left: 16px;
	/*padding:5px 5px;*/
	overflow:hidden;
	/*display:block;*/
	font-size: 18px;
	font-weight: bold;
}

#date_txt td{
	vertical-align:top;
}

.cal_label_01{
	width: 100%;
	height: 118px;
	display: grid;
    writing-mode: vertical-rl;
    align-items: center;
	background: #0f6d29;
	color: #fff;
	font-size: 13px;
	line-height: 120%;
}

.cal_label_02{
	width: 100%;
	height: 118px;
	display: grid;
    writing-mode: vertical-rl;
    align-items: center;
	background: #ffd700;
	color: #fff;
	font-size: 13px;
	line-height: 120%;
}

.cal_label_03{
	width: 100%;
	height: 118px;
	display: grid;
    writing-mode: vertical-rl;
    align-items: center;
	background: #20a9c9;
	color: #fff;
	font-size: 13px;
	line-height: 120%;
}

.cal_label_04{
	width: 100%;
	height: 118px;
	display: grid;
    writing-mode: vertical-rl;
    align-items: center;
	background: #20a9c9;
	color: #fff;
	font-size: 13px;
	line-height: 120%;
}

/**/

tr#date_txt td {
	border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
	box-sizing: border-box;
	width: 65px;
}

tr#date_txt td.first_row {
	width: 45px !important;
	border-top: 1px solid #cbcbcb;
}

tr#date_txt td.first_row:first-child {
	width: 45px !important;
	border-top: none;
}

/*
tr.border td.first_row {
	display: flex;
    writing-mode: vertical-rl;
    align-items: center;
}
*/

/*
td.null{
	display: none;
}
*/

.kyukanbi{
	position: absolute;
	font-size: 79%;
	padding-left: 17px;
	line-height: 28px;
	color: #FF0000;
}

.tokubetsu{
	position: absolute;
	font-size: 79%;
    padding-top: 5px;
	padding-left: 17px;
	line-height: 120%;
	color: #045C34;
    font-weight: bold;
}

.tokubetsuster{
	position: absolute;
	font-size: 79%;
    padding-top: 5px;
    padding-left: 30px;
	line-height: 120%;
	color: #045C34;
    font-weight: bold;
}

.rinji{
	position: absolute;
	font-size: 79%;
    padding-top: 28px;
    padding-left: 17px;
	line-height: 120%;
	color: #045C34;
    font-weight: bold;
}

tr#date_txt + tr td.null{
	height: 25px!important;
}
tr#date_txt td.first_row:first-child{
	border-bottom: none;
}
tr#date_txt td:not(:last-child){
	border-right: none;
	border-left: 1px solid #CBCBCB;
}