.main_bg {}
.main_bg2 {
    background: #f0f0f0;
}
.main {
    padding: 30px 0;
}
.main a {
    color: #ee7501;
    font-weight: bold;
    text-decoration: none;
}
p.notice1 {
    margin: 10px 0 0 0;
    font-size: 12px;
}
p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}

.column1 {
    padding: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.column1 h3 {
    margin-bottom: 20px;
    padding: 10px 0 8px 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.3em;
    text-align: center;
    background: #666;
}
.column1 .left {
    float: left;
    width: 45%;
    margin-right: 2%;
}
.column1 .right {
    float: left;
    width: 53%;
}

table.table1 {
    margin: 0 auto 0 auto;
}
table.table1 tr th {
    padding: 7px 10px;
    width: 150px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    background: #f0f0f0;
    border: 1px solid #ccc;
}
table.table1 tr td {
    padding: 7px 10px;
    line-height: 1.3em;
    vertical-align: middle;
    border: 1px solid #ccc;
}
table.table1 tr td.bl_none {
    border-left: none;
}
table.table1 tr td.br_none {
    border-right: none;
}

h2.normal1 {
    margin-bottom: 20px;
    padding: 10px 0 8px 0;
    color: #fff;
    font-size: 21px;
    line-height: 1.3em;
    text-align: center;
    background: #333;
}
h2.normal2 {
    margin-bottom: 20px;
    padding: 10px 0 8px 0;
    color: #fff;
    font-size: 21px;
    line-height: 1.3em;
    text-align: center;
    background: #666;
}
h3.normal1 {
    margin-bottom: 20px;
    padding: 8px 0 6px 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.3em;
    text-align: center;
    background: #888;
}

p.lead1 {
    font-size: 19px;
    line-height: 1.5em;
    text-align: center;
}
p.lead1 strong {
    font-size: 33px;
    font-weight: 500;
}

p.lead2 {
    font-size: 17px;
    line-height: 1.5em;
}



/* 共通
================================================== */
#page_header {
    height: 250px;
}
.ch_greeting { background: #000 url(../img/ch_greeting.jpg) center 0 no-repeat; }
.ch_company { background: #000 url(../img/ch_company.jpg) center 0 no-repeat; }
.ch_scrap_ferrous { background: #000 url(../img/ch_scrap_ferrous.jpg) center 0 no-repeat; }
.ch_scrap_nonferrous { background: #000 url(../img/ch_scrap_nonferrous.jpg) center 0 no-repeat; }
.ch_equipment { background: #000 url(../img/ch_equipment.jpg) center 0 no-repeat; }
.ch_access { background: #000 url(../img/ch_access.jpg) center 0 no-repeat; }
.ch_contact { background: #000 url(../img/ch_contact.jpg) center 0 no-repeat; }



/* ごあいさつ
================================================== */
.greeting_text {
    line-height: 2.0em;
}
.philosopy {
    height: 640px;
    background: url(../img/philosopy_bg.jpg) 0 0 no-repeat;
}
.philosophy_text {
    font-family: 'Yu Mincho', 'YuMincho', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    line-height: 3.0em;
    padding-top: 170px;
}



/* 会社概要
================================================== */
table.company_table {
    width: 100%;
    margin: 0 auto 0 auto;
}
table.company_table tr th {
    padding: 7px 10px;
    width: 200px;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: left;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.company_table tr td {
    padding: 7px 10px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.history_table {
    width: 100%;
    margin: 0 auto 0 auto;
}
table.history_table tr th {
    padding: 7px 10px;
    width: 30px;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.history_table tr td {
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 30px;
}
table.history_table tr td.year {
    padding: 7px 0 7px 0;
    width: 35px;
    text-align: right;
}
table.history_table tr td.month {
    padding: 7px 0 7px 0;
    width: 35px;
    text-align: right;
}
table.history_table tr td.text {
    padding: 7px 0 7px 30px;
}

.permit_wrap {
    width: 104%;
    margin-left: -2%;
	position: relative;
}
.permit_wrap .box {
    float: left;
    width: 29.3333%;
    margin-left: 2%;
    margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 0px;
}
.permit_wrap .box .photo {
    text-align: center;
}
.permit_wrap .box .text {
    margin-top: 5px;
    text-align: center;
}


/* スクラップ買取品目
================================================== */
.notice_box {
    margin-top: 20px;
    padding: 25px 20px;
    color: #fff;
    background: #f30;
}
.notice_box .title {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.scrap_item_wrap {
    width: 1008px;
}
.scrap_item_wrap .box3 {
    float: left;
    width: 328px;
    margin-right: 8px;
    margin-bottom: 20px;
}
.scrap_item_wrap .box4 {
    float: left;
    width: 244px;
    margin-right: 8px;
    margin-bottom: 20px;
}
.scrap_item_wrap .box3 h3, .scrap_item_wrap .box4 h3 {
    padding: 0 10px;
    margin: 10px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}
.scrap_item_wrap .box3 h3 small, .scrap_item_wrap .box4 h3 small {
    font-size: 13px;
}
.scrap_item_wrap .box3 p.text, .scrap_item_wrap .box4 p.text {
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.2em;
}



/* 保有設備・保有重機
================================================== */
table.equipment_table {
    margin-top: 20px;
    width: 100%;
}
table.equipment_table tr th {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.equipment_table tr td {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.3em;
    text-align: right;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.equipment_table tr td.bl_none {
    border-left: none;
}
table.equipment_table tr td.br_none {
    border-right: none;
}

.equipment_box {
    width: 1020px;
}
.equipment_box .box {
    float: left;
    width: 320px;
    margin-top: 20px;
    margin-right: 20px;
}
.equipment_box .box p.name {
    margin-top: 10px;
    font-weight: bold;
}
.equipment_box .box p.text {
    margin-top: 5px;
    font-size: 12px;
    height: 4em;
}

h3.equipment_exp_h3 {
    margin-top: 36px;
    padding: 5px 10px;
    margin-bottom: 16px;
    font-size: 17px;
    text-align: left;
    border-left: 5px solid #000;
	background-color: #F0F0F0;
}




/* お問い合わせ
================================================== */
table.recruit_table {
    width: 100%;
    margin: 0 auto 0 auto;
}
table.recruit_table tr th {
    padding: 7px 10px;
    width: 200px;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: left;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.recruit_table tr td {
    padding: 7px 10px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
