@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
*::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #fff;
}
a {
    color: green;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/* header */
#top-head {
    font-size: 14px;
    top: -100px;
    position: absolute;
    width: 100%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 0 0;
    line-height: 1;
    z-index: 999;
    background-color:#DBEDD3;
}
#top-head a, #top-head {
    color: green;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
    margin-bottom: 12px;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: bold;
}
#global-nav ul li {
    float: left;
    position: relative;
    margin-bottom: 30px;
}
#global-nav ul li a {
    padding: 0 15px;
}
/* Btn Hover */
#global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
    background: green;
    bottom: -10px;
}
ul .sub_n a {
    display: none;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 100px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
}
#top-head.fixed #global-nav ul li a {
    color: green;
    padding: 0 15px;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
    bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
    background: green;
    bottom: -20px;
}
/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
footer {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #DBEDD3;
}
.f-nav ul {
    list-style: none;
    overflow: hidden;
    display: inline-block;
    width: 600px;
    padding-left: 40px;
    padding-bottom: 20px;
}
.f-nav ul li {
    width: 180px;
    text-align: left;
    font-size: 0.8em;
    float: left;
    margin-right: 2px;
    line-height: 2em;
}
.f-nav ul li a {
    text-decoration: none;
    padding: 10px;
}
.f-nav ul li a:hover {
    color: #6ab830;
}
.f-nav2 ul {
    list-style: none;
    overflow: hidden;
    display: inline-block;
}
.f-nav2 ul li {
    margi-top: 30px;
    width: 160px;
    text-align: center;
    font-size: 0.7em;
    float: left;
    margin-right: 2px;
    border-left: 1px solid green;
    border-right: 1px solid green;
}
.f-nav2 ul li + li {
    border-left: 0;
    border-right: 1px solid green;
}
.f-nav2 ul li a {
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
}
.f-nav2 ul li a:hover {
    color: #6ab830;
}
.nav-logo {
    padding-top: 50px;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}
li a .triangle-t {
    display: none;
}
.container {
    width: 1000px;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: left;
    line-height: 1.9;
    display: flex;
}
.main{
	width: 75%;
    padding-right: 30px;
    margin-top: 0px;
    padding-top: 0px;
	}
.sidebar{
    margin-top: 15px;
	width: 25%;
    padding-left: 2%;
    padding-right: 1%;
	}
.sidebar img {
    padding-bottom: 10%;
}
h2 {
    font-size: 1.8em;
    border-bottom: 2px solid green;
    line-height: 1.8em;
    margin-bottom: 7%;
}
h3 {
    font-size: 1.2em;
    background-color: #EAEAEA;
    line-height: 2em;
    padding-left: 10px;
    margin-bottom: 2%;
}

.c_icon{
    position: relative;
    color: green;
    font-size: 2em;
    padding-right: 10px;
    line-height: 2em;
    vertical-align: top;
}
.left {
    padding-bottom: 5%;
    text-indent: 1em;
}
.left2 {
    padding-bottom: 2%;
}
.left3 {
    padding-bottom: 0%;
}
.left4 {
    padding-bottom: 5%;
}
.left5 {
    padding-bottom: 2%;
    text-indent: 1em;
}
.left6 {
    padding-bottom: 2%;
    font-size: 0.9em;
    line-height: 1.8em;    
}
.left7 {
    padding-bottom: 2%;
    font-weight: bold;
}
.left8 {
    padding-bottom: 8px;
    line-height: 1.3em;
    text-indent: -5em;
    padding-left: 5em;
    font-size: 0.9em;
}
.left9 {
    font-size: 0.9em;
    padding-bottom: 3%;
    text-indent: 1em;
}
.indent {
    text-indent: -1em;
    padding-left: 1em;
}
.commentary
{
    font-size: 0.6em;
}
.commentary_text
{
    font-size: 0.8em;
    padding-bottom: 6%;
    line-height: 1.5em;
}
.commentary_text2
{
    font-size: 0.8em;
    padding-top: 3%;
    line-height: 1.5em;
}
.commentary_text3
{
    font-size: 0.8em;
    padding-top: 2%;
    line-height: 1.5em;
    margin-bottom: 5%;
}
.commentary_text4
{
    font-size: 0.7em;
    padding-top: 2%;
    line-height: 2em;
    margin-bottom: 5%;
    color: darkolivegreen;
}




@media screen and (max-width: 1020px) {
    article {
        padding: 0 3%;
    }
    .inner {
        width: 100%;
        padding: 0 20px;
    }
    .container  {
    width: 100%;
    }
    .main{
      padding-right: 10px;
	}
}
@media screen and (max-width: 840px) {
    #top-head, .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    #top-head .inner {
    margin-bottom: 0px;
}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #DBEDD3;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo, #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        top: -500px;
        background: green;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        padding-left: 40%;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #global-nav ul li:after {
        display: none;
    }
    #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 15px 0;
    }
    #nav-toggle {
        display: block;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    .logo a img {
        width: 80px;
        position: relative;
        top: -10px;
        left: -10px;
    }
    #global-nav ul li {
        margin-bottom: 0px;
    }
    .f-nav ul {
        display: none
    }
    .f-nav ul {
        display: none
    }
    .f-nav2 ul {
        display: none;
    }
    li a .triangle-t {
        display: inline;
        padding-right: 3px;
    }
    ul .sub_n a {
    font-size: 0.8em;
    color: khaki !important;
        }
    .nav-logo {
        padding-top: 10px;
    }
    .container  {
    margin-top: 100px;
    display: block;
    }
    .main{
	width: 100%;
    padding-right: 0%;
	}
    .sidebar{
	width: 40%;
    padding-left: 0%;
    margin-right: auto;
    margin-left: auto;
	}
}


@media screen and (max-width: 450px) {
    #global-nav ul {
        padding-left: 33%;
    }
}

@media screen and (max-width: 520px) {
    .nav-logo {
    padding-top: 0px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    }
    .sidebar{
	width: 50%;
	}
}
