/*----リセット----*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: 0;
}


/*----基本指定----*/
body {
    font-style: normal !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 10pt;
    line-height: 15pt;
    letter-spacing: -0.02em;
    color: #4b4b4b;
    -webkit-text-size-adjust: 100%;
}

a:link {
    color: #3c3c3c;
    text-decoration: none;
}

a:visited {
    color: #3c3c3c;
    text-decoration: none;
}

a:hover {
    color: #0E90DC;
}

a:active {
    color: #0E90DC;
}

a img {
    border: none;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

a:hover img.logoimg {
    opacity: 100;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}

h1 {
    color: #0E90DC;
    font-size: 20pt;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 30pt;
    clear: both;
}

h2 {
    color: #0E90DC;
    font-size: 20pt;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 24pt;
    clear: both;
}

h3 {
    color: #0E90DC;
    font-size: 18pt;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 1.2;
    clear: both;
}

h4.dl_450 {
    color: #800000;
    width: 450px;
    font-size: 10pt;
    padding-top: 4px;
    padding-bottom: 8px;
    margin-top: 0px;
    font-weight: bold;
}

h4.dl_670 {
    color: #800000;
    width: 670px;
    font-size: 10pt;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0px;
    font-weight: bold;
    display: block;
}



/*----基本パーツ----*/
body {
    background-color: #fff;
    /* background-image: url(../image/body_contents_bkg.gif); */
    background-repeat: repeat-x;
}

body.home {
    background-color: #fff;
    /* background-image: url(../image/body_home_bkg.gif); */
    background-repeat: repeat-x;
}

.frame {
    width: 1020px;
    margin: 0 auto;
    clear: both;
}

#upper_bkg {
    height: 75px;
    background-color: #0E90DC;
}

#upper_bkg .frame {
    position: relative;
}

#logo {
    top: 10px;
    left: 10px;
    width: 90px;
    height: 70px;
    z-index: 100;
    position: absolute;
}

#logo>a {
    display: block;
    width: 100%;
}

#logo>a img {
    width: 100%;
}

ul#upper_itemNav {
    font-size: 11px;
    list-style-type: none;
    display: block;
    overflow: hidden;
    margin-left: 3px;
    width: 280px;
    float: right;
}

ul#upper_itemNav li {
    float: left;
    margin-left: -1px;
}

ul#upper_itemNav li a {
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #666;
}

#headerimg_bkg {
    z-index: 1;
    height: 316px;
    background-position: center top;
    background-repeat: no-repeat;
}

#headerimg_bkg .frame {
    z-index: 2;
}

#headerimg_bkg2 {
    z-index: 1;
    height: 150px;
    box-shadow: 0px -5px 3px -3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0px -5px 3px -3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px -5px 3px -3px rgba(0, 0, 0, 0.2) inset;
}

#headerimg_bkg2 .frame {
    z-index: 2;
}

.ct_scrap_copper {
    background: url(../image/ct_scrap_copper.jpg) center 0 no-repeat;
}

.ct_scrap_nonferrous {
    background: url(../image/ct_scrap_nonferrous.jpg) center 0 no-repeat;
}

.ct_scrap_misc {
    background: url(../image/ct_scrap_misc.jpg) center 0 no-repeat;
}

#itemnav_bkg {
    background-color: #fff;
}

#contents_bkg {
    background-color: #e6e6e6;
}

#footernav_bkg {
    background-color: #0E90DC;
    min-width: 1020px;
}

#footer_bkg {
    background-color: #150000;
    color: #FFF;
    min-width: 1020px;
}



/*----メインナビ----*/
ul#mainnav {
    padding-left: 200px;
    display: block;
    height: 75px;
    overflow: hidden;
}

ul#mainnav li {
    float: left;
}

ul#mainnav li a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    line-height: 75px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

ul#mainnav li a:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  vertical-align: super;
  margin: 0 30px;
}

ul#mainnav>li a:hover{
    opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

ul#mainnav>li:first-child a:before{
  display: none;
}

ul#mainnav li ul {
    margin: 0 0 0 0;
}

ul#mainnav li ul li {
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
}

ul#mainnav li ul li a {
    margin: 0 0 0 0;
    display: block;
    padding: 15px 30px 15px 30px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background: #b40000;
}

ul#mainnav li ul li.lc a {
    padding: 10px 0 10px 0;
}

ul#mainnav li ul li a:hover {
    background: #f70000;
}

/* OFF */
ul#mainnav li ul {
    display: none;
}

/* ON */
ul#mainnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 2000;
}




/** アイテムナビ **/
ul#itemnav {
    height: 105px;
    display: block;
    padding-top: 9px;
    _padding-top: 3px;
    padding-left: 10px;
    padding-bottom: 10px;
}

ul#itemnav li {
    float: left;
    height: 105px;
}

ul#itemnav li.home {
/*    background-image: url(../image/itemnav.jpg);*/
    background-position: 0px 0px;
    width: 164px;
}

ul#itemnav li.home:hover {
    background-position: 0px -220px;
}

ul#itemnav li.home.current {
    background-position: 0px -110px;
}

ul#itemnav li.greeting {
/*    background-image: url(../image/itemnav.jpg);*/
    background-position: -164px 0px;
    width: 168px;
}

ul#itemnav li.greeting:hover {
    background-position: -164px -220px;
}

ul#itemnav li.greeting.current {
    background-position: -164px -110px;
}

ul#itemnav li.company {
/*    background-image: url(../image/itemnav.jpg);*/
    background-position: -332px 0px;
    width: 168px;
}

ul#itemnav li.company:hover {
    background-position: -332px -220px;
}

ul#itemnav li.company.current {
    background-position: -332px -110px;
}

ul#itemnav li.scrap {
/*    background-image: url(../image/itemnav.jpg);*/
    background-position: -500px 0px;
    width: 168px;
}

ul#itemnav li.scrap:hover {
    background-position: -500px -220px;
}

ul#itemnav li.scrap.current {
    background-position: -500px -110px;
}

ul#itemnav li.access {
/*    background-image: url(../image/itemnav.jpg);*/
    background-position: -668px 0px;
    width: 168px;
}

ul#itemnav li.access:hover {
    background-position: -668px -220px;
}

ul#itemnav li.access.current {
    background-position: -668px -110px;
}

ul#itemnav li.contact {
/*    background-image: url(../image/itemnav.jpg);*/

    background-position: -836px 0px;
    width: 164px;
}

ul#itemnav li.contact:hover {
    background-position: -836px -220px;
}

ul#itemnav li.contact.current {
    background-position: -836px -110px;
}


/** ページトップ */
#pagetop_frame {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 10px;
    clear: both;
}

.pagetop {
    color: #FFF;
}

.pagetop a {
    display: block;
    width: 146px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 14px;
    color: #FFF;
    background-image: url(../image/pagetop_bkg.gif);
    line-height: 12pt;
    letter-spacing: 0px;
}

.pagetop a:visited {
    color: #FFF;
}

.pagetop a:hover {
    background-position: 0px -35px;
    color: #FFF;
}


/** フッターナビ */
#footernav_bkg .frame {
    width: 1000px;
}

#footernav_bkg .info {
    width: 360px;
    font-size: 9pt;
    clear: none;
    display: block;
    float: left;
    text-align: left;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 10px;
}

#footernav_bkg .info p {
    margin-bottom: 8px;
    margin-top: 0px;
    color: #FFF;
    line-height: 2.2;
    letter-spacing: 0px;
    white-space: nowrap;
}

#footernav_bkg .info p strong{
    font-size: 16px;
    font-weight: bold;
}

.footernav_box {
    display: block;
    float: right;
    width: 1000px;
    margin-top: 0;
    padding-bottom: 22px;
    margin-right: -15px;
}

ul#footernav {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
    height: 17px;
}

ul#footernav li {
    display: inline;
    color: #FFF;
}

ul#footernav li a {
    line-height: 11pt;
    display: inline;
    padding-left: 6px;
    color: #FFF;
    border-left: 4px solid #fff;
    padding-right: 15px;
    height: 17px;
    overflow: hidden;
    letter-spacing: 0px;
}

ul#footernav li a:hover {
    color: #0E90DC;
}

ul#footernav li a:active {
    color: #0E90DC;
}

#footer_bkg .copyr {
    width: 1000px;
    font-size: 8pt;
    line-height: 1.2;
    letter-spacing: 1px;
    clear: none;
    display: block;
    padding-top: 5px;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
}


/** ヘッダーイメージ ページ毎背景指定 */
#headerimg_bkg.index {
    height: 480px;
    overflow: hidden;
}

#headerimg_bkg.greeting {
    background-image: url(../image/headerimg_bkg_greeting.jpg);
}

#headerimg_bkg.company {
    background-image: url(../image/headerimg_bkg_company.jpg);
}

#headerimg_bkg.access {
    background-image: url(../image/headerimg_bkg_access.jpg);
}

#headerimg_bkg.scrap {
    background-image: url(../image/headerimg_bkg_scrap.jpg);
}

#headerimg_bkg.contact {
    background-image: url(../image/headerimg_bkg_contact.jpg);
}

#headerimg_bkg2.scrap_copper {
    background: url(../image/headerimg_bkg_scrap.jpg) center 0 no-repeat;
}

#headerimg_bkg2.scrap_ferrous {
    background: url(../image/headerimg_bkg_scrap.jpg) center 0 no-repeat;
}

#headerimg_bkg2.scrap_misc {
    background: url(../image/headerimg_bkg_scrap.jpg) center 0 no-repeat;
}


/*----コンテンツ----*/

#contents {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

#contents_index {
    width: 940px;
    /*HOME用*/
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    position: relative;
}


/*----コンテンツ左側----*/

.left_side {
    width: 770px;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.left_side .box {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    background-color: #FFF;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 25px;
}

.left_side .box_h3 {
    position: relative;
}



/*----コンテンツ右側----*/
.right_side {
    width: 210px;
    float: right;
    margin-top: 10px;
}

.right_side ul {
    margin-bottom: 10px;
}

.right_side ul,
.right_side ul li {
    font-size: 0px;
    line-height: 0;
}

.right_side ul li a img{
    background-color: #fff;
    margin-bottom: 6%;
}

.right_side ul li a p,
.right_side ul li a p span{
    height: auto;
    line-height: 1.5 !important;
    font-size: 15px !important;
    font-weight: bold;
    color: #0E90DC;
}

.right_side ul li a h3,.right_side ul li a h3 span{
    color: #0E90DC;
    font-size: 18px !important;
    font-weight: bold;
}


/*----ホーム----*/
#contents_home1_bkg {
    background-color: #333;
    padding-top: 50px;
    padding-bottom: 50px;
    min-width: 1020px
}

#contents_home1_bkg .frame {
    width: 980px;
    margin: 0 auto;
    color: #FFF;
}

#contents_home1_bkg .box_left {
    /*width: 420px;
  float: left;*/
    width: 100%;
    margin: 0px auto;
}

#contents_home1_bkg .box_left h1 {
    color: #FFF;
    font-size: 20pt;
    line-height: 26pt;
    margin: 0px;
}

#contents_home1_bkg .box_right {
    width: 560px;
    float: right;
    text-align: right;
    margin-bottom: 30px;
}

#contents_home1_bkg a {
    color: #FFF;
    display: block;
}

#contents_home1_bkg a:visited {
    color: #FFF;
}

#contents_home1_bkg a:hover {
    color: #FFF;
}

#contents_home1_bkg .box_1 {
    width: 320px;
    float: left;
    margin-right: 10px;
}

#contents_home1_bkg .box_2 {
    width: 320px;
    float: left;
    margin-right: 10px;
}

#contents_home1_bkg .box_3 {
    width: 320px;
    float: left;
}

#contents_home1_bkg .contents_home1_bg {
    background: #fff;
}

#contents_home1_bkg .title {
    font-size: 12pt;
    display: block;
    margin-left: 10px;
    position: absolute;
    top: 119px;
}

#contents_home1_bkg .text {
    display: block;
    margin-top: 10px;
}

.contents_home1_copy {
    margin-top: 10px;
    border: solid 1px #FFF;
    padding: 10px 0 20px 0;
    width: 350px;
    font-size: 14px;
    line-height: 2.4em;
    text-align: center;
}

.contents_home1_copy strong {
    font-size: 37px;
    font-weight: bold;
}

#contents_home2_bkg {
    background-color: #e6e6e6;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contents_home2_bkg .frame {
    width: 980px;
    margin: 0 auto;
}

#contents_home2_bkg h2 {
    font-size: 20pt;
    line-height: 26pt;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

#contents_home2_bkg .text {
    text-align: center;
    font-size: 11pt;
    display: block;
    line-height: 17pt;
}

#contents_home2_bkg .box_yazi {
    width: 840px;
    margin: 0 auto;
    background-image: url(../image/box_yazi_bkg.gif);
    height: 90px;
    margin-top: 20px;
    background-repeat: no-repeat;
}

#contents_home2_bkg .box_left {
    float: left;
    width: 290px;
    color: #FFF;
    padding-top: 16px;
    padding-left: 30px;
    font-size: 13pt;
}

#contents_home2_bkg .box_right {
    float: right;
    width: 460px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

#contents_home3_bkg {
    background-color: #fff;
    min-width: 1020px;
}

#contents_home3_bkg .frame {
    width: 980px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contents_home3_bkg h2 {
    font-size: 20pt;
    line-height: 26pt;
    color: #333;
    margin-bottom: 15px;
}

#contents_home3_bkg .box_left {
    float: left;
    width: 50%;
    margin-right: 10%;
    line-height: 18pt;
}

#contents_home3_bkg .box_right {
    float: right;
    width: 40%;
}

#contents_home3_bkg .kuwasiku a {
    display: block;
    width: 236px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 14px;
    color: #FFF;
    background-image: url(../image/kuwasiku_bkg2.gif);
    line-height: 12pt;
    margin-top: 30px;
    background-repeat: no-repeat;
}

#contents_home3_bkg .kuwasiku a:visited {
    color: #FFF;
}

.kuwasiku a:hover {
    #contents_home3_bkg background-position: 0px -35px;
}

#contents_home4_bkg {
    background-color: #e6e6e6;
    padding-top: 15px;
}

#contents_home4_bkg .frame {
    width: 1000px;
    margin: 0 auto;
}

#contents_home4_bkg h2 {
    font-size: 20pt;
    line-height: 26pt;
    margin-bottom: 16px;
}

#contents_home4_bkg h2 .h2sub {
    font-size: 10pt;
    margin-left: 3px;
}

#contents_home4_bkg .box_left {
    float: left;
    width: 710px;
    line-height: 18pt;
    background-color: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

#contents_home4_bkg dl {
    margin-left: 10px;
    width: 690px;
    display: block;
    overflow-y: scroll;
    height: 340px;
}

#contents_home4_bkg dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    color: #0E90DC;
    line-height: 14pt;
}

#contents_home4_bkg dl dd {
    margin-bottom: 1em;
    margin-left: 0em;
    padding-left: 10em;
    line-height: 14pt;
    padding-right: 20px;
}

#contents_home4_bkg .box_right {
    float: right;
    width: 220px;
}

#contents_home5_bkg {
    background-image: url(../image/index_bg01.jpg);
    background-color: #000;
    min-width: 1020px;
    background-position: center top;
    background-repeat: no-repeat;
}

#contents_home5_bkg .frame {
    width: 980px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFF;
}

#contents_home5_bkg h2 {
    font-size: 20pt;
    line-height: 26pt;
    color: #FFF;
    margin-bottom: 15px;
}

#contents_home5_bkg .box_left {
    float: right;
    width: 499px;
    line-height: 18pt;
}

#contents_home5_bkg .box_right {
    float: left;
    width: 481px;
}

#contents_home5_bkg .kuwasiku a {
    display: block;
    width: 236px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 14px;
    color: #FFF;
    background-image: url(../image/kuwasiku_bkg3.gif);
    line-height: 12pt;
    margin-top: 30px;
    background-repeat: no-repeat;
}

#contents_home5_bkg .kuwasiku a:visited {
    color: #FFF;
}

.box_left.index {
    float: left;
    width: 300px;
}

.box_right.index {
    font-size: 10pt;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 15px;
    padding-bottom: 10px;
    float: right;
    width: 315px;
    background-color: #f4f6fa;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
}

.box_border {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-top: 20px;
    border: 1px solid #d5d5d5;
    margin-left: 10px;
    margin-right: 10px;
    height: 114px;
    margin-bottom: 20px;
}

/*休暇テーブル*/
.news_table01 {
    margin-top: 6px;
    margin-bottom: 4px;
}

.news_table01 tr th {
    font-weight: normal;
    color: #333;
    text-align: left;
    border: 1px solid #CCC;
    padding: 3px;
}

.news_table01 tr td {
    border: 1px solid #CCC;
    text-align: center;
    padding: 3px;
}

.news_table01 tr .red {
    color: #C30;
    background-color: #FDD;
}

.news_table01 tr .blue {
    color: #03F;
}

.news_table01 tr .red_blue {
    color: #03F;
    background-color: #FFF8F8;
}

.news_table01 tr .white_red {
    color: #C30;
}

.news_table01 tr .legend {
    border: none;
    text-align: right;
    padding: 4px;
}

/*カレンダータイプテーブル*/
.news_table02 {
    margin-top: 6px;
    margin-bottom: 4px;
}

.news_table02 tr th {
    border: 1px solid #CCC;
    text-align: center;
    padding: 2px;
    line-height: 1.5em;
    width: 16%;
}

.news_table02 tr td {
    border: 1px solid #CCC;
    text-align: center;
    padding: 3px;
    line-height: 1.3em;
    width: 12%;
}

.news_table02 tr .red {
    color: #C30;
    background-color: #FDD;
}

.news_table02 tr .blue {
    color: #03F;
}

.news_table02 tr .red_blue {
    color: #03F;
    background-color: #FFF8F8;
}

.w520 {
    width: 520px;
}

.w250 {
    width: 250px;
}

/*スマホ対応サイト用*/
.across_month {
    width: 45%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .across_month {
        width: 95%;
        float: none;
    }
}

/*ピックアップ買取価格*/
#priority_item_bg {
    padding: 40px 0;
    background: #000;
    color: #FFF;
}

.priority_item {
    background: url(../image/pickup.png) center 0 no-repeat;
}

.priority_item .title {
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 27px;
    text-align: center;
    text-shadow:
        1px 1px 4px #000, -1px 1px 4px #000, 1px -1px 4px #000, -1px -1px 4px #000,
        1px 1px 6px #000, -1px 1px 6px #000, 1px -1px 6px #000, -1px -1px 6px #000;
}

.priority_item .text {
    text-shadow:
        1px 1px 4px #000, -1px 1px 4px #000, 1px -1px 4px #000, -1px -1px 4px #000,
        1px 1px 6px #000, -1px 1px 6px #000, 1px -1px 6px #000, -1px -1px 6px #000;
}

.pickup_update {
    width: 20%;
    margin: 10px auto 20px auto;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
}

.pickup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pickup .pickup_box {
    margin-left: 1%;
    margin-right: 1%;
    width: 31.33333%;
    background: #fff;
    margin-bottom: 1%;
}

.pickup .pickup_box .photo {
    text-align: center;
}

.pickup .pickup_box img {
    width: 100%;
}

.pickup .pickup_box p.item {
    float: left;
    margin: 9px 0 5px 10px;
    color: #fff;
    font-size: 17px;
    letter-spacing: -0.1em;
}

.pickup .pickup_box p.item small {
    font-size: 14px;
}

.pickup .pickup_box p.price {
    font-family: arial;
    float: right;
    margin: 13px 10px 5px 0;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}

.pickup .pickup_box p.price span.tani {
    font-size: 12px;
}

.btn_pickup {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

/*テント*/
#tent_bg {
    background: #ececee;
}

#tent {
    width: 1000px;
    padding: 50px 20px 40px 20px;
}

.tent_left {
    float: left;
    width: 50%;
    margin-right: 10%;
}

.tent_right {
    float: left;
    width: 40%;
}

#tent h2 {
    margin-bottom: 15px !important;
}

#tent p.lead {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 5px;
}



/*----ごあいさつ----*/
.box.greeting {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.box.greeting .box_left {
    float: left;
    width: 310px;
    margin-bottom: 30px;
}

.box.greeting .box_right {
    float: right;
    width: 418px;
    text-align: center;
    padding: 0 6px;
}

.box.greeting h1 {
    margin-top: 15px;
    margin-bottom: 25px;
}

.box.greeting .copy {
    margin-top: 10px;
    font-size: 14pt;
    margin-bottom: 28px;
    line-height: 18pt;
}

.box.greeting p {
    font-size: 11pt;
    line-height: 17pt;
    margin-bottom: 18px;
}

.box.greeting2 {
    padding-top: 25px;
    padding-left: 40px;
    padding-bottom: 15px;
    padding-right: 40px;
}

.box.greeting2 h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.box.greeting2 p {
    margin-bottom: 15px;
    display: block;
}


/*----会社概要---*/

.company_table {
    width: 720px;
}

.company_table th {
    text-align: right;
    padding-right: 20px;
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
    background-color: #e6e6e6;
}

.company_table td {
    padding-leftt: 20px;
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 14pt;
}


.box.company2 {
    position: relative;
    height: 405px;
}

.box_left.company {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 250px;
}

.box_right.company {
    position: absolute;
    right: 30px;
    top: 30px;
}

.kuwasiku a {
    display: block;
    width: 236px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 14px;
    margin-top: 20px;
    color: #FFF;
    line-height: 12pt;
    background-image: url(../image/kuwasiku_bkg.gif);
    background-repeat: no-repeat;
}

.kuwasiku a:visited {
    color: #FFF;
}

.kuwasiku a:hover {
    background-position: 0px -35px;
}


/*----取扱商品----*/

.box.scrap {
    padding-left: 0px;
    padding-bottom: 0px;
}

.box.scrap .box_left {
    width: 435px;
    float: left;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 25px;
}

.box.scrap .box_left p {
    font-size: 11pt;
    line-height: 16pt;
}

.box.scrap .box_right {
    width: 310px;
    float: right;
    margin-bottom: 25px;
}

h1.scrap {
    color: #fff;
    font-size: 18pt;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 22pt;
    clear: both;
    background-color: #333;
    display: block;
    height: 44px;
    padding-top: 16px;
    padding-left: 17px;
}

#zatusen,
#kinzoku,
#zatupinn {
    margin-bottom: 10px;
}

#zatusen .box1,
#kinzoku .box1,
#zatupinn .box1 {
    width: 310px;
    float: left;
    margin-right: 10px;

}

#zatusen .box2,
#kinzoku .box2,
#zatupinn .box2 {
    width: 220px;
    float: left;
    margin-right: 10px;
}

#zatusen .box3,
#kinzoku .box3,
#zatupinn .box3 {
    width: 220px;
    float: left;
}

.unit {
    display: block;
    margin-bottom: 20px;
}

.item {
    font-size: 20pt;
    line-height: 22pt;
    margin-top: 12px;
    margin-bottom: 10px;
    color: #000;
}



/*扉ページ*/
.cat {}

.cat_left {
    float: left;
    width: 450px;
    margin-right: 20px;
}

.cat_right {
    float: left;
    width: 250px;
}



/*買取価格*/
h2.scrap_box_h2 {
    margin: 10px 0 10px 0;
    padding: 16px;
    color: #fff;
    font-size: 24px;
    background: #333;
}

.scrap_menu_bg {
    background: #000;
}

.scrap_menu {
    padding: 5px 0;
    width: 100%;
}

.scrap_menu ul li a {
    float: left;
    padding: 10px 0;
    width: 25%;
    color: #fff;
    text-align: center;
}

.scrap_menu ul li a span.line {
    padding-left: 5px;
    border-left: 4px solid #b40000;
}

.scrap_menu ul li.scrap_menu_current a {
    background: #b40000;
}

.scrap_menu ul li.scrap_menu_current a span.line {
    border-left: 4px solid #fff;
}

.scrap_menu ul li a:hover {
    background: #222;
}

.scrap_notice {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #999;
}

.scrap_notice ul {
    list-style: disc;
}

.scrap_notice ul li {
    margin-left: 1em;
    color: #b40000;
    font-size: 13px;
    line-height: 1.5em;
}

.scrap_notice2 {
    padding: 10px;
    margin-top: 20px;
    color: #b40000;
    font-weight: bold;
    border: 2px solid #b40000;
}

.update {
    background: #666;
}

.update p {
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
}

.scrap_box_wrap {
    width: 101.4%;
    margin-left: -0.7%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.scrap_box_wrap .scrap_box {
    position: relative;
    float: left;
    width: 31.9333%;
    margin: 0 0.7% 1.4% 0.7%;
    background: #fff;
}

.scrap_box_wrap .scrap_box.up {
    border: 3px solid #d30000;
    box-sizing: border-box;
    background: #fbe6e6;
}

.scrap_box_wrap .scrap_box.up::before {
    content: url(../image/price_up.png);
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 7px 10px 10px 7px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #d30000;
}

.scrap_box_wrap .scrap_box.down {
    border: 3px solid #00339b;
    box-sizing: border-box;
    background: #e6ebf5;
}

.scrap_box_wrap .scrap_box.down::before {
    content: url(../image/price_down.png);
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 7px 10px 10px 7px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #00339b;
}

.scrap_box_wrap .scrap_box img {
    width: 100% !important;
}

.scrap_box_wrap h4 {
    margin: 5px 0 0 0;
    padding: 0 10px;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: bold;
}

.scrap_box_wrap h4 small {
    font-size: 13px;
    line-height: 1.5em;
}

.scrap_box_wrap p.price {
    font-family: arial;
    padding: 0 10px;
    color: #f30;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.3em;
    text-align: right;
}

.scrap_box_wrap p.price small {
    font-size: 12px;
}

.scrap_box_wrap p.dust {
    margin-top: -5px;
    padding: 0 10px;
    color: #f30;
    font-weight: bold;
    text-align: right;
}

.scrap_box_wrap p.text {
    padding: 0 10px 10px 10px;
    font-size: 12px;
    line-height: 1.3em;
}












/*----アクセス----*/

.box.access {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.box.access h1 {
    margin-top: 0px;
    margin-bottom: 25px;
}

.box.access .text {
    font-size: 10pt;
    line-height: 18pt;
    margin-bottom: 25px;
}

.box.access .address {
    margin-top: 15px;
}

.box.access .mapprint {}

.box.access .mapprint a {
    display: block;
    width: 236px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 14px;
    color: #FFF;
    background-image: url(../image/kuwasiku_bkg2.gif);
    line-height: 12pt;
    background-repeat: no-repeat;
    float: right;
    margin-bottom: 30px;
}

.box.access .mapprint a:visited {
    color: #FFF;
}

.box.access .mapprint a:hover {
    background-position: 0px -35px;
}

.box.access2 {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.box.access2 p {
    margin-bottom: 30px;
}

.box.access2 p.cap {
    font-size: 9pt;
    margin-bottom: 6px;
}

.box.access2 img {
    margin-bottom: 10px;
    margin-top: 5px;
}



/*----お問合わせ ---*/

.box.contact {
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-right: 30px;
}

.box.contact p,
.box.contact2 p {
    margin-bottom: 20px;
    line-height: 18pt;
}

.box.contact2 {
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-right: 30px;
}

img.telne {
    float: right;
    margin-bottom: 30px;
    padding-top: 20px;
}

.box.contact2 table {}

.box.contact2 table th {
    font-weight: normal;
    text-align: right;
    line-height: 15pt;
    color: #4d4d4d;
    background-color: #e6e6e6;
    border-bottom: 1px solid #fff;
    vertical-align: top;
    width: 200px;
    padding-top: 13px;
    padding-right: 10px;
    padding-bottom: 3px;
}

.box.contact2 table td.cel {
    vertical-align: top;
    background-color: #e6e6e6;
    border-bottom: 1px solid #fff;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 9px;
    padding-left: 9px;
}

.conrirm_w400 {
    width: 400px;
}

.box.contact2 table td.ast {
    color: #d4557f;
    vertical-align: top;
    background-color: #e6e6e6;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 13px;
    padding-left: 9px;
    padding-right: 9px;
}

.box.contact2 table td.bottom {
    padding-top: 20px;
}

input,
textarea {
    padding: 5px 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #fff;
    background-color: #fff;
}

input.company,
input.name,
input.mailaddress,
input.mailaddress_conf,
input.tel,
input.zip {
    width: 310px;
}

input.address {
    width: 452px;
}

textarea.content {
    width: 452px;
    height: 200px;
    border: 1px solid #fff;
    background-color: #fff;
}

.submit_button {
    display: block;
    width: 250px;
    height: 35px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 20px;
    color: #FFF;
    font-size: 10pt;
    line-height: 12pt;
    text-align: left;
    background-image: url(../image/kuwasiku_bkg.gif);
    background-repeat: no-repeat;
}

.submit_button:hover {
    background-position: 0px -35px;
}

/*----ボタン----*/
.btn1 a {
    display: block;
    width: 100%;
    padding: 10px 10px 9px 14px;
    color: #FFF;
    background: #ff9c2c url(../image/kuwasiku_bkg3.gif) right 0 no-repeat;
    line-height: 12pt;
    box-sizing: border-box;
}

.btn1 a:hover {
    opacity: 0.8;
}

.btn2 a {
    display: block;
    width: 100%;
    padding: 10px 10px 9px 14px;
    color: #FFF;
    background: #333 url(../image/kuwasiku_bkg2.gif) right 0 no-repeat;
    line-height: 12pt;
    box-sizing: border-box;
}

.btn2 a:hover {
    opacity: 0.8;
}



/*----スマホ用----*/
.responsive,
.SP_on,
#SP_header_bg,
#SP_gnav_bg,
.SP_footer_btn,
.SP_ast,
#SP_ct_header {
    display: none;
}