﻿@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "base.css";

/*******************

 driveman.jp

********************/
a.hover img{
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.hover img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
input:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
/*------------------------------------------*/
body {
}
/*-- header --*/
#header {
	background-color: #434141;
	margin: 0 auto;
  height:92px;
  width:100%;
}
#header .header-box {
  width: 1100px;
  margin:0 auto;
  position: relative;
  height: 42px;
  padding: 0 10px;
}
#header .header-box p{
  color: #fff;
  font-size: 10px;
  width: 720px;
  padding-left: 380px;
  line-height: 42px;
}
#header .header-box p img{
  margin-left: 24px;
  vertical-align: text-bottom;
}
#header .header-box  .logo {
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url(../img/logo.png);
  background-position: 12px 26px ;
  font-size: 10px;
  padding-top: 10px;
  padding-left: 12px;
  padding-bottom: 52px;
  position:absolute;
  top: 0;
  left: 10px; 
  width: 248px;
  height: 30px;
  border-right: 1px solid #bdbcbc;
}
#header #g-nav {
  background-image: url(../img/gnav_bg.png);
  background-repeat: repeat-x;
  height: 47px;
  padding: 1px 0 2px 0;
}
#header #g-nav ul{
  box-sizing: border-box;
  margin: 0 auto;
  width: 1120px;
  padding: 0 0 0 290px;
}
#header #g-nav ul li{
  float: left;
  height: 47px;
}
#header #g-nav ul li a{
  box-sizing: border-box;
  background-image: url(../img/nav_border.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  display:block;
  padding: 14px 27px 0 29px;
  height: 100%;
  line-height: 47px;
  text-align: center;
}
#header #g-nav ul li:last-child a{
  background-image: url(../img/nav_border.png) ,url(../img/nav_border.png);
  background-repeat: no-repeat;
  background-position: bottom left , bottom right;
  padding: 14px 29px 0 29px;
}
#header #g-nav ul li a:hover, 
#products #header #g-nav ul .nav-product a ,
#reports #header #g-nav ul .nav-report  a ,
#qa #header #g-nav ul .nav-faq a {
  background-image: url(../img/nav_border.png) , url(../img/nav_hover.png);
  background-repeat: no-repeat , repeat-x;
  background-position: bottom left;
 }
#header #g-nav ul li:last-child a:hover ,
#company #header #g-nav ul .nav-company a{
  background-image: url(../img/nav_border.png) ,url(../img/nav_border.png) , url(../img/nav_hover.png);
  background-repeat: no-repeat , no-repeat, repeat-x;
  background-position: bottom left , bottom right , bottom left;
}
#header #g-nav ul li a img{
  vertical-align: text-bottom;
}

/* content 'ＭＳ Ｐゴシック','MS PGothic',
-----------------------------------*/
#content {
  width: 1120px;
  padding: 0 10px;
  margin: 30px auto;
}


#main h2 {
  color: #b31f26;
  font-size: 22px;
  font-family: 'arial', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ','Mayryo', sans-serif , serif;
  font-weight: bold;
  border-bottom: 3px solid #aaa;
  padding-bottom: 6px;
  position: relative;
  line-height: 1.2em;
  margin-bottom: 20px;
}
#main h2 img{
  padding-bottom:6px;
}
#main h2:before {
  content: "";
  height: 3px;
  width: 155px;
  background: #434343;
  position: absolute;
  bottom: -3px;
  left: 0;
}

#main p {
  margin-bottom: .5em;
}
#main table {
  margin: 10px auto;
  width: 100%;
}
#main table th {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  color: #313131;
  background-color: #f9f9f9;
  padding: 20px;
  width: 200px;
}
#main table td {
  border: 1px solid #e5e5e5;
  color: #313131;
  padding: 20px 10px;
}
#main .link-box {
  border: 5px solid #e5e5e5;
  padding: 20px 15px;
  margin: 10px auto;
}
#main .link-box li{
  background: url(../img/link_icon.png) no-repeat;
  background-position: 0 50%;
  padding-left: 16px;
  margin-bottom: 4px;
}
#main .link-box li:last-child{
  margin-bottom: 0;
}
#main .link-box li a{
  color: #313131;
  text-decoration: underline;
}
#main .link-box li a:hover{
  color: #b31f26;
}

/* footer
-----------------------------------------*/
#footer {
  background-color: #434343;
  padding-top: 40px;
  width: 100%;
}
#footer .footer-inner {
  width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
}
#footer .footer-inner .footer-sitemap li{
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 1.5em;
}
#footer .footer-inner .footer-sitemap li:nth-child(3){
  width: 30%;
}
#footer .footer-inner .footer-sitemap li:nth-child(4){
  width: 20%;
}
#footer .footer-inner .footer-sitemap li dt a,
#footer .footer-inner .footer-sitemap li dd a {
  position: relative;
  color: #fff;
}
#footer .footer-inner .footer-sitemap li dt {
  padding: 4px 0 10px 0;
}
#footer .footer-inner .footer-sitemap li dt a:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 9px;
  left:  -1.3em;
}
#footer .footer-inner .footer-sitemap li dt + dt {
  margin-top: 10px;
}
#footer .footer-inner .footer-sitemap li dt a:hover,
#footer .footer-inner .footer-sitemap li dd a:hover {
  text-decoration: underline;
}
#footer .footer-inner .footer-sitemap li dd {
  padding: 4px 0;
}
#footer .footer-inner .footer-sitemap li dd a {
  font-size: 12px;
}

#footer .footer-inner .shop-list {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 20px 0;
  margin-top: 20px;
}
#footer .footer-inner .shop-list li {
  float: left;
  margin-right: 18px;
}
#footer .footer-inner .shop-list li:last-child {
  margin-right: 0;
}
#footer .footer-inner .shop-list li a{
  background: #fff;
  display: inline-block;
}
#footer .footer-inner .shop-list li img{
  vertical-align: middle;
}
#footer .copy {
  padding: 20px 0;
}
#footer .copy .com-box{
  width: 48%;
  float: left;
}
#footer .copy .com-box p {
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
}
#footer .copy .com-box p img{
  vertical-align: middle;
  margin-bottom: 6px;
}
#footer .copy .copy-box{
  width: 48%;
  float: right;
}
#footer .copy .copy-box p{
  padding: 0 ;
  color: #fff;
  text-align: right;
  font-size: 12px;
}