@charset "Shift_JIS";
@import "product.css";
/***************************************
file Name: home.css
URI: http://www.kmzworks.com/
Description: project KMZworks common
Version: 1.0
Author: KMZworks of OK Logistic Co.,Ltd.
Author URI: http://www.kmzworks.com/
**********************************/

/***************************************
    visual
***************************************/
div.home div#visual {
  width: 100%;
  text-align: center;
}
div.home div#visual div.box {
  width: 884px;
  margin: 0 auto;
  padding: 5px 0 13px;
}
div.home div#visual div.box:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
div.home div#visual div.box div {
  width: 434px;
  height: 242px;
}
div.home div#visual div.box div.left {
  float: left;
  background: url(../img/home/bg_visual_left.png) no-repeat left top;
  behavior: expression(IEPNGFIX.fix(this));
}
div.home div#visual div.box div.left p#main_visual {
  padding: 2px;
}
div.home div#visual div.box div.right {
  float: right;
  background: url(../img/home/bg_visual_right.png) no-repeat left top;
  behavior: expression(IEPNGFIX.fix(this));
}
div.home div#visual div.box div.right h2 {
  padding: 18px 0 10px 25px;
}
div.home div#visual div.box div.right h2 img {
  behavior: expression(IEPNGFIX.fix(this));
}
div.home div#visual div.box div.right p {
  line-height: 150%;
  padding: 0 20px 0 20px;
}
div.home div#visual div.box div.right p.title {
  text-align: right;
  padding-right: 30px;
}
div#section01,
div#section02 {
  padding-top: 25px;
}
div#section01 h3,
div#section02 h3 {
  padding: 13px 0 8px 13px;
  background: url(../img/bg_section_title_top.jpg) no-repeat left top;
  border-bottom: #C0C0C0 1px dotted;
}
div#section01 dl {
  float: left;
  width: 145px;
  margin-top: 15px;
  border-left: #C0C0C0 1px dotted;
}
div#section01 dl.border_none {
  border: none;
}
div#section01 dl dt,
div#section01 dl dd {
  text-align: center;
}
div#section01 dl dd a {
  font-weight: bold;
}
div#section02 p {
  padding: 10px 0 0 15px;
}
div#section02 dl {
  float: left;
  width: 145px;
  margin-top: 15px;
  border-left: #C0C0C0 1px dotted;
}
div#section02 dl.border_none {
  border: none;
}
div#section02 dl dt,
div#section02 dl dd {
  text-align: center;
}
div#section02 dl dd a {
  font-weight: bold;
}