div.cal_wrapper {
/*	padding: 10px 0px;*/
    padding-bottom: 10px;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 310px;
/*
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
*/
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 14px;
	color: #444444;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
/*	border-top: solid 1px #CCC;*/
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 14px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	float: left;
/*	padding: 5px;*/
    padding: 20px 20px 20px 30px;
	margin: 0px;
	color: #555555;
	font-size: 18px;
    font-weight: 500;
}

/*
div.cal_wrapper table.cal tr th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    border: 1px solid orange;
}
*/

div.cal_wrapper table.cal tr th {
    position: relative;
}

div.cal_wrapper table.cal tr th div.cal_ui {
    position: absolute;
    top: 12px;
    right: 20px;
    text-align: right;
/*	float: right;*/
/*	padding:5px;*/
}
div.cal_wrapper table.cal tr th div.cal_ui input {
/*	background-color: #FFF;*/
	font-size: 14px;
	margin: 0px 1px;
	padding: 1px 5px;
    color: #eb748e;
}
div.cal_wrapper table.cal tr th div.cal_ui input:nth-child(2) {
    display: none;
}


/*
div.cal_wrapper table.cal tr th div.cal_ui input:last-child {
    position: relative;
}
*/

div.cal_wrapper table.cal tr th div.cal_ui button {
    display: inline-block;
    width: 37px;
    height: 30px;
    cursor: pointer;
}

div.cal_wrapper table.cal tr th div.cal_ui button:first-child span,
div.cal_wrapper table.cal tr th div.cal_ui button:last-child span {
    position: relative;
    display: block;
    
/*    padding: 0 12px;*/
    

}

div.cal_wrapper table.cal tr th div.cal_ui button:first-child span::before {
    transform: scale(0.5, 0.5);
    content: url(../images/arrow_left_pink03.png);
    position: absolute;
    top: -7px;
    left: 12px;
    display: inline-block;
    transform-origin: top left;
    opacity: 1;
    transition: all 0.3s;
}

div.cal_wrapper table.cal tr th div.cal_ui button:last-child span::before {
    transform: scale(0.5, 0.5);
    content: url(../images/arrow_right_pink03.png);
    position: absolute;
    top: -7px;
    right: 12px;
    display: inline-block;
    transform-origin: top right;
    opacity: 1;
    transition: all 0.3s;
}
    
    
/*
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
*/
div.cal_wrapper table.cal tr td {
	font-size: 14px;
	text-align: center;
/*	padding: 2px*/
}
div.cal_wrapper table.cal tr.headline td {
	padding: 25px 0 12px;
	color: #444444;
}
/*
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
*/
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 12px 0;
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
/*	border-radius: 3px;*/
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
/*	border: solid 1px #EEE;*/
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #444444;
	font-weight: normal;
	line-height: 1.5em;
/*	box-shadow: 1px 1px 3px #666;*/
}

/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Sat {
	color: #7482eb;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #eb748e;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
/*	font-weight: 700;*/
/*	color: #F00;*/
/*	background-color: #FEE;*/
/*	background-color: #889B00;*/
/*    position: relative;*/
    
/*
    display: inline-block;
    width: 30px;
    height: 30px;
*/
    position: relative;
/*    border: 2px solid #eb748e;*/
/*    border-radius: 50%;*/
}

div.cal_wrapper table.cal tr td div.Holyday::before {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid #eb748e;
    border-radius: 50%;
    
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 14px);
}

div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
/*	border-radius: 3px;*/
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
/*	border-radius: 3px;*/
}
/*
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
*/
/*
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}
*/

div.cal_wrapper table.cal tr:first-child {
    border-bottom: 2px solid #e3e3e3;
}