﻿.th1, .th2, .th3, .th4, .th5 {
    width: 150px;
    background-color: #ea8415;
    color: #FFF;
    height: 25px;
    text-align: center;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    margin-top: 10px
}
.c2{
    margin-bottom:30px;
}
.th2, .th3 {
    width: 80px;
}

.tr1, .tr2, .tr3, .tr4, .tr5 {
    width: 150px;
    background-color: #c4bfbb;
    color: #000;
    height: 25px;
    text-align: center;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

.tr2, .tr3 {
    width: 80px;
}

.th4, .tr4 {
    width: 80px;
}

.th5, .tr5 {
    width: 380px;
}

.week {
    background-color: #e9e5e5;
    width: 40px;
    height: 30px;
    border: solid 1px;
}

.dd {
    background-color: #ffffff;
    background-color: #FFF;
    text-align: left;
    vertical-align: top;
    border: solid 1px;
    width: 50px;
    height: 50px;
}

    .dd span {
        font-size: 0.8em;
        color: #ff0000
    }

.sun {
    background-color: #f34d4d;
}

.sat {
    background-color: #5ef8dc
}
.calcontainer {
    display: flex;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 80px;
    flex-wrap: wrap;
}
.sansoucal {
    margin:auto;
    margin-top:0;
}

@media screen and (max-width:900px){
 .calcontainer{
     padding-left:0px;
     padding-right:0px;
 }
}

.tuh1, .tuh2, .tuh3, .tuh4 {
    width: 150px;
    background-color: #ea8415;
    color: #FFF;
    height: 25px;
    text-align: center;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

.tuh2 {
    width: 80px;
}

.tuh3 {
    width: 200px;
}

.tur1, .tur2, .tur3, .tur4 {
    width: 150px;
    background-color: #c4bfbb;
    color: #000;
    height: 25px;
    text-align: center;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

tur2 {
    width: 80px;
}

tur3 {
    width: 200px;
}

.tuh4, tur4 {
    width: 280px;
}

#sansou p, #sansou img {
    float: left;
}

#leftcon {
    width: 450px;
    margin-left: 20px
}

    #leftcon p {
        line-height: 28px;
    }

#sansou img {
    width: 300px;
    margin-left: 10px;
    border: solid 10px #e9e5e5
}

.today {
    background-color: #e9eba3;
}
