﻿@charset "UTF-8";

/* CSS Document */

html {
    scroll-behavior: smooth;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.clear {
    clear: both;
}

.navi_pertaion_margin {
    padding: 0 0.5em;
}

li {
    float: left;
}

.footer_font {
    font-size: 100%;
}

.margin10 {
    margin: 10px 0 0 0;
}


/*ナビリンク設定*/


/*float解除*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
    overflow: hidden;
}


/* End hide from IE-mac */


/*共通レイアウト*/

#content {
    width: 800px;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
    padding: 0 0 0 0;
}

#header {
    width: 100%;
    height: 250px;
    background-color: #c6347f;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

#footer {
    width: auto;
    height: auto;
    text-align: center;
    margin: 2em auto 0;
}

.read {
    font-size: 125%;
    text-align: justify;
    text-justify: distribute;
    position: relative;
    display: block;
    line-height: 1.7em;
    background-repeat: no-repeat;
}

.read img {
    float: right;
    margin-left: 15px;
}


/*ナビゲーション*/

.top_navigation {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #bc0066;
    z-index: 10;
    border-top: 1px solid #FFFFFF;
}

.top_navigation li {
    list-style: none;
    color: FFF;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-collapse: collapse;
    height: 2.5em;
    line-height: 2.5em;
    font-weight: bold;
    width: 50%;
    text-align: center;
    font-size: 1.5rem;
}

.top_navigation a {
    width: 100%;
    display: block;
    float: left;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #c6347f;
}

.top_navigation li a:link {
    background-color: #bc0066;
    color: #FFFFFF;
}

.top_navigation li a:visited {
    background-color: #bc0066;
    color: #FFFFFF;
}

.top_navigation li a:hover {
    background-color: #c6347f;
    color: #FFF;
    text-decoration: none;
}

.navigation {
    width: 800px;
    margin: 0 auto;
    display: flex;
}


/*フッター*/

.footer_caption {
    color: #FF0000;
}

.footer_font_big {
    font-size: 105%;
    font-weight: bold;
}

.footer_read {
    line-height: 1.7em;
    text-align: center;
    width: 800px;
    border-top: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.footer_txt_lbox {
    width: 6.5em;
}

.footer_margin {
    margin: 20px 0 0 0;
}

.sankahi {
    border: 1px solid #c6347f;
    border-collapse: collapse;
    font-size: 1.3rem;
    background-color: #ffffff;
    border-collapse: collapse;
}

.sankahi td {
    border: 1px solid #c6347f;
    border-collapse: collapse;
}

.sankahi td:first-of-type {
    border: 1px solid #c6347f;
    border-collapse: collapse;
    background-color: #c6347f;
    color: #FFF;
    text-align: center;
}

.sankahi tr td:first-of-type {
    border-bottom: 1px solid #fff;
    border-collapse: collapse;
}

.sankahi tr:last-of-type td:first-of-type {
    border-bottom: none;
}

.sankahi td:nth-of-type(2) {
    border-top: 1px solid #c6347f;
}

.title_read {
    font-size: 125%;
    margin-bottom: 1em;
}