@charset "shift_jis";
/*=========================================================================
 /disp　：　現行オプション商品詳細ページの移行CSS
=========================================================================*/

/* au+1 Collection 商品一覧ページ　：　スライダー #slides
-------------------------------------------------------------------------*/
#slides{
  position:relative;
  width:860px;
  margin:0 auto;
}
#slides_container{
  width:860px;
  height:255px;
}
#slides_container a{
  display:none;
  position:absolute;
  top:5px;
  left:4px;
}
#slides_container a img{
  width:850px;
}
#slide_thumb{
  margin:10px;
}
#slide_thumb img{
  margin-left: 4px;
  border:1px solid #ccc;
  cursor:pointer;
}
#slide_thumb img.hover{
  border-color:#888;
}
#slide_thumb img.on{
  border-color:#ff8909;
}


/*-------------------------------------------------------------------------
 オプション商品詳細ページ　：　一部ソースの改変を行わないため、リニューアル前のサイトよりCSSを移植
-------------------------------------------------------------------------*/
.AttentionBox{
  padding:15px 20px;
  background-color:#fff5ef;
  border:1px solid #e5e5e5;
}
.SpecTable {
  margin: 0 0 10px 0;
  background-color: #cccccc;
  border:1px solid #cccccc;
}
.SpecTable2 {
  margin: 5px 0 30px 0;
  background-color: #cccccc;
  border:1px solid #cccccc;
}
.SpecTable th, .SpecTable2 th {
  padding: 5px;
  background-color: #eeeeee;
  vertical-align: top;
  text-align: left;
  font-size: 10px;
  border:1px solid #cccccc;
}
.SpecTable td, .SpecTable2 td {
  padding: 5px;
  background-color: #ffffff;
  vertical-align: top;
  text-align: left;
  font-size: 10px;
  border:1px solid #cccccc;
}

.table_specs {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
}
.table_specs th {
  width: 160px;
  padding: 6px 10px;
  border: 1px solid #E9E9E9;
  vertical-align: top;
  text-align: left;
  line-height: 1.6;
  font-size: 10px;
}
.table_specs td {
  width: 460px;
  padding: 6px 10px;
  border: 1px solid #E9E9E9;
  vertical-align: top;
  text-align: left;
  line-height: 1.6;
  font-size: 10px;
}

#designerBlock {
  display: block;
}
#designerPhoto {
  float: left;
  left: 0;
  top: 0;
  width: 140px;
}
#designerPhoto img{
  width:100%;
}
#designerInfo {
  float: right;
  width: 660px;
  text-align: left;
}
#designerInfo h4 {
  margin:0 0 5px 0;
  padding:0;
  border:none;
  line-height: 1.4;
  font-weight: bold;
  font-size: 13px;
}
#designerInfo p {
  line-height: 1.9;
  font-size: 12px;
}

.textblock p {
  line-height: 1.6;
  font-size: 12px;
}

h3#SpecTitle, #designerBlock h3, #attentionBlock h3{
  clear:both;
  margin-bottom: 10px;
}
#specBlock {
  margin-bottom: 60px;
}
#specBlock h3 {
  margin-bottom: 10px;
}
#attentionBlock {
  font-size: 12px;
}

.mulTitleSub1{
  margin: 0 0 10px;
  background:url("http://auonlineshop.kddi.com/images/parts/gmulTitle_bg.gif") repeat-x scroll 0 bottom transparent;
  color:#666;
}
.mulTitleSub1 h2, .mulTitleSub1 h3, .mulTitleSub1 p, .underPoint1{
  padding-left:18px;
  padding-bottom:2px;
  background:url("http://auonlineshop.kddi.com/images/parts/grCirtitle_bg.gif") no-repeat scroll 0 0 transparent;
  font-size:12px;
}
.mulTitleSub2{
  margin: 0 0 10px;
  background:url("http://auonlineshop.kddi.com/images/parts/omulTitle_bg.gif") repeat-x scroll 0 bottom transparent;
  color:#F76B1F;
}
.mulTitleSub2 h2, .mulTitleSub2 h3, .mulTitleSub2 p, .underPoint2{
  padding-left:18px;
  padding-bottom:2px;
  background:url("http://auonlineshop.kddi.com/images/parts/csfb_title_bg.gif") no-repeat scroll 0 0 transparent;
  font-size:12px;
}