/*  --------------------------------------------------
        :: 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: "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 13px;
    line-height: 1.5em;
    background: #fff;
}
a {
    color: #0042d9;
    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: 13px;
    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 )";
}
@media only screen and (max-width: 767px) {
    p {
        font-size: 13px;
        line-height: 1.1em;
        text-align: justify;
    }
    p a, p a:visited {
        line-height: 1.1em;
    }
}



/* グリッドシステム
================================================== */
.container {
    margin: 0 20px;
}
.row {
    width: 90%;
    max-width: 1000px;
    min-width: 727px;
    margin: 0 auto;
}
.row .row {
    min-width: 0;
}

.columns {
    margin-right: 3.2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.SP_columns {
    margin-right: 3.2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.lc {
    margin-right: 0;
}

.row .g1.columns    { width: 5.4%; }
.row .g2.columns    { width: 14.0%; }
.row .g3.columns    { width: 22.6%; }
.row .g35.columns    { width: 26.9%; }
.row .g4.columns    { width: 31.2%; }
.row .g45.columns    { width: 35.5%; }
.row .g5.columns    { width: 39.8%; }
.row .g6.columns    { width: 48.4%; }
.row .g7.columns    { width: 57.0%; }
.row .g8.columns    { width: 65.6%; }
.row .g9.columns    { width: 74.2%; }
.row .g10.columns   { width: 82.8%; }
.row .g11.columns   { width: 91.4%; }
.row .g12.columns   { width: 100%; }

.row .g2.SP_columns    { width: 14.0%; }
.row .g3.SP_columns    { width: 22.6%; }
.row .g4.SP_columns    { width: 31.2%; }
.row .centered { float: none; margin: 0 auto; }

img, object, embed {
    max-width: 100%;
    height: auto;
    width:auto;
}
img {
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .row {
        width: 90%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto;
    }
    .column, .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .tisu {
        float: none;
        margin: 0 auto 20px auto;
        max-width: 500px;
    }
    .SP_columns {
        margin: 0 1% 0 1%;
        min-height: 1px;
    }
    .row .g2.SP_columns    { width: 48%; }
    .row .g3.SP_columns    { width: 48%; }
    .row .g4.SP_columns    { width: 48%; }
}


/* ヘッダー
================================================== */
#header_bg {
    width: 100%;
    height: 100px;
    background: #fff;
}
#header_logo {
    float: left;
    padding-top: 30px;
    width: 25.9%;
}
#header_iso {
    float: left;
    padding-top: 30px;
    padding-left: 4%;
    width: 14%;
}
#header h1 {
	float: left;
	padding-top: 30px;
	padding-left: 1.5%;
	padding-right: 3%;
	width: 19.4%;
	font-size: 11px;
	line-height: 1.2em;
}
#header_submenu {
	float: left;
	width: 32.2%;
}
#header_submenu #header_recruit_btn {
    float: left;
    width: 34.161490683229813664596273291925%;
}
#header_submenu #header_contact_btn {
    float: left;
    width: 32.919254658385093167701863354037%;
}
#SP_header_bg {
    display: none;
}

@media only screen and (max-width: 767px) {
    #header_bg {
        display: none;
    }
    #SP_header_bg {
        display: block;
    }
    #SP_header h1 {
        margin: 5px 0;
        font-size: 10px;
        line-height: 1.2em;
    }
    #SP_header_logo {
        margin-top: 10px;
        text-align: center;
    }
    #SP_header_logo img {
        width: 60%;
    }
    #SP_submenu {
        margin: 20px 0;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
}


/* グローバルナビ
================================================== */
#gnav_bg_box {
    height: 60px;
}
#SP_gnav_bg_box {
    display: none;
}
#gnav_bg {
    width: 100%;
    height: 59px;
    background: #fff;
    border-top: 1px solid #ccc;
    z-index: 10000;
}
#SP_gnav_bg {
    display: none;
}
#gnav {
    height: 59px;
    color: #fff;
}
#gnav a {
    color: #333;
}
#gnav ul li {
    float: left;
    display: block;
    height: 59px;
    background: url(../img/gnav_line.png) 0 center no-repeat;
}
#gnav ul li a {
    display: block;
    height: 59px;
    font-size: 13px;
    line-height: 1.2em;
    text-align: center;
}
#gnav ul li.toppage { width: 12.5%;}
#gnav ul li.greeting { width: 12.5%;}
#gnav ul li.company { width: 12.5%;}
#gnav ul li.scrap { width: 12.5%;}
#gnav ul li.product { width: 12.5%;}
#gnav ul li.factory { width: 12.5%;}
#gnav ul li.equipment { width: 12.5%;}
#gnav ul li.access { width: 12.5%; }

#gnav ul li a { height: 36px; padding: 23px 0 0 0; }
#gnav ul li.factory a , #gnav ul li.equipment a { height: 43px; padding: 16px 0 0 0; }
#gnav ul li.scrap a { height: 51px; padding: 8px 0 0 0; }

#gnav ul li:hover a {
    background: #ccc;
}
#gnav ul li.current {
    background: #0042d9;
}
#gnav ul li.current a {
    color: #fff;
}
#gnav ul li ul {
    margin: 0 0 0 0;
}
#gnav ul li.current ul {
    margin: 0 0 0 0;
}
#gnav ul li ul li {
    margin: 0 0 0 0;
    float: none;
    position: relative;
    height: 40px;
}
#gnav ul li.scrap ul li a , #gnav ul li.product ul li a {
    margin: 0 0 0 0;
    display: block;
    height: 27px;
    padding: 13px 20px 0 20px;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    border-left: none;
    color: #004ed6;
    background: #f0f0f0;
}
#gnav ul li.access ul li a {
    padding: 13px 71px 0 72px;
}
#gnav ul li.scrap ul li a:hover , #gnav ul li.product ul li a:hover {
    color: #fff;
    background: #004ed6;
}
/* OFF */
#gnav ul li ul {
    display: none;
}
/* ON */
#gnav ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 200000;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
    #gnav_bg {
        display: none;
    }
    #SP_gnav_box {
        margin-top: -60px;
        display: block;
        height: 91px;
    }
    #SP_gnav_bg {
        display: block;
        height: auto;
        background: #fff;
        border-top: 1px solid #ccc;
    }
    #SP_gnav a {
        color: #333;
        height: auto;
    }
    #SP_gnav ul li {
        float: left;
        height: auto;
        display: block;
        border-left: 1px solid #ccc;
        box-sizing:border-box;
    }
    #SP_gnav ul li a {
        display: block;
        height: auto;
        font-size: 11px;
        line-height: 1.2em;
        text-align: center;
    }
    #SP_gnav ul li.toppage , #SP_gnav ul li.greeting , #SP_gnav ul li.company { width: 22.222222%; border-bottom: 1px solid #ccc;}
    #SP_gnav ul li.scrap { width: 33.3333333%; border-bottom: 1px solid #ccc;}
    #SP_gnav ul li.product , #SP_gnav ul li.factory , #SP_gnav ul li.equipment , #SP_gnav ul li.access { width: 25%;}
    #SP_gnav ul li.toppage a , #SP_gnav ul li.greeting a , #SP_gnav ul li.product a , #SP_gnav ul li.factory a , #SP_gnav ul li.equipment a , #SP_gnav ul li.access a {
        padding: 16px 0;
    }
    #SP_gnav ul li.toppage , #SP_gnav ul li.product {
        border-left: none;
    }
    #SP_gnav ul li.company a , #SP_gnav ul li.scrap a , #SP_gnav ul li.company a , #SP_gnav ul li.factory a , #SP_gnav ul li.equipment a{
        padding: 9.5px 0;
    }

    #SP_gnav ul li.current a {
        color: #fff;
        background: #0042d9;
    }
    #SP_gnav ul li ul {
        margin: 0 0 0 0;
    }
    #SP_gnav ul li.current ul {
        margin: 0 0 0 0;
    }
    #SP_gnav ul li ul li {
        margin: 0 0 0 0;
        float: none;
        position: relative;
        border-left: none;
    }
    #SP_gnav ul li.scrap ul li a , #SP_gnav ul li.product ul li a {
        margin: 0 0 0 0;
        display: block;
        width: 100%;
        padding: 15px 5px;
        color: #004ed6;
        font-size: 11px;
        text-decoration: none;
        text-align: left;
        border-left: none;
        background: #f0f0f0;
        box-sizing:border-box;
    }
    #SP_gnav ul li.scrap ul li a:hover , #SP_gnav ul li.product ul li a:hover {
        color: #fff;
        background: #444;
    }
    /* OFF */
    #SP_gnav ul li ul {
        display: none;
    }
    /* ON */
    #SP_gnav ul li:hover ul {
        display: block;
        position: absolute;
        z-index: 200000;
    }
}



/* フッター
================================================== */
#footer_bg {
    padding: 50px 0;
    background: #000;
}
#footer , #footer a {
    color: #fff;
}
#footer .left {
    float: left;
    width: 50%;
}
#footer .left address .name {
    font-size: 20px;
    margin-bottom: 10px;
}
#footer .left .address {
    font-size: 12px;
    line-height: 1.5em;
}
#footer .right {
    float: left;
    width: 50%;
    font-size: 13px;
}
#footer .right ul#footer_nav1 { float: left; width: 62%; }
#footer .right ul#footer_nav2 { float: left; width: 38%; }
#footer .right ul#footer_nav1 li , #footer .right ul#footer_nav2 li {
    padding-left: 15px;
    line-height: 2.2em;
	font-size: 12px;
    background: url(../img/footer_arrow1.png) 0 7px no-repeat;
}
#footer .right ul#footer_nav1 li a , #footer .right ul#footer_nav2 li a {
    font-size: 12px;
	line-height: 2.2em;
}
#footer .right ul#footer_nav1 li ul li , #footer .right ul#footer_nav2 li ul li {
    background: url(../img/footer_arrow2.png) 0 7px no-repeat;
}
p#copyright {
    float: left;
    width: 71%;
    margin-top: 50px;
    font-size: 11px;
}
p#estasia {
    float: left;
    width: 29%;
    margin-top: 35px;
}

#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
}
#pagetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

@media only screen and (max-width: 767px) {
    #pagetop_bg {
        background: #fff;
    }
    #pagetop {
        background: #fff;
    }
    #pagetop img {
        width: 60px;
    }
    #footer .left {
        float: none;
        width: 100%;
    }
    #footer .right {
        display: none;
    }
    p#copyright {
        float: none;
        width: 100%;
        font-size: 9px;
    }
    p#estasia {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 20px 0 20px 10px;
    color: #0042d9;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    border: 2px solid #004ebb;
    border-radius: 4px;
    box-sizing:border-box;
    background: #fff url(../img/arrow1.png) right center no-repeat;
}
p.btn1 a:hover {
    color: #fff;
    background: #0042d9 url(../img/arrow2.png) right center no-repeat;
}
p.btn2 a {
    display: block;
    padding: 20px 0 20px 10px;
    color: #6f4133;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    border: 2px solid #6f4133;
    border-radius: 4px;
    box-sizing:border-box;
    background: #fff url(../img/arrow3.png) right center no-repeat;
}
p.btn2 a:hover {
    color: #fff;
    background: #6f4133 url(../img/arrow2.png) right center no-repeat;
}

.w50 {
    width: 50%;
}


@media only screen and (max-width: 767px) {
    p.btn1 a {
        font-size: 12px;
    }
    p.btn2 a {
        font-size: 12px;
    }
}
