<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* header
-----------------------------------------*/
.header {
    text-align: center;
    background-color: rgba(6, 234, 157, 0.7);
    width: 100%;
    text-decoration: none;
    /* box-shadow */
    -webkit-box-shadow: 0px 2px 4px #CCC;
    -moz-box-shadow: 0px 2px 4px #CCC;
    box-shadow: 0px 2px 4px #CCC;
    font-size: 80%;
}

.header.fixed {
    position: fixed;
    top: 0px;
    z-index:999;
}

.header_inner {
    margin: 0 auto;
    padding: 20px;
}

h1 a {
    text-decoration: none;
    color: #000;
}

/* menu
-----------------------------------------*/
.menu {
    margin: 0 auto;
    line-height: 1.5;
}

.menu ul {
    text-align: left;
}

.menu ul li {
    display: inline-block;
    margin: 0 5% 0 0;
}

.menu ul li a{
  margin: 0 5% 0 5%;
  font-weight: bold;
}

.jq_yes {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #000000;
}
/*

.jq_yes a,.jq_no a{
    font-size: 100%;
}
*/

.jq_no {
    background-color: #b7b7b7;
        padding: 10px;
}

/* etc,,,
-----------------------------------------*/

.menu_title,
section {
    margin: 0 auto;
    padding-top: 2px;
    width: 80%;
}

section p {
    line-height: 1.5;
    margin: 0 0 10px 0;
}

section h2 {
    padding: 0 0 10px 0;
    margin: 20px 0 15px 0;
    border-bottom: solid 3px #CCC;
}
.site-footer{
	background: #25355f;
	padding: 60px 0;
}
.copyright{
	color: #fff;
	font-size: 12px;
	text-align: center;
}

#area05 {
    margin-bottom: 50px;
}

.to_home{
    text-align: center;
}</pre></body></html>