html {
	color: #000;
	background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
}

legend {
	color: #000
}

#yui3-css-stamp.cssreset {
	display: none
}





.schedule_time {
	flex: 0 0 auto;
}

.schedule_time dl {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-auto-rows: 32px;
	gap: 1px;
	padding: 1px;
	background: #000000;
}

.schedule_time dl dt,
.schedule_time dl dd {

	background: #ffffff;
	padding: 10px;
	margin: 0;
	display: flex;
	align-items: center;
}

.schedule_time dl dd {
	justify-content: right;
}

#schedule_contents {
	overflow: auto;
	display: flex;
}

.schedule_content {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: 32px;
	gap: 1px;
	padding: 1px 1px 1px 0;
	background: #000000;
	box-sizing: border-box;
}


.schedule_content>* {
	text-align: center;
	background: #ffffff;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.schedule_content a {
	color: #ffffff;
	width: 100%;
	display: block;
	background: #ff0000;
	padding: 3px 10px;
	border-radius: 5px;
}

.schedule_content3 a {
	color: #ffffff;
	width: 100%;
	display: inline-block;
	background: #ff0000;
	padding: 3px 10px;
	border-radius: 5px;
	white-space: nowrap;
}

.schedule_content6 a {
	color: #ffffff;
	width: 100%;
	display: inline-block;
	background: #ff0000;
	padding: 3px 10px;
	border-radius: 5px;
	white-space: nowrap;
}


.head {
	color: #ffffff !important;
	background: #0239B9 !important;
}

.column_4 {
	grid-column: span 4;
}

.column_6 {
	grid-column: span 6;
}

.column_3 {
	grid-column: span 3;
}

.column_2 {
	grid-column: span 2;
}

.row_2 {
	grid-row: span 2;
}

.schedule_content .grey {
	background-color: #666666;
	padding: 0px 10px;
}

.schedule_content3 .grey {
	background-color: #808080;
	padding: 0px 10px;
}

.schedule_content6 .grey {
	background-color: #808080;
	padding: 0px 10px;
}

h2 {
	font-size: 24px;
	font-family: 'Noto Sans JP';
	width: 33.3%;
	text-align: center;
	color: #fff;
	height: 35px;
	transform: scale(1, .8);
}


.week {
	font-size: 50%;
	vertical-align: baseline;
	margin-left: 2px;
}

.unit {
	background: #0239B9 !important;
	color: #fff;
}

.series_d {
	background-color: #fcff00 !important;
}

.series_d p {
	color: #000;
}

.series_f {
	background-color: #ff5ab4 !important;
}

.series_jy{
	background-color: #ff5ab4 !important;
}

.series_y {
	background-color: #00ff00 !important;
}

.series_y p {
	color: #000;
}

.holiday2 {
	background-color: #E50012 !important;
}

.holiday3 {
	background-color: #E64290 !important;
}

.holiday4 {
	background-color: #910782 !important;
}

.weekdays1 {
	background-color: #00B8EE !important;
}

.weekdays2 {
	background-color: #51B996 !important;
}

.weekdays3 {
	background-color: #009043 !important;
}

.m12 {
	background-color: #825121 !important;
}

.tseriese {
	background-color: #666666 !important;
}

#overlay {
	position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, #ffffff00, white 80%);
    pointer-events: none;
    transition: opacity 0.3s;
}

@media screen and (min-width:480px) {
	#overlay {
		width: 130px;
		background: linear-gradient(90deg, #ffffff00, white 60%);
	}
}