@charset "UTF-8";
/* デフォルトスタイル
-----------------------------------------*/
p, h1, h2, h3, h4, h5, ul, li, dl, dt, dd,
table, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

a img {
  border: none;
}

ul {
  list-style-type: none;
}

/* テーブル内検索 */
div#search {
  margin: 3% 0;
}

/* タイトル（TOP・カテゴリページ共通）
-----------------------------------------*/
#container {
  width: 980px;
  margin: 0 auto;
}

h1 {
  margin: 0 0 5px 0;
  border-bottom: 1px solid #CCCCCC;
}

.update {
  margin: 0 0 10px 0;
  font-size: 0.8em;
  text-align: right;
}

h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.5em;
  margin: 0 0 5px;
}

.update {
  font-size: 0.8em;
  margin: 0 10px 10px 0;
  text-align: right;
}

#menu {
  margin: 20px 0;
}

#menu a {
  display: block;
  float: left;
  width: 179px;
  background-color: #eeeeee;
  text-align: center;
  padding: 12px 10px;
  margin-right: 1px;
  margin-bottom: 1px;
}

#menu a:hover {
  text-decoration: none;
  color: #1c64b3;
  background-color: #dddddd;
}

div.cate-list {
  background-image: url("../images/taiou_back02.png");
  background-repeat: repeat-y;
  margin: 0;
  padding: 5px 0 0 10px;
  width: 980px;
}

p.cate-list {
  margin: 0;
  padding: 0;
}

div.cate-list ul {
  margin-left: 8px;
}

div.cate-list li {
  display: inline;
  float: left;
  font-size: 0.8em;
  padding: 0 5px 5px 0;
}

div.cate-list li a img {
  vertical-align: bottom;
}

p.cate-list {
  font-size: 0;
}

div.wrap-item {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}

table.item-table {
  border: 1px solid #999999;
  border-collapse: collapse;
  margin: 6px 12px 6px 0;
}

table.item-table th {
  background-color: #DDECF5;
  font-size: 0.9em;
  margin: 0;
  padding: 2px 0 2px 5px;
  text-align: left;
}

table.item-table td {
  border: 1px solid #999999;
  margin: 0;
  padding: 5px;
  font-size: 0.8em;
}

table.item-table .hinban img {
  margin: 3px 0;
}

table.item-table td.taiou {
  font-size: 0.8em;
  line-height: 1.3;
  text-align: center;
  width: 13%;
}

table.item-table td.bikou {
  font-size: 0.7em;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.search_model {
  padding: 10px 13px;
  width: 331px;
  margin-bottom: 15px;
  margin-left: 2%;
  background-color: #EEFAFE;
}

table.hyo {
  margin: 10px 0px 60px 0px;
  border-collapse: collapse;
  border: 1px solid #7e4b96;
  width: 800px;
}

table.hyo th,
table.hyo td {
  border: 1px solid #7e4b96;
  padding: 5px 5px 5px 5px;
  font-size: 0.8em;
  text-align: center;
}

table.hyo th {
  background-color: #beacdd;
}

table.hyo td.taiou {
  border: 1px solid #7e4b96;
  margin: 0;
  padding: 5px;
  font-size: 0.8em;
  text-align: center;
}

/* マウスオーバー時 */
/*.hyo th.hover {background-color:#e4d7ea;}*/
.hyo td.hover {
  background-color: #ede0f4;
}

div.note:before {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* 注意書き
   ----------- */
span.atnSmall {
  font-size: 0.7em;
  color: #0066FF;
}

ul#atnExp {
  font-size: 0.8em;
  color: #0066FF;
}

div.atn {
  margin: 10px 0 0;
  padding-bottom: 10px;
  width: 100%;
  color: #ff0000;
  font-size: 0.9em;
}

.revCnct {
  color: #ff0000;
}

.fl_left {
  float: left;
}

.return {
  font-size: 0.8em;
  line-height: 1.3;
  margin: 5px 0 30px;
  text-align: right;
}

.return a {
  background: url("../images/taiou_pagetop.gif") no-repeat scroll left 3px transparent;
  padding: 0 0 0 15px;
}

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

.clfx {
  display: inline-block;
}

* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

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

/* メニュー（TOP・カテゴリページ共通）
-----------------------------------------*/
.cate-list {
  width: 745px;
  /* containerの幅 + liの右margin + 1（印刷時の折り返し防止） */
  margin: 0 0 12px 0;
}

.cate-list li {
  float: left;
  padding: 0 10px 10px 0;
  font-size: 0.8em;
}

.cate_title {
  background-color: #ede0f4;
  border-left: 5px solid #7e4b96;
  font-size: 1.2em;
  font-weight: bold;
  padding: 4px 8px;
  width: 779px;
}

/* 注意事項（TOPページのみ）
-----------------------------------------*/
table.atn-area {
  width: 736px;
  border: 1px solid #35349A;
  border-collapse: collapse;
}

table.atn-area th {
  padding: 4px 0 4px 0;
  background-color: #35349A;
  color: #FFFFFF;
  font-size: 0.8em;
  line-height: 1.3;
}

table.atn-area td {
  padding: 10px 15px 15px 15px;
}

table.atn-area td .comment {
  margin: 0 0 15px 0;
  font-size: 0.8em;
  line-height: 1.3;
}

table.atn-area td .jyoukyou {
  margin: 0 0 10px 0;
  font-size: 0.8em;
  line-height: 1.3;
}

table.atn-area td .atn-list {
  margin: 0 0 10px 0;
}

table.atn-area td .atn-list li {
  padding: 8px 5px 8px 1em;
  background: url(../images/dot_line_h.gif) left bottom repeat-x;
  text-indent: -0.5em;
  font-size: 0.8em;
  line-height: 1.3;
}

table.atn-area td .atn-list li li {
  padding: 0px 5px 0px 1em;
  background: none;
  text-indent: -0.5em;
  font-size: 1em;
  line-height: 1.3;
}

table.atn-area td .brand-atn-list {
  margin: 0 0 5px 0;
  padding: 0px 0px 0px 1em;
  font-size: 0.8em;
  line-height: 1.3;
  text-indent: -1em;
}

/* 戻るボタン
-----------------------------------------*/
.return {
  margin: 10px 0 30px 0;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.3;
}

/* フロート解除
-----------------------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* ie7,macIE5 */
.clfx {
  display: inline-block;
}

/* winIE6 below, exclude macIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
