@charset "UTF-8";
/*! 比較 */
.cl, #comparison-list {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, #comparison-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html #comparison-list {
  height: 1%;
}

/*----------------------------------
content
----------------------------------*/
#comparison-list {
  display: table;
  line-height: 1;
}
#comparison-list .paging {
  display: table-cell;
  vertical-align: top;
  width: 25px;
  cursor: pointer;
  background-color: #00897b;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#comparison-list .paging:hover {
  opacity: .7;
}
#comparison-list .disable {
  cursor: default;
  background-color: #bdbdbd;
}
#comparison-list .disable:hover {
  opacity: 1;
}

#comp-list-head {
  display: table-cell;
  vertical-align: top;
  border: solid #ddd;
  border-width: 1px 1px 0 0;
  background: #eee;
  box-sizing: border-box;
}
#comp-list-head li {
  padding: 0.9em 0.7em;
  border: solid #ddd;
  border-width: 0 0 1px 1px;
  width: 104px;
  text-align: left;
  box-sizing: border-box;
}
#comp-list-head li span {
  margin-left: -0.5em;
  font-size: 78.57143%;
}
#comp-list-head li p {
  display: table-cell;
  vertical-align: middle;
}
#comp-list-head li:nth-child(9) p {
  line-height: 1.4;
}

#comp-detail-wrap {
  float: left;
  overflow: hidden;
}

#comp-detail {
  display: table;
  table-layout: fixed;
  border: solid #ddd;
  border-width: 1px 1px 0 0;
  width: 100%;
}
#comp-detail a {
  color: #302400;
  font-weight: bold;
  text-decoration: underline;
}
#comp-detail a:hover {
  text-decoration: none;
}
#comp-detail > ul {
  display: table-cell;
  vertical-align: top;
}
#comp-detail > ul > li {
  width: 100%;
  padding: 0.9em 0.7em;
  vertical-align: top;
  border: solid #ddd;
  border-width: 0 0 1px 1px;
  background: #fff;
  box-sizing: border-box;
}
#comp-detail > ul > li span {
  display: block;
  margin-top: 5px;
}
#comp-detail > ul > li p {
  width: 22px;
  height: 22px;
  margin: 0 auto 5px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: #558b2f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#comp-detail > ul > li:first-child, #comp-detail > ul > li:last-child {
  text-align: center;
  background: #f3efe4;
}
#comp-detail > ul > li:nth-child(2), #comp-detail > ul > li:nth-child(3) {
  text-align: center;
}
#comp-detail > ul > li:nth-child(4) {
  line-height: 1.3;
}
#comp-detail > ul > li:nth-child(17) {
  font-size: 100%;
  line-height: 1.3;
}
#comp-detail > ul ul {
  margin: -3px 0 0 -3px;
  letter-spacing: -.40em;
}
#comp-detail > ul ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 3px 0 0 3px;
  *display: inline;
  *zoom: 1;
}
#comp-detail .comp-image, #comp-detail .comp-floor {
  width: 130px;
  margin: 0 auto;
}
#comp-detail .comp-image a, #comp-detail .comp-floor a {
  position: relative;
  display: table-cell;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ddd;
}
#comp-detail .comp-image a:before, #comp-detail .comp-floor a:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 1;
  width: 19px;
  height: 19px;
  background: url(/common/img/ico-search04.png) no-repeat;
}

#tblPrev {
  background-image: url(/common/img/comparison/tbl-arrow-l.png);
}

#tblNext {
  background-image: url(/common/img/comparison/tbl-arrow-r.png);
}

#comp-btm {
  padding: 13px 0;
  text-align: center;
  letter-spacing: -.40em;
  color: #43a047;
  background: #e9f1e9;
}
#comp-btm input[type=checkbox] {
  position: relative;
  top: 0.15em;
  margin-right: 5px;
}
#comp-btm p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}
#comp-btm p:first-child {
  margin-right: 10px;
}
#comp-btm p:last-child {
  margin-left: 10px;
}
