/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* 初期設定
================================================== */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 16px;
    line-height: 1.4em;
    background: #000;
}
a {
    text-decoration: none;
    line-height: inherit;
    color: #000;
}
a , a img {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border: none;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 1.5em;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}

strong {
    font-weight: bold;
    line-height: inherit;
}
.linkbox {
}
.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.sp_on {
    display: none;
}
#pagetop_sp {
    display: none;
}


/* グリッド 12-1000
================================================== */
.frame {
    width: 1040px;
    margin: 0 auto;
    position: relative;
}
.contents {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 0 20px;
}
.g1 { float: left; width: 54px; margin-right: 32px; }
.g2 { float: left; width: 140px; margin-right: 32px; }
.g3 { float: left; width: 226px; margin-right: 32px; }
.g4 { float: left; width: 312px; margin-right: 32px; }
.g5 { float: left; width: 398px; margin-right: 32px; }
.g6 { float: left; width: 484px; margin-right: 32px; }
.g7 { float: left; width: 570px; margin-right: 32px; }
.g8 { float: left; width: 656px; margin-right: 32px; }
.g9 { float: left; width: 742px; margin-right: 32px; }
.g10 { float: left; width: 828px; margin-right: 32px; }
.g11 { float: left; width: 914px; margin-right: 32px; }
.lc { margin-right: 0; }
.null { height: 1px; }



/* ヘッダー
================================================== */
#header1_bg {
    width: 100%;
    height: 30px;
    background: #940000;
}
#header1 h1 {
    padding: 5px 0 0 0;
    color: #fff;
    font-size: 12px;
}
#header2_bg {
    width: 100%;
    height: 80px;
    background: #ffe27c;
}
#header2 p#header_logo {
    float: left;
    width: 270px;
}
#header2 p#header_info {
    float: left;
    width: 620px;
    text-align: right;
}
#header2 p#header_day {
    float: left;
    margin: -30px 0 0 0;
    width: 110px;
}
#header3_bg {
    height: 37px;
    background: url(../img/header_flags.png) 0 0 repeat-x;
}

#sp_header1_bg , #sp_header2_bg , #sp_header3_bg {
    display: none;
}


/* グローバルナビ
================================================== */
#sp_gnav_bg {
    display: none;
}
#gnav_bg {
    width: 100%;
    height: 80px;
}
#gnav ul li {
    float: left;
    display: block;
}
#gnav ul li.toppage { width: 167px; }
#gnav ul li.about { width: 166px; }
#gnav ul li.system { width: 167px; }
#gnav ul li.gallery { width: 167px;}
#gnav ul li.access { width: 166px; }
#gnav ul li.recruit { width: 167px; }
#gnav ul li:hover { background: url(../img/gnav_hover.png) center center no-repeat; }

#gnav ul li.current {
    background: url(../img/gnav_current_bg.png) center center no-repeat;
}

#gnav_line_bg {
    height: 3px;
    background: #ffe27c;
}


/* フッター
================================================== */
#footer_menu_bg {
    margin: 0 0 0 0;
    height: 60px;
    background: #ffe27c;
}
#footer_menu #footer_menu_list {
    float: left;
    width: 860px;
    padding: 18px 0 0 0;
}
#footer_menu #footer_menu_list a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
#footer_menu #pagetop {
    margin: -164px 0 0 0;
    float: left;
    width: 140px;
    height: 244px;
}

#footer {
    padding: 0 0 30px 0;
}
#footer p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7em;
}
#footer_bg {
}
#footer , #footer a {
    color: #fff;
}
#footer p#copyright {
    font-size: 11px;
}


/* ボタン
================================================== */
p.btn1 {
    margin: 30px 0 0 0;
}
p.btn1 a {
    display: block;
    height: 38px;
    padding: 17px 0 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    background: url(../img/btn_arrow1.png) 10px center no-repeat;
    border: 3px solid #fff;
    border-radius: 4px;
}
p.btn1 a:hover {
    background: #950000 url(../img/btn_arrow1.png) 11px center no-repeat;
}
.w398 { width: 398px; }

p.btn2 {
    margin: 30px 0 0 0;
}
p.btn2 a {
    display: block;
    height: 38px;
    padding: 17px 0 0 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    background: url(../img/btn_arrow2.png) 10px center no-repeat;
    border: 3px solid #000;
    border-radius: 4px;
}
p.btn2 a:hover {
    background: #fff url(../img/btn_arrow2.png) 11px center no-repeat;
}

p.btn3 {
    margin: 30px 0 0 0;
}
p.btn3 a {
    display: block;
    height: 38px;
    padding: 17px 0 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 4px;
}
p.btn3 a:hover {
    background: #000;
}

p.btn4 {
    margin: 20px 0 0 0;
}
p.btn4 a {
    display: block;
    height: 38px;
    padding: 17px 0 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    background: url(../img/btn_arrow4.png) 10px center no-repeat;
    border: 3px solid #fff;
    border-radius: 4px;
}
p.btn4 a:hover {
    background: #950000 url(../img/btn_arrow4.png) 11px center no-repeat;
}