/* 予定表内容
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;
}
*/
@media screen and (max-width:513px){
	div.calender_box {
		width: 80%;
		min-width: 365px;
		margin: 0 auto;
	}
	#cal0,#cal1 {
		width: 100%;
		margin-left: 10px;

	}
	div.cal_wrapper {
		padding: 10px 0px;
		margin: 0 auto;

	}
	/* 年　月　*/
	div.cal_wrapper table.cal tr th p {
		float: left;
		padding: 5px;
		margin: 0px;
		color: #666;
		font-size: 16px;
		font-weight: 600;
	}
	/*<pre-next>位置*/
	div.cal_wrapper table.cal tr th div.cal_ui {
		float: right;
		
	}
	/*<pre-next>文字サイズ*/
	div.cal_wrapper table.cal tr th div.cal_ui input {
		border: solid 1px #CCC;
		background-color: #FFF;
		font-size: 14px;
		margin: 0px 1px;
		padding: 1px 5px;
		border-radius: 3px;
	}
	/*　Box upper間隔　*/
	div.cal_wrapper table.cal tr td {
		border-top: solid 3px #EEE;
	}
	/* 曜日表示文字サイズ　*/
	div.cal_wrapper table.cal tr td {
		font-size: 12px;
		text-align: center;
		padding: 2px
	}
	div.cal_wrapper table.cal tr.headline td {
		padding: 5px 0px;/*5,0 日付両サイド*/
	}
	div.cal_wrapper table.cal tr.headline {
		background-color: #EEE;
	}
	/*日付文字サイズ*/
	
	div.cal_wrapper table.cal tr td div {
		position: relative;
		padding: 5px 15px;
		font-size: 100%;
		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: #000;
		font-weight: normal;
		line-height: 1.5em;
		box-shadow: 1px 1px 3px #666;
	}
	p.detail{
		font-size: 1.5rem;
		font-weight: 600;
		padding: 10px 0 30px 0;
		}
	
	}

@media screen and (min-width:514px){
div.calender_box {
	width: 80%;
	margin: 0 auto;
}
#cal0,#cal1 {
	width: 100%;
	margin: 0 auto;
    margin: 0 10%;
}
/* 年　月　*/
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 18px;
	font-weight: 600;
}
/*<pre-next>位置*/
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
/*<pre-next>文字サイズ*/
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 16px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
/*　Box upper間隔　*/
div.cal_wrapper table.cal tr td {
	border-top: solid 6px #EEE;
}
/* 曜日表示文字サイズ　*/
div.cal_wrapper table.cal tr td {
	font-size: 18px;
	text-align: center;
	padding: 2px
}

div.cal_wrapper table.cal tr.headline td {
	padding: 5px 6px;/*5,0 日付両サイド*/
	color: #666;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
/*日付文字サイズ*/
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 8px 15px;/*5px 15px*/
	font-size: 14px;/*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;/*20px*/
	left: 0px;
	width: 180px;/*180px*/
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding:5px;/*5px*/
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}
#cal1 {
	padding-top: 30px;
}
.detail{
	font-size: 1.8rem;
	font-weight: 600;
	padding: 30px 0 30px 0;
	}

}





@media screen and (min-width:779px){

	div.calender_box {
		width: 100%;
		margin: 0 auto;
		display:flex;
	}
	#cal0,#cal1 {
		width: 100%;
		margin: 0 auto;
	}
	#cal0{
		padding-top: 30px;
	}
	div.cal_wrapper {
	padding: 10px 3%;
	width: 50%;
	}
	/*年月*/
	div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 16px;
	}
	/*<pre-next>位置*/
	div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
	}
	/*<pre-next>文字サイズ*/
	div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 14px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
	}
	/*　Box upper間隔　*/
	div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
	}
	/* 曜日表示文字サイズ　*/
	div.cal_wrapper table.cal tr td {
	font-size: 16px;
	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 15px;
	font-size: 1.2rem;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
	}
	div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;/*20px*/
	left: 0px;
	width: 180px;
	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;
	}
	p.detail{
		font-size: 1.8rem;
		font-weight: 600;
		padding-top: 10px;
		}

	}
	
	@media screen and (min-width:1024px){

		div.calender_box {
			width: 100%;
			margin: 0 auto;
			display:flex;
		}
		#cal0,#cal1 {
			width: 100%;
			margin: 0 auto;
		}
		#cal0{
			padding-top: 30px;
			margin-left: 8%;
		}
		div.cal_wrapper {
		padding: 10px 3%;
		width: 50%;
		}
		/*年月*/
		div.cal_wrapper table.cal tr th p {
		float: left;
		padding: 5px;
		margin: 0px;
		color: #666;
		font-size: 1.8rem;
		font-weight: 600;
		}
		/*<pre-next>位置*/
		div.cal_wrapper table.cal tr th div.cal_ui {
		float: right;
		}
		/*<pre-next>文字サイズ*/
		div.cal_wrapper table.cal tr th div.cal_ui input {
		border: solid 1px #CCC;
		background-color: #FFF;
		font-size: 1.6rem;
		margin: 0px 1px;
		padding: 1px 5px;
		border-radius: 3px;
		}
		/*　Box upper間隔　*/
		div.cal_wrapper table.cal tr td {
		border-top: solid 3px #EEE;
		}
		/* 曜日表示文字サイズ　*/
		div.cal_wrapper table.cal tr td {
		font-size: 1.8rem;
		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 15px;
		font-size: 1.5rem;
		text-align: center;
		background-color: #FFF;
		border-radius: 3px;
		}
		div.cal_wrapper table.cal tr td div span {
		display: none;
		position: absolute;
		top: 20px;/*20px*/
		left: 0px;
		width: 180px;
		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;
		}
		p.detail{
		font-size: 1.8rem;
		font-weight: 600;
		padding-top: 30px;
		}
		}
	

















/* �ȉ��A�N���X�w�肷��Ƃ��̃A�� */
/*　box内表示　*/
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 {
	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: bolder;
	color: #F00;
	background-color: #FEE;
}
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;
}