@charset "utf-8";

/*
* {
	border: 1px red solid;
}
*/

h2{
    margin-top: 25px;
}

table, td, th{
    border-collapse: collapse;
    border: 1px solid;
}


table{
    text-align: center;
    margin: 10px 0 50px 0;
}


p{
    margin: 0 0 20px;
}


.vertical{
    writing-mode: vertical-rl;
    vertical-align: middle;
    border-right: none;
}

.time{
    border-left: none;
}

.vertical-red{
    font-size: 20px;
    writing-mode: vertical-rl;
    color: red;
}


.red{
    color: red;
}


.red-2{
    color: red;
    font-size: 1.5em;
    line-height: 1.5em;
}


.underline{
    text-decoration: underline;    
}


th{
    text-align: center;
}


td{
    vertical-align: middle;
}


@media screen and (max-width: 665px){

    table{
        writing-mode: vertical-lr;
    }
    
    th,td{
        writing-mode: horizontal-tb;
        vertical-align: middle;
    }
    
    .vertical{
        border-bottom: none;
        writing-mode: horizontal-tb;
    }
    
    .time{
        border-top: none;
    }
}