@charset "utf-8";

/* contents page CSS

Index
------------------------------------------------------------
== 1. ホーム (HOME/) -> top.css

== 2. お問い合わせ (HOME/contact/) [form] 
== 3. 新着情報 (HOME/news/) [CMS]

== 4. 導入事例 (HOME/case/) [CMS]
 _ 4-1. 一覧 (index)
 _ 4-2. 詳細 (detail)

== 5. 畳あれやこれや (HOME/areyakoreya/) [CMS]
 _ 5-1. 一覧 (index)
 _ 5-2. 詳細 (detail)

== 6. 業種から探す (HOME/industry/)
 _ 6-1. 一覧 (index)
 _ 6-2. 旅館・ホテル< (hotel.html)
 _ 6-3. 飲食店 (restaurant.html)
 _ 6-4. 介護施設 (nursing.html)
 _ 6-5. 保育園 (nursery.html)
 _ 6-6. 集合住宅 (apartment.html)
 _ 6-7. その他 (other.html)

== 7. 商品一覧 (HOME/products/)
 _ 7-1. 一覧 (index)
 _ 7-2. 縁無し畳 (rimless.html)
 _ 7-3. 樹脂系畳 (resin.html)
 _ 7-4. 天然い草たたみ (natural.html)
 _ 7-5. 洗える畳 (washable.html)
 _ 7-6. 柔道畳 (judo.html)
 _ 7-7. 置き畳 (placing.html)
 _ 7-8. 上敷き (matting.html)
 _ 7-9. その他商品 (other.html)
 _ 7-10.床下工事 - ネダフォーム (nedafoam.html)
 _ 7-11.床下工事 - 万協フロアー (bankyo.html)

== 8. 当社の畳はなぜ選ばれるのか (HOME/choose/)
== 9. サービス紹介 (HOME/service/)
==10. 全国の施工拠点 (HOME/base/)
==11. よくある質問 (HOME/faq/)
==12. JAS法規定 (HOME/jas/)
==13. 会社案内 (HOME/company/)
==14. サイトマップ (HOME/sitemap/)

------------------------------------------------------------*/
/*============================================================
== 2. お問い合わせ (HOME/contact/) [form] 
============================================================*/
/* selector (#content) */
#content.contact {
  width: 1000px;
}


/*== section 1 ========================*/
.contact #sec01 {
  width: 1000px;
  margin: 0 auto 20px;
}


/*== section 2 ========================*/
/* form table >> form.css 3. module */
.contact #sec02 {
  width: 1000px;
  margin: 0 auto 20px;
  padding-bottom: 5px;
  background-color: #ffffff;
}

.contact #sec02 .note {
  margin: 20px;
  text-align: left;
  line-height: 1.7;
}

.contact #sec02 .note dt {
  color: #4f8b20;
  font-weight: bold;
}

.contact #sec02 .text {
  margin: 20px;
  text-align: left;
  line-height: 1.7;
}


/*== section 3 ========================*/
.contact #sec03 {
  width: 1000px;
  margin: 0 auto 20px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.contact #sec03 h5 {
  margin: 20px;
  padding: 6px 10px 3px;
  border-radius: 3px;
  background-color: #d7e3a1;
  color: #4f8b20;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.contact #sec03 .text {
  margin: 20px;
  text-align: left;
  line-height: 1.7;
}

.contact #sec03 .mail {
  margin: 20px;
  text-align: left;
  line-height: 1.7;
}

.contact #sec03 ul {
  list-style: outside square;
  margin: 0 20px 10px 50px;
  text-align: left;
}

.contact #sec03 li {
  padding: 5px 0;
}

.contact #sec03 ul ul {
  list-style: outside circle;
  margin: 5px 0 5px 25px;
}


/*============================================================
== 3. 新着情報 (HOME/news/) [CMS]
============================================================*/
/* selector (#content) */
.news {}


/*== article ========================*/
.news .repeat {
  width: 740px;
  margin: 0 auto 25px;
  background-color: #ffffff;
}

.news .repeat .date {
  margin: 0 auto;
  padding: 5px 20px;
  background-color: #e7f1bc;
  font-size: 12px;
  text-align: left;
}

.news .repeat h4 {
  margin: 0 auto;
  padding: 20px;
  color: #4d8b1e;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.news .repeat .photo {
  float: left;
  padding: 0 20px 20px;
}

.news .repeat .text {
  overflow: hidden;
  padding: 0 20px 20px;
  text-align: left;
  line-height: 1.8;
}


/*============================================================
== 4. 導入事例 (HOME/case/) [CMS]
============================================================*/
/* selector (#content) */
.case {}


/*== category title ========================*/
.case .ctgry_title {
  padding: 10px;
  background-color: #c9b572;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}


/*== category menu ========================*/
.case .ctgry_nav {
  overflow: hidden;
  width: 740px;
  margin: 0 auto 4px;
}

.case .ctgry_nav ul {
  width: 744px;
  font-size: 12px;
  text-align: left;
}

.case .ctgry_nav li {
  float: left;
  width: 244px;
  padding: 4px 4px 0 0;
  vertical-align: top;
}

.case .ctgry_nav li a {
  display: block;
  padding: 3px 5px;
  background: #e3decd url(../common_img/icon_arrow01.png) no-repeat 225px 25px;
  color: #222222;
  text-decoration: none;
}

.case .ctgry_nav li a:hover,
.case .ctgry_nav li a:active,
.case .ctgry_nav li a:focus {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -ms-filter:"alpha(opacity=70)";
}

.case .ctgry_nav li a:before {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
}

.case .ctgry_nav .li01 a:before {background: url(../common_img/side_industry01.jpg) no-repeat 0 0;}
.case .ctgry_nav .li02 a:before {background: url(../common_img/side_industry02.jpg) no-repeat 0 0;}
.case .ctgry_nav .li03 a:before {background: url(../common_img/side_industry03.jpg) no-repeat 0 0;}
.case .ctgry_nav .li04 a:before {background: url(../common_img/side_industry04.jpg) no-repeat 0 0;}
.case .ctgry_nav .li05 a:before {background: url(../common_img/side_industry05.jpg) no-repeat 0 0;}
.case .ctgry_nav .li06 a:before {background: url(../common_img/side_industry06.jpg) no-repeat 0 0;}
.case .ctgry_nav .li07 a:before {background: url(../common_img/side_industry07.jpg) no-repeat 0 0;}
.case .ctgry_nav .li08 a:before {background: url(../common_img/side_industry08.jpg) no-repeat 0 0;}


/*------------------------------------------------------
 _ 4-1. 一覧 (index)
------------------------------------------------------*/
.case .list_box {
  margin-bottom: 25px;
}

.case .list_box .repeat {
  width: 700px;
  margin: 10px auto;
  padding: 20px;
  background-color: #ffffff;
}

.case .list_box .repeat a,
.case .list_box .repeat a:link,
.case .list_box .repeat a:visited {
  text-decoration: none;
}

.case .list_box .repeat a:hover,
.case .list_box .repeat a:active,
.case .list_box .repeat a:focus {
  text-decoration: underline;
}

.case .list_box .repeat h5 {
  margin: 0 auto 10px;
  color: #57330b;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.case .list_box .repeat h5 a,
.case .list_box .repeat h5 a:link,
.case .list_box .repeat h5 a:visited {
  color: #57330b;
}

.case .list_box .repeat h5 a:hover,
.case .list_box .repeat h5 a:active,
.case .list_box .repeat h5 a:focus {
  color: #999999;
}

.case .list_box .repeat .photo {
  float: left;
  padding-right: 40px;
}

.case .list_box .repeat .text {
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.8;
}

.case .list_box .repeat .btn {
  text-align: right;
}


/*------------------------------------------------------
 _ 4-2. 詳細 (detail)
------------------------------------------------------*/
.case .detail_title {
  padding: 30px 20px 10px;
  background-color: #ffffff;
  color: #57330b;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}


/*== 記事部 ========================
  basic config -> base.css _ 6-1. detail_box */



/*============================================================
== 5. 畳あれやこれや (HOME/areyakoreya/) [CMS]
============================================================*/
/* selector (#content) */
.areyakoreya {}


/*------------------------------------------------------
 _ 5-1. 一覧 (index)
------------------------------------------------------*/
/*== category menu ========================*/
.areyakoreya .list_box {
  width: 740px;
  margin: 0 auto 30px;
}

.areyakoreya .list_box ul {
  text-align: left;
}

.areyakoreya .list_box li {
  margin-bottom: 2px;
}

.areyakoreya .list_box li a {
  display: block;
  padding: 12px 20px 8px;
  background: #2a2a2a url(../common_img/icon_arrow02.png) no-repeat 720px 20px;
  color: #ffffff;
  text-decoration: none;
}

.areyakoreya .list_box li a:hover,
.areyakoreya .list_box li a:active,
.areyakoreya .list_box li a:focus {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -ms-filter:"alpha(opacity=70)";
}


/*------------------------------------------------------
 _ 5-2. 詳細 (detail)
------------------------------------------------------*/
.areyakoreya .detail_title {
  padding: 20px;
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}


/*== 記事部 ========================
  basic config -> base.css _ 6-1. detail_box */



/*============================================================
== 6. 業種から探す (HOME/industry/)
============================================================*/

/*== 合う畳はこちらのリンク設定 ========================*/

.ind_recbox{
  margin: 15px 10px;
  font-size: 13px;
  font-weight: bold;
}
.ind_recbox p{
  float: left;
}
.ind_recbox ul{
  margin-top: 15px;
}
.ind_recbox li{
  position:relative;
  display: inline-block;
}
.ind_recbox li a{
  padding: 5px 20px 5px 10px;
  color: #FFF;
  text-decoration: none;
  background-color: #B1C649;
}
.ind_recbox li a:after{
  content: "";
  position: absolute;
  top: 0;
  right: 11px;
  width: 3px;
  height: 17px;
  background: url("../common_img/icon_arrow04.png") right center no-repeat;
}
.ind_recbox li a:hover{
  background-color: #DDEC97;
}


/*------------------------------------------------------
 _ 6-1. 一覧 (index)
------------------------------------------------------*/
/* selector (#content) */
#content.industry_index {
  width: 1000px;
}

/*== section 1 ========================*/
.industry_index #sec01 {
  width: 1000px;
  margin: 0 auto 10px;
  padding-top: 30px;
  border-top: 11px solid #e3decd;
  background-color: #ffffff;
}

.industry_index .equalHeight2 {
  overflow: hidden;
  width: 936px;
  margin: 0 auto;
}

.industry_index #sec01 .repeat {
  position: relative;
  float: left;
  width: 446px;
  padding: 10px 11px 30px;
}

.industry_index #sec01 h4 {
  float: left;
  width: 184px;
  font-size: 14px;
  font-weight: normal;
}

.industry_index #sec01 h4 a {
  display: block;
  background-color: #f5f4e9;
}

.industry_index #sec01 .repeat h4 span {
  display: inline-block;
  padding: 8px 8px;
  background: url(../common_img/icon_arrow01.png) no-repeat right center;
  color: #333333;
}

.industry_index #sec01 h5 {
  margin: 0 auto 10px 200px;
  color: #7d910d;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.industry_index #sec01 .text {
  margin: 0 auto 10px 200px;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
}

.industry_index #sec01 .btn {
  margin: 0 auto 0 200px;
  font-size: 12px;
  text-align: left;
}


/*------------------------------------------------------
 _ 6-2. 旅館・ホテル< (hotel.html)
 _ 6-3. 飲食店 (restaurant.html)
 _ 6-4. 介護施設 (nursing.html)
 _ 6-5. 保育園 (nursery.html)
 _ 6-6. 集合住宅 (apartment.html)
 _ 6-7. その他 (other.html)
------------------------------------------------------*/
.industry .ctgry_title {
  padding: 10px;
  background-color: #e3decd;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

/*== intro ========================*/
.industry_intro {
  overflow: hidden;
  min-height: 600px;
  margin: 0 auto;
  background-color: #ffffff;
}

.industry_hotel .industry_intro {
  background: #ffffff url(../industry/images/hotel_01bg.jpg) no-repeat 0 0;
}
.industry_restaurant .industry_intro {
  background: #ffffff url(../industry/images/restaurant_01bg.jpg) no-repeat 0 0;
}
.industry_nursing .industry_intro {
  background: #ffffff url(../industry/images/nursing_01bg.jpg) no-repeat 0 0;
}
.industry_nursery .industry_intro {
  background: #ffffff url(../industry/images/nursery_01bg.jpg) no-repeat 0 0;
}
.industry_apartment .industry_intro {
  background: #ffffff url(../industry/images/apartment_01bg.jpg) no-repeat 0 0;
}
.industry_other .industry_intro {
  background: #ffffff url(../industry/images/other_01bg.jpg) no-repeat 0 0;
}

.industry_intro h5 {
  padding: 40px 0 10px;
}

.industry_intro .image {
  padding: 0 10px 20px 310px;
  text-align: left;
}

.industry_intro .image img {
  margin: 0 10px 10px 0;
}

.industry_intro ul {
  margin: 0 auto;
  padding: 0 20px 20px 310px;
  color: #4f8b20;
  text-align: left;
}

.industry_intro li {
  padding: 2px 0 2px 18px;
  background: url(../common_img/icon_bullet01.png) no-repeat 0 6px;
}

.industry_intro .text {
  margin: 0 auto;
  padding: 0 20px 20px 310px;
  text-align: left;
  line-height: 1.7;
}


/*== suggest ========================*/
.industry_suggest {
  margin: 0 auto 10px;
  padding: 10px 0;
  background-color: #ffffff;
}

.industry_suggest h4 {
  margin: 0 auto 20px;
}

.industry_suggest .repeat {
  display: table;
  width: 700px;
  margin: 0 auto;
}

.industry_suggest .photo {
  display: table-cell;
  width: 240px;
  padding: 10px 0 20px;
  vertical-align: top;
}

.industry_suggest .data {
  display: table-cell;
  padding: 10px 20px 20px 0;
  text-align: left;
  vertical-align: middle;
}

.industry_suggest h5 {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 6px;
  background-color: #f5f2e7;
  color: #572b00;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.industry_suggest .text {
  margin: 0 10px;
  text-align: left;
  line-height: 1.7;
}


/*============================================================
== 7. 商品一覧 (HOME/products/)
============================================================*/
/*------------------------------------------------------
 _ 7-0. common
------------------------------------------------------*/
/*== category title ========================*/
.products .ctgry_title {
  padding: 10px;
  background-color: #d7e3a1;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.products .ctgry_title2 {
  padding: 10px;
  background-color: #E0D67F;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}


/*== products intro ========================*/
.products_intro {
  min-height: 400px;
  margin: 0 auto;
  padding: 0 30px 20px;
  background-color: #ffffff;
}

.products_intro h5 {
  padding: 40px 0 20px;
}

.products_intro .photo {
  float: left;
  padding: 0 30px 30px 0;
}

.products_intro .image {
  padding: 0 0 30px;
  text-align: right;
}

.products_intro .text {
  overflow: hidden;
  margin: 0 auto 20px;
  color: #444444;
  text-align: left;
  line-height:1.7;
}

.products_intro .nav {
  margin: 0 auto 20px;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
}

.products_intro .nav li {
  display: inline;
  padding: 0 10px;
}

.products_intro .nav a,
.products_intro .nav a:link,
.products_intro .nav a:visited {
  display: inline-block;
  padding-left: 8px;
  background: url(../common_img/icon_arrow01.png) no-repeat left center;
  color: #666666;
  text-decoration: none;
}

.products_intro .nav a:hover,
.products_intro .nav a:active,
.products_intro .nav a:focus {
  color: #999999;
  text-decoration: underline;
}


/*== products article ========================*/
.products_article {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px 10px;
  background-color: #ffffff;
}

/*-- header ----------*/
.products_article .header .text {
  margin: 0 10px 30px;
  text-align: left;
  line-height: 1.7;
}

/*-- article 1 ----------*/
.products_article .article01 {
  width: 700px;
  margin: 20px auto 30px;
}

.products_article .article01 .text {
  margin: 0 10px 20px;
  text-align: left;
  line-height: 1.7;
}

.products_article .article01 .note {
  margin: 0 10px 20px;
  font-size: 12px;
}

.products_article .article01 .figure {
  margin: 0 10px 20px;
}

.products_article .article01 .image {
  margin: 0 10px 10px;
}

.products_article .article01 .left {
  float: left;
  width: 350px;
}

.products_article .article01 .right {
  float: right;
  width: 350px;
}

/*-- article 2 ----------*/
.products_article .article02 {
  display: table;
  width: 700px;
  margin: 0 auto 30px;
}

.products_article .article02 .photo {
  display: table-cell;
  vertical-align: middle;
}

.products_article .article02 .photo2 {
  display: table-cell;
  vertical-align: middle;
}

.products_article .article02 .photo img {
  padding: 0 10px;
}

.products_article .article02 .photo2 img {
  padding: 0 20px 0 10px;
}

.products_article .article02 .data {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.products_article .article02 .data .titlStyle02 {
  margin-right: 10px;
}

.products_article .article02 .data .text {
  margin: 20px 10px 0;
  text-align: left;
  line-height: 1.7;
}

/*-- table ----------*/
.products_table01 {
  width: 680px;
  margin: 0 auto 20px;
  border-collapse: collapse;
}

.products_table01 caption {
  padding-bottom: 5px;
  color: #572b00;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.products_table01 thead th {
  padding: 5px;
  background-color: #d7e3a1;
  border: 1px solid #cccccc;
}

.products_table01 tbody th {
  padding: 5px;
  border: 1px solid #cccccc;
}

.products_table01 tbody td {
  padding: 5px;
  border: 1px solid #cccccc;
}

.products_table01 .celcolor01 {
  background-color: #f4eff3;
}

.products_table01 .celcolor02 {
  background-color: #edf2f5;
}

.products_table01 .celcolor03 {
  background-color: #f5f4ed;
}


/*== products faq ========================*/
.products_faq {
  margin: 0 auto 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}

.products_faq h4 {
  margin: 0 20px 20px;
  padding: 10px;
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.products_faq h5 {
  margin: 20px;
  color: #4f8b20;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.products_faq .repeat {
  padding: 0 20px 10px;
}

.products_faq dl {
  margin: 0 auto;
  text-align: left;
}

.products_faq dt {
  padding: 10px 0 8px 60px;
  border-radius: 6px;
  background: #e9e1cd url(../common_img/icon_question01.png) no-repeat 10px 4px;
  color: #572b00;
}

.products_faq dd {
  padding: 10px 10px 15px 60px;
  background: url(../common_img/icon_answer01.png) no-repeat 10px 4px;
  font-size: 12px;
  line-height:1.7;
}


/*------------------------------------------------------
 _ 7-1. 一覧 (index)
------------------------------------------------------*/
/* selector (#content) */
#content.products_index {
  width: 1000px;
}


/*== section 1 ========================*/
.products_index #sec01 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 11px solid #dbe0c3;
  background-color: #ffffff;
}

.products_index #sec01 h4 {
  margin: 30px auto 20px;
}

.products_index .equalHeight4 {
  overflow: hidden;
  width: 936px;
  margin: 0 auto;
}

.products_index #sec01 .repeat {
  position: relative;
  float: left;
  width: 212px;
  padding: 10px 11px 62px;
}

.products_index #sec01 h5 {
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: normal;
}

.products_index #sec01 h5 a {
  display: block;
  background-color: #f4f6f1;
}

.products_index #sec01 .repeat h5 span {
  display: inline-block;
  padding: 10px 8px;
  background: url(../common_img/icon_arrow01.png) no-repeat right center;
  color: #333333;
}

.products_index #sec01 h6 {
  margin: 0 auto 5px;
  color: #7d910d;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.products_index #sec01 .text {
  margin: 0 auto 5px;
  font-size: 12px;
  text-align: left;
}

.products_index #sec01 .btn {
  position: absolute;
  left: 11px;
  bottom: 32px;
}


/*== section 2 ========================*/
.products_index #sec02 {
  width: 1000px;
  margin: 0 auto 10px;
  padding-top: 20px;
  background-color: #ffffff;
}

.products_index #sec02 h4 {
  margin: 0 auto 20px;
}

.products_index .equalHeight2 {
  overflow: hidden;
  width: 936px;
  margin: 0 auto;
}

.products_index #sec02 .repeat {
  position: relative;
  float: left;
  width: 446px;
  padding: 10px 11px 30px;
}

.products_index #sec02 h5 {
  float: left;
  width: 212px;
  font-size: 14px;
  font-weight: normal;
}

.products_index #sec02 h5 a {
  display: block;
  background-color: #f5f4e9;
}

.products_index #sec02 .repeat h5 span {
  display: inline-block;
  padding: 8px 8px;
  background: url(../common_img/icon_arrow01.png) no-repeat right center;
  color: #333333;
}

.products_index #sec02 h6 {
  margin: 0 auto 10px 226px;
  color: #7d910d;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.products_index #sec02 .text {
  margin: 0 auto 0 226px;
  font-size: 12px;
  text-align: left;
}

.products_index #sec02 .btn {
  position: absolute;
  left: 11px;
  bottom: 0;
}


/*------------------------------------------------------
 _ 7-2. 縁無し畳 (rimless.html)
------------------------------------------------------*/
/* selector (#content) */
.products_rimless {}


/*== section 1 ========================
  basic config -> intro _ 7-0. common - products intro */
.products_rimless .products_intro {
  background: #ffffff url(../products/images/rimless_01bg.jpg) no-repeat 0 0;
}


/*== section 2 ～ ========================
  basic config -> intro _ 7-0. common - products article */


/*------------------------------------------------------
 _ 7-3. 樹脂系畳 (resin.html)
------------------------------------------------------*/
/* selector (#content) */
.products_resin {}


/*== section 1 ========================
  basic config -> intro _ 7-0. common - products intro */
.products_resin .products_intro {
  min-height: 180px;
  background: #ffffff url(../products/images/resin_01bg.jpg) no-repeat 0 0;
}


/*== section 2 ～ ========================
  basic config -> intro _ 7-0. common - products article */


/*== section 4 ========================*/
.products_resin #sec04 .bloc01 {

}

.products_resin #sec04 .bloc01 dl {
  margin: 0 10px;
  text-align: left;
}

.products_resin #sec04 .bloc01 dt {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 6px 0 2px 20px;
  border-top: 1px solid  #cccccc;
  border-bottom: 1px solid  #cccccc;
  background: url(../common_img/icon_bullet01.png) no-repeat 0 8px;
  color: #572b00;
  font-size: 16px;
}

.products_resin #sec04 .bloc01 dt span {
  color: #7d910d;
  font-weight: bold;
}

.products_resin #sec04 .bloc01 dd {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.7;
}


.products_resin #sec04 .bloc01 .data {
  margin: 0 auto 10px;
  padding: 20px;
  border-radius: 6px;
  background-color: #f5f2e7;
}

.products_resin #sec04 .bloc01 .data table {
  width: 640px;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
}

.products_resin #sec04 .bloc01 .data th {
  border: 1px solid #cccccc;
}

.products_resin #sec04 .bloc01 .data td {
  width: 200px;
  border: 1px solid #cccccc;
}


/*------------------------------------------------------
 _ 7-4. 天然い草たたみ (natural.html)
------------------------------------------------------*/
/* selector (#content) */
.products_natural {}


/*== section 1 ========================
  basic config -> intro _ 7-0. common - products intro */
.products_natural .products_intro {
  min-height: 180px;
  background: #ffffff url(../products/images/natural_01bg.jpg) no-repeat 0 0;
}


/*== section 2 ～ ========================
  basic config -> intro _ 7-0. common - products article */


/*------------------------------------------------------
 _ 7-5. 洗える畳 (washable.html)
------------------------------------------------------*/
/* selector (#content) */
.products_washable {}


/*== section 4 ========================*/
.products_washable #sec04 {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.products_washable #sec04 h4 {
  margin: 0 20px 20px;
}

/*-- bloc01 ----------*/
.products_washable #sec04 .bloc01 {}

.products_washable #sec04 .bloc01 h5 {
  margin: 0 auto 10px;
  color: #4f8b20;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.products_washable #sec04 .bloc01 .left {
  float: left;
  padding: 0 30px 20px 0;
}

.products_washable #sec04 .bloc01 .right {
  float: right;
  padding: 0 0 20px 30px;
}

.products_washable #sec04 .bloc01 .text {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.7;
}

/*-- repeat ----------*/
.products_washable #sec04 .repeat {}

.products_washable #sec04 .repeat .right {
  float: right;
  padding: 0 0 20px 30px;
}

.products_washable #sec04 .repeat .text {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.7;
}

.products_washable #sec04 .repeat .data {
  margin: 0 auto 20px;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  text-align: left;
}

.products_washable #sec04 .repeat .data table {
  margin: 10px auto;
  width: 660px;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
}

.products_washable #sec04 .repeat .data th {
  border: 1px solid #cccccc;
}

.products_washable #sec04 .repeat .data td {
  width: 200px;
  border: 1px solid #cccccc;
}


/*== section 1 ========================
  basic config -> intro _ 7-0. common - products intro */
.products_washable .products_intro {
  padding-top: 20px;
  background: #ffffff url(../products/images/washable_01bg.jpg) no-repeat 0 0;
}


/*== section 2 ========================*/
.products_washable #sec02 {
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.products_washable #sec02 h4 {
  margin: 0 auto 20px;
}

.products_washable #sec02 .lead {
  margin: 20px 20px 30px;
  text-align: left;
  line-height: 1.7;
}

.products_washable #sec02 .repeat {
  display: table;
  width: 700px;
  margin: 0 auto 10px;
  border-radius: 6px;
  background-color: #f5f2e7;
}

.products_washable #sec02 .photo {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}

.products_washable #sec02 .data {
  display: table-cell;
  padding: 15px 15px 15px 20px;
  vertical-align: middle;
  text-align: left;
}

.products_washable #sec02 h5 {
  margin-bottom: 5px;
  color: #572b00;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}


/*== section 3 ========================*/
.products_washable #sec03 {
  margin: 0 auto 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}

.products_washable #sec03 h4 {
  margin: 0 20px 20px;
}

.products_washable #sec03 .repeat {
  display: table;
  width: 700px;
  margin: 0 auto 30px;
}

.products_washable #sec03 .photo {
  display: table-cell;
  vertical-align: middle;
}

.products_washable #sec03 .data {
  display: table-cell;
  padding-left: 30px;
  text-align: left;
  vertical-align: middle;
}

.products_washable #sec03 h5 {
  margin-bottom: 10px;
  color: #572b00;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

.products_washable #sec03 .text {
  text-align: left;
  line-height: 1.7;
}




/*------------------------------------------------------
 _ 7-6. 柔道畳 (judo.html)
------------------------------------------------------*/
/* selector (#content) */
.products_judo {}


/*== section 1 ========================
  basic config -> intro _ 7-0. common - products intro */
.products_judo .products_intro {
  background: #ffffff url(../products/images/judo_01bg.jpg) no-repeat 0 0;
}


/*== section 2 ========================*/
.products_judo #sec02 {
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.products_judo #sec02 h4 {
  margin: 0 auto 20px;
}

.products_judo #sec02 .repeat {
  margin: 0 20px 10px;
  padding: 15px;
  border-radius: 6px;
  background-color: #f5f2e7;
}

.products_judo #sec02 h5 {
  margin-bottom: 5px;
  color: #572b00;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}

.products_judo #sec02 .text {
  text-align: left;
}

.products_judo #sec02 .lead {
  margin: 20px 20px 10px;
  text-align: left;
  line-height: 1.7;
}

.products_judo #sec02 .lead span {
  color: #4f8b20;
}


/*== section 3 ========================*/
.products_judo #sec03 {
  margin: 0 auto 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}

.products_judo #sec03 h4 {
  margin: 0 20px 10px;
  padding: 10px;
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.products_judo #sec03 .equalHeight3 {
  overflow: hidden;
  width: 720px;
  margin: 0 auto;
}

.products_judo #sec03 .repeat {
  position: relative;
  float: left;
  width: 220px;
  padding: 10px 10px 62px;
}

.products_judo #sec03 h5 {
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: normal;
}

.products_judo #sec03 h5 a {
  display: block;
  background-color: #f4f6f1;
}

.products_judo #sec03 .repeat h5 span {
  display: inline-block;
  padding: 10px 8px;
  background: url(../common_img/icon_arrow01.png) no-repeat right center;
  color: #333333;
}

.products_judo #sec03 h6 {
  margin: 0 auto 5px;
  color: #7d910d;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.products_judo #sec03 .text {
  margin: 0 auto 5px;
  font-size: 12px;
  text-align: left;
}

.products_judo #sec03 .text strong {
  display: block;
  background-color: #bd0008;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

.products_judo #sec03 .btn {
  position: absolute;
  left: 11px;
  bottom: 32px;
}


/*------------------------------------------------------
 _ 7-7. 置き畳 (placing.html)
------------------------------------------------------*/
/* selector (#content) */
.products_placing {}


/*== section 1 ========================
  basic config -> intro _ 7-0. common - products intro */
.products_placing .products_intro {
  padding-bottom: 1px;
  background: #ffffff url(../products/images/placing_01bg.jpg) no-repeat 0 0;
}


/*== section 2 ～ ========================
  basic config -> intro _ 7-0. common - products article */


/*== section 2 ========================*/
.products_placing #sec04 {
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.products_placing #sec04 .repeat {
  margin: 0 20px 10px;
  padding: 15px;
  border-radius: 6px;
  background-color: #f5f2e7;
}

.products_placing #sec04 h5 {
  margin-bottom: 5px;
  color: #572b00;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.products_placing #sec04 .text {
  text-align: left;
  line-height: 1.7;
}

.products_placing #sec04 .text span {
  color: #4f8b20;
}


/*------------------------------------------------------
 _ 7-8. 上敷き (matting.html)
------------------------------------------------------*/
/* selector (#content) */
.products_matting {}


/*== section 1 ========================
  basic config -> intro _ 7-0. common - products intro */
.products_matting .products_intro {
  background: #ffffff url(../products/images/matting_01bg.jpg) no-repeat 0 0;
}


/*== section 2 ～ ========================
  basic config -> intro _ 7-0. common - products article */

/*== section 4 ～ ======================== */
.products_matting #sec02 .bnr {
  overflow: hidden;
  margin: 0 10px 10px;
  padding: 20px;
  border-radius: 6px;
  background-color: #f5f2e7;
}

.products_matting #sec02 .bnr h5 {
  margin-bottom: 15px;
}

.products_matting #sec02 .bnr .photo {
  float: right;
  padding-left: 30px;
}

.products_matting #sec02 .bnr .text {
  overflow: hidden;
  text-align: left;
  line-height: 1.7;
}


/*------------------------------------------------------
 _ 7-9. その他商品 (other.html)
------------------------------------------------------*/
/* selector (#content) */
.products_other {}


/*== section 1 ========================
  basic config -> intro _ 7-0. common - products intro */
.products_other .products_intro {
  min-height: 0;
}


/*== section 2 ～ ========================
  basic config -> intro _ 7-0. common - products article */



/*------------------------------------------------------
 _ 7-10.床下工事 - ネダフォーム (nedafoam.html)
------------------------------------------------------*/
/* selector (#content) */
.products_nedafoam {}


/*== section 1 ========================
  basic config -> intro _ 7-0. common - products intro */
.products_nedafoam .products_intro {
  background: #ffffff url(../products/images/nedafoam_01bg.jpg) no-repeat 0 0;
}

.products_nedafoam #sec01 .photo {
  position: relative;
  float: left;
  padding: 0 50px 80px 0;
}

.products_nedafoam #sec01 .photo img:first-child {
  position: absolute;
  left: -10px;
  bottom: 10px;
}


/*== section 2 ～ 5 ========================
  basic config -> intro _ 7-0. common - products article */


/*== section 6 ========================
  basic config -> intro _ 7-0. common - products faq */
.products_nedafoam #sec06 {}


/*------------------------------------------------------
 _ 7-11.床下工事 - 万協フロアー (bankyo.html)
------------------------------------------------------*/
/* selector (#content) */
.products_bankyo {}



/*== section 1 ========================
  basic config -> intro _ 7-0. common - products intro */
.products_bankyo .products_intro {
  min-height: 0;
}


/*== section 2 ========================*/
.products_bankyo #sec02 {
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.products_bankyo #sec02 h4 {
  margin: 0 auto 20px;
}

.products_bankyo #sec02 .repeat {
  display: table;
  width: 700px;
  margin: 0 auto 10px;
  border-radius: 6px;
  background-color: #f5f2e7;
}

.products_bankyo #sec02 .photo {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}

.products_bankyo #sec02 .data {
  display: table-cell;
  padding: 15px 15px 15px 20px;
  vertical-align: middle;
  text-align: left;
}

.products_bankyo #sec02 h5 {
  margin-bottom: 5px;
  color: #572b00;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}


/*== section 3 ========================*/
.products_bankyo #sec03 {
  margin: 0 auto;
  padding-bottom: 10px;
  background-color: #ffffff;
}

.products_bankyo #sec03 h4 {
  margin: 0 20px 20px;
  padding: 10px;
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.products_bankyo #sec03 h5 {
  margin: 20px;
  padding: 5px 15px;
  border-radius: 6px;
  background-color: #EEF2D1;
  color: #4f8b20;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.products_bankyo #sec03 .repeat {
  display: table;
  width: 700px;
  margin: 0 auto 30px;
}

.products_bankyo #sec03 .photo {
  display: table-cell;
  width: 270px;
  vertical-align: middle;
}

.products_bankyo #sec03 .data {
  display: table-cell;
  padding-left: 30px;
  text-align: left;
  vertical-align: middle;
}

.products_bankyo #sec03 h6 {
  margin-bottom: 10px;
  color: #572b00;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

.products_bankyo #sec03 .text {
  text-align: left;
  line-height: 1.7;
}


/*== section 4 ========================*/
.products_bankyo #sec04 {
  margin: 0 auto;
  background-color: #ffffff;
}

.products_bankyo #sec04 h4 {
  margin: 0 20px 20px;
  padding: 10px;
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.products_bankyo #sec04 h5 {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 6px;
  background-color: #f5f2e7;
  color: #4f8b20;
  color: #572b00;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.products_bankyo #sec04 h5:before {
  position: absolute;
  z-index: 100;
  top: -25px;
  left: 194px;
  display: block;
  width: 72px;
  height: 20px;
  background: url(../products/images/bankyo_04arrow01.png);
  content: "";
}

.products_bankyo #sec04 h6 {
  margin: 0 5px 10px;
  color: #4f8b20;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.products_bankyo #sec04 .text {
  padding: 0 5px;
  text-align: left;
  line-height: 1.7;
}

/* repeat */
.products_bankyo #sec04 .repeat {
  display: table;
  width: 720px;
  margin: 0 0 0 auto;
}

.products_bankyo #sec04 .photo {
  display: table-cell;
  padding: 0 20px 30px;
  vertical-align: top;
}

.products_bankyo #sec04 .data {
  display: table-cell;
  width: 100%;
  padding-bottom: 30px;
  text-align: left;
  vertical-align: middle;
}

/* block 1 */
.products_bankyo #sec04 .bloc01 {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.products_bankyo #sec04 .bloc01 h5:before {
  content: normal;
}

/* block 2 */
.products_bankyo #sec04 .bloc02 {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.products_bankyo #sec04 .bloc02 .data {
  padding: 20px;
}

.products_bankyo #sec04 .bloc02 .photo {
  padding: 10px;
  vertical-align: middle;
}

.products_bankyo #sec04 .bloc02 .li01 {
  background: url(../products/images/bankyo_04arrow02.png) no-repeat center bottom;
}

.products_bankyo #sec04 .bloc02 .li03,
.products_bankyo #sec04 .bloc02 .li04 {
  margin-bottom: 2px;
  background-color: #f0f5ed;
}


/*== section 5 ========================
  basic config -> intro _ 7-0. common - products faq */
.products_bankyo #sec05 {}



/*============================================================
== 8. 当社の畳はなぜ選ばれるのか (HOME/choose/)
============================================================*/
/* selector (#content) */
.choose {}


/*== section 1 ========================*/
.choose #sec01 {
  min-height: 440px;
  margin: 0 auto;
  background: #ffffff url(../choose/images/01bg.jpg) no-repeat 0 0;
}

.choose #sec01 h4 {
  padding: 50px 0 30px;
}

.choose #sec01 .text {
  padding: 0 40px 20px;
  color: #444444;
  text-align: left;
  line-height: 2;
}


/*== section 2 ========================*/
.choose #sec02 {
  overflow: hidden;
  margin: 0 auto 10px;
  background-color: #ffffff;
}

.choose #sec02 h4 {
  margin: 0 auto 40px;
}

.choose #sec02 .repeat {
  width: 700px;
  margin: 0 auto 40px;
}

.choose #sec02 h5 {
  margin: 0 auto 15px;
}

.choose #sec02 .odd .photo {
  float: left;
  padding: 0 30px 10px 10px;
}

.choose #sec02 .even .photo {
  float: right;
  padding: 0 10px 10px 30px;
}

.choose #sec02 .text {
  overflow: hidden;
  margin: 0 10px 10px;
  text-align: left;
  line-height: 1.7;
}

.choose #sec02 .btn {
  overflow: hidden;
  margin: 0 10px;
  text-align: right;
}

.choose #sec02 .even .btn {
  text-align: left;
}


/*============================================================
== 9. サービス紹介 (HOME/service/)
============================================================*/
/* selector (#content) */
#content.service {
  width: 1000px;
}


/*== section 1 ========================*/
.service #sec01 {
  width: 1000px;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-top: 11px solid #dbe0c3;
  background-color: #ffffff;
  padding-top:20px;
}

.service #sec01 h4 {
  margin: 40px auto 30px;
  font-size: 18px;
  font-weight: normal;
}

.service .equalHeight3 {
  overflow: hidden;
  width: 942px;
  margin: 0 auto;
}

.service #sec01 .repeat {
  position: relative;
  float: left;
  width: 284px;
  padding: 10px 15px 62px;
}

.service #sec01 h5 {
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: normal;
}

.service #sec01 h5 a {
  display: block;
  background-color: #f4f6f1;
}

.service #sec01 .repeat h5 span {
  display: inline-block;
  padding: 10px 8px;
  background: url(../common_img/icon_arrow01.png) no-repeat right center;
  color: #333333;
}

.service #sec01 h6 {
  margin: 0 auto 5px;
  color: #7d910d;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.service #sec01 .text {
  margin: 0 auto 5px;
  font-size: 12px;
  text-align: left;
}

.service #sec01 .btn {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
}



/*============================================================
==10. 全国の施工拠点 (HOME/base/)
============================================================*/
/* selector (#content) */
.base {}


/*== section 1 ========================*/
.base #sec01 {
  margin: 0 auto;
  border-top: 11px solid #e3d3cd;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.base #sec01 h4 {
  padding: 40px 0 20px;
}

.base #sec01 .text {
  padding: 0 30px 30px;
  color: #444444;
  text-align: left;
  line-height: 1.7;
}


/*== section 2 ========================*/
.base #sec02 {
  margin: 0 auto 10px;
  background-color: #ffffff;
}

.base #sec02 h4 {
  margin: 0 auto 30px;
}

.base #sec02 .text {
  padding: 0 30px 30px;
  text-align: left;
  line-height: 1.7;
}

.base #sec02 .bnr {
  border-top: 5px solid  #f5f4ed;
}

.base #sec02 dl {
  margin: 0 20px 10px;
  text-align: left;
}

.base #sec02 dt {
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #f5f2e7;
  color: #572b00;
}

.base #sec02 dd {
  padding: 10px 10px 20px;
}


/*============================================================
==11. よくある質問 (HOME/faq/)
============================================================*/
/* selector (#content) */
.company {}


/*== section 1 ========================*/
.faq #sec01 {
  margin: 0 auto 30px;
  text-align: left;
}


/*-- 質問一覧 ----------*/
#faq_list {
  width: auto;
  margin: 0 auto;
  text-align: left;
}

.faq #sec01 h5 {
  margin: 10px auto 2px;
  padding: 5px 15px;
  background-color: #e7e7e7;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

#faq_list dl {
  overflow: hidden;
  position: relative;
}

#faq_list dt{
  clear: left;
  float: left;
  width: 3em;
  padding: 10px 0 0 1em;
  background: none;
  color: #4f8b20;
  font-weight: bold;
  text-align: center;
}

#faq_list dd {
  margin-bottom: 2px;
  padding: 10px 20px 10px 0;
  padding-left: 4em;
  background: #ffffff;
}

#faq_list a {
  display:inline-block;
  padding-left:14px;
  background:url(../common_img/icon_arrow01.png) no-repeat 0 6px;
  text-decoration: none;
}

#faq_list a:hover {
  text-decoration: underline;
}


/*== section 2 ========================*/
.faq #sec02 {
  margin: 0 auto 10px;
  text-align: left;
}

.faq #sec02 h5 {
  margin: 10px auto 2px;
  padding: 5px 15px;
  background-color: #e7e7e7;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}


/*-- 質問と回答 ----------*/
.faq #sec02 .repeat {
  margin: 0 auto 2px;
  padding: 10px;
  background-color: #ffffff;
}

.faq #sec02 dl {
  margin: 0 auto;
  text-align: left;
}


/* 質問 */
.faq #sec02 dt {
  border-radius: 6px;
  background: #d7e3a1 url(../common_img/icon_question01.png) no-repeat 10px 8px;
  color: #333333;
}

.faq #sec02 dt .num {
  display: block;
  float: left;
  width: 20px;
  padding: 10px 0 0 50px;
  color: #4f8b20;
  font-size: 18px;
  font-weight: bold;
}

.faq #sec02 dt .text {
  display: block;
  padding: 12px 0 15px 80px;
  font-weight: bold;
}


/*回答*/
.faq #sec02 dd {
  padding: 18px 10px 15px 60px;
  background: url(../common_img/icon_answer01.png) no-repeat 10px 14px;
  line-height:1.8;
}



/*============================================================
==12. JAS法規定 (HOME/jas/)
============================================================*/
/* selector (#content) */
.jas {}


/*== section 1 ========================*/
.jas #sec01 {
  min-height: 360px;
  margin: 0 auto 20px;
  background: #ffffff url(../jas/images/01bg.png) no-repeat 0 0;
}

.jas #sec01 h4 {
  padding: 51px 0 20px 110px;
  text-align: left;
}

.jas #sec01 .text {
  padding: 0 20px 0 130px;
  color: #444444;
  text-align: left;
  line-height: 1.7;
}


/*== section 2 ========================*/
.jas #sec02 {
  overflow: hidden;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}

.jas #sec02 h5 {
  margin: 20px;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #f5f2e7;
  color: #572b00;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.jas #sec02 h6 {
  padding-left: 30px;
  color: #4f8b20;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.jas #sec02 .clause {
  float: left;
  width: 5em;
}

.jas #sec02 .text {
  overflow: hidden;
  margin: 0 30px 20px;
  text-align: left;
}

.jas #sec02 .note{
  margin: 0 30px 20px;
  font-size: 12px;
  text-align: left;
}

.jas #sec02 table {
  width: 680px;
  margin: 0 auto 20px;
  border-collapse: collapse;
  font-size: 12px;
}

.jas #sec02 th,
.jas #sec02 td {
  padding: 5px 10px;
  border: 1px solid #cccccc;
}

.jas #sec02 thead th {
  background-color: #d7e3a1;
}

.jas #sec02 tbody th {
  background-color: #f4f6f1;
}

/* table 1 */
.jas #sec02 .table01 tbody th {
  width: 150px;
}

.jas #sec02 .table01 td {
  text-align: left;
}

/* table 2 */
.jas #sec02 .table02 .col01 { width: 30px;}
.jas #sec02 .table02 .col02 { width: 70px;}
.jas #sec02 .table02 .col03 { width: 60px;}
.jas #sec02 .table02 .col04 { width: 70px;}
.jas #sec02 .table02 .col01 { width: 30px;}
.jas #sec02 .table02 .col01 { width: 30px;}
.jas #sec02 .table02 .col01 { width: 30px;}
.jas #sec02 .table02 .col01 { width: 30px;}
.jas #sec02 .table02 .data {
  text-align: left;
}

.jas #sec02 .table02 li {
  padding: 4px 0;
}

.jas #sec02 .table02 li li li {
  padding: 0;
}

.jas #sec02 .table02 li .num {
  float: left;
  display: block;
  width: 3em;
}

.jas #sec02 .table02 li .text {
  overflow: hidden;
  display: block;
  margin: 0;
}

.jas #sec02 .table02 ol.data {
  list-style: outside decimal;
  margin-left: 25px;
}

.jas #sec02 .table02 li dl {
  overflow: hidden;
}

.jas #sec02 .table02 li dt {
  color: #4f8b20;
}

.jas #sec02 .table02 li li ol {
  margin-left: 25px;
}

/* table 3 */
.jas #sec02 .table03 tbody th {
  width: 150px;
}

.jas #sec02 .table03 td {
  text-align: left;
}

.jas #sec02 .table03 td table {
  border: none;
  width: auto;
  margin: auto;
}

.jas #sec02 .table03 td table td {
  border: none;
}

.jas #sec02 .table03 .border {
  border-top: 1px solid #666666;
}

/* table 4 */
.jas #sec02 .table04 {
  margin-bottom: 5px;
}

.jas #sec02 .table04 tbody th {
  width: 65px;
}

/* table 5 */
.jas #sec02 .table05 tbody th {
  width: 150px;
}

.jas #sec02 .table05 td {
  text-align: left;
}

/* table 6 */
.jas #sec02 .table06 tbody th {
  width: 100px;
}

/* list 1 */
.jas #sec02 .list01 {
  width: 650px;
  margin: 0 auto 20px;
  padding: 15px;
  border: 1px solid #cccccc;
  text-align: left;
}

/* list 2 */
.jas #sec02 .list02 {
  list-style: outside decimal;
  margin: 0 30px 20px 55px;
  text-align: left;
}


/*============================================================
==13. 会社案内 (HOME/company/)
============================================================*/
/* selector (#content) */
.company {}


/*== section 1 ========================*/
.company #sec01 {
  margin: 0 auto 20px;
  background-color: #ffffff;
  text-align: left;
}

.company #sec01 .image {
  float: left;
}

.company #sec01 .data {
  overflow: hidden;
  padding: 60px 20px 20px 40px;
  text-align: left;
}

.company #sec01 h5 {
  margin-bottom: 30px;
}

.company #sec01 .text {
  line-height: 1.7;
}


/*== section 2 ========================*/
.company #sec02 {
  margin: 0 auto 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.company #sec02 table {
  width: 700px;
  margin: 20px auto;
  border-collapse: collapse;
}

.company #sec02 th {
  width: 100px;
  padding: 12px 20px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background-color: #d7e3a1;
  color: #333333;
  font-weight: bold;
}

.company #sec02 td {
  padding: 12px 15px;
  border-bottom: 2px solid #ffffff;
  background: #f4f6f1;
  text-align: left;
}

.company #sec02 .map_img {
  width: 700px;
  height: 350px;
  margin: 0 auto 10px;
  background-color: #cccccc;
}

.company #sec02 .map_link {
  float: right;
  padding: 0 20px;
  font-size: 12px;
}

.company #sec02 .map_info {
  padding: 0 20px;
  text-align: left;
}

.company #sec02 .map_info p {
  padding: 5px 0 20px;
  line-height: 1.7;
}

.company #sec02 .map_info dt {
  float: left;
  width: 100px;
  padding: 10px 10px 10px 40px;
  background: url(../company/images/02info_train.png) no-repeat 0 0;
}

.company #sec02 .map_info dd {
  overflow: hidden;
  padding: 0;
}

.company #sec02 .map_info dd dt {
  width: 8em;
  padding: 0;
  background: none;
}

.company #sec02 .map_info dd dt:nth-child(1) span {
  color: #f63a1b;
}
.company #sec02 .map_info dd dt:nth-child(3) span {
  color: #da096e;
}
.company #sec02 .map_info dd dt:nth-child(5) span {
  color: #d6bf11;
}


/*== section 3 ========================*/
.company #sec03 {
  margin: 0 auto 10px;
}

.company #sec03 h5 {
  margin: 2px auto;
  padding: 10px 20px;
  border-bottom: 2px solid #ffffff;
  background-color: #d7e3a1;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

.company #sec03 .repeat {
  margin: 0 auto 2px;
  padding: 25px 20px;
  background-color: #ffffff;
  text-align: left;
}

.company #sec03 .link {
  float: right;
  font-size: 12px;
}

.company #sec03 h6 {
  margin: 0 auto 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededd5;
  font-size: 16px;
  font-weight: bold;
}

.company #sec03 h6 a,
.company #sec03 h6 a:link,
.company #sec03 h6 a:visited {
  display: inline-block;
  padding-left: 8px;
  background: url(../common_img/icon_arrow01.png) no-repeat left center;
  color: #4f8b20;
  text-decoration: none;
}

.company #sec03 h6 a:hover,
.company #sec03 h6 a:active,
.company #sec03 h6 a:focus {
  color: #999999;
  text-decoration: underline;
}

.company #sec03 .text {
  padding-left: 10px;
  line-height: 1.7;
}


/*============================================================
==14. サイトマップ (HOME/sitemap/) 
============================================================*/
/* selector (#content) */
.sitemap {}


/*== section 1 ========================*/
.sitemap #sec01 {
  margin: 0 auto 20px;
  background-color: #ffffff;
}

.sitemap #sec01 ul {
  padding: 5px 10px 10px;
  text-align: left;
}

.sitemap #sec01 ul ul {
  padding: 5px 10px;
}

.sitemap #sec01 li {
  margin: 5px auto 0;
  padding: 10px 0 10px 20px;
  border-radius: 3px;
  background-color: #EEF2D1;
  color: #333333;
  font-weight: bold;
}

.sitemap #sec01 li li {
  display: inline-block;
  width: 30%;
  margin: 0;
  padding: 5px 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
}

.sitemap #sec01 li a,
.sitemap #sec01 li a:link,
.sitemap #sec01 li a:visited {
  display: inline-block;
  padding-left: 8px;
  background: url(../common_img/icon_arrow03.png) no-repeat left center;
  color: #4f8b20;
  text-decoration: none;
}

.sitemap #sec01 li a:hover,
.sitemap #sec01 li a:active,
.sitemap #sec01 li a:focus {
  color: #999999;
  text-decoration: underline;
}

.sitemap #sec01 li li a,
.sitemap #sec01 li li a:link,
.sitemap #sec01 li li a:visited {
  background: url(../common_img/icon_arrow02.png) no-repeat left center;
  color: #666666;
}

.sitemap #sec01 li li a:hover,
.sitemap #sec01 li li a:active,
.sitemap #sec01 li li a:focus {
  color: #999999;
  text-decoration: underline;
}


