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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.u-txt-left {
    text-align: left !important;
}
.u-txt-center {
    text-align: center !important;
}
.u-txt-right {
    text-align: right !important;
}

.u-txt-red {
    color: #cc0000;
}


.u-mt-60 {
    margin-top: 60px !important;
}
.u-mb-60 {
    margin-bottom: 60px !important;
}

a:link {
    color: #0066ff;
}
a:visited {
    color: #661aa0;
}
a:hover {
    color: #ff8000;
}
a:active {
    color: #e21a1a;
}
a:hover,
a:active {
    outline: none;
}
img {
    max-width: 100%;
    vertical-align: top;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 1em 5em;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    background-color: #666666;
    text-decoration: none;
    border-radius: 9999px;
    transition: background-color 0.15s ease;
}
.btn::before {
    content: ">";
    position: absolute;
    top: 50%;
    right: 1.5em;
    margin-top: -0.5em;
    font-weight: bold;
}
.btn:hover {
    background-color: #4d4d4d;
}
.btn-primary {
    background-color: #0066c6;
}
.btn-primary:hover {
    background-color: #0077e5;
}
.btn-back::before {
    content: "<";
    right: auto;
    left: 1.5em;
}
a.btn {
    color: #ffffff;
}
input.btn,
button.btn {
    -webkit-appearance: none;
    border-width: 0;
    cursor: pointer;
}

.text {
    position: relative;
    margin-right: 1em;
    margin-left: 1em;
    padding: 0.875em 1.5em;
    border: 1px solid #e2e2e2;
}
.text::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e2e2e2 transparent transparent transparent;
}
.text-info {
    border-color: #0099cc;
}
.text-info::before {
    border-top-color: #0099cc;
}
.text-note {
    border-color: #ff9933;
}
.text-note::before {
    border-top-color: #ff9933;
}
.text-error {
    border-color: #ff3300;
}
.text-error::before {
    border-top-color: #ff3300;
}
.text > ul,
.text > ol {
    margin-top: 0;
    margin-bottom: 0;
}


.news-list {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}
.news-list li {
    margin: 0.75em 1em;
}
.news-list li div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 1em 3em 1em 1em;
    border: 1px solid #e2e2e2;
    text-decoration: none;
    transition: color 0.15s ease, background-color 0.15s ease;
}
.news-list li div b {
    display: block;
    padding: 0.25em 1em;
    color: #ffffff;
    background-color: #0099cc;
    border-radius: 4px;
}
.news-list li div span {
    display: block;
    margin-left: 1em;
}



/* layout */

html {
    font-size: 14px;
    line-height: 1.5;
    background-color: #fafafa;
    color: #333333;
}
.wrapper {
    position: relative;
    margin: 0;
}
.content-wrapper {
    margin-left: 25%;
    background-color: #ffffff;
    color: #333333;
}
@media screen and (min-width: 1200px) {
    .content-wrapper {
        margin-left: 300px;
    }
}
.content {
    max-width: 1080px;
    min-height: 360px;
    margin: 0 auto;
    padding: 20px 40px 40px;
}
.content h2,
.content h3 {
    margin-bottom: 20px;
    clear: both;
}
.content h2 {
    margin-top: 40px;
    padding: 0 16px 3px;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 2px solid #8c8c8c;
    box-shadow: 0 1px 1px #f7f7f7;
}
.content h3 {
    margin-top: 32px;
    padding: 6px 16px;
    font-size: 18px;
    font-weight: normal;
    background-color: #ebebeb;
}
.content ul > li {
    margin-top: 0.25em;
}
.content ol > li {
    margin-top: 0.75em;
}

.to-top {
    margin-left: 25%;
    padding-top: 10px;
    color: #333333;
    border-top: 1px solid #cccccc;
}
@media screen and (min-width: 1200px) {
    .to-top {
        margin-left: 300px;
    }
}
.to-top p {
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 40px;
    text-align: right;
}
.to-top p a {
    color: #333333;
    text-decoration: none;
}
.to-top p a:hover {
    color: #ff8000;
}

.footer-nav {
    margin-left: 25%;
}
@media screen and (min-width: 1200px) {
    .footer-nav {
        margin-left: 300px;
    }
}
.footer-nav p {
    text-align: center;
}
.footer-nav p a {
    margin: 0 1em;
    color: #333333;
    text-decoration: none;
}
.footer-nav p a:hover {
    color: #ff8000;
}
.copyright {
    margin-bottom: 2em;
    margin-left: 25%;
    font-size: 12px;
    text-align: center;
}
@media screen and (min-width: 1200px) {
    .copyright {
        margin-left: 300px;
    }
}
.nav {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 25%;
    max-width: 300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333333;
    background: linear-gradient(to right, #404040 10%, #333333 90%);
    box-shadow: 1px 0 2px #333333;
}
.nav-logo,
.nav-download {
    margin: 20px 10% 0;
    text-align: center;
}
.nav-footer {
    width: 100%;
    margin: 0;
    text-align: left;
}
.footer-to-bottom .nav-lang {
    position: absolute;
    left: 2.5%;
    bottom: 0;
    width: 95%;
}
.nav-footer ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
}
.nav-footer ul li a {
    position: relative;
    display: block;
    padding: 8px 1em 8px 3em;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    transition: color 0.15s ease;
}
.nav-footer ul li a::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 2em;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: background-color 0.15s ease;
}
.nav-footer ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #dabe66;
    transition: width 0.15s ease;
}
.nav-footer ul li a:hover {
    color: #dabe66;
}
.nav-footer ul li a:hover::before {
    background-color: #dabe66;
}
.nav-footer ul li a:hover::after {
    width: 100%;
}
.nav-footer ul li a span {
    position: absolute;
    left: 1em;
    display: block;
    min-width: 1.5em;
    text-align: right;
}
.nav-bnr {
    margin: 10px;
    text-align: center;
}
.nav-lang {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.nav-lang span {
    display: inline-block;
}
.nav-lang a {
    color: #ffffff;
}
.nav-lang .current {
    position: relative;
}
.nav-lang .current::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: -1;
    width: 6px;
    height: 6px;
    margin-top: 6px;
    margin-left: -3px;
    border-radius: 50%;
    background-color: #fafafa;
}

noscript {
    display: block;
    text-align: right;
}
noscript div {
    display: inline-block;
    max-width: 67.5%;
    margin: 1em 1em 1em 0;
    padding: 0.5em 1em;
    background-color: #ffff00;
    text-align: left;
    border: 1px solid #999999;
}



@media screen and (max-width: 767px) {

    .news-list li div {
        display: block;
    }
    .news-list li div b {
        display: inline-block;
    }
    .news-list li div span {
        margin-top: 0.5em;
        margin-left: 0;
    }



    html {
        min-width: 320px;
    }
    .wrapper {
        box-shadow: none;
    }
    .content-wrapper,
    .to-top,
    .footer-nav,
    .copyright {
        margin-left: 0;
    }
    .content {
        padding-right: 5%;
        padding-left: 5%;
    }
    .content h2 {
        margin-top: 30px;
        padding: 0 14px 2px;
        font-size: 18px;
    }
    .content h3 {
        margin-top: 24px;
        padding: 5px 14px;
        font-size: 16px;
    }

    .nav {
        position: static;
        top: auto;
        z-index: 0;
        width: auto;
        max-width: none;
        min-width: 0;
        height: auto;
        min-height: 0;
        box-shadow: none;
        margin-top: 10px;
    }
    .nav-logo,
    .nav-download {
        display: none;
    }
    .nav-footer {
        position: static;
        left: auto;
        bottom: auto;
        width: auto;
        margin: 0;
        padding: 15px 0;
        text-align: left;
    }
    .footer-to-bottom .nav-lang {
        position: static;
        width: auto;
    }
    .nav-footer ul {
        margin-top: 0;
    }
    .nav-footer ul li a:hover::after {
        width: 0;
    }
    .nav-lang {
        margin-bottom: 6px;
    }
    .nav-lang .current::before {
        z-index: auto;
    }

}
