html{
    font-size:16px;
}
body{
    font-family: sans-serif;
    font-size: 1.44em;
    font-weight: 300;
    color: red;
    width: 888px;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    line-height: 1.53em;
}
#top_img img{
    width: 66%;
    position:relative;
    top: 30px;
}
#top_img_kame img{
    margin-top: 50px;
    width: 50%;
}
#outer_box{  
    border: 12px solid red;
    /*border-top-left-radius: 350px;
    border-top-right-radius: 350px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;*/
    border-radius: 777px 777px 8px 8px;
    margin-top:33px;
    background-color: white;
    margin-bottom:33px;
}
/* common */
h1{
    font-family: 'Yuji Mai', serif;
    text-align: center;
    font-size: 7.0em;
    font-weight: 700;
}
h1 span{
    font-size: 0.5em;
}
h1 rt{
    font-size: 0.3em;
}
h1 a{
    color: red;
    text-decoration:none;
    border-bottom: 3px solid red;
}
h2{
    font-size: 2.5em;
    margin:0.7em 0.7em;
}
h3{
    font-family: 'Yuji Mai', serif;
    font-size: 2.0em;
    font-weight: 900;
}
h4{
    font-family: 'Yuji Mai', serif;
    font-size: 1.53em;
}
h5{
    font-family: 'Yuji Mai', serif;
    font-size: 1.2em;    
}
ul,ol{
    margin: 0;
}
ol{
    padding: 0;
}
/*ul li span{
    font-weight: bold;
}*/
figcaption,caption{
    font-family: serif;
    line-height: 40px;
    font-size: 1.2rem;
    font-weight: 666;
    text-decoration: underline;
}
table{
    border-collapse:  collapse;
    line-height: 1.44em;
    /*font-size: 0.612em;*/
    margin:40px 0px;
}
table thead th{
    font-family: serif;
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;
    border: 1px solid red;
    padding: 0.44em;
}
table tbody td{
    border: 1px solid red;
    padding: 0.44em;
}
.block_margin_top{
    margin-top: 2em;
}
.article_ref_box{
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 0.9em;
    line-height: 1.2em;
    border-left: solid darkviolet 10px;
    padding-left:5px;
    color:darkviolet;
    /* margin-left: 1em; */
}
.article_ref_title{
    font-weight: 600;
    /*margin-bottom: 5px;*/
}
.article_ref2_title{
    text-decoration: underline;
    font-weight: 600;
}
.article_line{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-decoration: underline;
}
.article_ref_img{
    width: 380px;
    text-align: center;
}
.article_ref_title{
    text-decoration: underline;
}
.article_ref{
    margin-top:0.3em;
    margin-bottom:0.6em;
}
.bound_ref_box{
    font-size: 0.9em;
    width:95%;
    margin-top:1em;
    margin-bottom:1em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
}
.bound_ref_box ul{
    font-size: 0.8em;
}
.pic_base{
    width: 300px;
}
.icon{
    width: 0.7em;
}
figure{
    text-align: center;
}
.news_box h4 span{
    border-bottom: 2px solid red;
}
.da_title{
    margin-top: 2.88em;
}
#contents{
    line-height: 1.6em;
    color: white;
    margin-top:2em;
    /* margin-bottom:2em; */
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fe0000;
}
#contents table{
    margin-left: auto;
    margin-right: auto;
    border-collapse:  collapse;
    width:80%;
}
#contents table td{  
    font-size: 1.53em;
    width:50%;
    /*width: 288px;*/
    text-align: left;
    height: 1.5em;
    border: 1px solid white;
    padding: 5px 0px 5px 10px;
    /* padding-top: 5px;
    padding-bottom: 5px; */
}
#contents table td a{
    color: white !important;
}
#top_img_footer img{
    width: 864px;
    display: block;
}
#error404{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding:20px;
    border: 3px dotted red;
    width: 200px;
    color: white;
    background-color: red;
}
/* コンテンツ */
#main_contents {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}
#main_contents h2{
    margin:0;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 5px solid red;
}
#article_script{
    margin-top: 30px;
    border: 5px solid red;
    padding: 10px;
    background-color: white;
    text-align: left;
}
#article_script ul{
    padding-left: 20px;
    line-height: 1.6em;
}
#article_script ul li{
    margin-bottom: 10px;
}
span.hanten{
    background-color: red;
    color: white;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
#blog_header h3{
    line-height: 1.5em;
    margin-top:1em;
    margin-bottom: 0.1em;
}
#blog_header div{
    text-align: right;
    font-size: 0.8em;
}
/* form */
form ul input,textarea{
    width: 369px;
    border: 1px solid red;
}
textarea{
    height: 100px;
}

