#main_content  {
    margin-top:30px;
}

#main_content .title_image  {
    margin-bottom:20px;
}

#main_content .post_view    {
    margin-top:42px;
}

.mankusen   {
    width:100%;
}

.mankusen_box   {
    display:inline-block;
    width:444px;
    
}

.tachimushi_box {
    display:inline-block;
    margin-left:12px;
    width:362px;
}
.tahcimushi {
    width:100%;
}

#main_content table {
    border-top: 1px solid #bd8b43;
    border-right: 1px solid #bd8b43;
    margin-top:16px;
}

#main_content td    {
    border-bottom: 1px solid #bd8b43;
    border-left: 1px solid #bd8b43;
    padding-top:15px;
    padding-bottom:15px;
    font-size:15px;
}

#main_content td.col1   {
    background-color:#fdfdf5;

    padding-left:10px;
    padding-right:10px;
}

#main_content td.col2   {
    padding-left:10px;
    padding-right:10px;
}

#main_content .events   {
    width:100%;
}

#main_content .events .head {
    background-image:url(../images/Footer_tex01.jpg);
    background-repeat:repeat;
    text-align:center;
    color:#fff;
    font-size:16px;
}

.events td  {
    padding-left:10px;
    padding-right:10px;
}

.events .col3   {
    background-color:#fdfdf5;
}

#main_content td.grp    {
    border-top:none;
}

.events_head    {
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:52px;
}

#main_content .txt  {
    font-size:13px;
}

.fancy_box  {
    padding-top:30px;
    padding-bottom:30px;
    padding-left:50px;
    padding-right:50px;
}

.fancy_box p    {
    font-size:14px;
    line-height:25px;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
    .mankusen {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    
    .mankusen td {
        display: table-cell;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-break: break-word;
        font-size: 14px;
        padding: 8px 5px;
    }
    
    .mankusen td.col1 {
        width: 30%;
    }
    
    .mankusen td.col2 {
        width: 70%;
    }
    
    .mankusen tr {
        display: table-row;
    }
    
    .mankusen_box {
        width: 100%;
        display: block;
    }
    
    .tachimushi_box {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    
    .mankusen td[style*="border-bottom:none"] {
        border-bottom: 1px solid #bd8b43 !important;
    }
    
    .mankusen .col1[style*="border-bottom:none"],
    .mankusen .col2[style*="border-bottom:none"] {
        border-bottom: 1px solid #bd8b43 !important;
    }
    
    /* イベントテーブルのモバイル対応 */
    .events {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .events table {
        width: 100%;
        min-width: 100%;
        display: table;
        table-layout: fixed;
    }
    
    .events td {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-size: 14px;
        padding: 6px 4px;
    }
    
    .events .col3 {
        width: 30%;
    }
    
    .events td:not(.col3) {
        width: 35%;
    }
}