@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;
}

ul {
  list-style-type: none;
}

/* タイトル（TOP・カテゴリページ共通）
-----------------------------------------*/
h1 {
  margin: 0 0 5px 0;
}

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

/* メニュー（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-list li a img {
  border: 1px solid #666666;
  vertical-align: bottom;
}

.cate-list li a:hover img,
.cate-list li a:active img {
  border: 1px solid #FF0000;
}

/* 注意事項（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(/static/images/support/list/html/luvpad/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;
}

/* 各カテゴリページ
-----------------------------------------*/
h2 {
  margin: 0 0 5px 0;
  padding: 5px 0 5px 0;
  background-color: #333399;
  color: #FFFFFF;
  font-size: 0.8em;
  text-align: center;
}

.item-atn {
  margin: -5px 0 5px 0;
  padding: 8px 10px 5px 30px;
  background-color: #FFFFD0;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  text-indent: -1.5em;
}

.item-atn li {
  margin: 0 0 3px 0;
  color: #0066FF;
  font-size: 0.8em;
  line-height: 1.3;
}

.kome {
  color: #0066FF;
}

table.wrap-item {
  width: 736px;
  margin: 0 0 5px 0;
  border-collapse: collapse;
}

table.item-table {
  width: 365px;
  border: 1px solid #6F6FC4;
  border-collapse: collapse;
}

table.item-table th {
  padding: 2px 5px 2px 5px;
  border: 1px solid #6F6FC4;
  background-color: #E3DDFF;
  color: #333399;
  font-size: 0.8em;
  line-height: 1.3;
}

table.item-table td {
  border: 1px solid #6F6FC4;
}

table.item-table th.hinban-col {
  /*	width: 70%;*/
}

table.item-table th.taiou-col {
  width: 15%;
}

table.item-table th.bit32-col {
  /*	width: 15%;*/
}

table.item-table th.bit64-col {
  /*	width: 15%;*/
}

table.item-table th.bikou-col {
  /*	width: 15%;*/
}

table.item-table td.photo {
  width: 80px;
  padding: 3px;
}

table.item-table td.hinban {
  padding: 0 0 0 5px;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.3;
}

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

table.item-table td.bit32 {
  font-size: 0.8em;
  line-height: 1.3;
  text-align: center;
}

table.item-table td.bit64 {
  font-size: 0.8em;
  line-height: 1.3;
  text-align: center;
}

table.item-table td.bit32 span.atten-blue,
table.item-table td.bit64 span.atten-blue {
  display: block;
  color: #0066FF;
}

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

/* 戻るボタン
-----------------------------------------*/
.return {
  margin: 0 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;
}

/**/
