@charset "utf-8";

* {
  zoom: 1;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

.clear {
  clear: both;
}

.diplay_none {
  display: none;
}

.text_red {
  color: #ff0000;
}

.text_orange {
  color: #f90;
}

.text_yellow {
  color: #fc0;
}

img {
  border: none;
  max-width: 100%;
}

html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  background: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px; /*モダンブラウザ向けフォントサイズ。デフォルトは13pxに指定*/
  line-height: 1.7;
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #999;
}

/* for WinIE6*/
* html body {
  font-size: 82%; /*デフォルトフォントサイズ 16pxを基準とした値。つまり75％は12px*/
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
  letter-spacing: 1px;
  vertical-align: baseline;
}

/* for WinIE7 & IE8*/
body {
  font-size/*\**/: 82%\9; /*デフォルトフォントサイズ 16pxを基準とした値。つまり75％は12px*/
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.small_text {
  font-size: 11px;
}
/* for WinIE6*/
* html .small_text {
  font-size: 75%;
}
/* for WinIE7 & IE8*/
.small_text {
  font-size/*\**/: 75%\9;
}

.x-small_text {
  font-size: 10px;
}
/* for WinIE6*/
* html .x-small_text {
  font-size: 63%;
}
/* for WinIE7 & IE8*/
.x-small_text {
  font-size/*\**/: 63%\9;
}

.medium_text {
  font-size: 16px;
}
/* for WinIE6*/
* html .medium_text {
  font-size: 100%;
}
/* for WinIE7 & IE8*/
.medium_text {
  font-size/*\**/: 100%\9;
}

.large_text {
  font-size: 18px;
}
/* for WinIE6*/
* html .large_text {
  font-size: 112.5%;
}
/* for WinIE7 & IE8*/
.large_text {
  font-size/*\**/: 112.5%\9;
}
/* for WinIE6*/
* html .win_fix_11px {
  font-size: 11px;
}
/* for WinIE7 & IE8*/
.win_fix_11px {
  font-size/*\**/: 11px\9;
}

li {
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
}

.red {
  color: red;
}

#wrapper {
  margin: 0 auto 0 auto;
  padding: 0 15px 0 15px;
  width: 945px;
  background: url(../images/bg_wrapper.gif) 0 0 repeat-y;
  text-align: left;
}

#top_image_area {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 430px;
  position: relative;
}

#top_image_area #main_image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

h1 {
  margin: 0;
  padding: 0;
  display: block;
  width: 243px;
  height: 76px;
  text-indent: -9999px;
  background: url(../images/logo.gif) 0 0 no-repeat;
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 20px;
}

h1 a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#head_menu {
  margin: 0;
  padding: 0 10px 0 0;
  width: 935px;
  height: 20px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/bg_head_menu.png) 0 0;
  color: #fff;
}

#head_menu ul {
  margin: 0;
  padding: 0;
}

#head_menu li {
  display: inline;
  margin: 0 0 0 10px;
}

#main_menu {
  margin: 0;
  padding: 30px;
}

#main_menu li {
  float: left;
  display: block;
  height: 25px;
  padding: 0 30px 0 0;
  text-indent: -9999px;
}

#main_menu li a {
  display: block;
  width: 100%;
  height: 100%;
}

#main_menu li#home {
  width: 29px;
  background: url(../images/bg_main_menu.gif) 0 0 no-repeat;
}
#main_menu li#products {
  width: 55px;
  background: url(../images/bg_main_menu.gif) -59px 0 no-repeat;
}
#main_menu li#news {
  width: 31px;
  background: url(../images/bg_main_menu.gif) -144px 0 no-repeat;
}
#main_menu li#event {
  width: 33px;
  background: url(../images/bg_main_menu.gif) -205px 0 no-repeat;
}
#main_menu li#showroom {
  width: 64px;
  background: url(../images/bg_main_menu.gif) -268px 0 no-repeat;
}
#main_menu li#about {
  width: 35px;
  background: url(../images/bg_main_menu.gif) -362px 0 no-repeat;
}
#main_menu li#motorsports {
  width: 80px;
  background: url(../images/bg_main_menu.gif) -427px 0 no-repeat;
}
#main_menu li#onlinestore {
  width: 71px;
  background: url(../images/bg_main_menu.gif) -537px 0 no-repeat;
}
#main_menu li#contact {
  width: 49px;
  background: url(../images/bg_main_menu.gif) -638px 0 no-repeat;
}
#main_menu li#blog {
  width: 28px;
  background: url(../images/bg_main_menu.gif) -717px 0 no-repeat;
}
#main_menu li#link {
  width: 23px;
  background: url(../images/bg_main_menu.gif) -775px 0 no-repeat;
}
#main_menu li#home a:hover {
  width: 29px;
  background: url(../images/bg_main_menu.gif) 0 -25px no-repeat;
}
#main_menu li#products a:hover {
  width: 55px;
  background: url(../images/bg_main_menu.gif) -59px -25px no-repeat;
}
#main_menu li#news a:hover {
  width: 31px;
  background: url(../images/bg_main_menu.gif) -144px -25px no-repeat;
}
#main_menu li#event a:hover {
  width: 33px;
  background: url(../images/bg_main_menu.gif) -205px -25px no-repeat;
}
#main_menu li#showroom a:hover {
  width: 64px;
  background: url(../images/bg_main_menu.gif) -268px -25px no-repeat;
}
#main_menu li#about a:hover {
  width: 35px;
  background: url(../images/bg_main_menu.gif) -362px -25px no-repeat;
}
#main_menu li#motorsports a:hover {
  width: 80px;
  background: url(../images/bg_main_menu.gif) -427px -25px no-repeat;
}
#main_menu li#onlinestore a:hover {
  width: 71px;
  background: url(../images/bg_main_menu.gif) -537px -25px no-repeat;
}
#main_menu li#contact a:hover {
  width: 49px;
  background: url(../images/bg_main_menu.gif) -638px -25px no-repeat;
}
#main_menu li#blog a:hover {
  width: 28px;
  background: url(../images/bg_main_menu.gif) -717px -25px no-repeat;
}
#main_menu li#link a:hover {
  width: 23px;
  background: url(../images/bg_main_menu.gif) -775px -25px no-repeat;
}

#content_wrapper {
  margin: 0;
  padding: 30px;
}

#top_content_left {
  margin: 0;
  padding: 0;
  width: 640px;
  float: left;
}

#top_content_right {
  margin: 0;
  padding: 0;
  width: 200px;
  float: right;
}

#top_content_right li {
  margin: 0 0 5px 0;
}

#whatsnew_area {
  margin: 0 0 30px 0;
  width: 100%;
  height: 40px;
}

#whats_new_left {
  margin: 0;
  padding: 0;
  display: block;
  width: 97px;
  height: 100%;
  float: left;
}

#whats_new_left h3 {
  line-height: 0;
}

#whats_new_right {
  background: url(../images/bg_whats_new_right.gif) 0 0 no-repeat;
  float: right;
  display: block;
  width: 533px;
  height: 100%;
  padding: 2px 5px 0 5px;
}

#whats_new_right li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 0 0 10px;
  background: url(../images/arrow_right.gif) 0 5px no-repeat;
  white-space: nowrap;
}

#side_bar {
  margin: 0;
  padding: 0;
  width: 130px;
  float: left;
}

.side_menu {
  margin: 0 0 30px 0;
}

.side_menu h2,
#top_news_area h3,
#top_event_area h3,
#top_whatsnew_area h3 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url(../images/border.gif) left bottom repeat-x;
}

.side_menu li {
  margin: 0 0 5px 0;
  padding: 0 0 0 10px;
  background: url(../images/arrow_right.gif) 0 5px no-repeat;
}

#top_content_left #content {
  margin: 0;
  padding: 0;
  width: 465px;
  float: right;
}

#top_menu {
  margin: 0 0 30px 0;
}

#top_menu li {
  margin: 0 5px 5px 0;
  padding: 0;
  display: block;
  width: 150px;
  height: 70px;
  float: left;
}

#top_news_area,
#top_event_area {
  width: 220px;
}

#top_news_area {
  float: left;
}

#top_news_area li,
#top_event_area li,
#top_whatsnew_area li {
  padding: 0 0 0 10px;
  background: url(../images/square_7px-gray.gif) 0 5px no-repeat;
}

#top_event_area {
  float: right;
}

#top_whatsnew_area {
  padding: 30px 0 0 0;
}

#footer_wrapper {
  clear: both;
  margin: 0 0 20px 0;
  padding: 0 30px 0 30px;
}

#footer_left {
  margin: 0;
  padding: 0;
  float: left;
}

#footer_left li {
  display: inline;
  margin: 0 5px 0 0;
}

#footer_right {
  float: right;
  padding: 5px 0 0 0;
}

/*▼サブページ用設定ここから*/

#image_area {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 200px;
  position: relative;
  background: url(../images/image_sample.jpg) 0 -115px no-repeat;
}

#content {
  margin: 0;
  padding: 0;
  width: 710px;
  float: right;
}

ul#lineup_category_menu {
  margin: 0;
  padding: 0;
}

ul#lineup_category_menu li {
  margin: 0;
  padding: 0;
  display: block;
  height: 28px;
  float: left;
  text-indent: -9999px;
}

ul#lineup_category_menu li a {
  display: block;
  width: 100%;
  height: 100%;
}

li#category_menu_car {
  width: 150px;
  background: url(../images/bg_lineup_category.gif) 0 0 no-repeat;
}
li#category_menu_item {
  width: 170px;
  background: url(../images/bg_lineup_category.gif) -150px 0 no-repeat;
}
li#category_menu_car a:hover {
  width: 150px;
  background: url(../images/bg_lineup_category.gif) 0 -28px no-repeat;
}
li#category_menu_item a:hover {
  width: 170px;
  background: url(../images/bg_lineup_category.gif) -150px -28px no-repeat;
}
li#category_menu_car_on {
  width: 150px;
  background: url(../images/bg_lineup_category.gif) 0 -28px no-repeat;
}
li#category_menu_item_on {
  width: 170px;
  background: url(../images/bg_lineup_category.gif) -150px -28px no-repeat;
}

h2#products_index_title {
  clear: both;
  margin: 0 0 15px 0;
  padding: 15px 0 15px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

#car_lineup_menu {
  margin: 0;
  padding: 0;
}

#car_lineup_menu li {
  display: block;
  width: 160px;
  height: 160px;
  padding: 5px;
  margin: 0 10px 10px 0;
  background: url(../images/bg_waku_170.gif) 0 0 no-repeat;
  float: left;
}

#item_lineup_menu {
  margin: 50px 0 0 0;
  padding: 0;
}

#item_lineup_menu li {
  display: block;
  width: 110px;
  height: 135px;
  padding: 0;
  margin: 0 32px 30px 0;
  background: url(../images/bg_waku_170.gif) 0 0 no-repeat;
  float: left;
}

#part_cat_lineup_menu li {
  display: block;
  width: 170px;
  height: 80px;
  margin: 0 10px 10px 0;
  padding: 0;
  float: left;
}

.side_menu #side_bar_banner li {
  background: none;
  padding: 0;
}

#products_name {
  margin: 50px 0 50px 0;
}

h2#page_title {
  clear: both;
  margin: 0 0 50px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #666;
}

/*▲サブページ用設定ここまで*/

/*▼アイテム個別ページ用設定ここから*/

.item_set {
  color: #fff;
  padding: 0 0 70px 0;
  clear: both;
}

.car_name {
  padding: 15px 0 15px 0;
  background: url(../images/border_red.gif) 0 0 repeat-x;
}

.item_photo_area {
  display: block;
  width: 345px;
  float: left;
}

img.item_main_photo {
  border: 10px solid #fff;
}

img.item_sub_photo {
  border: 5px solid #fff;
  float: left;
  margin: 10px 10px 0 0;
  width: 100px;
  height: 66px;
}

.item_desc_area {
  display: block;
  width: 345px;
  float: right;
}

.item_desc_area p {
  margin: 0 0 20px 0;
}

table.item_table {
  margin: 0;
  padding: 0;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

table.item_table td,
table.item_table th {
  padding: 3px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

table.item_table th {
  background: #333;
  text-align: center;
}

#bottom_menu_area {
  clear: both;
  padding: 30px 0 0 0;
}

#bottom_menu_area h2 {
  padding: 0 0 10px 0;
}

/*▲アイテム個別ページ用設定ここまで*/

/*▼ブログ用設定ここから*/

.contenttitle {
  margin: 0 0 0 0;
  padding: 0 10px 0 10px;
  background: url(../images/bg_contenttitle.gif) 0 0;
}

.contentitem1,
contentitem2 {
  float: left;
  padding: 0 20px 0 0;
}

.contentbody {
  margin: 20px 0 50px 0;
}

.morelink {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: right;
}

.morelink a {
  color: #ff0000;
}

.morelink a:hover {
  text-decoration: underline;
}

.left {
  float: left;
  margin: 0 10px 10px 0;
}

.right {
  float: right;
  margin: 0 0 10px 10px;
}

/*▲ブログ用設定ここまで*/

/*▼お問い合せフォーム用設定ここから*/

.standard_border_table {
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

.standard_border_table td,
.standard_border_table th {
  margin: 0;
  padding: 10px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #fff;
  color: #000;
}

td.standard_border_table_title,
th.standard_border_table_title {
  background: #eee;
}

/* =========================
  スマホ対応（768px以下）
========================= */

@media screen and (max-width: 768px) {
  /* tableレイアウトを完全解除 */
  .standard_border_table {
    display: block !important;
    width: 100%;
  }

  .standard_border_table tbody,
  .standard_border_table tr {
    display: block !important;
    width: 100%;
  }

  .standard_border_table th,
  .standard_border_table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    white-space: normal !important; /* ← nowrap 無効化 */
  }

  /* ラベル（項目名） */
  .standard_border_table_title {
    background: #eee;
    font-weight: bold;
    padding: 12px 10px;
    border-bottom: none;
  }

  .standard_border_table_title p {
    margin: 10px 0;
  }

  /* 入力欄側 */
  .standard_border_table td:not(.standard_border_table_title) {
    padding: 10px;
    border-top: none;
  }

  /* 入力フォーム */
  .form-control,
  input[type="text"],
  textarea,
  select {
    width: 100% !important;
    max-width: 100%;
    font-size: 16px; /* iOSズーム防止 */
    box-sizing: border-box;
  }

  textarea {
    resize: vertical;
  }

  /* colspan行（注意文） */
  .standard_border_table td[colspan] {
    font-size: 14px;
    line-height: 1.6;
  }

  /* 送信ボタン */
  .form_submit input[type="submit"] {
    width: 100%;
    max-width: 320px;
    padding: 12px 0;
    font-size: 16px;
  }

  .form_submit .btn {
    margin-bottom: 12px;
  }
}

/*▲お問い合せフォーム用設定ここまで*/
