@charset "UTF-8";
body{
    font-family: 'Kiwi Maru', serif;
    background-color:#ffffee;
    color:#72543d;
} 

.predect{
    border-bottom: solid #72543d ;
    background-image:url(../image/12/木緑-80x80.png); 
    background-repeat: no-repeat;
    background-position: left bottom ;
    color:#72543d;
    padding:40px 0 40px 160px;  
    letter-spacing: 0.05em; 
    font-size: 2em; 
    width: 80%;
    margin:auto;
    text-align: center;
}
.predect-time{
    background-color: pink;
    padding: 20px;
    margin: 20px auto;
    font-size: 1.5em;
    width: 80%;
    text-align: center;
}
 .predect-am{
    background-color: rgba(16, 239, 239, 0.513);
padding: 0 10px;
font-weight: bold;
font-family: 'Kiwi Maru', serif;
}
.osaka{
font-family:osaka-等幅 !important;
font-weight:normal !important;
font-feature-settings: "palt" 1 !important;
}
.courier{
font-family:courier !important;
}
.couriern{
font-family:'courier new' !important;
}
.predect-pm{
    background-color: rgba(233, 176, 4, 0.436);
    padding: 0 10px;
font-weight: bold;
font-family: 'Kiwi Maru', serif;
}
.am, .pm{
    font-size: 1.5em;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}
.time-chart{
    width: 300px;
    display: flex;
    margin: auto;
}




    
