@charset "UTF-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

/*-----------------------------
ヘッダー
-------------------------------*/
header{
    width: 100%;
    background-color: #D6C0B3;
}

div#title{
    text-align: center;
}


header h1{
    font-family: "Epunda Slab", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #4B352A;
    padding-top: 15px;
}

.kosugi-maru-regular {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #4B352A;
}


div#title p{
    padding-top: 5px;
    font-size: 15px;
    color: #4B352A;
    text-decoration: underline;
}

header nav ul{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

header nav ul li{
    margin: 0 10px;
}

header nav ul li a{
    display: block;
    width: 100px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #E9DDCA;
    color: #4B352A;
    border-radius: 10px 10px 0 0;
    padding-top: 5px;
}

header nav ul li a:hover{
    background-color: #F7F4EA;
}

/*-----------------------------
メイン
-------------------------------*/
main{
    background-color: #F7F4EA;
}
div img{
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
}

h3{
    width: 1185px;
    margin: 40px auto 20px auto;
    border-left: 10px solid #D6C0B3;
    padding-left: 5px;
    font-size: 20px;
}


div#detail{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}


/*-----------------------------
左側コンテンツ
-------------------------------*/
h4{
    font-size: 16px;
    padding-bottom: 5px;
}

div#explanation{
    padding: 0 10px;
}

/*-----------------------------
右側コンテンツ
-------------------------------*/

div#table{
    border-left: 3px solid #D6C0B3;
    padding: 0 10px;
}
table{
    width: 850px;
}

table colgroup col.col1{
    width: 270px;
}

table colgroup col.col2{
    width: 400px;
}

table colgroup col.col3{
    width: 130px;
}


th{
    text-align: left;
    font-weight: normal;
    padding: 3px;
}

td{
    padding: 3px;  
}

thead tr{
    background-color: #D6C0B3;
}

thead tr th#table_time{
    border-radius: 0 10px 0 0;
}

thead tr th#table_title{
    border-radius: 10px 0 0 0;
}

tbody tr th,tbody tr td{
    border-bottom: 2px solid #D6C0B3;
}

td#time_radius{
    border-radius: 0 0 10px 0;
}

th#title_radius{
    border-radius: 0 0 0 10px;    
}

tfoot tr td{
    font-size: 12px;
}

/*-----------------------------
フッター
-------------------------------*/
footer{
    width: 100%;
    background-color: #D6C0B3;
    text-align: center;
    padding: 5px 0;
}
