/* CSS Document */

/*---------------------------------- 
	(c)SBD Style 
	Template:DoMo lettuce
	ver:0.1
	type:Giga_plan_kiji
	オプション在庫・値段表
----------------------------------*/

body > #option {
  background: #FFF;
  margin: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 20px;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

body > #option .option_btn > a {
  background:#DDD;
  display: block;
  height: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}

body > #option .option_btn > a:hover {
  opacity:0.3;
}

body > #option > div > ul {
  list-style: none;
  margin-bottom: 20px;
}

body > #option > div > ul li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ddd;
}

body > #option > div > ul li:nth-child(2n) {
  background: #FFC;
}

body > #option > div > ul li:first-child {
  background: #ddd;
  padding-left: 10px;
}

body > #option > select {
  margin-bottom: 20px;
  width: 100%;
}

body div#option div.category_title {
  font-weight: bold;
}

body #option div#list > ul > li > span {
  width: 24%;
  display: inline-block;
}

body #option ul {
  list-style: none;
}

body #option ul li dl dt {
  background:#CCC;
  padding-left: 10px;
}

body #option ul li dl {
  margin-bottom: 40px;
}

.regular_price_stock {
  font-size: 12px;
}

.price_stock {
  font-weight: bold;
  font-size: 12px;
}

.discount_rate_stock {
  color: #F00;
}

body #option #list li dl dd b font {
  font-size: 10px;
}