#fixed-button {

    position: fixed;
    width: auto;
    top: 0;
    right: 0;
    margin: 0;
    text-align: right;
    z-index: 1;
}

header {

    width: auto;
    padding: 32px 0 52px 0;
    text-align: center;
    background-image: url('/jcsqe/common/images/header_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#header-content {

    width: 1100px;
    margin: 0 auto;
}

#header-logo {

    float: left;
    width: 267px;
}

#gnav {

    float: left;
    width: calc(100% - 270px);
    margin-top: 10px;
    margin: 10px auto 0 auto;
    text-align: center;
    font-family: "Yu Mincho", "YuMincho", '游明朝', serif;
}

#gnav ul {

    height: auto;
    margin: 0px auto 0 auto;
    padding: 0;
}

#gnav ul li {

    display: inline-block;
    width: 150px;
    margin: 0 0 14px 10px;
    font-size: 18px;
    text-align: center;
}

#gnav ul li:last-of-type {

    margin-right: 0;
}

#gnav a {

    color: #ffffff;
}

#gnav a:hover {

    text-decoration: underline;
}

article {

    margin-top: -60px;
    padding-top: 80px;
    text-align: center;
    background-image: url('/jcsqe/common/images/article_bg.png');
    background-position: calc(50% - 234px) top;
    background-repeat: no-repeat;
    background-size: calc(100% + 468px) 2000px;
}

#content {

    width: 1120px;
    margin: 0 auto;
    text-align: left;
}

#sidebar {

    float: left;
    width: 260px;
    text-align: center;
}

#sidebar-goukakusha-ichiran {

    margin: 0 auto;
    width: 240px;
    font-family: "游明朝", YuMincho, serif;
    transition: all 0.3s ease;
    text-align: center;
}

#sidebar-goukakusha-ichiran > h1 {

    width: auto;
    padding: 10px 0; 
    font-size: 20px;
    font-weight: normal;
    color: #295ba9;
    background-color: #ffffff;
}

#sidebar-goukakusha-ichiran h2 {

    background-color: #4c71b3;
    padding: 15px 0;
    font-family: "游明朝", YuMincho, serif;
    font-size: 17px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.4em;
}

#sidebar-goukakusha-ichiran:hover  {

    opacity: 0.6;
}

#sidebar-schedule {

//    margin: 40px auto 0  auto;
    margin: 0 auto;
    width: 150px;
    font-family: "游明朝", YuMincho, serif;
    transition: all 0.3s ease;
    text-align: center;
}

#sidebar-schedule:hover {

    opacity: 0.6;
}

#sidebar-schedule > h1 {

    text-align: center;
    font-size: 24px;
    width: auto;
    margin: 0 0 12px 0;
}

#sidebar-schedule-content {

    display: inline-block;
    width: auto;
    height: auto;
    margin: 1em 0 0 0;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 18px;
    text-align: left;
    line-height: 1.5em;
}

#sidebar-schedule-content .uchikeshi{

    display: inline-block;
    line-height: 1em;
    background-image: url('../images/sidebar_schedule_uchikeshi.png');
    background-repeat: repeat-y;
    background-size: 1em 1em;
    background-position: center center;
}

#sidebar-schedule-content > h1 {

    font-size: 21px;
    margin: -1em 0 0 0;
    color: #b34c4c;
}

#sidebar-schedule-content .num {

   font-family: YuGothic, '游ゴシック', sans-serif;
//    writing-mode: horizontal-tb;
   text-combine-upright: all;
   -webkit-text-combine: horizontal;
   -ms-text-combine-horizontal: all;
}

#sidebar-pamphlet {

    margin-top: 40px;
    transition: all 0.3s ease;
}

#sidebar-pamphlet:hover {

    opacity: 0.6;
}

#main {

    float: left;
    margin-left: 120px;
    width: 680px;
    padding-bottom: 120px;
    line-height: 1.8em;
}

#main > h1 {

    font-size: 32px;
    width: auto;
    margin: 0 0 20px 0;
    text-align: center;
    font-family: "Yu Mincho", "YuMincho", '游明朝', serif;
    font-weight: normal;
    letter-spacing: 2px;
}

#lnav ul {

    width: auto;
    margin: 0 auto;
    text-align :center;
}

#lnav ul li {

    display: inline-block;
    background-color: #ffffff;
    border: solid 1px #063b7c;
    padding: 4px 20px;
    margin-left: 10px;
    font-size: 16px;
}

#lnav ul li:first-of-type {

    margin-left: 0;
}

#lnav ul li a {

    color: #063b7c;
}

#lnav ul li.active {

    background-color: #063b7c;
}

#lnav ul li.active a {

    color: #ffffff;
}

#lnav ul li:hover {

    background-color: #063b7c;
}

#lnav ul li:hover a {

    color: #ffffff;
}

footer {

    width: auto;
    margin-top: -60px;
    padding: 50px 0 40px 0;
    background-image: url('/jcsqe/common/images/footer_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-logo {

    width: 1040px;
    margin: 0 auto;
    text-align: left;
}

#footer-contact {

    width: 1040px;
    margin: 25px auto 0 auto;
    line-height: 1.7em;
    text-align: left;
    font-size: 16px;
}

#footer-contact section {

    float: left;
    width: 480px;
    margin-left: 80px;
}

#footer-contact section:first-of-type {

    margin-left: 0;
}

#footer-contact section h1 {

    margin-bottom: 10px;
    font-size: 18px;
    color: #b34c4c;
    font-weight: normal;
    line-height: 1em;
}

#footer-note {

    margin-top: 20px;
    font-size: 14px;
}
