nav {
    margin-bottom: 20px;
    width: 320px;
    font-size: 80%;
    margin-left: auto;
    margin-right: auto;
}

nav ul li {
    float:left;
    display: inline-block;
    width: 150px;
}

nav ul li a {
    width: 150px;
}

h2 {
    font-size: 4.7vw;
    width: 250px;
}

#scroll-table {
    overflow: auto;
    white-space: nowrap;
    margin-top: 30px;
    margin-right: 0px;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.4);
}

table {
    width:100%;
    border-collapse: collapse;
}

.day {
    font-size: 12px;
    font-weight: bolder;
    border: 1px;
    border-color: #005500;
    border-style: solid;
    padding: 3px 5px;
    background:#99FFCC;
}

.name {
    font-size: 14px;
    font-size: 90%;
    font-weight: bolder;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    border: 1px;
    border-color: #005500;
    border-style: solid;
    padding: 2px 10px;
    background: -webkit-linear-gradient(left top,#ccffcc,#ffffff);
    background: -moz-linear-gradient(left top,#ccffcc,#ffffff);
    background: -o-linear-gradient(left top,#ccffcc,#ffffff);
    background: -ms-linear-gradient(left top,#ccffcc,#ffffff);
}

.info {
    font-size: 14px;
    font-weight: bolder;
    border: 1px;
    border-color: #005500;
    border-style: solid;
    padding: 3px 5px;
    background:#aadddd;
}

.place {
    font-size: 11px;
    font-weight: bolder;
    border: 1px;
    border-color: #005500;
    border-style: solid;
    padding: 3px 5px;
    background:#ffffff;
}

.tel {
    font-size: 11px;
    font-weight: bolder;
    border: 1px;
    border-color: #005500;
    border-style: solid;
    padding: 3px 5px;
    background:#ffffff;
}

.day_exp,.name_exp,.info_exp,.place_exp,.tel_exp {
    font-size: 14px;
    font-weight: bolder;
    border: 1px;
    border-color: #005500;
    border-style: solid;
    padding: 5px;
    background:#eeeeee;
}