@charset "shift_jis";
/* CSS Document */

body {
	font-size: 85%;
	line-height: 155%;
	margin-top: 0px;
	font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows */
               sans-serif;
color:#333333;
}
a {
	color: #333333;
}
a:hover {
	color: #eb090a;
}

/*
装飾
-----------------------------------------*/
.txt_red {
	color: #eb090a;
}
.txt_caption {
	font-size: 90%;
	line-height: 120%;
}
.txt_caption_box {
	font-size: 90%;
	line-height: 120%;
	background-color: #E5E5E5;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.font_gray_bold {
	font-weight: bold;
	color: #666666;
}
.pagetop {
	font-size: 90%;
	color: #999999;
	text-decoration: none;
	text-align: right;
}
.pagetop a {
	color: #999999;
	text-decoration: none;
}
.pagetop a:hover {
	text-decoration: none;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}
sub {
	vertical-align: baseline;
}

/*
全体レイアウト
-----------------------------------------*/

#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#main {
	width: 740px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1.2pt;
}
#header {
	width: 740px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {
	margin-right: 14px;
	float: left;
	width: 96px;
	margin-top: 4px;
}
#header #layoutbox {
	float: right;
	width: 624px;
}
#header #language {
	width: 160px;
	float: left;
	font-size: 90%;
	margin-right: 8px;
	padding-top: 8px;
}
#header #sitemap {
	width: 85px;
	height: 26px;
	float: left;
	margin-right: 5px;
	padding-top: 6px;
}
/* #header #language {
	width: 94px;
	float: left;
	font-size: 90%;
	margin-right: 8px;
	padding-top: 8px;
}
#header #sitemap {
	width: 85px;
	height: 26px;
	float: left;
	margin-right: 5px;
	padding-top: 6px;
}
*/
#header #search {
	float: right;
	width: 430px;
	font-size: 90%;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
}
#search form {
	margin: 0;
	padding: 0;
}
#search #txtarea {
	margin: 0px;
	padding: 0px;
	width: 100px;
}
#search #bt {
	background-color: #E5E5E5;
	width: 75px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#topicpath {
	padding-top: 40px;
	font-size: 90%;
	letter-spacing: normal;
}
#footer {
	clear: both;
	width: 740px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
}
#footer #copyright {
	font-size: 90%;
	color: #666666;
	text-align: right;
	float: right;
	width: 350px;
}
#index_flash {
	padding-top: 20px;
}
#menu {
	float: left;
	width: 120px;
	margin-right: 15px;
	letter-spacing: normal;
}
#menu .contentsmenu {
	margin: 0px;
	padding: 0px;
}
#menu .contentsmenu ul {
	padding: 0px;
	margin: 0px;
}
#menu .contentsmenu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 5px;
	background-image: url(../../common/images/li_arrow_gray.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 10px;
	padding-left: 10px;
	line-height: 120%;
	margin: 0px;
}
#menu .contentsmenu a {
	text-decoration: none;
}
#cont_titleimg {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contents {
	float: right;
	width: 600px;
}
#contentstitle {
	font-size: 105%;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #eb090a;
	font-weight: bold;
	margin-bottom: 20px;
}
#rss_field {
	clear: both;
	margin-top: 10px;
}
#rss_field #banner_ktcjp {
	float: right;
}

/*
globalnavi navi01
------------------------------------------------------*/
#globalnavi {
	width: 625px;
	clear: both;
}
#globalnavi ul#navi01 {
	margin: 0px;
	padding: 0px;
}
#globalnavi ul#navi01 li {
	display: block;
	height: 32px;
	list-style-type: none;
	float: left;
}
#globalnavi ul#navi01 li a {
	display: block;
	height: 100%;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat: repeat-x;
}
#globalnavi li#company a {
	background-image: url(../../common/images/menu_1.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 80px;
}
#globalnavi li#company a:hover {
	background-image: url(../../common/images/menu_1_r.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 80px;
}
#globalnavi li#product a {
	background-image: url(../../common/images/menu_2.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 82px;
}
#globalnavi li#product a:hover {
	background-image: url(../../common/images/menu_2_r.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 82px;
}
#globalnavi li#ir a {
	background-image: url(../../common/images/menu_3.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 69px;
}
#globalnavi li#ir a:hover {
	background-image: url(../../common/images/menu_3_r.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 69px;
}
#globalnavi li#release a {
	background-image: url(../../common/images/menu_4.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 108px;
}
#globalnavi li#release a:hover {
	background-image: url(../../common/images/menu_4_r.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 108px;
}
#globalnavi li#recruit a {
	background-image: url(../../common/images/menu_5.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 82px;
}
#globalnavi li#recruit a:hover {
	background-image: url(../../common/images/menu_5_r.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 82px;
}
#globalnavi li#museum a {
	background-image: url(../../common/images/menu_6.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 138px;
}
#globalnavi li#museum a:hover {
	background-image: url(../../common/images/menu_6_r.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 138px;
}
#globalnavi li#support a {
	background-image: url(../../common/images/menu_7.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 66px;
}
#globalnavi li#support a:hover {
	background-image: url(../../common/images/menu_7_r.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 66px;
}



/*
mainnavi navi02
------------------------------------------------------*/
#mainnavi {
	width: 730px;
	margin-top: 10px;
	background-color: #CCCCCC;
	height: 170px;
	padding: 5px;
}
#mainnavi ul#navi02 {
	margin: 0px;
	padding: 0px;
}
#mainnavi ul#navi02 li {
	display: block;
	height: 170px;
	list-style-type: none;
	float: left;
}
#mainnavi ul#navi02 li a {
	display: block;
	height: 170px;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat: repeat-x;
}
#mainnavi li#product a {
	background-image: url(../../images/index_bt_product.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 142px;
	margin-right: 5px;
}
#mainnavi li#product a:hover {
	background-image: url(../../images/index_bt_product_r.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 142px;
	margin-right: 5px;
}
#mainnavi li#company a {
	background-image: url(../../images/index_bt_company.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 142px;
	margin-right: 5px;
}
#mainnavi li#company a:hover {
	background-image: url(../../images/index_bt_company_r.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 142px;
	margin-right: 5px;
}
#mainnavi li#museum a {
	background-image: url(../../images/index_bt_museum.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 142px;
	margin-right: 5px;
}
#mainnavi li#museum a:hover {
	background-image: url(../../images/index_bt_museum_r.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 142px;
	margin-right: 5px;
}

#mainnavi li#future a {
	background-image: url(../../images/index_bt_future.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 142px;
	margin-right: 5px;
}
#mainnavi li#future a:hover {
	background-image: url(../../images/index_bt_future_r.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 142px;
}

#mainnavi li#motorsports a {
	background-image: url(../../images/index_bt_officalshop.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 142px;
}
#mainnavi li#motorsports a:hover {
	background-image: url(../../images/index_bt_officalshop_r.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 142px;
}

/*
footernavi navi03
------------------------------------------------------*/
#footernavi {
	width: 360px;
	float: left;
	font-size: 90%;
	color: #999999;
}
#footernavi ul#navi03 {
	margin: 0px;
	padding: 0px;
}
#footernavi ul#navi03 li {
	list-style-type: none;
	float: left;
}
#footernavi ul#navi03 li a {
	text-decoration: none;
}

/*
news
------------------------------------------------------*/
#news_area {
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news {
	width: 240px;
}
#news #newsimg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#news .set {
	clear: both;
	line-height: 105%;
	font-size: 90%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news .set .data {
	float: left;
	margin-right:10px;
}
#news .set .title {
	float: left;
}
#news .set .title a {
	text-decoration: none;
}
#news .set .title a:hover {
	text-decoration: none;
}

/*
jump
------------------------------------------------------*/
#jump {
	padding-top: 80px;
	padding-bottom: 120px;
	text-align: center;
}
#jump #jump_img {
	padding: 20px;
}

/*-------------------------------------------*/

.summary .summar_tbl {
	display: table;
	text-align: left;
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
	border-bottom: 1px solid #D90000;
}
.summary .summar_tbl dt{
	display: table-cell;
	vertical-align: top;
	width: 135px;
	border-bottom: 1px solid #D90000;
	padding: 20px 0 10px 5px;
}

.summary .summar_tbl dd{
	display: table-cell;
	padding: 20px 0 10px 10px;
}

.summary dl dt span{
	display: block;
	font-size: 12px;
	text-indent: -0.5em;
}

.summary dl dd p.att{
	padding-left: 1.4em;
	text-indent: -1.4em;
}
.summary dl dd ul{
padding:0px;
}

.summary dl dd ol{
list-style: none;
padding:0px;
}
.summary dl dd ol li.cf{
	margin-top:6px;

}

/*********役員***********/
.summary .summar_tbl dd.officer dl dt{
	display: table;
	text-align: left;
	width: 110px;
	margin: 0 auto;
	font-size: 14px;
border:none;
}
.summary .summar_tbl dd.officer dl dd{
	display: table-cell;
	vertical-align: top;
	width: 300px;
	padding: 20px 0 10px 5px;
border:none;
}

/*********執行役員***********/
.summary .summar_tbl dd.operating_officer dl dt{
	display: table;
	text-align: left;
	width: 110px;
	margin: 0 auto;
	font-size: 14px;
border:none;
}
.summary .summar_tbl dd.operating_officer dl dd{
	display: table-cell;
	vertical-align: top;
	width: 300px;
	padding: 20px 0 10px 5px;
border:none;
}

/*********支店***********/

.summary .summar_tbl dd.branch dl dt{
	display: table;
	text-align: left;
	width: 110px;
	margin: 0 auto;
	font-size: 14px;
border:none;
}
.summary .summar_tbl dd.branch dl dd{
	display: table-cell;
	vertical-align: top;
	width: 300px;
	padding: 20px 0 10px 5px;
border:none;
}

/*	clearfix
================================================== */

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
  position:relative;
}

* html .cf {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

