/* ==================== Normal set CSS3 ==================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

*{
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
html{
 height: 100%;
 overflow-y:scroll;
}
body{
 margin: 0px;
 padding: 0px;
 font-size: 62.5%; /* font-size 1em = 10px */
 background-color: #fff;
 color: #222222;
 height: 100%;
}
a{/*リンクされた文字*/
 color:#00B7CE;
 text-decoration: none;
}
a:link {/*未訪問のリンク*/
 color:#00B7CE;
}
a:visited {/*訪問後のリンク*/
 color:#00B7CE;
}
a:hover {/*マウスをのせたとき*/
 color:#0C66C2;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all  0.3s ease;
}
img:hover {/*マウスをのせたとき*/
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   -ms-transition: all 0.2s ease;
   transition: all  0.2s ease;
}


div.wrapper{
 margin: 0 auto;
 width: 100%;
 min-width: 1000px;
 
 position: relative;
 height: auto !important;
 height: 100%;
 min-height: 100%;
}

div.main-contents{
 margin: 0 auto;
 padding: 30px 0 290px 0;
 width: 1000px;
}

div.clear{
clear: both;
}

tbody{
font-size: 1em;

}

p.sitemap{
font-size: 1.3em;
line-height: 2em;
}

p.left-space{
margin-left:1.5em;
}

ul.topslogan{
font-size: 1.5em;
line-height: 1.6em;
letter-spacing: 0.05em;
padding-left: 2em;

}

/*==================== ヘッダー ==================== */

div.header{
 margin: 0 auto;
 width: 1000px;
 position: relative;
}

/* ==================== トップサブナビゲーションバー ==================== */

ul.top-navi{
 margin: 0 auto;
 font-size: 1.3em;
 list-style: none;
}

div.top-navi{
position: absolute;
right: 0;
top: 25px;

}

li.top-navi {
 margin-top: 15px;
 text-align: center;
 border-left:1px solid #585858;
 display: -moz-inline-box;
 display: inline-block;
 *display: inline;
 *zoom: 1;
}
li.top-navi:first-child{
 border-left:none;
}
li.top-navi a  {
 display: block;
 width: 80px;
 padding: 0px 10px;
 text-decoration: none;
 color: #585858;
}

li.top-navi a:hover {
 padding: 0px 10px;
 text-decoration: none;
 color: #2E64FE;
}

/* ==================== ナビゲーションバー ==================== */
div.main-navi-bg{
 width:100%;
 height: 45px;
 margin: 0 auto;
 /*background-color: #0C66C2;*/

background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0a56a3), color-stop(0.00, #0f6fd2));
background: -webkit-linear-gradient(#0f6fd2, #0a56a3);
background: -moz-linear-gradient(#0f6fd2, #0a56a3);
background: -o-linear-gradient(#0f6fd2, #0a56a3);
background: -ms-linear-gradient(#0f6fd2, #0a56a3);
background: linear-gradient(#0f6fd2, #0a56a3);
}

div.main-navi{
 width:1006px;
 margin: 0 auto;
 text-align:center;
 margin: 0 auto;
}


.dropmenu{
 margin: 0 auto;
 padding: 0;
 width: 1002px;
 font-size: 1.6em;
 list-style: none;

}

.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
 width: 164px;
 height: 45px;
 border-left:1px solid #15297B;
 border-right:1px solid #2386E8;
  float: left;
  text-align: center;
}

.dropmenu li:first-child{
box-shadow:-1px 0px 0px 0px #2386E8;
-moz-box-shadow:-1px 0px 0px 0px #2386E8;
-webkit-box-shadow:-1px 0px 0px 0px #2386E8;
-ms-box-shadow:0px 0px 0px 0px #2386E8;
}


.dropmenu li:last-child{
box-shadow:1px 0px 0px 0px #15297B;
-moz-box-shadow:1px 0px 0px 0px #15297B;
-webkit-box-shadow:1px 0px 0px 0px #15297B;
-ms-box-shadow:0px 0px 0px 0px #15297B;
}

#no-border li{
 border:0px solid #fff;
}

#no-border li:first-child{
 border:0px solid #fff;
box-shadow:0px 0px 0px 0px #fff;
-moz-box-shadow:0px 0px 0px 0px #fff;
-webkit-box-shadow:0px 0px 0px 0px #fff;
-ms-box-shadow:0px 0px 0px 0px #fff;
}

#no-border li:last-child{
 border:0px solid #fff;
box-shadow:0px 0px 0px 0px #fff;
-moz-box-shadow:0px 0px 0px 0px #fff;
-webkit-box-shadow:0px 0px 0px 0px #fff;
-ms-box-shadow:0px 0px 0px 0px #fff;
}


.dropmenu li a{
  display: block;
  padding: 14px 0 15px 0;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.dropmenu li ul li a{
  padding: 15px 15px;
  font-size: 0.8em;

  background: #3F4346;
  text-align: left;
  
  
}
.dropmenu li:hover > a{
  background: #3F4346;
}
.dropmenu li a:hover{
  background: #3A86D2;
}

.dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}

/* ==================== 左カラム ==================== */

div.left-column{
float: left;
width: 200px;
}

/* ==================== 左カラムナビゲーションバー ==================== */

div.sub-title{
width: 175px;
height: 45px;
margin: 0 0 15px 0;
padding-left: 25px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0a56a3), color-stop(0.00, #0f6fd2));
background: -webkit-linear-gradient(#0f6fd2, #0a56a3);
background: -moz-linear-gradient(#0f6fd2, #0a56a3);
background: -o-linear-gradient(#0f6fd2, #0a56a3);
background: -ms-linear-gradient(#0f6fd2, #0a56a3);
background: linear-gradient(#0f6fd2, #0a56a3);
color: #fff;
text-align: left;
font-size: 1.5em;
line-height: 3.1em;
}

ul.left-navi{
 margin: 0 auto;
 padding: 0;
 font-size: 1.3em;
 list-style: none;
}

li.left-navi {
 width:198px;
 height: 45px;
 text-align: left;
 line-height: 3.4em;
 border-top:1px solid #e3e3e3;
 border-left:1px solid #e3e3e3;
 border-right:1px solid #e3e3e3;
 display: inline-block;
 display: -webkit-inline-box;
 display: -moz-inline-box;
 display: -ms-inline-box;
 *display: inline;
 *zoom: 1;
}

li.left-navi-on {
 width:198px;
 height: 45px;
 text-align: left;
 line-height: 3.4em;
 border-top:1px solid #e3e3e3;
 border-left:1px solid #e3e3e3;
 border-right:1px solid #e3e3e3;
 display: -moz-inline-box;
 display: inline-block;
 *display: inline;
 *zoom: 1;
}

li.left-navi:last-child{
 border-bottom:1px solid #e3e3e3;
}

li.left-navi-on:last-child{
 border-bottom:1px solid #e3e3e3;
}

li.left-navi a  {
 display: block;
 width: 178px;
 height: 45px;
 padding: 0 0 0 20px;
 text-decoration: none;
 color: #282828
}

li.left-navi-on a  {
 display: block;
 width: 178px;
 height: 45px;
 padding: 0 0 0 20px;
 text-decoration: none;
 color: #282828;
 background-color: #e6e6e6;
}

li.left-navi a:hover {
 width: 178px;
 height: 45px;
 padding: 0 0 0 20px;
 text-decoration: none;
 background-color: #e6e6e6;
}

li.left-navi-on a:hover {
 width: 178px;
 height: 45px;
 padding: 0 0 0 20px;
 text-decoration: none;
 background-color: #e6e6e6;
}

div.maker{
width: 100%;
margin: 0px 0;
}

div.maker-sub{
border-left:6px solid #0C66C2;
background-color: #fff;
padding: 5px 0;
margin-bottom: 10px;
text-align: center;
font-size: 1.25em;
line-height: 1.8em;
}
div.maker-sub2{
background-color: #fff;
padding: 5px 0;
margin-bottom: 10px;
text-align: left;
font-size: 1.3em;
line-height: 1.6em;
}

div.maker img{
margin: 0px 0 16px 0;

}
div.maker a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* ==================== 右カラム ==================== */

div.right-column{
float: left;
margin-left: 50px;
width: 750px;
}

div.sliderbase{
 width: 744px;
 position: relative;
}

div.slidetext-1{
 position: absolute;
 top: 0px;
 left: 0px;
}

div.sliderbase a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

ul.bxslider{
margin: 0;
padding: 0;
}

div.slogan{
width: 724px;
margin: 25px 0;
padding: 15px 0 5px 25px;
background-image: url("../image/KD6top.png");
background-repeat: no-repeat;
background-position: right bottom;


 /* box-shadow */
  box-shadow:0px 0px 5px 2px #e5e5e5;
  -moz-box-shadow:0px 0px 5px 2px #e5e5e5;
  -webkit-box-shadow:0px 0px 5px 2px #e5e5e5;
  -ms-box-shadow:0px 0px 5px 2px #e5e5e5;

  /* border-radius */
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  -ms-border-radius:6px;


}

h1{
margin-top: 0;
padding-top: 0;
font-size: 3em;
line-height: 1.3em;
color: #454545;
font-weight: normal;
}

h1.slogan{
margin-top: 0;
padding-top: 0;
font-size: 2.8em;
line-height: 1.3em;
color: #454545;
font-weight: normal;
}

span.title-mini{
font-size: 0.5em;
}

p.slogan{
font-size: 1.4em
line-height: 1.5em;
}

p.slogan2{
font-size: 1.4em;
line-height: 1.6em;
letter-spacing: 0.05em;
}

div.product{
width: 100%;
overflow: hidden;
}

img#product{
padding-right: 24px;
}

div.product a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

div.right-title{
 margin: 0 0 30px 0;
 padding: 15px 0 25px 30px;
 width: 720px;
 /* box-shadow */
  box-shadow:0px 0px 6px 3px #e5e5e5;
  -moz-box-shadow:0px 0px 6px 3px #e5e5e5;
  -webkit-box-shadow:0px 0px 6px 3px #e5e5e5;
  -ms-box-shadow:0px 0px 6px 3px #e5e5e5;

  /* border-radius */
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  -ms-border-radius:6px;


 /*
 padding-left: 20px;
 border-left:10px solid #0C66C2;*/

 background-image: url("../image/title-bg.png");
 background-repeat: no-repeat;
 background-position: left top; 
}

h2{
 margin: 0;
 padding: 15px 0 0 0 ;
 font-size: 2.8em;
 font-weight: 500;
 color: #383838;
}
p.subtitle2{
margin: 0;
padding: 0;
font-size: 1.8em;
 color: #696969;
}


h2.bdi{
 margin: 0;
 padding: 15px 0 0 0px ;
 line-height: 1.6em;
 font-size: 2.5em;
 font-weight: normal;
 color: #383838;
}
span.bdi{
font-size: 0.5em;
 line-height: 1em;}

h3{
 margin: 0;
 padding: 0px 0px 5px 0px;
 font-size: 2.8em;
 font-weight: normal;
}
h4{
 margin: 0;
 padding: 0px 0px 5px 0px;
 font-size: 2.3em;
 font-weight: normal;
}
h5{
 margin: 0;
 margin-left: 1em;
 padding: 0px 0px 0px 0px;
 font-size: 2em;
 font-weight: normal;
}

p.right1{
font-size: 1.5em;
padding-top: 80px;
padding-left: 140px;
}

p.right-title{
 margin: 0;
 padding: 0;
font-size: 1.1em;
}

div.partition{
width: 100%;
height: 1px;
background-color: #e3e3e3;
margin: 30px 0 30px 0;
padding: 0;
}

p{
font-size: 1.8em;
line-height: 1.6em;
letter-spacing: 0.04em;

}
p.indent{
 margin-left:2em;
 text-indent:-2em;
}
span.point{
color: #F6B239;

}


table{
 border:1px #e3e3e3 solid;
 border-collapse: collapse;
}
td{
 border:1px #e3e3e3 solid;
 padding:10px 10px;
}
table.top{
 margin-left:26px;
 border:0px #0000cd solid;
 border-collapse: collapse;
}
td.topr{
 border:0px #FFFFFF solid;
 padding:0px 0px;
 width:530px;
}
td.topl{
 border:0px #FFFFFF solid;
 padding:0px 0px;
 width:170px;
}
td.exclude{
 padding:0px 0px;
}

table.semi{
width: 100%;
}
table.semi td, th{
padding: 0 20px 0 20px;
}

td.blue{
background-color: #F3F6FF;
}

div.semi-top{
margin: 0 0 10px 0;
padding: 0;
position: relative;
}

div.semi-text{
position: absolute;
top: 10px;
left: 50px;
}

h2.semi-text{
color: #fff;
font-size: 2.8em;
}

span.big{
font-size: 1.4em;
}
span.tell{
font-size: 1.7em;
color: #666;
font-family:"Arial";
font-weight: 900;
line-height: 1.2em;
}

span.mini-text{
font-size: 0.6em;
margin-left: 0.5em;

}
ul.vta{
 font-size: 1.8em;
}

ol.vta{
 font-size: 1.8em;
}

.text-spd{
font-size:1.8em;
margin-left:0em;
}
.text-spd li{
padding-bottom:0.7em;
}

p.reff{
font-size:1.3em;
margin-top:0;
padding-top:0;
}

/* ==================== フッター ==================== */

div.footer-bg{
 position: absolute;
 bottom: 0;
 width: 100%;
 background-color: #E6E6E6;
}

div.footer{
 margin: 0 auto;
 height: 160px;
 padding: 20px 0;
 width: 1000px;
}

ul.footer-info{
 float: left;
 width: 210px;
 margin: 0 auto;

 font-size: 1.3em;
 line-height: 2em;
 list-style: none;
}
ul.footer-info a  {
 color: #484848
}

ul.footer-info a:hover {
 color: #2E64FE;
}

span.strong{
padding-left: 5px;
font-size: 1.0em;
font-weight: bold;
}

span.book-eng{
font-size: 0.75em;
line-height:0.5em;
}

div.copyrights{
width: 100%;
height: 40px;
padding: 10px 0;
text-align: center;
background-color: #585858;
color: #e3e3e3;
font-size: 1.2em;
}


.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  width: 100px;
  float: left;
  margin-top: 10px;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #6495ed solid;
  padding-left: 20px;
  font-size:0.9em;
}

.basic-ul{
  font-size:1.5em;
}

table.engine{
  border-collapse: collapse;
  border-spacing: 0;
  font-size:1.5em;
}

.engine th{
  padding: 5px 20px 5px 20px;
  text-align: left;
  background-color:#eee;
}

.engine td{
  padding: 5px 20px 5px 20px;
  text-align: left;
}