@charset "UTF-8";
/* ヘッド
---------------------------------------------- */
#container {
  width: 980px;
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}

#main-contents {
  float: right;
  width: 814px;
}

/* 見出し1
---------------------------------------------- */
h1#ttl {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0 0 0 12px;
  padding: 0px 0 10px 0;
  border-bottom: 1px solid #CCCCCC;
}

.title-banner {
  margin: 0px 0px 20px 0px;
}

.lead {
  margin: 0px 0px 5px 0px;
  font-size: 0.75em;
  line-height: 1.5;
}

/* 対応表
------------------------------------*/
.comp-title-banner {
  margin: 0px 0px 10px 0px;
}

.comp-menu {
  background: #eee;
  padding: 10px 0 0 9px;
}

.comp-menu ul li {
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  width: 151px;
  height: 70px;
}

.comp-menu ul li a {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.comp-menu ul li p {
  z-index: 2;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 1em;
  line-height: 1.4;
  font-weight: bold;
}

.comp-menu ul li img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.comp-menu ul li:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.comp-menu ul li:hover p {
  color: #f00;
}

/* お探しします
------------------------------------*/
.inquiry-title-banner {
  margin: 0px 0px 0px 0px;
}

.inquiry-banner {
  text-align: center;
}

.flowchart {
  margin-bottom: 50px;
}

.step-area {
  margin: 0 20px;
  width: 732px;
  padding: 13px 20px 15px;
  border: 1px solid #ccc;
}

.step-box {
  margin-bottom: 20px;
}

.step-box:last-child {
  margin-bottom: 0;
}

.step-left {
  float: left;
}

.step-right {
  float: left;
  margin-left: 15px;
  padding-top: 10px;
}

.step-right p {
  font-size: 0.8em;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 4px;
}

.step-right p.note {
  line-height: 1.3;
  font-weight: normal;
  text-indent: -1em;
  margin-left: 1em;
  color: #02A3D9;
}

.step-right img {
  margin-top: 10px;
}

.uketsuke {
  margin-bottom: 38px;
}

.uketsuke h2 {
  font-size: 1em;
  line-height: 1.3;
  padding: 8px 12px;
  margin-bottom: 5px;
  color: #fff;
  background: #2986D3;
}

.uketsuke p {
  font-size: 0.8em;
  line-height: 1.6;
  margin-bottom: 8px;
  margin-left: 3px;
}

.otoiawase {
  margin-bottom: 40px;
}

.otoiawase h2 {
  font-size: 1em;
  line-height: 1.3;
  padding: 8px 12px;
  margin-bottom: 5px;
  color: #fff;
  background: #2986D3;
}

.otoiawase h3 {
  font-size: 0.8em;
  line-height: 1.6;
}

.otoiawase p {
  font-size: 0.8em;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* 一覧表
------------------------------------*/
.ichiran {
  font-size: 1em;
  line-height: 1.3;
  padding: 8px 12px;
  margin-bottom: 16px;
  color: #fff;
  background: #2986D3;
}

table.hyo {
  margin: 0px 0px 40px 0px;
  border-collapse: collapse;
  border: 1px solid #666666;
  width: 100%;
}

table.hyo th, table.hyo td {
  padding: 10px 2px 10px 2px;
  border: 1px solid #666666;
  font-size: 0.75em;
  line-height: 1.2;
  text-align: center;
}

table.hyo th {
  cursor: default;
}

table.hyo td a {
  margin-right: 12px;
  display: block;
  text-align: center;
  padding-left: 5px;
  padding-top: 3px;
}

table.hyo .bunrui {
  color: #333333;
  font-size: 0.8em;
}

table.hyo .series {
  color: #333333;
  font-size: 0.8em;
  padding: 7px 2px 7px 2px;
}

table.hyo .size {
  padding: 10px 2px 6px;
  background: #F5F5F5;
  color: #333333;
  font-size: 0.75em;
}

table.hyo .mount {
  background: #F5F5F5;
  color: #333333;
  font-size: 0.75em;
  padding: 0 2px;
  width: 31px;
}

table.hyo .cp-sv {
  color: #333333;
  background: #ECF4F6;
}

table.hyo .cp {
  color: #333333;
  background: #F6E1AF;
}

table.hyo .okigata {
  color: #333333;
  background: #ECF6C6;
}

table.hyo .rac {
  color: #333333;
  background: #ECF4F6;
}

table.hyo .kvp {
  color: #333333;
  background: #F6E1AF;
}

table.hyo .kvs {
  color: #333333;
  background: #ECF6C6;
}

table.hyo .mr {
  color: #333333;
  background: #f2dddc;
}

table.hyo img {
  width: 100px;
  height: 100px;
  margin: 0 4px 10px 0;
}

/* 構成例
------------------------------------*/
.example img {
  float: left;
}

/* QA
------------------------------------*/
.qa {
  margin-bottom: 22px;
}

.qa .q {
  font-size: 0.8em;
  font-weight: bold;
  background: #eee;
  line-height: 1.6;
  padding: 6px 0;
  margin-bottom: 10px;
}

.qa .q span {
  color: #fff;
  background: #f60;
  padding: 6px 10px;
  margin: 0 12px 0 0;
}

.qa .a {
  font-size: 0.75em;
  line-height: 1.6;
  margin: 0 2px;
}

.qa ul {
  margin: 20px 0;
}

.qa ul li {
  font-size: 0.75em;
  line-height: 1.6;
  text-indent: -1em;
  margin-left: 1em;
}

.qa .banner {
  margin: 7px 0 0;
}

/* 共通メニュー */
div.search-banner {
  text-align: center;
  margin: 3% 0 0;
}

div.common-menu {
  margin: 4% 0 0;
}

div.common-menu a {
  display: block;
  width: 30%;
  height: 208.5px;
  float: left;
  padding: 2% 1%;
  border: 1px solid #AAAAAA;
  color: #333333;
}

div.common-menu a:hover {
  opacity: 0.5;
  text-decoration: none;
}

div.common-menu a:hover img {
  opacity: 1 !important;
}

div.common-menu a img {
  display: block;
  margin: 0 auto;
}

div.common-menu a span.menu-t {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin: 5% 0;
}

body.mac div.common-menu a span.menu-t.opt {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin: 5% 0;
  letter-spacing: -0.1em;
}

div.common-menu a span.menu-n {
  display: block;
  font-size: 0.87em;
  line-height: 1.4;
}

div.common-menu a:nth-child(1) span.menu-n {
  width: 87%;
  margin: 0 auto;
}

div.common-menu a:nth-child(2) span.menu-n {
  width: 93%;
  margin: 0 auto;
}

div.common-menu a:nth-child(3) span.menu-n {
  width: 82%;
  margin: 0 auto;
}

div.common-menu a:nth-child(4) span.menu-n {
  width: 93%;
  margin: 0 auto;
}

div.common-menu a:nth-child(5) span.menu-n {
  width: 87%;
  margin: 0 auto;
}

div.common-menu a:nth-child(6) span.menu-n {
  width: 99%;
  margin: 0 auto;
}

div.common-menu a:nth-child(1), div.common-menu a:nth-child(2), div.common-menu a:nth-child(4), div.common-menu a:nth-child(5) {
  margin: 0 1% 1% 0;
}

div.common-menu a:nth-child(3), div.common-menu a:nth-child(6) {
  margin: 0 0 1% 0;
}

/* ボトムリンク */
div.search-link-bottom {
  margin: 45px 0 60px;
}

div.search-link-bottom p {
  text-align: center;
  margin: 0 0 15px;
}

div.search-link-bottom a {
  color: #FFFFFF;
  text-decoration: none;
  width: 46%;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #0BADDC;
  padding: 2% 4%;
  border-radius: 0.3em;
  box-shadow: 2px 2px 2px #CCCCCC;
}

div.search-link-bottom img {
  vertical-align: middle;
  margin: 0 9px 0 0;
  width: 12%;
}

div.search-link-bottom strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  padding: 3px 0 0;
}

div.search-link-bottom a:hover {
  opacity: 0.6;
}

div.search-link-bottom a:hover img {
  opacity: 1 !important;
}

/*---------------------------
フロート解除
---------------------------*/
.clfx {
  display: block;
}

.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
