@charset "UTF-8";
/*-------------------------
メインタイトル
--------------------------*/
h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  margin: 0 0 12px;
  padding-bottom: 5px;
}

#container {
  width: 980px;
}

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

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

/*---------------------------
コンテンツ
---------------------------*/
.batteryList {
  padding-left: 609px;
  margin-bottom: 10px;
}

body.windows.chrome .batteryList {
  padding-left: 609px;
  margin-bottom: 20px;
}

/*-- 1 --*/
.contentList {
  border-left: 2px solid #5A6368;
  margin-bottom: 30px;
  zoom: 100%;
}

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

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

.listTitle {
  background-color: #EEEEEE;
  padding: 8px 0 8px 10px;
  font-size: 0.95em;
}

.listL {
  float: left;
  padding: 15px 0 0 15px;
}

.listL a {
  display: block;
  margin-bottom: 15px;
}

.listL a.exception {
  display: inline;
  margin-bottom: 15px;
}

.listL img.fst {
  border: 1px solid #BBBBBB;
}

.listR {
  float: left;
  padding: 15px 0 0 20px;
  width: 428px;
}

.listSub {
  font-size: 1em;
  padding: 0 0 4px;
  line-height: 1.3;
}

.listSubNote {
  font-size: 0.9em;
  padding: 0 0 4px;
  line-height: 1.4;
}

.listLink {
  line-height: 1.2;
  font-weight: bold;
}

.listR a {
  font-weight: bold;
  color: #1C64B3;
  text-decoration: none;
}

.listR a:hover {
  font-weight: bold;
  color: #FF0000;
  text-decoration: underline;
}

.price {
  padding-top: 3px;
  font-size: 0.95em;
}

/*-- 2 --*/
.circle {
  background-color: #777777;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 1.2em;
  -o-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  width: 180px;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.95em;
  font-weight: bold;
}

#container .item {
  border-bottom: 1px dotted #BFBFBF;
  padding: 7px 0;
}

.item img.new,
.item img.abo,
.item img.deal,
.item img.lim {
  vertical-align: 0;
}

.item_last {
  border-bottom: 1px dotted #FFFFFF;
  padding: 7px 0;
  margin-bottom: 15px;
}

.option {
  padding: 20px;
  margin-left: 15px;
  margin-top: 10px;
  background-color: #E1EDF9;
  zoom: 100%;
}

.optionTtl {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}

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

.option img.op_img {
  float: left;
}

.option img.lim,
.option img.abo,
.option img.deal,
.option img.new {
  vertical-align: 0;
}

.option img.eyecatch {
  vertical-align: 0;
  float: none;
}

.option ul li {
  float: left;
}

.option ul li.suboption {
  padding: 15px 15px 15px 10px;
  width: 354px;
  margin: -13px 0 0;
}

.option ul li img,
.option ul li object {
  display: inline-block;
}

.option ul li object span.cap-a,
.option ul li object span.cap-b {
  display: block;
}

.option ul li object span.cap-a {
  font-weight: bold;
  font-size: 0.95em;
}

.option ul li object span.cap-b {
  font-size: 0.9em;
}

.option ul li object {
  width: 65%;
  padding: 0 0 0 3%;
  line-height: 1.4;
}

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

.optionRight ul li {
  float: left;
  padding: 3px 10px 3px 0;
  width: 368px;
}

#batteryNote {
  text-align: center;
  margin-bottom: 20px;
}

.listL p {
  float: left;
}

.listL .set {
  padding-left: 10px;
}

.listL .set span {
  display: block;
}

.set {
  font-size: 0.95em;
}

/*---------------------------
サイドメニュー
---------------------------*/
#sidemenu {
  float: left;
  width: 147px;
  height: 100%;
  /*この指定がないとMacIEで#sidemenuが表示されない*/
}

/* サイドメニュー　バナーエリア
------------------------------------*/
#bannerArea {
  margin-bottom: 15px;
}

#bannerArea a {
  display: block;
  margin: 5px 0;
}

/* ページトップへ
------------------------------------*/
.return {
  font-size: 0.8em;
  line-height: 1.3;
  margin: 45px 0 15px;
  text-align: right;
}
