@charset "Shift_JIS";
@import "init.css";
/***************************************
file Name: common.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/
**********************************/

/***************************************
    common
***************************************/
html {
  height: 100%;
  text-align: center;
  background-color: #273359;
}
body {
  height: 100%;
  text-align: center;
  background-color: #273359;
}
/*
.clear:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
*/

/***************************************
    wrapper
***************************************/
/*TOPグラデーション*/
div#wrapper_top{
height: 20px;
background: url(../img/top_grade.jpg) repeat-x left top;
}
/*bottomuグラデーション*/
div#wrapper_bottom{
height: 20px;
background: url(../img/top_grade_bottom.jpg) repeat-x left bottom;
}
div#wrapper {
  width: 100%;
  min-width: 884px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #FFFFFF;
}
div#top {
  width: 880px;
  text-align: center;
  margin: 0 auto;
  _margin: 0;
}
h1 {
	text-align: left;
	color: #FFFFFF;
	height: 22px;
	line-height: 22px;
	font-size: 84%;
}

/***************************************
    header
***************************************/
div#header {
  width: 880px;
  margin: 0 auto;
  padding: 10px 0;
}
div#header:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
div#header p {
  float: left;
}
div#header p img {
  behavior: expression(IEPNGFIX.fix(this));
}
div#header p.logo {
  padding-right: 34px;
}
div#header ul {
  float: right;
}
div#header ul li {
  padding-bottom: 5px;
  text-align: center;
}
div#header ul li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/***************************************
    visual
***************************************/
div.dir div#visual {
  width: 100%;
  text-align: center;
}

/***************************************
    navigation
***************************************/
ul#navigation {
  clear: both;
  width: 880px;
  margin: 0 auto;
  _margin: 0;
}
ul#navigation:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
ul#navigation li {
  float: left;
}
ul#navigation li.menu01 { background: url(../img/menu_navi01ro.jpg) no-repeat center top; }
ul#navigation li.menu02 { background: url(../img/menu_navi02ro.jpg) no-repeat center top; }
ul#navigation li.menu03 { background: url(../img/menu_navi03ro.jpg) no-repeat center top; }
ul#navigation li.menu04 { background: url(../img/menu_navi04ro.jpg) no-repeat center top; }
ul#navigation li.menu05 { background: url(../img/menu_navi05ro.jpg) no-repeat center top; }
ul#navigation li.menu06 { background: url(../img/menu_navi06ro.jpg) no-repeat center top; }
ul#navigation li a:hover img {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

/***************************************
    contents
***************************************/
div#contents {
  clear: both;
  width: 880px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

/***************************************
    contents2
***************************************/
div#contents2 {
  clear: both;
  width: 586px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

div#contents2 ul li {
  padding: 15px;
}

.rcm-box {
  width: 586px;
  background: #283458;
  position: relative;
  overflow: hidden;
  margin-top: 5px;

}
.rcm-box img {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.rcm-box:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.rcm-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 140%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.rcm-box:hover .rcm-overlay {
  opacity: 1;
}
.rcm-contents {
  padding: 0 10px 5px;
  color: #283458;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s;
}
.rcm-box:hover .rcm-contents {
  color: white;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}



/***************************************
    side
***************************************/
div#side { float: right; }
div#side {
  width: 280px;
}
div#side ul li {
  padding-bottom: 15px;
}
div#side ul li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/***************************************
    main
***************************************/
div#main { float: left; }
div#main {
  width: 586px;
}
div#main h2 {
  padding: 13px 0 8px 13px;
  background: url(../img/bg_section_title_top.jpg) no-repeat left top;
  border-bottom: #C0C0C0 1px dotted;
}
div#main div.title {
  margin: 20px 0 15px;
  padding: 10px 0;
  border-top: #C0C0C0 2px solid;
  border-bottom: #C0C0C0 1px dotted;
}
div#main div.title h3 {
  margin-left: 10px;
  padding-left: 10px;
  border-left: #204485 3px solid;
  font-size: 134%;
  font-weight: bold;
  line-height: 120%;
}
div#main p.img {
  padding: 15px 0 0 0;
}
div#main p.discription {
  padding: 10px 0;
  line-height: 150%;
}
div#main div.section p.pagetop {
  clear: both;
  text-align: right;
}

/***************************************
    contents_bottom
***************************************/
div#contents_bottom {
  clear: both;
  width: 100%;
  padding: 50px 0 15px;
}
div#contents_bottom:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
div#contents_bottom ul {
  float: left;
}
div#contents_bottom ul li {
  display: inline;
  padding-right: 10px;
}
/***************************************
    pagetop
***************************************/
div#contents_bottom p.pagetop {
  float: right;
}
p.pagetop a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/***************************************
    footer
***************************************/
div#footer {
  width: 880px;
  margin: 0 auto;
  height: 60px;
}
div#footer p {
  float: left;
  color: #FFFFFF;
  padding-top: 15px;
}
div#footer p.logo {
  padding-right: 15px;
}
div#footer p.logo img {
  behavior: expression(IEPNGFIX.fix(this));
}
div#footer p {
  line-height: 25px;
  height: 25px;
}
div#footer p.copyright {
  float: right;
}
