/*  --------------------------------------------------
        :: 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: #222;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
    background: #fff;
}
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: 16px;
    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; }
.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 {
    width: 100%;
    height: 100px;
    background: #fff;
}
#header {
    height: 100px;
}
#header_logo {
    float: left;
    width: 500px;
    padding-top: 15px;
}
#header_logo2 {
    float: left;
    width: 200px;
    padding-top: 15px;
}
#header_logo h1 {
    margin: 0 0 3px 0;
    font-size: 12px;
    line-height: 1.2em;
}
#header_info {
    float: left;
    width: 300px;
}
#header_info p {
    text-align: right;
}
#header_info p.btn a {
    display: block;
    margin-top: 7px;
    padding: 0px 0 0px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    background: #222 url(../img/arrow1.png) right center no-repeat;
    border-radius: 4px;
}
#header_info p.btn a img {
    margin-right: 8px;
    vertical-align: middle;
}
#header_info p.btn a:hover {
    background: #333 url(../img/arrow1.png) right center no-repeat;
}

#gnav_bg {
    width: 100%;
    height: 79px;
    background: url(../img/gnav_bg.png) 0 0 repeat-x;
    border-top: 1px solid #aaa;
}
#gnav {
    height: 79px;
}
#gnav ul li {
    float: left;
    display: block;
    height: 80px;
}
#gnav ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    border-left: 1px solid #aaa;
}
#gnav ul li.toppage a { width: 79px; height: 79px; padding: 0 0 0 0; }
#gnav ul li.product_renotch a { width: 114px; height: 47px; padding: 32px 0 0 0; }
#gnav ul li.product_3notch a { width: 114px; height: 47px; padding: 32px 0 0 0; }
#gnav ul li.product_6notch a { width: 114px; height: 47px; padding: 32px 0 0 0; }
#gnav ul li.product_10notch a { width: 114px; height: 47px; padding: 32px 0 0 0; }
#gnav ul li.container a { width: 114px; height: 56px; padding: 23px 0 0 0; }
#gnav ul li.fire_cistern a { width: 114px; height: 56px; padding: 23px 0 0 0; }
#gnav ul li.used a { width: 113px; height: 56px; padding: 23px 0 0 0; }
#gnav ul li.vessel a { width: 114px; height: 64px; padding: 15px 0 0 0; border-right: 1px solid #aaa; line-height:1.6em; }
#gnav ul li:hover a {
    background: #aaa;
}

#gnav ul li img {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

#gnav ul li.current a {
    color: #fff;
    background: #ff1400;
}
#gnav ul li.toppage.current a img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

#gnav ul li.scrap 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: 50px;
}
#gnav ul li.vessel ul li a  {
    margin: 0 0 0 0px;
    display: block;
    width: 145px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
    border: none;
    background: #ececee url(../img/arrow4.png) center right no-repeat;
}
#gnav ul li.vessel ul li a.single  {
    height: 35px;
    padding: 15px 10px 0 20px;
}
#gnav ul li.vessel ul li a.double  {
    height: 40px;
    padding: 10px 10px 0 20px;
	line-height:1.3em;
}
#gnav ul li.vessel ul li a:hover {
    color: #fff;
    background: #444 url(../img/arrow4.png) center right no-repeat;
}
/* OFF */
#gnav ul li ul {
    display: none;
}
/* ON */
#gnav ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 2000;
}


#submenu_bg {
    width: 100%;
    height: 44px;
    background: #222;
}
#submenu {
    padding: 10px 0;
}
#submenu p a {
    padding: 0 10px 0 20px;
    color: #fff;
    font-size: 13px;
    line-height: 1em;
    background: url(../img/arrow3.png) 0 center no-repeat;
}


/* スクロール時に表示するメニュー
================================================== */
#inoutmenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100001;
    background: #fff;
    width: 100%;
}
#inoutmenu #gnav_bg {
    width: 100%;
    height: 49px;
    background: url(../img/gnav_bg.png) 0 0 repeat-x;
    border-bottom: 1px solid #aaa;
}
#inoutmenu #gnav {
    height: 49px;
}
#inoutmenu #gnav ul li {
    float: left;
    display: block;
    height: 50px;
}
#inoutmenu #gnav ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    border-left: 1px solid #aaa;
}
#inoutmenu #gnav ul li.logo a { width: 160px; height: 25px; padding: 12px 0 0 0; border-left: none; margin-right: 15px;}
#inoutmenu #gnav ul li.toppage a { width: 49px; height: 49px; padding: 0 0 0 0; }
#inoutmenu #gnav ul li.product_renotch a { width: 79px; height: 39px; padding: 10px 0 0 0; }
#inoutmenu #gnav ul li.product_3notch a { width: 79px; height: 39px; padding: 10px 0 0 0; }
#inoutmenu #gnav ul li.product_6notch a { width: 79px; height: 39px; padding: 10px 0 0 0; }
#inoutmenu #gnav ul li.product_10notch a { width: 79px; height: 39px; padding: 10px 0 0 0; }
#inoutmenu #gnav ul li.container a { width: 79px; height: 39px; padding: 10px 0 0 0; }
#inoutmenu #gnav ul li.fire_cistern a { width: 79px; height: 30px; padding: 19px 0 0 0; }
#inoutmenu #gnav ul li.used a { width: 79px; height: 39px; padding: 10px 0 0 0; }
#inoutmenu #gnav ul li.vessel a { width: 79px; height: 30px; padding: 19px 0 0 0; border-right: none;}
#inoutmenu #gnav ul li.c_order a { width: 79px; height: 39px; padding: 10px 0 0 0; border-right: none; color: #fff ;background: #ff1400; }
#inoutmenu #gnav ul li.line a { width: 52px; height: 49px; padding: 0 0 0 0; border-right: 1px solid #aaa; color: #fff ;background: #06C755; }
#inoutmenu #gnav ul li:hover a {
    background: #aaa;
}
#inoutmenu #gnav ul li.logo:hover a{
    background: none;
}
#inoutmenu #gnav ul li img {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

#inoutmenu #gnav ul li.current a {
    color: #fff;
    background: #ff1400;
}
#inoutmenu #gnav ul li.toppage.current a img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

#inoutmenu #gnav ul li.scrap ul {
    margin: 0 0 0 0;
}
#inoutmenu #gnav ul li.current ul {
    margin: 0 0 0 0;
}

#inoutmenu #gnav ul li ul li {
    margin: 0 0 0 0;
    float: none;
    position: relative;
    height: 50px;
}
#inoutmenu #gnav ul li.vessel ul li a {
    margin: 0 0 0 0;
    display: block;
    width: 145px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
    border-left: none;
    background: #ececee url(../img/arrow4.png) center right no-repeat;
}
#inoutmenu #gnav ul li.vessel ul li a:hover {
    color: #fff;
    background: #444 url(../img/arrow4.png) center right no-repeat;
}
#inoutmenu #gnav ul li.vessel ul li a.single {
    height: 32px;
    padding: 18px 10px 0 25px;
}
#inoutmenu #gnav ul li.vessel ul li a.double {
    height: 40px;
    padding: 10px 10px 0 25px;
	line-height:1.3em;
}
/* OFF */
#inoutmenu #gnav ul li ul {
    display: none;
}
/* ON */
#inoutmenu #gnav ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 2000;
}


/* メインコンテンツ
================================================== */
#main_contents {
    float: left;
    width: 742px;
    margin: 30px 0 0 0;
}

#main_contents p.lead1 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: bold;
    color: #eb5a21;
    line-height: 1.2em;
}


/* フッター
================================================== */
#footer1_bg {
    margin-top: 40px;
    padding: 30px 0;
    background: #ff1400;
}
#footer1 p {
    color: #fff;
    text-align: center;
}
#footer1 .line_box {
	background-color: #FFF;
    color: #000;
    text-align: center;
	padding: 30px 20px;
}
#footer1 .line_box p {
    color: #000;
}



#footer2_bg {
    padding: 30px 0;
    background: #000000;
}
#footer2 , #footer2 a {
    color: #fff;
}
#footer2 .left {
    float: left;
    width: 670px;
    font-size: 13px;
}
#footer2 .left ul#footer_nav1 {
    float: left;
    width: 210px;
}
#footer2 .left ul#footer_nav2 {
    float: left;
    width: 210px;
}
#footer2 .left ul#footer_nav3 {
    float: left;
    width: 250px;
}
#footer2 .left ul#footer_nav1 li , #footer2 .left ul#footer_nav2 li , #footer2 .left ul#footer_nav3 li {
    padding-left: 20px;
    line-height: 2.2em;
	font-size: 13px;
    background: url(../img/arrow3.png) 0 5px no-repeat;
}
#footer2 .left ul#footer_nav1 li a , #footer2 .left ul#footer_nav2 li a , #footer3 .left ul#footer_nav2 li a {
    font-size: 13px;
}
#footer2 .left ul#footer_nav1 li ul li , #footer2 .left ul#footer_nav2 li ul li , #footer2 .left ul#footer_nav3 li ul li {
    padding-left: 0;
    background: none;
}

#footer2 .right {
    float: left;
    width: 330px;
}


#copyright {
    float: left;
    width: 710px;
}
#copyright p {
    font-size: 11px;
}
#copyright p a {
    color: #fff;
}
#banner {
    float: left;
    width: 290px;
}

/* ページトップボタン
================================================== */
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#pagetop {
    background: #ff1400;
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 6px;
}
#pagetop:hover {
    background: #ff5c4d;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}


/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 20px 0 20px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    background: #f06600 url(../img/arrow1.png) right center no-repeat;
    border-radius: 4px;
}
p.btn1 a:hover {
    background: #f06600 url(../img/arrow1.png) right center no-repeat;
}

p.btn2 a {
    display: block;
    padding: 20px 0 20px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    background: #222 url(../img/arrow1.png) right center no-repeat;
    border-radius: 4px;
}
p.btn2 a:hover {
    background: #333 url(../img/arrow1.png) right center no-repeat;
}

p.btn1.pict a , p.btn2.pict a {
    padding: 0 0 0 0;
}
p.btn1.pict a img , p.btn2.pict a img {
    vertical-align: middle;
}

p.btn3 a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    vertical-align: middle;
    background: #222 url(../img/arrow1.png) right center no-repeat;
    border-radius: 4px;
}
p.btn3 a img {
    vertical-align: middle;
}
p.btn3 a:hover {
    background: #333 url(../img/arrow1.png) right center no-repeat;
}

p.btn4 a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    vertical-align: middle;
    background: #f06600 url(../img/arrow1.png) right center no-repeat;
    border-radius: 4px;
}
p.btn4 a img {
    vertical-align: middle;
}
p.btn4 a:hover {
    background: #f06600 url(../img/arrow1.png) right center no-repeat;
}

p.btn_disabled a {
	pointer-events: none;

    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    vertical-align: middle;
    background: #CCC;
    border-radius: 4px;
}
p.btn_disabled a img {
    vertical-align: middle;
}


.w300 { width: 300px; }
.w400 { width: 400px; }
.btn_r {
    float: right;
}

