/*  --------------------------------------------------
        :: 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;
}



/* 初期設定
================================================== */
html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo sans-serif !important;
    font-weight: 500;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 13px;
    line-height: 1.5em;
    background: #fff;
}
a {
    color: #e12d00;
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    border: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
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: 700;
    line-height: inherit;
}
.linkbox {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
}



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

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

.row .g1.columns    { width: 54px; }
.row .g15.columns   { width: 97px; }
.row .g2.columns    { width: 140px; }
.row .g3.columns    { width: 226px; }
.row .g4.columns    { width: 312px; }
.row .g5.columns    { width: 398px; }
.row .g6.columns    { width: 484px; }
.row .g7.columns    { width: 570px; }
.row .g8.columns    { width: 656px; }
.row .g9.columns    { width: 742px; }
.row .g10.columns   { width: 828px; }
.row .g11.columns   { width: 914px; }
.row .g12.columns   { width: 1000px; }

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



/* ヘッダー
================================================== */
header {
    position: relative;
    width: 100%;
    height: 90px;
    background: #fff;
    z-index: 100000;
}
#header_left {
    float: left;
    width: 500px;
}
#header_right {
    float: left;
    width: 500px;
}
#header_logo {
    padding-top: 28px;
}
#header_address {
    padding-top: 30px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}



/* グローバルナビ
================================================== */
nav {
    position: relative;
    height: 60px;
    background: #333;
    z-index: 10000;
}
nav ul li {
    float: left;
    height: 60px;
}
nav ul li a {
    display: block;
    padding-top: 24px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
}
nav ul li.toppage a { width: 140px; }
nav ul li.company a { width: 170px; }
nav ul li.service a { width: 140px; }
nav ul li.product a { width: 210px; }
nav ul li.equipment a { width: 200px; }
nav ul li.recruit a { width: 140px; }
nav ul li:hover {
    background: #444;
}
nav a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
nav ul li.current {
    background: #e12d00;
}
nav ul li ul {
    margin: 0 0 0 0;
}
nav ul li.current ul {
    margin: 0 0 0 0;
}
nav ul li ul li {
    float: none;
    position: relative;
    padding: 0 0 0 0;
    height: 40px;
    background: #000;
}
nav ul li ul li.scrap_item1 {
}
nav ul li ul li a {
    display: block;
    margin: 0 0 0 0;
    padding: 15px 27px 0 27px;
    height: 25px;
    color: #fff;
    font-size: 13px;
    text-align: left;

}
nav ul li ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    background: #444;
}
/* OFF */
nav ul li ul {
    display: none;
}
/* ON */
nav ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 2000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    box-shadow: 0 2px 1px 1px rgba(0,0,0,0.4);
}



/* フッター
================================================== */
#footer_top {
    padding: 30px 0;
    background: #333;
}
#footer_top h3.footer_h3 {
    color: #fff;
    font-size: 21px;
    line-height: 1em;
    font-weight: bold;
    text-align: left;
}
#footer_top p.text {
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
}
address {
    padding-top: 40px;
    margin-top: 10px;
    height: 200px;
    background: #fff;
    text-align: center;
}
address p {
    text-align: center;
}
#footer_bottom {
    padding: 20px 0;
    background: #000;
}
#footer_menu , #footer_menu a {
    color: #fff;
    font-size: 12px;
    text-align: center;
}
p#copyright {
    margin-top: 20px;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
p#copyright a {
    color: #fff;
    font-weight: normal;
}

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



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 13px 25px 13px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    box-sizing: border-box;
    border-radius: 4px;
    background: #444 url(../img/arrow1.png) right 10px center no-repeat;
}
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.btn_r {
    float: right;
}
p.btn2 a {
    display: block;
    padding: 13px 25px 13px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    box-sizing: border-box;
    border-radius: 4px;
    background: #e12d00 url(../img/arrow1.png) right 10px center no-repeat;
}
p.btn_mini a {
    padding: 10px 0 10px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    background: url(../img/arrow2.png) left center no-repeat;
}
