﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    OPENING CALENDAR css
------------------------------------------------------------*/  
#contents:before{ background-image:url(../img/visual.png);}


/*------------------------------------------------------------ 
    CALENDAR
------------------------------------------------------------*/  
#calendar{ width:100%;}
.sectonHd{
	width:100%;
	padding-top:10px;
	margin-bottom:25px;
	text-align:center;
	position:relative;
}
.sectonHd-en{
	font-size:184%;
	letter-spacing:2px;
	line-height:1;
	font-family: 'Lato', sans-serif;
}
.sectonHd-jp{
	font-size:117%;
	line-height:16px;
	margin-top:10px;
}
.calendar-hd{
	font-size:109%;
	line-height:16px;
	position:absolute;
	right:0;
	bottom:0;
}
.calendar-hd:before{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:16px;
	height:16px;
	margin-right:7px;
	background:#f28b3a;
	border-radius:50%;
}
.calendarItem{ width:46.26865671641791%;}
.subHd{
	width:100%;
	text-align:center;
	line-height:48px;
	margin-bottom:15px;
	font-size:125%;
	font-weight:bold;
	border-top:1px solid #f28b3a;
	border-bottom:1px solid #f28b3a;
}
.calendarTbl{
	width:100%;
	text-align:center;
	font-size:117%;
}
.calendarTbl th{
	vertical-align:middle;
	width:14.28571428571429%;
	padding:5px 0;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
}
.calendarTbl td{
	vertical-align:middle;
	padding:7px;
}
.calendarTbl span{
	display:inline-block;
	width:30px;
	text-align:center;
	line-height:30px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	border-radius:50%;
}
.calendarTbl .selected{
	color:#fff;
	font-weight:bold;
	background:#f28b3a;
}
#forAdmission{ width:35.83333333333333%;}
#ruleList li{
	color:#424241;
	font-size:117%;
}
#ruleList li:not(:last-child){ margin-bottom:15px;}

@media screen and (max-width: 788px){
.calendarItem {
	width: 100%;
	margin-bottom: 25px;
}
}