@charset "UTF-8";
/*
Theme Name: ND&I Default Theme
Theme URI:
Description: ND&Iデフォルトテーマです。このテーマをもとにカスタマイズしてください。
Version: 1.0
Author: ND&I
Author URI: http://www.n-di.co.jp/
*/
/* var base = 12;
var to = 72;
for (var i = 10; i<=to; i++) {
	var p = Math.ceil(i/base*100);
	console.log("$px"+i+":"+p+"%;");
} */
/* Base
============================================================= */
/* Font-Family
============================================================= */
/* Mixins
============================================================= */
/* Common
============================================================= */
#pages .content_box {
  margin-bottom: 80px;
}
#pages .content_box h3 {
  text-align: center;
  margin-bottom: 30px;
}

/* About
============================================================= */
#pages.about .catch {
  margin-bottom: 0;
}
#pages.about #intro {
  *zoom: 1;
  background: url("img/page/about/bg_about01.png") 423px 0 no-repeat;
  padding: 80px 0 30px;
  position: relative;
  min-height: 590px;
}
#pages.about #intro:after {
  content: "";
  display: table;
  clear: both;
}
#pages.about #intro #truck {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 482px;
  height: 358px;
  position: absolute;
  bottom: 30px;
}
#pages.about #intro .txtArea {
  width: 511px;
  float: left;
}
#pages.about #intro .txtArea p {
  margin-bottom: 20px;
}
#pages.about #intro .about_list {
  *zoom: 1;
  width: 522px;
  float: right;
  padding-top: 20px;
}
#pages.about #intro .about_list:after {
  content: "";
  display: table;
  clear: both;
}
#pages.about #intro .about_list > li {
  width: 140px;
  float: left;
  text-align: center;
  margin-left: 34px;
}
#pages.about #intro .about_list > li ul li {
  margin-bottom: 50px;
  font-size: 84%;
}
#pages.about #intro .about_list > li ul li dl dt {
  margin-bottom: 3px;
}
#pages.about #intro .about_list > li.list01 ul {
  padding-top: 45px;
}
#pages.about #intro .about_list > li.list02 ul {
  padding-top: 104px;
}
#pages.about #intro .about_list > li.list02 ul li {
  margin-bottom: 30px;
}
#pages.about .about_box {
  padding: 10px 20px 16px 0;
  margin-bottom: 60px;
}
#pages.about .about_box#ad_truck {
  background: url("img/page/about/bg_about02.jpg") 0 0 no-repeat #1f1f1f;
}
#pages.about .about_box#chara_truck {
  background: url("img/page/about/bg_about03.jpg") 0 0 no-repeat #600;
}
#pages.about .about_box#event_truck {
  background: url("img/page/about/bg_about04.jpg") 0 0 no-repeat #013;
}
#pages.about .about_box .box {
  padding-left: 300px;
  margin-bottom: 20px;
}
#pages.about .about_box .box h3 {
  width: 244px;
  float: left;
  padding-top: 10px;
}
#pages.about .about_box .box .txt {
  width: 440px;
  float: right;
  margin-bottom: 20px;
}
#pages.about .about_box .box .works_list {
  *zoom: 1;
  margin-bottom: 30px;
  clear: both;
}
#pages.about .about_box .box .works_list:after {
  content: "";
  display: table;
  clear: both;
}
#pages.about .about_box .box .works_list li {
  width: 220px;
  float: left;
  margin-left: 30px;
}
#pages.about .about_box .box .works_list li:first-child {
  margin-left: 0;
}
#pages.about .about_box .box .works_list li a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  display: block;
}
#pages.about .about_box .box .works_list li a img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#pages.about .about_box .box .works_list li a:hover {
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#pages.about .about_box .box .works_list li a:hover img {
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  border-radius: 0%;
}
#pages.about .about_box .btn {
  width: 228px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #c7c7c7;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#pages.about .about_box .btn a {
  color: #fff;
  display: block;
  padding: 8px;
  position: relative;
}
#pages.about .about_box .btn:hover {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3FFFFFF', endColorstr='#B3FFFFFF');
  background: transparent;
  background: rgba(255, 255, 255, 0.7);
}
:root #pages.about .about_box .btn:hover {
  filter: none\0/IE9;
}
#pages.about .about_box .btn:hover a {
  color: #000;
}

/* Company
============================================================= */
#pages.company .company_table {
  border-top: 1px solid #666;
}
#pages.company .company_table tr {
  border-bottom: 1px solid #e5e5e5;
}
#pages.company .company_table tr th, #pages.company .company_table tr td {
  padding: 20px 0;
}
#pages.company .company_table tr th {
  vertical-align: top;
  width: 220px;
}
#pages.company .company_table tr td {
  padding-right: 140px;
}
#pages.company .company_table tr td dl dd.last {
  margin-bottom: 20px;
}

/* Contact
============================================================= */
#pages.contact .txt {
  text-align: center;
  margin-bottom: 80px;
}
#pages.contact .content_box h3 {
  background: url("img/page/contact/bg_contact01.gif") 270px center no-repeat;
  font-size: 150%;
  padding: 13px 0 13px 37px;
}
#pages.contact .content_box .contact_info {
  width: 350px;
  margin: 0 auto 50px;
}
#pages.contact .content_box .contact_info li {
  line-height: 1;
}
#pages.contact .content_box .contact_info li:first-child {
  margin-bottom: 27px;
}
#pages.contact .content_box .contact_info li dl {
  *zoom: 1;
  font-size: 250%;
  letter-spacing: 1.5px;
}
#pages.contact .content_box .contact_info li dl:after {
  content: "";
  display: table;
  clear: both;
}
#pages.contact .content_box .contact_info li dl dt {
  width: 60px;
  padding-left: 25px;
  float: left;
}
#pages.contact .content_box .contact_info li dl dd {
  float: left;
  margin-left: 0.5em;
}
#pages.contact .content_box .add {
  text-align: center;
}
#pages.contact .content_box #form_area .form_table {
  width: 100%;
  margin-bottom: 40px;
}
#pages.contact .content_box #form_area .form_table tr {
  border-bottom: 1px solid #bfbfbf;
}
#pages.contact .content_box #form_area .form_table tr th {
  padding-left: 37px;
  width: 271px;
}
#pages.contact .content_box #form_area .form_table tr th .required {
  color: #fff;
  background: #fe3737;
  display: inline-block;
  width: 40px;
  text-align: center;
  margin-right: 5px;
}
#pages.contact .content_box #form_area .form_table tr td {
  padding: 30px 0;
}
#pages.contact .content_box #form_area .form_table tr td input[type=text], #pages.contact .content_box #form_area .form_table tr td input[type=email], #pages.contact .content_box #form_area .form_table tr td input[type=tel] {
  border: 1px solid #aaaaaa;
  height: 32px;
  line-height: 38px;
  padding: 3px 5px;
}
#pages.contact .content_box #form_area .form_table tr td input[type=radio] {
  vertical-align: sub;
}
#pages.contact .content_box #form_area .form_table tr td textarea {
  border: 1px solid #aaaaaa;
  width: 638px;
  min-height: 142px;
}
#pages.contact .content_box #form_area .form_table tr td .middle {
  width: 228px;
}
#pages.contact .content_box #form_area .form_table tr td .long {
  width: 328px;
}
#pages.contact .content_box #form_area .form_table tr td #zip {
  width: 122px;
}
#pages.contact .content_box #form_area .form_table tr td span {
  display: inline-block;
}
#pages.contact .content_box #form_area .form_table tr td span.zip_tit {
  margin-right: 11px;
}
#pages.contact .content_box #form_area .form_table tr td span.add_tit {
  margin-right: 36px;
}
#pages.contact .content_box #form_area .form_table tr td span.example {
  margin-left: 25px;
}
#pages.contact .content_box #form_area .form_table tr td input#auto_zip {
  border: none;
  background: #7d7d7d;
  color: #fff;
  text-align: center;
  width: 134px;
  height: 40px;
  line-height: 40px;
  margin-left: 25px;
  margin-bottom: 25px;
}
#pages.contact .content_box #form_area .form_table tr td input#auto_zip:hover {
  cursor: pointer;
}
#pages.contact .content_box #form_area .form_table tr td input#auto_zip:active {
  -moz-box-shadow: 2px 2px 2px rgba(92, 92, 92, 0.7) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(92, 92, 92, 0.7) inset;
  box-shadow: 2px 2px 2px rgba(92, 92, 92, 0.7) inset;
  outline: none;
}
#pages.contact .content_box #form_area .form_table tr td input#auto_zip:focus {
  outline: none;
}
#pages.contact .content_box #form_area p {
  text-align: center;
}
#pages.contact .content_box #form_area p.policy_check {
  margin-bottom: 25px;
}
#pages.contact .content_box #form_area p.policy_check input {
  vertical-align: sub;
}
#pages.contact .content_box #form_area p.policy_check a {
  color: #2a62ae;
  text-decoration: underline;
}
#pages.contact .content_box #form_area p.policy_check a:hover {
  text-decoration: none;
}
#pages.contact .content_box #form_area p.submit {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 360px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}
#pages.contact .content_box #form_area p.submit #submit {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: none;
  background: #313131;
  color: #fff;
  width: 360px;
  height: 60px;
  line-height: 60px;
  font-size: 134%;
}
#pages.contact .content_box #form_area p.submit #submit:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#pages.contact .content_box #form_area p.submit #submit:focus {
  outline: none;
}
#pages.contact .content_box #form_area p.submit #submit[disabled="disabled"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background: #7d7d7d;
}
#pages.contact .content_box #form_area p.submit #submit[disabled="disabled"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* Site Map
============================================================= */
#pages.sitemap .sitemap_list {
  line-height: 100px;
}
#pages.sitemap .sitemap_list > li {
  *zoom: 1;
  background: url("img/page/sitemap/bg_sitemap01.gif") left center no-repeat;
  padding-left: 14px;
  border-bottom: 1px solid #737373;
}
#pages.sitemap .sitemap_list > li:after {
  content: "";
  display: table;
  clear: both;
}
#pages.sitemap .sitemap_list > li > a {
  padding-left: 1.5em;
  display: block;
  width: 144px;
  float: left;
}
#pages.sitemap .sitemap_list > li ul {
  width: 821px;
  line-height: 1.7;
  float: right;
  padding: 20px;
}
#pages.sitemap .sitemap_list > li ul li:before {
  content: "-";
  display: inline-block;
  margin-right: 1em;
}

/* Privacy Policy
============================================================= */
#pages.privacy .policy_list {
  line-height: 2.5;
}

/* Rental
============================================================= */
#pages.rental ul {
  *zoom: 1;
}
#pages.rental ul:after {
  content: "";
  display: table;
  clear: both;
}
#pages.rental ul li {
  float: left;
}
#pages.rental .intro {
  background: url("img/page/rental/bg_rental01.png") right 0 no-repeat;
  padding-bottom: 85px;
}
#pages.rental .intro .txtArea {
  margin-bottom: 50px;
}
#pages.rental .intro .txtArea p:first-child {
  margin-bottom: 21px;
}
#pages.rental .intro .imgArea {
  *zoom: 1;
}
#pages.rental .intro .imgArea:after {
  content: "";
  display: table;
  clear: both;
}
#pages.rental .intro .imgArea p {
  width: 534px;
  float: left;
}
#pages.rental .intro .imgArea ul {
  width: 480px;
  margin-top: 100px;
  float: right;
  line-height-width: 240px;
}
#pages.rental .sample_list {
  margin-bottom: 42px;
}
#pages.rental .sample_list li {
  width: 258px;
  margin-left: 2px;
}
#pages.rental .sample_list li:first-child {
  margin-left: 0;
}
#pages.rental .contact_list {
  position: relative;
  float: left;
  left: 50%;
}
#pages.rental .contact_list ul {
  position: relative;
  left: -50%;
}
#pages.rental .contact_list ul li {
  line-height: 33px;
  font-size: 100%;
}
#pages.rental .contact_list ul li:first-child {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  border: 1px solid #fff;
  margin-right: 22px;
}
#pages.rental .contact_list ul li:first-child a {
  color: #fff;
  display: block;
  padding: 0 8px;
  position: relative;
}
#pages.rental .contact_list ul li:first-child:hover {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3FFFFFF', endColorstr='#B3FFFFFF');
  background: transparent;
  background: rgba(255, 255, 255, 0.7);
}
:root #pages.rental .contact_list ul li:first-child:hover {
  filter: none\0/IE9;
}
#pages.rental .contact_list ul li:first-child:hover a {
  color: #000;
}
#pages.rental .contact_list ul li dl {
  *zoom: 1;
}
#pages.rental .contact_list ul li dl:after {
  content: "";
  display: table;
  clear: both;
}
#pages.rental .contact_list ul li dl dt {
  float: left;
  margin-right: 22px;
}
#pages.rental .contact_list ul li dl dd {
  float: right;
  font-size: 150%;
  padding-left: 30px;
  background: url("img/page/rental/bg_rental02.gif") left center no-repeat;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=page.css.map */
