/*  --------------------------------------------------
        :: 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: #444;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
}
a {
    text-decoration: none;
    line-height: inherit;
}
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: 14px;
    line-height: 1.5em;
    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 )";
}


/* グリッド 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; }



/* ヘッダー
================================================== */
#header_bg {
    width: 100%;
    height: 100px;
    background: url(../img/header_bg2.gif) 0 0 repeat-x;
}
#header {
    height: 100px;
    background: url(../img/header_bg.jpg) 0 0 no-repeat;
}
#header h1 {
    padding: 20px 0 0 0;
    text-align: center;
}



/* グローバルナビ
================================================== */
#gnav_bg {
    width: 100%;
    height: 60px;
    background: #ececec url(../img/gnav_bg.jpg) center 0 no-repeat;
}
#gnav ul li {
    float: left;
    display: block;
}
#gnav ul li.toppage { width: 103px; }
#gnav ul li.about { width: 245px; }
#gnav ul li.kyushoku { width: 174px; }
#gnav ul li.recruit { width: 121px; }
#gnav ul li.contact { width: 135px; }
#gnav ul li.blog { width: 222px; }
#gnav ul li:hover { background: #ececee; }

#gnav ul li.current.toppage { background: url(../img/gnav1_cu.png) 0 0 no-repeat; }
#gnav ul li.current.about { background: url(../img/gnav2_cu.png) 0 0 no-repeat; }
#gnav ul li.current.kyushoku { background: url(../img/gnav3_cu.png) 0 0 no-repeat; }
#gnav ul li.current.recruit { background: url(../img/gnav6_cu.png) 0 0 no-repeat; }
#gnav ul li.current.contact { background: url(../img/gnav7_cu.png) 0 0 no-repeat; }
#gnav ul li.current.blog { background: url(../img/gnav8_cu.png) 0 0 no-repeat; }

#gnav ul li ul {
    margin: 0 0 0 0;
}
#gnav ul li ul li {
    margin: 0 0 0 0;
    padding: 0;
    float: none;
    position: relative;
}
#gnav ul li ul li a {
    margin: 0 0 0 0;
    display: block;
    width: 174px;
    padding: 10px 0;
    color: #444;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    border-top: 1px solid #aaa;
    background: rgba(255,255,255,0.8);
}
#gnav ul li ul li.lc a {
    padding: 10px 10px 10px 30px;
    border-bottom: none;
}
#gnav ul li ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
/* OFF */
#gnav ul li ul {
    display: none;
}
/* ON */
#gnav ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 2000;
}



/* フッター
================================================== */
#footer_bg {
    padding: 0 0 60px 0;
    background: #2a1818 url(../img/footer_bg.gif) 0 0 repeat-x;
}
#footer , #footer a {
    color: #fff;
}
#pagetop {
    padding: 0 0 30px 0;
    text-align: right;
    background: url(../img/pagetop_btn_bg.png) right -30px no-repeat;
}
#pagetop a img {
    margin: -30px 0 0 0;
}
ul.footer_menu_left {
    float: left;
    width: 166px;
}
ul.footer_menu_right {
    float: left;
    width: 146px;
}
ul.footer_menu_left li , ul.footer_menu_right li {
    margin: 0 0 5px 0;
}
ul.footer_menu_right li ul li {
    margin: 0 0 0 1em;
}
ul.footer_menu_left li a , ul.footer_menu_right li a {
    font-size: 13px;
}
ul.footer_menu_left li a span.square , ul.footer_menu_right li a span.square {
    font-size: 11px;
    color: #e1a42f;
}
#footer .freedial {
    margin: 10px 0 0 0;
    font-size: 15px;
}
#footer .freedial img {
    margin: 0 0 0 10px;
    vertical-align: middle;
}
p#footer_contact_btn {
    margin: 20px 0 0 0;
    width: 220px;
}
p#footer_contact_btn a {
    display: block;
    height: 33px;
    padding: 17px 0 0 50px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
    background: url(../img/footer_mail_btn.png) 7px center no-repeat;
    border: 1px solid #fff;
    border-radius: 4px;
}
p.footer_banner {
    background: #fff;
}
#copyright_bg {
    background: #000 url(../img/copyright_bg.gif) 0 0 repeat-x;
}
p#copyright {
    padding: 18px 0 20px 0;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
p#copyright a {
    color: #fff;
}



/* ボタン
================================================== */
p.btn1 {
    margin: 20px 0 0 0;
}
p.btn1 a {
    display: block;
    height: 33px;
    padding: 17px 0 0 50px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
    background: #511818 url(../img/btn_arrow1.png) 7px center no-repeat;
    border-radius: 4px;
}
.w312 { width: 312px; }

p.btn2 {
    margin: 10px 0 0 0;
    text-align: right;
}
p.btn2 a {
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
}
p.btn2 a img {
    margin-left: 5px;
    vertical-align: middle;
}

p.btn3 {
    margin: 13px 0 0 0;
    text-align: left;
}
p.btn3 a {
    color: #ca455c;
    font-size: 15px;
    line-height: 1.2em;
}
p.btn3 a img {
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

p.btn3_right {
    margin: 10px 0 0 0;
    text-align: right;
}
p.btn3_right a {
    color: #ca455c;
    font-size: 15px;
    line-height: 1.2em;
}
p.btn3_right a img {
    margin-right: 5px;
    vertical-align: middle;
}