@charset "utf-8";

/**********************************************************************
サブページ
 **********************************************************************/
#subbg {
  background: #fff url(../img/sub/page_bg.png) repeat-x 0 158px;
}

#header {
  background:url(../img/bg_top.jpg) #999999;
  background-image:url(../img/common/bg_top.gif);
  background-repeat:repeat-x;
  margin:0px auto;
  position:relative;
  height: 158px;
  overflow: hidden;
}

#header .header-inner{
  width:900px;
  height:108px;
  margin:0 auto;
  overflow: hidden;
  _zoom: 1;
}

#header h1 {
  padding:34px 0 0 20px;
  float:left;
}

#header p {
  float:right;
  margin:10px 10px 0 0;
  text-align:right;
}

#header .tel {
  padding:10px;
  border:#7FD005 solid 3px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  float:right;
  margin:10px 4px 0 0;
  text-align:left;
  font-size:100%;
  background-color:#FFF;
}

#side {
  width:226px;
  float: right;
}

.s_flame {
  background-image:url(../img/common/s_flame_bg.gif);
  padding-bottom:5px;
}

.s_flame-inner {
  background-image:url(../img/common/s_flame-inner_bg.gif);
  background-repeat:repeat-x;
  width:218px;
  height:113px;
  margin-bottom:15px;
  margin-left:4px;
  padding-top:15px;
}

/* main */
#main {
  overflow: hidden;
  _zoom: 1;
  width:900px;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:40px;
}

#sub-contents{
  width:650px;
  float:left;
  margin: 0 0 50px 0;
}

/* サブページ全般 */
#page-title {
  height: 107px;
  margin: 0 0 33px 0;
}

.comments {
  font-weight: bold;
  color: #7a2;
}

.note {
  color: #f30;
}

/* 汎用テーブル */
.page-tbl1 {
  width: 100%;
  border: 1px solid #cccccc;
}
.page-tbl1 b {
  font-weight: bold;
  color: #006600;
}
.page-tbl1 th {
  color: #7a2;
  background-color: #ddf0be;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding: 15px 20px;
  width: 140px;
  vertical-align: top;
}
.page-tbl1 td {
  border-bottom: 1px solid #cccccc;
  padding: 15px 20px;
}

/* sub - サイトマップ */
#sitemap {
  overflow: hidden;
  _zoom: 1;
}

.sitemap-list {
  float: left;
  width: 200px;
  margin: 0 25px 0 0;
}
.sitemap-list li {
  margin: 0 0 15px 0;
}
.sitemap-list a {
  display: block;
  height: 38px;
  line-height: 38px;
  background: url(../img/sub/sitemap_icon.png) no-repeat 10px center;
  border: 1px solid #aecd83;
  padding: 0 0 0 35px;
  text-decoration: none;
  color: #555;
}

/* sub - プライバシーポリシー */
#privacy {
  border: 1px solid #cccccc;
  padding: 20px 20px 0 20px;
  margin: 15px 0;
}
#privacy li {
  margin: 0 0 15px 0;
}

/* sub - 業務内容 */
.box-img {
  text-align: center;
  margin: 0 0 20px 0;
}

.business-needs {
  font-size: 130%;
  margin: 0 0 30px 0;
}

.business-eigyo {
  text-align: center;
  margin: 0 0 40px 0;
}

.business-top ul {
  margin: 0 0 10px 0;
}
.business-top p {
  margin: 0 !important;
}

.business-list {
  padding: 20px 20px 15px 20px;
  margin: 25px 0;
  border: 1px solid #cccccc;
  overflow: hidden;
  _zoom: 1;
}
.business-list h2 {
  margin: 0 0 20px 0;
}
.business-list ul {
  float: left;
  width: 300px;
}
.business-list li {
  padding: 0 0 0 15px;
  background: url(../img/sub/icon_circle.png) no-repeat 0 5px;
  margin: 5px 0;
}

.page-dlist1 dl {
  overflow: hidden;
  _zoom: 1;
  margin: 5px 0;
}
.page-dlist1 dt {
  float: left;
  width: 220px;
}
.page-dlist1 dd {
  float: left;
}

.page-dlist2 dl {
  overflow: hidden;
  _zoom: 1;
  margin: 5px 0;
}
.page-dlist2 dt {
  float: left;
  width: 280px;
}
.page-dlist2 dd {
  float: left;
}

/* sub - 会社案内 */
#aboutus-admin {
  margin: 0 0 30px 0;
}

.co-box {
  overflow: hidden;
  _zoom: 1;
  margin: 0 0 15px 0;
}
.co-box dl {
  float: left;
}
.co-box dt {
  margin: 0 0 15px 0;
  font-weight: bold;
}
.co-box .img-right {
  float: right;
}

.gmap {
  margin: 0 0 40px 0;
}

/* sub - はじめての方へ */
.first-box {
  background: url(../img/sub/first_boxbg.png) no-repeat;
  padding: 15px 0 0 0;
}
.first-box .img-right {
  float: right;
  margin: 0 15px 0 0;
}
.first-box .btm {
  clear: both;
  font-size: 1px;
  line-height: 1;
  height: 15px;
}
.first-box h2 {
  margin: 0 0 10px 2px;
}
.first-box .text {
  margin: 0 0 0 15px;
}
.first-box dl {
  background: url(../img/sub/icon_circle.png) no-repeat 0 5px;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
}
.first-box dt {
  color: #7a2;
  font-weight: bold;
}

.first-boxpos {
  position: relative;
}
.first-boxpos p {
  height: 70px;
}
.first-boxpos .img-right2 {
  position: absolute;
  top: -5px;
  right: 15px;
}

.first-arrow {
  text-align: center;
  font-size: 1px;
  line-height: 1;
  height: 12px;
  margin: 10px 0;
}

/* sub - 製品紹介 */
#pro-itemlist ul {
  overflow: hidden;
  _zoom: 1;
  margin: 0 0 50px 0;
}
#pro-itemlist li {
  float: left;
  width: 162px;
  text-align: center;
  line-height: 1.3;
  color: #314800;
  font-weight: bold;
}
#pro-itemlist img {
  margin: 0 0 10px 0;
}

.pro-title {
  margin: 0 0 30px 0;
}

.pro-titlerecycle {
  margin: 0 0 10px 0;
}

.pro-titleomuni {
  margin: 50px 0 20px 0;
}

.pro-text {
  margin: 0 0 30px 0;
}

.pro-box1 {
  background: url(../img/sub/pro_boxbg.png) no-repeat;
  overflow: hidden;
  _zoom: 1;
  height: 140px;
  margin: 0 0 20px 0;
}
.pro-box1 h4 {
  margin: 18px 0 22px 0;
}
.pro-box1 .text {
  margin: 0 0 0 13px;
}
.pro-box1 .img-right {
  float: right;
  margin: 15px;
}

.pro-box2 {
  border: 1px solid #cccccc;
  padding: 15px 20px;
  overflow: hidden;
  _zoom: 1;
  margin: 0 0 20px 0;
}
.pro-box2 .img-right {
  float: right;
  margin: 0 0 0 15px;
}
.pro-box2 .img-left {
  float: left;
  margin: 0 15px 0 0;
}
.pro-box2 h4 {
  margin: 0 0 15px 0;
}
.pro-box2 li {
  font-weight: bold;
  color: #314800;
  padding: 0 0 0 15px;
  background: url(../img/sub/icon_circle.png) no-repeat 0 5px;
  margin: 5px 0;
}

.omuni-box {
  overflow: hidden;
  _zoom: 1;
  margin: 0 0 30px 0;
}
.omuni-box .omuni {
  float: left;
  width: 410px;
  overflow: hidden;
  _zoom: 1;
}
.omuni-box .omuni li {
  float: left;
}
.omuni-box .info {
  float: right;
  width: 213px;
  border: 1px solid #cccccc;
}
.omuni-box h4 {
  background-color: #ddf0be;
  border: 1px solid #bedc8d;
  height: 30px;
  line-height: 30px;
  color: #314700;
  font-weight: bold;
  margin: 4px 4px 20px 4px;
  padding: 0 0 0 10px;
}
.omuni-box h5 {
  font-weight: bold;
  margin: 4px 4px 4px 4px;
}
.omuni-box dl {
  overflow: hidden;
  _zoom: 1;
  margin: 4px 4px 4px 4px;
  font-size: 11px;
}
.omuni-box dt {
  float: left;
  width: 80px;
}
.omuni-box dd {
  float: left;
  width: 120px;
}
.omuni-box p {
  margin: 10px 4px 10px 4px;
  font-size: 11px;
}

.angle-box {
  border: 1px solid #cccccc;
  overflow: hidden;
  _zoom: 1;
}
.angle-box h4 {
  margin: 15px 8px;
}
.angle-box .img-box {
  float: left;
  width: 312px;
  overflow: hidden;
  _zoom: 1;
  margin: 0 0 15px 8px;
}
.angle-box h5 {
  background-color: #ddf0be;
  border: 1px solid #bedc8d;
  height: 30px;
  line-height: 30px;
  color: #314700;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}
.angle-box ul {
  width: 320px;
  margin: 0 -8px 0 0;
}
.angle-box li {
  float: left;
  width: 152px;
  margin: 0 8px 0 0;
}

/* sub - お問い合わせ */
#contact h3 {
  margin: 30px 0 10px 0;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #777;
  font-weight: bold;
  font-size: 130%;
  background: url(../img/sub/icon_contact.png) no-repeat 7px center;
}

#contact .note {
  margin: 7px 0 7px 20px;
}

#contact .error {
  color: #f30;
}

#contact-adr {
  overflow: hidden;
  _zoom: 1;
  margin: 0 0 25px 0;
}
#contact-adr dt {
  float: left;
  width: 90px;
  color: #6ba12a;
  font-weight: bold;
}
#contact-adr dd {
  float: left;
  width: 300px;
}

#mail-soft {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 25px 0;
}
#mail-soft h3 {
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 130%;
}
#mail-soft .note {
  margin: 0 0 10px 0;
}

#contact-info h3 {
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 130%;
}

.contact-box {
  border-top: 1px dotted #c2cc4a;
  border-bottom: 1px dotted #c2cc4a;
  text-align: left;
  padding: 10px 20px;
  background-color: #f9f9f9;
}
.contact-box .radio-btn {
  margin: 0 20px 0 0;
}
.in-text1 {
  margin: 0 20px 0 0;
}
.in-text1 input {
  margin: 0 0 0 5px;
  width: 70px;
}
.in-text1 select {
  margin: 0 0 0 5px;
  width: 100px;
}
.in-text2 {
  margin: 0 10px 0 0;
}
.in-text2 input {
  margin: 0 0 0 5px;
  width: 170px;
}
.in-text3 {
  margin: 0 10px 0 0;
}
.in-text3 input {
  margin: 0 0 0 5px;
  width: 120px;
}

.contact-box textarea {
  width: 100%;
  height: 100px;
  margin: 10px 0 0 0;
}

.contact-tbl table {
  width: 100%;
  text-align: left;
  background-color: #f9f9f9;
}
.contact-tbl th {
  padding: 10px 5px 10px 20px;
  border-top: 1px dotted #c2cc4a;
  border-bottom: 1px dotted #c2cc4a;
  width: 150px;
  color: #566A20;
  font-weight: bold;
}
.contact-tbl td {
  padding: 10px 5px;
  border-top: 1px dotted #c2cc4a;
  border-bottom: 1px dotted #c2cc4a;
}
.contact-tbl .tbl-mail {
  width: 160px;
}

#contact-btn {
  overflow: hidden;
  _zoom: 1;
  margin: 30px auto 0 auto;
  width: 348px;
}

#contact-btn .send {
  float: left;
  width: 164px;
  margin: 0 20px 0 0;
}

#contact-btn .reset {
  float: left;
  width: 164px;
}


