/*------------ schedule style ------------*/
.sche1{
        font:"Meiryo UI";
	font-size: 80%;
        font-weight: bold;
}

.title1{
        background-color : #ff8000;
        color: #ffffff;
        font:"Meiryo UI";
	font-size: 100%;
        font-weight: bold;
}

.month{
        color: #ff0000;
        font:"Meiryo UI";
        font-weight: bold;
}

@media screen and (max-width: 1080px) {
        .sche1{
                font:"Meiryo UI";
                font-size: 100%;
                font-weight: bold;
        }
      }

