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

.wrapper {
  margin: 15px auto;
  max-width: 700px;
}
.container-calendar {
  background: #ffffff;
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #00a2b7;
  color: #fff;
  border: 1px solid #0aa2b5;
  border-radius: 4px;
  padding: 5px 10px;
}
.table-calendar {
  border-collapse: collapse;
  width: 100%;
}
.table-calendar th,
.table-calendar td{
  padding: 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}
.date-picker.selected {
  font-weight: bold;
  color: #fff;
  background: #cc0000;
}
.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}
/* 日曜 */
.date-picker:nth-child(1) {
color: red;
}
/* 土曜 */
.date-picker:nth-child(7) {
color: blue;
}
#monthAndYear {
  text-align: center;
  margin-top: 0;
}
.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}
#previous {
  float: left;
}
#next {
  float: right;
}
.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
}
.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #454545;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}





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: right;
}
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;
}
div.cal_wrapper table.cal tr td {
	font-size: 2rem;
	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:1.5vw;
	font-size: 1.6rem;
	text-align: center;
	background-color: #c0b73e;
	border-radius: 3px;
}
table.cal{
	width: 80%;
	height: 25rem;
}
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;
}

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

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;
}
div.cal_wrapper table.cal tr td div.tt{
		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;
}

@media screen and (max-width:480px){
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding:3.0vw;
	font-size: 1.6rem;
	text-align: center;
	background-color: #c0b73e;
	border-radius: 3px;
}

	#calendar-body{
/*		position: relative;
		left: 4rem;*/

	}
	.inf_calendar h3{
	text-align: center;
	font-size: 1.6rem;
	margin-top: 10rem;
}
	.inf_calendar p{
	text-align: center;
	font-size: 1.6rem;
}
	.inf_calendar{
	width: 100%;
	max-width: 480px;
	
}
.inf_calendar2{
	margin-top: 3rem;
	width: 80%;
}
	table.cal{
	max-width: 480px;
	padding: 0 10px;
	width: 80%;
	height: 25rem;

}
	.inf_calendar3{
		max-width: 480px;
		width: 100%;
		display: flex;
		justify-content: center;
	}

}
@media screen and (max-width:830px){
	div.cal_wrapper table.cal tr td div {
	position: relative;
	padding:3.0vw;
	font-size: 1.6rem;
	text-align: center;
	background-color: #c0b73e;
	border-radius: 3px;
}

	#calendar-body{
		position: relative;
		left: 4rem;

	}
	.inf_calendar h3{
	text-align: center;
	font-size: 1.6rem;
	margin-top: 10rem;
}
	.inf_calendar p{
	text-align: center;
	font-size: 1.6rem;
}
	.inf_calendar{
	width: 100%;
	max-width: 830px;
	
}
.inf_calendar2{
	margin-top: 3rem;
	width: 80%;
}
	table.cal{
	max-width: 830px;
	padding: 0 2rem;
	width: 100%;
	height: 25rem;

}
	.inf_calendar3{
		max-width: 830px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	}
@media screen and (max-width:380px){
	div.cal_wrapper table.cal tr td div {
	position: relative;
	padding:3.0vw;
	font-size: 1.6rem;
	text-align: center;
	background-color: #c0b73e;
	border-radius: 3px;
}

	#calendar-body{
		position: relative;
		left: 4rem;

	}
	.inf_calendar h3{
	text-align: center;
	font-size: 1.6rem;
	margin-top: 10rem;
}
	.inf_calendar p{
	text-align: center;
	font-size: 1.6rem;
}
	.inf_calendar{
	width: 100%;
	max-width: 380px;
	
}
.inf_calendar2{
	margin-top: 3rem;
	width: 90%;
}
	table.cal{
	max-width: 380px;
	padding: 0 2rem;
	width: 100%;
	height: 25rem;

}
	.inf_calendar3{
		max-width: 380px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	}



