#mainVisual {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#mainVisual .slides li {
  line-height: 0;
}
#mainVisual .flex-direction-nav .flex-prev {
  display: block;
  position: absolute;
  top: 225px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../images/top/main_visual/prev_btn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#mainVisual .flex-direction-nav .flex-next {
  display: block;
  position: absolute;
  top: 225px;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: url(../images/top/main_visual/next_btn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#mainVisual .flex-control-nav {
  text-align: center;
  padding: 20px 0;
}
#mainVisual .flex-control-nav li {
  display: inline-block;
  zoom: 1;
  margin: 0 5px;
}
#mainVisual .flex-control-nav li a {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/top/main_visual/li_icn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
#mainVisual .flex-control-nav li .flex-active {
  background-image: url(../images/top/main_visual/li_icn_on.png);
}

#news {
  position: relative;
  width: 450px;
  height: 25px;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  margin: 0 auto;
}
#news .slides li {
  line-height: 25px;
  text-align: center;
  font-weight: bold;
}
#news .slides li a {
  text-decoration: none;
}
#news .flex-direction-nav .flex-prev {
  display: block;
  position: absolute;
  top: 0;
  left: -19px;
  width: 18px;
  height: 25px;
  background-image: url(../images/top/news_prev_btn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#news .flex-direction-nav .flex-next {
  display: block;
  position: absolute;
  top: 0;
  right: -19px;
  width: 18px;
  height: 25px;
  background-image: url(../images/top/news_next_btn.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#bnr {
margin: 0px auto 0;
    background-color: #F0F0F0;
    width: 100%;
    padding: 0 0 80px 0;
display: inline-block;
}
#bnr #bnrInner {
    /* position: relative; */
    width: 960px;
    /* margin-left: -8px; */
    margin: 20px auto;
}
#bnr #bnrInner ul li {
width: 48%;
    float: left;
    padding: 3% 1%;
}
#bnr #bnrInner ul li:nth-child(2n+1){
        clear: both;
}

#bnr #bnrInner ul li a{
text-decoration: none;
}

#bnr #bnrInner ul li a img{
width: 100%;
    margin: 0 0 20px 0;
}

#bnr #bnrInner ul li a .txt{
font-size: 15px;
    line-height: 1.5;
    font-family: 'TradeGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


#bnrtop {
margin: 0px auto 0;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0 0 80px 0;
}
#bnrtop #bnrtopInner {
    /* position: relative; */
    width: 980px;
    /* margin-left: -8px; */
    margin: 20px auto;
}
#bnrtop #bnrtopInner ul li {
width: 48%;
    float: left;
    padding: 3% 1%;
}
#bnrtop #bnrtopInner ul li:nth-child(2n+1){
        clear: both;
}

#bnrtop #bnrtopInner ul li a{
text-decoration: none;
}

#bnrtop #bnrtopInner ul li a img{
width: 100%;
    margin: 0 0 20px 0;
}

#bnrtop #bnrtopInner ul li a .txt{
font-size: 16px;
    line-height: 1.6;
    font-family: 'TradeGothic-bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.brandContents {
  padding: 40px 0 80px 0;
}
.brandContents h2 {
  width: 100%;
  text-align: center;
  border-top: solid 1px #000;
  margin-top: 20px;
}
.brandContents h2 img {
  margin-top: -21px;
}
.brandContents .tab {
  margin: 40px auto 0;
}
.brandContents .tab ul {
  overflow: hidden;
  *zoom: 1;
}
.brandContents .tab ul li {
  float: left;
  width: 185px;
  height: 49px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.brandContents .tab ul li a {
  display: block;
  width: 185px;
  height: 49px;
  font-family: 'TradeGothic-Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  background-image: url(../images/common/tab_btn.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.brandContents .tab ul li a:hover {
  color: #FFF;
  background-position: left bottom;
}
.brandContents .tab ul li a:active {
  margin: 1px 0 0 1px;
}
.brandContents .tab ul li.select a {
  color: #FFF;
  background-position: left bottom;
}
.brandContents .tabContents {
    width: 980px;
    /* background-image: url(../images/top/tab_contents_bg.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center top; */
    margin: 17px auto 0;
        padding: 20px 0 80px;
    border-bottom: 1px solid #9999;
}
.brandContents .tabContents h3 {
  font-family: 'TradeGothic-Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 80px;
  color: #DDD;
  text-align: center;
}
.brandContents .tabContents ul {
  margin-top: 48px;
  overflow: hidden;
  *zoom: 1;
}
.brandContents .tabContents ul li {
  position: relative;
  float: left;
  width: 180px;
  padding: 0 8px;
}
.brandContents .tabContents ul li a {
  display: block;
  text-decoration: none;
}
.brandContents .tabContents ul li a .img img {
  width: 180px;
}
.brandContents .tabContents ul li a h4 {
    position: relative;
    font-family: 'TradeGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 14px;
    padding-bottom: 12px;
    background-image: url(../images/top/brand_contents_ttl_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    word-break: break-all;
    line-height: 1.4;
}
.brandContents .tabContents ul li a .price {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}
.brandContents .tabContents ul li a .price .tax ,
.item_detail_view_history span {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  padding-left: 5px;
}
.brandContents .tabContents ul li a .colors {
  display: inline-block;
  top: 242px;
  left: 108px;
  font-family: 'TradeGothic-Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #FFF;
  background-color: #AAA;
  margin: 10px 0 0 5px;
  padding: 2px 5px;
}
.brandContents .tabContents ul li a .lead {
  clear: both;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.4;
  padding-top: 8px;
}
.brandContents .tabContents ul li a .sex {
  color: #000;
  font-size: 10px;
  padding-top: 8px;
}
.brandContents .tabContents ul li a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.brandContents .link {
    /* width: 739px; */
    margin: 60px auto 0;
    width: 700px;
    background-color: black;
    text-align: center;
}
.brandContents .link a{
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: 'TradeGothic-Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    padding: 20px;
    display: block;
}
.brandContents .link a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

#bernContents h2 img {
  margin-top: -23px;
}
#sutroContents h2 img {
  margin-top: -33px;
}
nav.tab p{
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    width: 700px;
    margin: 0 auto;
}

/*---------------------------------------
BRAND TOP
---------------------------------------*/
.brandTop .categoryNav {
  position: relative;
  width: 980px;
  height: 44px;
  background-color: #F0F0F0;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  margin: 0 auto;
  overflow: hidden;
}
.brandTop .categoryNav ul {
  /* width: 810px; */
  padding-top: 13px;
  margin-left: -1px;
}
.brandTop .categoryNav ul li {
  display: inline;
  font-family: 'TradeGothic-Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  border-left: dotted 1px #999;
  padding: 0 16px;
  font-weight: bold;
}
.brandTop .categoryNav ul li a {
  text-decoration: none;
}
.brandTop .categoryNav ul li a:hover {
  color: #096FFF;
  text-decoration: underline;
}
.brandTop .categoryNav .aboutRepair {
  position: absolute;
  top: 5px;
  right: 8px;
}
.brandTop .brandContents {
clear: both;
    /* background-image: url(../images/common/ranking_bg.png); */
    /* background-position: left top; */
    /* background-repeat: repeat-x; */
    /* overflow: hidden; */
}
.brandTop .brandContents h2 {
  font-family: 'TradeGothic-Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  border: none;
  /*background-image: url(../images/common/service_info_deco1.png);*/
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 0;
  padding-top: 80px;
  color:#999;
}
.brandTop .brandContents .update {
  color: #0F75FF;
  font-family: 'TradeGothic-Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.brandTop .brandContents .tabContents ul {
  margin-top: 0;
}
.brandTop .brandContents .tabContents ul li .label {
  width: 180px;
  height: 30px;
  font-family: 'TradeGothic-Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  background-color: #333;
}
.brandTop .brandContents .tabContents ul li h4 {
  margin-top: 20px;
}

#nixon #ranking .tab {
  width: 370px;
}

#newArrival {
  clear: both;
  background-color: #FFF;
  background-image: none;
  margin-top: 0;
}
#newArrival h2 {
  width: 960px;
  font-size: 80px;
  color: #DDD;
  /*background-image: url(../images/common/recommend_deco1.png);*/
  margin: 0 auto 0;
}
#newArrival .sectionContents {
  background-image: url(../images/top/tab_contents_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 17px auto 0;
  padding-top: 40px;
}
#newArrival ul {
  width: 960px;
  margin: 0 auto 0;
  overflow: hidden;
  *zoom: 1;
}
#newArrival ul li.itemListLi {
  position: relative;
  float: left;
  width: 200px;
  height: 340px;
  margin-bottom: 30px;
  padding: 0 20px;
}
#newArrival a {
  display: block;
  text-decoration: none;
}
#newArrival .img {
  position: relative;
}
#newArrival .img img {
  width: 200px;
}
#newArrival .img span {
  display: none;
}
#newArrival .img .new {
  position: absolute;
  top: 2px;
  left: 2px;
}
#newArrival .img .new img {
  width: auto;
}
#newArrival h4 ,
.item_detail_view_history h4 {
    position: relative;
    font-family: 'TradeGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 14px;
    padding-bottom: 12px;
    background-image: url(../images/item_list/item_ttl_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 20px;
    line-height: 1.4;
    word-break: break-all;
}
#newArrival .price {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}
#newArrival .price .tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  padding-left: 5px;
}
#newArrival .colors {
  display: inline-block;
  top: 242px;
  left: 108px;
  font-family: 'TradeGothic-Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #FFF;
  background-color: #AAA;
  margin: 10px 0 0 5px;
  padding: 2px 5px;
}
#newArrival .lead {
  clear: both;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.4;
  padding-top: 8px;
}
#newArrival .sex {
  color: #000;
  font-size: 10px;
  padding-top: 8px;
}
#newArrival .colorList {
  display: none;
}
#newArrival .link {
  margin-top: 0;
}

#infoWrap {
  border: 1px #CCCCCC solid;
  width: 980px;
  margin: 20px auto 0;
  font-size: 12px;
}
#infoWrap .infoIcon {
  color: #FFF;
  background-color: #000;
  background-repeat: no-repeat;
  padding: 8px 0 8px 10px;
  font-family: 'TradeGothic-Bold','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
}
#infoWrap .infoTxt {
  padding: 8px 8px 0 12px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: bold;
}
#infoWrap .infoCont {
  padding: 5px 12px 12px 12px;
  line-height: 1.6;
  letter-spacing: 1px;
}
#infoWrap .infoCont p {
  margin-bottom: 10px;
}
#infoWrap .infoCont em, #infoWrap .infoCont p a {
  text-decoration: underline;
}

#olbnr {
    text-align: center;
    /* margin: 10px auto 0; */
    /* margin: 20px auto 20px; */
    background-color: black;
    padding: 80px 0;
    color: white;
}
#olbnr a{
    color: white;
    text-decoration: none;
    width: 980px;
    display: inline-block;
}

#olbnr a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

#olbnr h2{
    font-size: 24px;
    line-height: 1.5;
    font-family: TradeGothic-bold, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin: 20px 0 20px 0;
}

#olbnr p{
    line-height: 1.5;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}

/*---------------------------------------
閲覧履歴追加
---------------------------------------*/
.item_detail_view_history {
  width:980px;
  margin:0 auto 0;
  padding: 40px 0 80px 0;
}
.item_detail_view_history ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* flex-flow */
  -ms-flex-flow: wrap;
  -webkit-flow:  wrap;
  flex-flow:     wrap;
  justify-content: flex-start;
}
.item_detail_view_history li {
  width: 200px;
  height: 340px;
  margin-top: 30px;
  padding: 0 20px;
}
.item_detail_view_history li a{
  text-decoration:none;
}
.item_detail_view_history img {
  width: 100%;
}
.item_detail_view_history h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 30px 0 0 10px;
    color: #999;
}
.item_detail_view_history_price {
  display: inline-block;
  font-size: 14px;
}