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

/*  */

#page_academy.monthly main {
	zoom: 0 !important;
}

#wrapper main {
	width: 100%;
	margin: 0 auto;
}

body#page_schedule #box_ttl h1 {
	padding-top: 0;
}

#box_ttl {
	padding-bottom: 0;
}

#box_ttl div.inner {
	padding-bottom: 10px;
}

div#box_selector_category,
#snav_sche {
	height: auto !important;
	position: relative;
	z-index: 10000;
	background-color: #fff;

	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;

	margin-top: 20px;
}

#snav_sche {
	width: 100vw;
	margin-left: -10px;
}

#snav_sche:after {
	display: none;
}

#snav_sche ul {
	width: 100%;
	padding-left: 10px;
	height: auto;

	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}

#snav_sche li {
	height: auto;
	float: none;
	font-size: 3vw;
	font-size: 3.4375vw;
	/* 11px */
	white-space: nowrap;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	flex-shrink: 0;
	text-align: center;
}

#snav_sche li a {
	height: auto;
	/*padding: 14px;*/
	padding: 1em 0;
	font-weight: normal;
	font-style: normal;
	display: block;
}

#snav_sche li.current a {
	font-weight: bold;
	color: #1077e0;
}

#snav_sche li br,
#snav_sche li a:after {
	display: none;
}

#snav_sche li.current a {
	margin-right: 0;
	padding-right: 0;
}

/*  */

#box_sttl {
	margin-left: 0;
	width: 98%;
	margin: 15px auto 0;
	text-align: left;
}

body.office #box_sttl,
body.monthly #box_sttl {
	text-align: center;
}

#box_sttl p {
	display: inline;
}

#typo_date span {
	font-size: 9vw;
	margin-right: 0.2em;
}

#typo_date {
	font-size: 5vw;
	padding-right: 0.4em;
	margin-right: 0.4em;
	float: none;
	vertical-align: middle;
}

#typo_date:after {
	font-size: 5vw;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);

	content: '';

	display: block;
	position: absolute;

	top: 0.2em;
	right: 0;

	height: 0.8em;

	z-index: 2;
	border-right: 3px solid #2cbafe;
}

body.office #box_sttl h2,
body.monthly #box_sttl h2 {
	display: inline-block;
	height: 5vw;
	margin-top: 0 !important;
	font-size: 4vw;
	line-height: 1.2;
	font-weight: bold;
	float: none;
	vertical-align: middle;
}

/*  */

#box_cnav {
	margin-top: 4vw;
	width: 88vw;
	margin-inline: auto;

	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#box_cnav div.inner {
	/* margin-bottom: 15px; */
	/* width: 30vw; */
	/* overflow-y: scroll; */
	/* overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory; */

}

#box_cnav ul {
	/* float: none; */
	display: flex;
	/* width: 50vw;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory; */
}

#box_cnav ul.year {
	float: none;
	width: 50vw;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

#box_cnav li {
	white-space: nowrap;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	flex-shrink: 0;

	scroll-snap-align: start;
	scroll-snap-stop: always;
}

#box_cnav ul li a {
	padding: 0.8em 0.8em 0.9em 0.8em;
}

/*  */

#box_cnav ul.pager {
	float: none;
	width: 34vw;
	margin-left: auto;
}

#box_cnav ul.pager li a {
	text-align: center;
	padding: 0.8em 0.0 0.9em 0.0;
}

#box_cnav ul.pager li.prev a,
#box_cnav ul.pager li.next a {
	width: 10vw;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0.8em 0.0 0.9em 0.0;
}

ul.pager li.next a:after,
ul.pager li.prev a:after {
	width: 0.8em;
	height: 0.8em;
	top: 1em;
}

#box_cnav ul li.current {}

#box_cnav ul li.current a {
	width: 14vw;
	text-align: center;
}

/*  */

.table_area {
	overflow-x: auto;
	white-space: nowrap;
	padding-top: 25px;
	background: url(/common_2017/info/scroll.png) 98% top no-repeat;
	background-size: 20%;
	margin-top: 30px;
	-webkit-overflow-scrolling: touch;
}


main table {
	/*width: 100%;*/
	clear: both;
	margin-top: 0;
	table-layout: fixed;
}


/*  */

div.box_caution {
	padding: 0;
	width: 96%;
	margin: 20px auto 0;
}

div.box_caution.red {
	padding: 10px;
}


/*  */
#box_sttl img {
	margin-right: 0;
	display: block;
	/*width: 30%;*/
	max-width: 40%;
	height: auto;
	margin-bottom: 15px;
}

div#box_sttl.dirSchedAcl h2 img,
div#box_sttl.emperors h2 img {
	max-width: 60%;
}

#box_sttl h2 {
	margin-top: 15px;
	/*font-size: 2rem;*/
	font-size: 4.2vw;
	line-height: 1;
	font-weight: bold;
	float: none;
}


/*  */

div.box_caution {
	display: block;
}

div.box_caution h3 {
	width: 100%;
	height: auto;
	border-radius: 4px;
	display: block;
	padding: 10px 0;
	font-size: 3.125vw;
}


div.box_caution div.inner {
	max-height: 15em;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

div.box_caution div.inner p {
	font-size: 3.125vw;
	line-height: 1.3;
	padding-left: 1em;
	text-indent: -1em;
}

div.box_caution div.inner li {
	padding-left: 2.5em;
	text-indent: -2.5em;
	line-height: 1.5;
	margin-bottom: 0.4em;

	font-size: 3.125vw;
}

/*  */


main table th,
main table td {
	white-space: normal;
}

/*  */

#box_ttl div.inner {
	padding-bottom: 0;
	width: 100%;
	height: 23vw;
}

.monthly #box_ttl div.inner {
	height: auto;
}


/* common */
body#schedule article,
div#box_selector_category,
div#box_selector_category_sub {
	width: 100%;
	margin: 0;
}


/* category selector */

div#box_selector_category {
	position: relative !important;
	height: auto !important;
	background-color: #e6e6e3;
	padding-top: 8px;
	width: 100vw;
}

div#box_selector_category ul,
div#box_selector_category_sub ul {
	position: relative;
}

div#box_selector_category ul li {
	/*font-size: 1.2rem;*/
	font-size: 2.8125vw;
	/* 9px */
	line-height: 1.4;
	text-align: center;
	margin-right: 0;
	margin-left: 3px;
}

div#box_selector_category ul li br {
	display: inline;
}


div#box_selector_category ul li a {
	background-color: #e6e6e3;
	padding: 0.8em 0.7em 0.6em 0.7em;
	display: flex;
	align-items: center;
	height: 4em;
}

/*div#box_selector_category {
	position: relative!important;
	width: 100vw;
	margin-left: -2%;
	margin-top: 8vw;
}

div#box_selector_category ul {
	position: static;
	/*position: relative;*!/
	display: block;
	white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

div#box_selector_category ul li {
	display: table-cell;
	font-size: 3vw;
	/* 10px *!/
}*/