/*  --------------------------------------------------
        :: 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: 14px;
    line-height: 1.4em;
}
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.4em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 1.4em;
}
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; }
.g45 { float: left; width: 355px; 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 {
    background: #f0f0f0;
    height: 79px;
    border-bottom: 1px solid #aaa;
}
#header_logo {
    float: left;
    margin-top: 10px;
    width: 428px;
}
#header_btn {
    float: left;
    width: 572px;
}
#header_btn ul {
    float: right;
    width: 320px;
}
#header_btn ul li {
    float: left;
    width: 150px;
    margin: 25px 0 0 10px;
}

#gnav_bg {
    background: #fff;
}
#gnav {
    height: 80px;
}
#gnav ul li {
    float: left;
    display: block;
    height: 80px;
    background: #fff;
    overflow: hidden;
}
#gnav ul li.toppage { width: 81px; }
#gnav ul li.about { width: 153px; }
#gnav ul li.company { width: 154px; }
#gnav ul li.ferrous { width: 153px; }
#gnav ul li.nonferrous { width: 153px; }
#gnav ul li.access { width: 154px; }
#gnav ul li.contact { width: 152px; }
#gnav ul li:hover {
    background: #ececee;
}
#gnav ul li img {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
#gnav ul li.current img {
    margin-top: -80px;
}

#gnav ul li ul {
    margin: -80px 0 0 0;
}
#gnav ul li.current ul {
    margin: 0 0 0 0;
}
#gnav ul li.current ul li img {
    margin: 0 0 0 0;
}
#gnav ul li ul li {
    margin: 0 0 0 -100px;
    padding: 0;
    float: none;
    position: relative;
    height: 120px;
    border-top: 1px solid #ccc;
}
#gnav ul li ul li .left {
    float: left;
    width: 120px;
}
#gnav ul li ul li .right {
    float: left;
    width: 230px;
}
/* OFF */
#gnav ul li ul {
    display: none;
}
/* ON */
#gnav ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 2000;
}



/* フッター
================================================== */
#pagetop_btn_bg {
    margin: 0 auto;
    padding: 115px 0 0 0;
    width: 985px;
    background: url(../img/pagetop_btn_bg.png) right 80px no-repeat;
}
p#pagetop_btn {
    width: 1000px;
    margin: -35px;
    text-align: right;
}

#footer_bg {
    margin-top: -35px;
    padding: 50px 0 30px 0;
    background: #000;
}
#footer , #footer a {
    font-size: 13px;
    color: #fff;
}
#ft_address {
    float: left;
    width: 470px;
}
#ft_menu {
    float: left;
    width: 530px;
}
ul#ft_menu1 {
    float: left;
    width: 196px;
}
ul#ft_menu2 {
    float: left;
    width: 230px;
}
ul#ft_menu3 {
    float: left;
    width: 100px;
}
ul#ft_menu1 li , ul#ft_menu2 li , ul#ft_menu3 li {
    padding-left: 20px;
    background: url(../img/footer_arrow1.png) 0 5px no-repeat;
    line-height: 2em;
}
ul#ft_menu1 li ul li , ul#ft_menu2 li ul li , ul#ft_menu3 li ul li {
    padding-left: 20px;
    background: url(../img/footer_arrow2.png) 0 5px no-repeat;
}

#ft_bottom {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #fff;
}
#ft_bottom p#copyright {
    float: left;
    width: 710px;
    color: #fff;
    font-size: 11px;
}
#footer #ft_bottom p#copyright p a {
    color: #fff;
    font-weight: normal;
}
#ft_bottom #banner {
    float: left;
    width: 290px;
}


/* ボタン
================================================== */
p.btn1 a , #main p.btn1 a , #main2 p.btn1 a {
    display: block;
    padding: 15px 0 15px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    background: #444 url(../img/btn1_arrow.png) right center no-repeat;
}
.w300 { width: 300px; }
.w400 { width: 400px; }
.btn_r {
    float: right;
}
