@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
    font-family: 'Noto Sans Japanese', sans-serif;
}

.table{
    font-size: 16px;
    margin: 15px:
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

section {
    padding: 30px 0;
}
header {
    background-image: url(../img/header.png);
}
.img_auto_resize{
    max-width:500px;
}
@media (min-width: 768px){
header {
    min-height: 600px;
}
}
