@charset "utf-8";

    html {
    font-size : 90%;
    line-height: 148%;
    }
     
    @media screen and (min-width : 768px){
        html{
    font-size : 90%;
    line-height: 148%;
} 
    }
     
    @media screen and (min-width : 1024px) {
        html{
    font-size : 90%;
    line-height: 168%;
}; 
    }


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;   
}
img   { border:none;}
a:focus, *:focus { outline:none; }
.resizeimage100 img { width: 100%; }
.resizeimage98 img { width: 98%; }
.resizeimage95 img { width: 95%; }
.resizeimage90 img { width: 90%; }
.resizeimage85 img { width: 85%; }
.resizeimage80 img { width: 80%; }
.resizeimage75 img { width: 75%; }
.resizeimage70 img { width: 70%; }
.resizeimage65 img { width: 65%; }
.resizeimage60 img { width: 60%; }
.resizeimage55 img { width: 55%; }
.resizeimage50 img { width: 50%; }
.resizeimage45 img { width: 45%; }
.resizeimage40 img { width: 40%; }
.resizeimage35 img { width: 35%; }
.resizeimage30 img { width: 30%; }
.resizeimage25 img { width: 25%; }
.resizeimage20 img { width: 20%; }
.resizeimage15 img { width: 15%; }
.resizeimage10 img { width: 10%; }


.spmenu_btn {
    display: block;
    position: absolute;
    top: 5px;
    width: 30px;
    height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 5px;
    z-index: 20;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.spmenu_btn hr {
    margin: 0px;
    padding: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    background-color: #000;
}
.spmenu_btn:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #000;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background-color: #FFF;
    -webkit-border-radius: 25px;     /* for Safari and Chrome */
    -moz-border-radius: 25px;    /* for Firefox */
    -o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
    -khtml-border-radius: 25px;   /* Linux browsers */
    border-radius: 25px;     /* CSS3 */
    behavior: url(PIE.htc);
    height: 40px;
    width: 40px;
}
.spmenu_btn.active hr {
    margin: 0px;
    padding: 0px;
    display: none;
}
.spmenu_btn.active:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top:10px;
    right: 0px;
    left: 5px;
    bottom: 0px;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    top:10px;
    right: 0px;
    left: 5px;
    bottom: 0px;
}

.spmenu {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #999;
}
nav {
    display:block;
    width:100%;
    margin:0 auto;
}
nav li a {
    display: block;
    width: 100%;
    color: #FFF;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
}
header {
    margin-bottom: 2%;
}

header h1 {
    font-size: 100%;
    text-align: right;
    margin-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
}
header .logo-box {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 55%;
}

header p {
    padding-top: 3px;
    padding-bottom: 3px;
}

.Main__body {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 50px;
}
.Foot__box {
    background-color: #8DC21F;
    padding-top: 3%;
    padding-bottom: 3%;
}
.Foot__box .Box-01 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2px;
    padding-right: 2%;
    padding-bottom: 2px;
    padding-left: 2%;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFF;
    text-align: left;
    margin-top: 2%;
    margin-bottom: 2%;
    color: #FFF;
    line-height: 168%;
    font-size: 16px;
}
.Foot__box a{
    color: #FFF;
    text-decoration: none;
}
.Foot__box a:active {
    background-color: #F00;
}
.Main__body hr {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: url(../img/lain_01.png);
    background-repeat: repeat-x;
    height: 50px;
}
.cl {
    clear: both;
}
