body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-size: 1.2em;
    background-color: #fff;
}

p{
    width: 390px;
    margin: 0 auto;
    color:#67a794;
    padding-left: 10px;
    border-bottom:1px solid #00BC86;
}

p.news {
    position: relative;
    width: 400px;
    font-size: 0.7em;
    color: #333;
    padding: 10px 0;
    text-align: center;
}

p input.contact {
    position: relative;
    left: 100px;
    top: -5px;
}
canvas {
    width:400px;
    margin: 0 auto;
}

table {
    border: 1px solid #00BC86;
    margin: 10px auto;
    width: 400px;

}

tr:nth-child(2n) {
    background-color: #eee;
}
th {
    background-color: #00BC86;
    text-align: left;
    padding-left: 10px;
    font-size: 0.7em;
    font-weight: normal;
    color: #fff;
}

th:last-child {
    width: 50px;
    text-align: center;
    padding: 0;
}
td {
    padding-left: 10px;
    font-size: 0.7em;
}
td:last-child {
    text-align: center;
    padding: 0;
}