﻿@charset "UTF-8";

/* PC */
@media screen and (min-width: 769px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
#underlayer_topline {
    overflow: hidden;
    width: 100%;
    background-color: #6f6e20;
    height: 62px;
}
#underlayer_topline h1 {
    margin: 2px 0 0 100px;
}


/*-------------
memu
-------------*/
#underlayer_nav-toggle {
    position: absolute;
    top: 0;
    right: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #fff;
    padding: 15px 15px 22px 15px;
}
#underlayer_nav-toggle > div {
  position: relative;
  width: 36px;
}
#underlayer_nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #282828;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
  /* #nav-toggle close */
}
#underlayer_nav-toggle span:nth-child(1) {
  top: 0;
}
#underlayer_nav-toggle span:nth-child(2) {
  top: 11px;
}
#underlayer_nav-toggle span:nth-child(3) {
  top: 22px;
}
#underlayer_nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#underlayer_nav-toggle:hover span:nth-child(3) {
  top: 18px;
}

.open #underlayer_nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #underlayer_nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
}
.open #underlayer_nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#underlayer_nav-toggle {
  z-index: 1000;
}

/*-------------
undermain
-------------*/
.underlayer_main {
    width: 800px;
    margin: 40px auto 60px auto;
    overflow: hidden;
    min-height: 800px;
}
h3.underlayertitle_top {
    width: 100%;
    line-height: 38px;
    font-size: 15px;
    margin: 0 0 15px 0;
    clear: both;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: dotted 1px #282828;
    padding: 15px 0 0 0;
}
h3.underlayertitle {
    width: 100%;
    line-height: 38px;
    font-size: 15px;
    margin: 20px 0 15px 0;
    clear: both;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: dotted 1px #282828;
    padding: 15px 0 0 0;
}
h3.underlayertitle:before, h3.underlayertitle_top:before, h3.underlayertitle2:before {
    content: "●";
    padding-right: 7px;
    padding-left: 7px;
}


/*-------------
company
-------------*/
.companybox.clearfix {
    float: left;
    width: 400px;
    margin: 0 20px 0 0;
}
table.company {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 40px 0;
    line-height: 20px;
}
table.company th {
    text-align: justify;
    padding: 11px 50px 8px 10px;
    border-bottom: dotted 1px #282828;
    width: 70px;
    font-weight: 500;
    -moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
}
table.company td {
    padding: 8px 0 8px 0;
    border-bottom: dotted 1px #282828;
}
img.companyimg.clearfix {
    margin: 10px 0 0 0;
}
table.company2 {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 40px 0;
    line-height: 20px;
}
table.company2 th {
    text-align: justify;
    padding: 11px 30px 8px 10px;
    border-bottom: dotted 1px #282828;
    width: 90px;
    font-weight: 500;
}
table.company2 td {
    padding: 8px 0 8px 0;
    border-bottom: dotted 1px #282828;
}



/*-------------
equipment
-------------*/
table.equipment {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 40px 0;
    line-height: 20px;
}
table.equipment th {
    text-align: justify;
    padding: 11px 20px 8px 30px;
    background-color: #282828;
    color: #fff;
    border: solid 1px #e0e0e0;
    font-weight: 500;
}
table.equipment td {
    padding: 8px 20px 8px 30px;
    border: solid 1px #e0e0e0;
    vertical-align: top;
}
ul.equipmentlist.clearfix {
    width: 100%;
}
ul.equipmentlist.clearfix li {
    float: left;
    margin: 0 0 40px 80px;
}
ul.equipmentlist.clearfix li:nth-child(odd) {
    margin: 0 0 40px 0;
}




/*-------------
product
-------------*/
ul.productlist.clearfix {
    width: 100%;
}
ul.productlist.clearfix li {
    float: left;
    margin: 0 0 40px 80px;
}
ul.productlist.clearfix li:nth-child(odd) {
    margin: 0 0 40px 0;
}



/*-------------
contact
-------------*/
p.contacttext {
    margin: 15px 0 25px 5px;
    line-height: 21px;
}
#contact .form {
    clear: both;
}
#contact .form table {
    border-collapse: collapse;
    width: 100%;
    margin: 5px 0 0 0;
}
#contact .form table th, #contact .form td {
    line-height: 25px;
    border-bottom: dotted 1px #282828;
}
#contact .form table th {
    width: 180px;
    padding: 5px 0 5px 20px;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
}
#contact .form td {
    padding: 5px 0 5px 14px;
}
#contact .form td input#companyname, #contact .form td input#name, #contact .form td input#comname {
    width: 400px;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #ebebeb;
    border: none;
}
#contact .form td input#mail, #contact .form td input#adress {
    width: 450px;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #ebebeb;
    border: none;
}
#contact .form td input#tel, #contact .form td input#fax{
    width: 300px;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #ebebeb;
    border: none;
}
#contact .form td textarea#comment {
    margin-top: 10px;
    width: 500px;
    height: 200px;
    font-size: 12px;
    background-color: #ebebeb;
    border: none;
}
#contact .form #formEnd {
    text-align: center;
    margin: 5px 0 60px 0;
}
#contact .form #formEnd button {
    margin: 10px -3px 0;
    border: 0;
    background-color: #fff;
}
#contact .form #formEnd button:hover {
    opacity: 0.8;
}


/*-------------
recruit
-------------*/

table.recruit {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 40px 0;
    line-height: 20px;
}
table.recruit th {
    text-align: justify;
    padding: 11px 30px 8px 10px;
    border-bottom: dotted 1px #282828;
    width: 110px;
    font-weight: 500;
}
table.recruit td {
    padding: 8px 0 8px 0;
    border-bottom: dotted 1px #282828;
    width: 82%;
}
}

/* Tablet */
@media screen and (max-width: 768px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
}

/* SP */
@media screen and (max-width: 480px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
/*-------------
undermain
-------------*/
.underlayer_main {
    width: 100%;
    margin: 55px 0 0 0;
    overflow: hidden;
    min-height: 800px;
    background-color: #fff;
    padding: 10px 10px 40px;
}
h3.underlayertitle_top {
    width: 100%;
    line-height: 25px;
    font-size: 13px;
    margin: 0 0 15px 0;
    clear: both;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: dotted 1px #282828;
}
h3.underlayertitle {
    width: 100%;
    line-height: 25px;
    font-size: 13px;
    margin: 20px 0 15px 0;
    clear: both;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: dotted 1px #282828;
}
h3.underlayertitle:before, h3.underlayertitle_top:before, h3.underlayertitle2:before {
    content: "●";
    padding-right: 7px;
    padding-left: 7px;
}


/*-------------
company
-------------*/
.companybox.clearfix {
    width: 100%;
    margin: 0 20px 0 0;
}
.company {
    width: 100%;
    margin-bottom: 20px;
}
.company dt {
    width: 100%;
    background-color: #e0e0e0;
    padding: 2px 0 2px 5px;
    text-align: left;
    font-weight: 600;
}
.company dd {
    width: 100%;
    padding: 5px;
}
img.companyimg.clearfix {
    width: 70%;
}

/*-------------
equipment
-------------*/
.equipmentscroll {
    overflow: auto;
    white-space: nowrap;
    margin: 0 0 30px 0;
}
table.equipment {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    line-height: 20px;
}
table.equipment th {
    text-align: justify;
    padding: 5px;
    background-color: #282828;
    color: #fff;
    border: solid 1px #e0e0e0;
    font-weight: 500;
}
table.equipment td {
    padding: 5px;
    border: solid 1px #e0e0e0;
    vertical-align: top;
}
ul.equipmentlist.clearfix {
    width: 100%;
}
ul.equipmentlist.clearfix li {
    float: left;
    margin: 0 0 20px 15px;
    width: 46%;
}
ul.equipmentlist.clearfix li:nth-child(odd) {
    margin: 0 0 20px 0;
}


/*-------------
product
-------------*/
ul.productlist.clearfix {
    width: 100%;
}
ul.productlist.clearfix li {
    float: left;
    margin: 0 0 20px 0;
}



/*-------------
contact
-------------*/
p.contacttext {
    margin: 15px 0 25px 5px;
    line-height: 21px;
}
#contact .form {
    clear: both;
}
#contact .form table {
    border-collapse: collapse;
    width: 100%;
    margin: 5px 0 0 0;
}
#contact .form table th, #contact .form td {
    line-height: 25px;
    border-bottom: dotted 1px #282828;
}
#contact .form table th {
    width: 30%;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
    line-height: 19px;
}
#contact .form td {
    padding: 5px;
}
#contact .form td input#companyname, #contact .form td input#name, #contact .form td input#comname {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #ebebeb;
    border: none;
}
#contact .form td input#mail, #contact .form td input#adress {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #ebebeb;
    border: none;
}
#contact .form td input#tel, #contact .form td input#fax{
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #ebebeb;
    border: none;
}
#contact .form td textarea#comment {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    font-size: 12px;
    background-color: #ebebeb;
    border: none;
}
#contact .form #formEnd {
    text-align: center;
    margin: 5px 0 60px 0;
}
#contact .form #formEnd button {
    margin: 10px 3px 0;
    border: 0;
    background-color: #fff;
}
#contact .form #formEnd button:hover {
    opacity: 0.8;
}


/*-------------
recruit
-------------*/
.recruit {
    width: 100%;
    margin-bottom: 20px;
}
.recruit dt {
    width: 100%;
    background-color: #e0e0e0;
    padding: 2px 0 2px 5px;
    text-align: left;
    font-weight: 600;
}
.recruit dd {
    width: 100%;
    padding: 5px;
}
}
