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

.calendarTitleYm{
	width:100%;
	text-align:center;
	font-size:20px;
    margin-top:20px;
	font-weight: 400;
	border-top: 2px solid #00638E;
    padding-top: 25px;
}

table.calendar { 
	width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400;
	
}

table.calendar th {
	height:40px;
	vertical-align:middle;
	font-weight:600 !important;
	text-align: center !important;
	text-align:center;
	width:14.2%;
	border-right: 1px solid #fff;
	background:#49C7EA;
	color:#fff;
}

table.calendar td {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #E2EBED;
	box-sizing: border-box;
	font-size: 1.2em;
	height: 120px;
	padding: 1%;
	text-align: left;
	font-weight: 500;
	
}

table.calendar td p.normal{
	font-size:12px;
	text-align:left;
	line-height:1.5;
	margin: 10px auto 0;
}

table.calendar td p.holiday{
	font-size:13px;
	text-align:center;
	color:#49C7EA;
	margin:20px auto 0;
}

table.calendar td p.other{
	font-size:12px;
	text-align:center;
	margin: 20px auto 0;
	line-height: 1.5;
}


table.calendar th.red {
	color:#fff;
	width:14.3%;
	border-radius: 10px 0 0 0;
	/* border-left: 1px solid #49C7EA; */
}

table.calendar th.blue {
	color:#fff;
	width:14.3%;
	border:none;
	border-radius: 0 10px 0 0;

}

table.calendar td.week_6 {
	color:#AAE;
	
}

table.calendar td.week_0 {
	color:#49C7EA;
	
}

table.calendar td.week_1 {
	color:#49C7EA;
	
}

table.calendar td.week_2 {
	color:#49C7EA;
	
}

table.calendar td.week_3 {
	color:#49C7EA;
	
}

table.calendar td.week_4 {
	color:#49C7EA;
	
}

table.calendar td.week_5 {
	color:#49C7EA;
}

table.calendar td.week_6 {
	color:#49C7EA;
}

table.calendar td.week_0 font{

	color				:#EAA;
}

table.calendar td.week_1 font{

	color				:#3E5363;
}

table.calendar td.week_2 font{

	color				:#3E5363;
}

table.calendar td.week_3 font{

	color				:#3E5363;
}

table.calendar td.week_4 font{

	color				:#3E5363;
}

table.calendar td.week_5 font{

	color				:#3E5363;
}

.calendarMonthLinkArea{
	display:table;
	width:100%;
	margin:0 auto;
}

.calendarPrevMonthLinkArea{
	display:table-cell;
	width:50%;
	text-align:left;
}

.calendarPrevMonthLinkArea a{
	font-size:14px;
	font-weight:400;
	color:#3E5363;
	cursor:pointer;

}

.calendarPrevMonthLinkArea a:hover{
	color:#3E5363;
	text-decoration:underline;

}

.calendarNextMonthLinkArea{
	display:table-cell;
	width:50%;
	text-align:right;
}

.calendarNextMonthLinkArea a{
	font-size:14px;
	font-weight:400;
	color:#3E5363;
	cursor:pointer;

}

.calendarNextMonthLinkArea a:hover{
	color:#3E5363;
	text-decoration:underline;

}