div.cal_wrapper {
	padding: 10px 0px;
}
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: 12px;
	color: #666;
}
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: 12px;
	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;
	margin: 0px;
	color: #666;
	font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: none;
	margin-bottom 		: 15px; 
		display 			: -webkit-box;
	display 			: flex;
 	-webkit-box-orient 	: horizontal; 
	-webkit-box-direction: normal; 
 	flex-flow 		: row nowrap;

}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
	-webkit-box-flex:1;
 flex:1 1 auto;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 5px;
	font-size: 10px;
	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: 80px;
	font-weight: normal;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
	font-size : 10px; 
}

/*カスタマイズ用*/

div.cal_wrapper table.cal tr td div,
div.cal_wrapper table.cal tr td
{
	font-size 		: 12px;
}
.cal_wrapper table
{
	width 			: 100%;
	font-size 		: 12px;
}

.cal_wrapper table.cal tr td,
.cal_wrapper table.cal tr th
{
	border-right 		: 1px #EEE  solid;
 	font-size 		: 16px; 
}

div.cal_wrapper table.cal tr td,
div.cal_wrapper table.cal tr td div span
{
	font-weight: bold;
}
div.cal_wrapper table.cal tr td
{
	padding 		: 0px;
	background: #FFF;
}
div.cal_wrapper table.cal tr.headline td
{
	color 			 	: #FFF;
	font-weight 		: bold;
	background 			:#333333;
}
div.cal_wrapper table.cal tr.headline td:first-child
{
    background 		: #ff4200;
}
div.cal_wrapper table.cal tr.headline td:last-child
{
    background 		: #023894;
}
div.cal_wrapper table.cal tr td div.backward,
div.cal_wrapper table.cal tr td div
{
	border-radius: 0;
}
div.cal_wrapper table.cal tr td div.Holyday,
div.cal_wrapper table.cal tr td div.backward
{
	color 			: #333;
	font-weight: bold;
}
.cal_title
{
	padding 			: 0px;
	margin 				: 0px;
	text-align 			: center;
	font-size 			: 12px;
	background 				: #EEE;
	padding 			: 5px;
	margin-bottom 		: 5px; 
}
.cal_title .en
{
	color 					: #023894;
	font-weight 			: 400;
	font-family: 'Josefin Sans', sans-serif;
	color 					: #00a5b7;
	background 				: #FFF;
	margin-bottom 			: 0px;
	font-size 				: 16px;
	padding-top 			: 2px;  
	display: block;
	line-height 		: 1.0;
	text-align: center;
}
div.cal_wrapper table.cal tr th div.cal_ui
{
	margin-top 				: .8rem; 
}
div.cal_wrapper table.cal tr td div
{
	padding 			: 5px 3px;	
}
div.cal_wrapper table.cal tr td div,
div.cal_wrapper table.cal tr td
{
	font-size 			: 12px; 
}

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

div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
	background:#ffc000;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	background-color: #ffcccc;
}
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 {

	border-radius: 0px;
}
div.cal_wrapper table.cal tr td div.pointer {
	/*cursor: pointer;*/
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	/*background-color: #EEE;*/
}





