/* snsボタン */
.snsBtn {
  text-align: center;
}
  .snsBtn .fbBtn {
    display: inline-block;
    margin-right: 10px;
  }
  .snsBtn .twBtn {
    display: inline-block;
  }

/* */
.marketBox {
  padding:5px;
  margin-bottom: 5px;
  background:#a5b6c4;
  background:-webkit-gradient(linear,left top,left bottom,from(#a7b8c6),to(#6d818c));
  background:-moz-linear-gradient(top,#a7b8c6 0,#6d818c 100%);
  font-size: 12px;
  text-align: right;
}
  .marketBoxItm {
    margin-bottom: 5px;
    color: #fff;
  }
  .marketBoxItm:last-child {
    margin-bottom: 0;
  }

/* */
.btnSelKd,
.btnSelMk {
  display: inline-block;
  margin-left: 5px;
  padding:3px 3px 3px 5px;
  border:1px solid #edeff1;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  background-color: #eaecee;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#cdd4d8));
  background-image:-moz-linear-gradient(top,#fefefe 0,#cdd4d8 100%);
  box-shadow:0 0 1px #8d9ba3;
  -webkit-box-shadow:0 0 1px #8d9ba3;
  -moz-box-shadow:0 0 1px #8d9ba3;
  color:#333;
  text-align: left;
}
  .btnSelKd {width: 17.5em;}
  .btnSelMk {width: 12em;}

  .btnSelKd .arrow,
  .btnSelMk .arrow {
    float:right;
    padding:1px 3px 2px;
    border:1px solid #899aa5;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color:#637a88;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#8f9fa9),to(#355365));
    background-image:-moz-linear-gradient(top,#8f9fa9 0,#355365 100%);
    box-shadow:0 0 1px #e5e8eb;
    -webkit-box-shadow:0 0 1px #e5e8eb;
    -moz-box-shadow:0 0 1px #e5e8eb;
    color:#fff;
    font-size:8px;
  }

/* */
.modalKdSelect, .modalMkSelect {
  margin-bottom: 7px;
  border-radius:0 0 5px 5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius:0 0 5px 5px;
  background-color:#232732;
  line-height:1.3;
  text-align:left;
}
  .modalKdSelect li,
  .modalMkSelect li {
    padding-left: 5px;
    border-bottom:1px solid #41454d;
    font-size: 12px;
  }
  .modalKdSelect li:last-child,
  .modalMkSelect li:last-child {
    border-bottom: 0;
  }
  .modalKdSelect label,
  .modalMkSelect label {
    display: block;
    padding: 8px;
  }
  .modalKdSelect input,
  .modalMkSelect input {
    margin-right: 5px;
  }

/* ご意見用 */
.comment {
  font-size: 14px;
  padding: 10px 0;
  background-color: #F7F4DD;
  text-align: center;
  margin: 10px 0;
  border-radius: 3px;
}

/* 追加 */
#mainTab .readMore:before {
  content: " ";
  display: block;
  border-top: 1px solid #e6e6e6;
}
.listTextlinkRanking .ranking-other {
  background: #bababa none repeat scroll 0 0;
  color: #ffffff;
}
.listTextlinkRanking .ranking-other {
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  min-width: 16px;
  padding: 3px;
  text-align: center;
  width: 1%;
}

/* タブのナビゲーション部 */
.tab_nav {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
  .tab_navInr {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
  }
  .tab_nav.isFixed + section {
    padding-top: 58px;
  }
  .tab_nav_item {
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
  }
    .tab_nav_item > a {
      display: block;
    }
    .tab_nav_item:last-child {
      margin-right: 0;
    }
    .tab_nav.isFixed .tab_nav_item:last-child {
      margin-right: 5px;
    }
    .tab_nav.isFixed .tab_nav_item:first-child {
      margin-left: 5px;
    }
      .tab_nav_item_main {
        border-radius: 3px;
        color: #355882;
        line-height: 28px;
        border: 1px solid #355882;
        font-weight: bold;
      }
      .tab_nav_item.isCurrent .tab_nav_item_main {
        background-color: #355882;
        color: #fff;
      }
      .tab_nav_item_sub {
        color: #355882;
        font-weight: bold;
        line-height: 18px;
      }

/* メインタブ */
#mainTab {
  background-color: #fff;
}
#tabNav.isFixed + .tab_contentsWr {
  padding-top: 52px;
}
.tab_contents-mainTab {
  padding: 0 10px;
}

/* 1段階目のタブモジュール */
.tabNav-type1 .tab_navInr {
  background: #355982;
  padding: 7px 0 0 0;
}
.tabNav-type1 .tab_nav_item {
  background-color: #ececec;
  margin-left: 5px;
  text-align: center;
  font-weight: bold;
  border-top: 4px solid #355982;
  border-bottom: 1px solid #355982;
  font-size: 12px;
  line-height: 40px;
}
.tabNav-type1 .tab_nav_item.isCurrent {
  background-color: #fff;
  border-top: 4px solid #c7ec31;
  border-bottom: 1px solid #fff;
}
.tabNav-type1 .tab_nav_item:last-child {
  margin-right: 5px;
}

/* 2段階目のタブモジュール */
.tabNav-type2 {
  text-align: center;
  font-size: 12px;
}
  .tabNav-type2.isFixed {
    left: 0;
    top: 52px;
    background-color: rgba(255,255,255,0.87);
  }
    .tabNav-type2.isFixed + .tab_contentsWr {
      padding-top: 56px;
    }
    .tabNav-type2 .tab_nav_item:first-child {
      margin-left: 0;
    }
    .tabNav-type2 .tab_nav_item {
      margin-left: 10px;
      padding-top: 10px;
    }
  .tabNav-type2.isFixed .tab_nav_item:last-child {
    margin-right: 10px;
  }
  .tabNav-type2.isFixed .tab_nav_item:first-child {
    margin-left: 10px;
  }

/* タブの中身 */
.tab_contents{}
  .tab_contents_hd {
    font-weight: bold;
    padding: 15px 0;
    line-height: 1;
  }
  .tab_contents_hdWr {
    border-bottom: 1px solid #e6e6e6;
  }
  .tab_contents_hdWr .tab_contents_hd {
    float: left;
  }
    .tab_contents_hd_sub {
      font-size: 12px;
      display: inline-block;
    }
  .tab_contents-kabuyoso .tab_contents_item {
    padding: 10px 0 0 0;
  }
  .tab_contents-kabuyoso .tab_contents_item:last-child {
    padding: 10px 0;
  }
  .tab_contents-kabuyoso .yfArticle {
    padding: 5px;
  }

/* 優待 */
.listTextlinkRanking .invest {
    color: #999999;
    font-size: 12px;
    text-align: right;
}

/* もっと見る */
.moreLink-hd {
  float: right;
  font-size: 14px;
  line-height: 44px;
  font-weight: bold;
}
  .tab_contents-yutai .moreLink-hd {
    margin-top: 10px;
  }

/* リンクリスト */
.listTextlink {}
  .listTextlink > li {
    position: relative;
  }
  .listTextlink .by {
    float: right;
    font-size: 10px;
    color: #888;
  }
  .listTextlink_img {
    float:left;
  }
  .listTextlink_mark {
    float: right;
  }

/* リンクリスト Sサイズ画像付き */
.listTextlink .subText {
  font-size: 11px;
}
.listTextlink-sImg {}
  .listTextlink-sImg .listTextlink_img {
    float:left;
  }

  .listTextlink-sImg .title {
    margin-left: 62px;
  }

  .listTextlink-sImg .subText {
    margin-left: 62px;
  }

  /* 画像LサイズVer */
  .listTextlink-lImg .title {
    margin-left: 106px;
  }
  .listTextlink-lImg .subText {
    margin-left: 106px;
  }
  .listTextlink-lImg .by {
    position: absolute;
    color: #000;
    bottom: 8px;
    right: 10px;
  }


/* インフィード広告用 */
.yadStream-imgS .yadStreamThumb > img {
  width: 52px;
  height: 52px;
}
.yadStream-imgS  .yadStreamThumb {
  width: 62px;
}
.yadStreamWrap {
  position: relative;
}
  .yadStreamBy {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
.yadStreamContent {
  display: box;
  display: -webkit-box;
  display: -moz-box;
}
  .yadStreamText {
    box-ordinal-group:2;
    -webkit-box-ordinal-group:2;
    -moz-box-ordinal-group:2;
    box-flex:1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
  }
  .yadStreamTitle {
    font-weight: bold;
    font-size: 15px;
  }
  .yadStreamPrincipal {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
  }
  .yadStreamThumb {
    box-ordinal-group:1;
    -webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 106px;
  }
  .yadStreamThumb > img {
    width: 96px;
    height: 96px;
  }
  .yadStreamTd {
    line-height: 1.25;
  }

.prArea {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

  .prArea li > a {
    display: block;
    border-top: 1px solid #ccc;
    padding: 4px 10px;
  }

  .prArea .prImg,
  .prArea .prTxt {
    display: table-cell;
    vertical-align: middle;
  }

  .prArea .prImg img {
    vertical-align: bottom;
  }

  .prArea .prTxt {
    padding-left: 10px;
  }

  .prArea .prTxt dt {
    font-weight: bold;
  }

  .prArea .prTxt dd {
    color: #333333;
    font-size: 12px;
  }

.topAd1{margin-bottom: 15px;}

.portfolioLoginLink {
  padding: 5px 0 0 0;
}

  .portfolioLoginLink a {
    display: block;
    padding: 5px 0 5px 30px;
    background: url(https://s.yimg.jp/images/finance/smp/top/img/loginicon.gif) no-repeat 0 50%;
  }

.hlCat {
  display: block;
  float: left;
  min-width: 5.8em;
  margin: 0 5px 0 0;
  padding: 3px 0;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

  .hlNew {background: #fb5e2d;}
  .hlStocks {background: #8dba00;}
  .hlRate {background: #946ebb;}
  .hlSynth {background: #f39818;}
  .hlMarket {background: #07459a;}
  .hlColumn {background: #5e82a6;}


.listTextlinkRanking .ranking4,.listTextlinkRanking .ranking5{display:table-cell;width:1%;min-width:16px;padding:3px;font-size:14px;font-weight:bold;text-align:center;}
  .listTextlinkRanking .ranking4{background:#bababa;color:#ffffff;}
  .listTextlinkRanking .ranking5{background:#bababa;color:#ffffff;}

/* stream */
#stream #recommend{ position:relative; width:100%;}
  #stream .labelBgimg{width:100%;}

  #stream .labelBgimg > div span{
    display:inline-block;
    height:21px;
    width:21px;
  background: url(https://s.yimg.jp/images/finance/smp/top/img/stream/streamTtl.png)  no-repeat right top;
  background-size:21px 23px;
  position:absolute;
  top:0px;
  right:0;
  }
  #stream .listTextlink{ margin:0;}
  #stream .listTextlink li{ padding:0 10px;
  box-shadow:rgba(213, 216, 218, 0.25) 0px 2px 2px 0px;
  -webkit-box-shadow:rgba(213, 216, 218, 0.25) 0px 2px 2px 0px;
  -moz-box-shadow:rgba(213, 216, 218, 0.25) 0px 2px 2px 0px;
  background-color:inherit;
  }
  #stream .listTextlink li a:visited .title{ font-weight:normal; font-weight:100;color:#c7d7ef;}
  #stream .listTextlink li a:visited .subText{color:#aaaaaa;}
  #stream .listTextlink .img .thumb{display: table-cell; vertical-align: middle;}
  #stream .listTextlink .img dl{display: table-cell; padding-left: 8px; vertical-align: middle;}
  #stream .labelBgimg > div{
  border-bottom:1px solid #ebebeb;
  background-color:#ebebeb;
  background-image:none;
  }
  #stream-module .more{ display:block; padding:0; text-align:center; color:#7e7e7e; background-color:#eff4f6;}
  #stream-module .more span{ font-size:12px; display:inline-block; padding-left:15px; background-image:none;}
  #stream-module .naviPaging{ margin:0;padding: 7px 0;background-color:#eff4f6;}
  #stream-module .naviPaging .more,#stream-module .naviPaging .more a{ background:none; width:inherit; margin:0; font-size:inherit; border:none; box-shadow:none; -webkit-border-radius:inherit;background-color:#eff4f6;}
  #stream-module .naviPaging .more a{ padding:15px 0;}

  #stream-module.card #stream-inner{background-color:#f1f4f6; padding-top:10px; padding-bottom:5px;}
  #stream-module.card #stream-inner ul{  display:-webkit-box;display: -moz-box;-webkit-box-orient: horizontal;-moz-box-orient:horizontal;-webkit-box-pack: center;-moz-box-pack: center; margin: 0 20px 5px 20px; }
  #stream-module.card #stream-inner li{ width:150px; margin:1px 3px;border:1px solid #ffffff; background-color:#fff; font-size:13px; font-weight:bold; line-height:1.6;box-shadow:rgba(213, 216, 218, 0.25) 1px 3px 3px 1px;
  -webkit-box-shadow:rgba(213, 216, 218, 0.25) 1px 3px 3px 1px;
  -moz-box-shadow:rgba(213, 216, 218, 0.25) 1px 3px 3px 1px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
   box-flex: 1;
  }
  #stream-module.card .genre {height:73px; font-weight:normal;}
  #stream-module.card .genre span{ display:block; padding:0px 3px; background-color:#a9bdcb; color:#fff; opacity:0.9;}
  #stream-module.card .genre.st01{ background-image:url(https://s.yimg.jp/images/finance/smp/top/img/stream/st01.png); background-size:auto 62px; background-repeat:no-repeat; background-position:center top;}
  #stream-module.card .genre.st02{ background-image:url(https://s.yimg.jp/images/finance/smp/top/img/stream/st02.jpg); background-size:auto 62px; background-repeat:no-repeat; background-position:center top;}
  #stream-module.card .genre.st03{ background-image:url(https://s.yimg.jp/images/finance/smp/top/img/stream/st03.png); background-size:auto 62px; background-repeat:no-repeat; background-position:center top;}
  #stream-module.card .genre.st04{ background-image:url(https://s.yimg.jp/images/finance/smp/top/img/stream/st04.png); background-size:auto 62px; background-repeat:no-repeat; background-position:center top;}
  #stream-module.card .genre.st05{ background-image:url(https://s.yimg.jp/images/finance/smp/top/img/stream/st05.png); background-size:auto 62px; background-repeat:no-repeat; background-position:center top;}
  #stream-module.card .genre.st06{ background-image:url(https://s.yimg.jp/images/finance/smp/top/img/stream/st06.png); background-size:auto 62px; background-repeat:no-repeat; background-position:center top;}
  #stream-module.card .genre.st07{ background-image:url(https://s.yimg.jp/images/finance/smp/top/img/stream/st07.jpg); background-size:auto 62px; background-repeat:no-repeat; background-position:center top;}
  #stream-module.card .genre.st08{ background-image:url(https://s.yimg.jp/images/finance/smp/top/img/stream/st08.jpg); background-size:auto 62px; background-repeat:no-repeat; background-position:center top;}

  #stream-module.card #stream-inner .img .thumb{ text-align:center;}
  #stream-module.card #stream-inner .title{ color:#066bc6; padding:0 5px;}
  #stream-module.card #stream-inner .subText{ font-weight:normal;color:#aaaaaa;font-size:11px;padding:3px 4px; 5px 4px;}
  #stream-module.card #stream-inner li a:visited .title{ font-weight:normal; font-weight:100;color:#c7d7ef;}
  #stream-module.card #stream-inner li a:visited .subText{color:#aaaaaa;}
  #stream .labelBgimg:after{ margin-bottom:0;}
  #stream .noneArticle{ text-align:center; font-weight:bold; padding:15px 0; color:#7e7e7e;}

.buttonIconDtlFin{
  display: block;
  float: right;
  height: 27px;
  margin: 2px 0;
  padding: 0 6px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #f6f6f6;
  background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eaeaea));
  background: -moz-linear-gradient(top,#ffffff,#eaeaea);
  font-size: 12px;
  line-height: 27px;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0 0 2px #222222;
  -webkit-box-shadow: 0 0 3px #222222;
  -moz-box-shadow: 0 0 2px #222222;
}
.addToPortfolioRanking{ margin-right:55px;}
.listTextlinkRanking .image{ float:right; padding-top:10px;}

/* burstword */
#finNewsKeywordToggle01{margin: 10px 10px 15px 10px; }
  #finNewsKeywordToggle01 .expandTitle {
      margin-bottom: 0px;
      padding: 0px;
      background: #eeeeee;
      cursor: default;
      border: none;
  }
  #finNewsKeywordToggle01 .expandContent{border-top: 1px solid #ccc;}
  #finNewsKeywordToggle01 .incentiveTable th, td{border-top:none; border-left: none;padding: 5px; }
  #finNewsKeywordToggle01 dl{border: 1px solid #ccc;}
  #finNewsKeywordToggle01 #newskeyword ul{ width: auto; margin: 0 6px; overflow: hidden;}
  #finNewsKeywordToggle01 #newskeyword li{  display: inline-block; width: 49%; text-align: center; border-bottom: 1px solid #ECEAEA; font-size: 14px;}
  #finNewsKeywordToggle01 #newskeyword li:last-child,#finNewsKeywordToggle01 #newskeyword li:nth-last-of-type(2){border-bottom: none;}

  #finNewsKeywordToggle01 #newskeyword li a{ display: block; padding: 5px 0;}

.pfDelta{text-align:right;  font-size:12px; line-height:13px;}
.listRowlink.portfolioFin{margin-bottom:10px;}
.listRowlink.portfolioFin .title { line-height:27px;}
.bwLogin{margin:10px auto 15px;padding: 0 10px;text-align: center;}
.bwLoginAncher{
  width: 90%;
  font-size: 14px;
  font-weight:bold;
  display: inline-block;
  border: 1px solid #e2e2e2;
  background-color: #EEEEEE;
  padding: 0 10px;
  line-height:2.5;
}

section#prtfolio,section#market,section#kabuyoso,section#learn,section#stkhlder,section#recent,section#headline,section#up_rnk,section#down_rnk,section#deal_rnk,section#bbs_rnk,section#stream,nav#rnk_tab,footer #rpg,footer #dev,footer #sf{-webkit-tap-highlight-color:rgba(0,0,0,0);}

.iconDs:before {
  display: inline-block;
  width: 21px;
  height: 14px;
  margin-right: 3px;
  background: url(https://s.yimg.jp/yui/jp/icn/flg/cnt/ioc/usa42.gif) no-repeat;
  background-size: 21px 14px;
  vertical-align: baseline;
  content: '';
}

.spNewsArea {margin-bottom: 15px;padding: 0 10px 10px;}
  .spNewsArea .img {display:table-cell;vertical-align: middle;}
  .spNewsArea .img img {vertical-align: bottom;margin-right:10px;}
  .spNewsArea .text {display:table-cell;vertical-align: middle;font-weight: bold;}
  .spNewsArea .title {display: inline-block;}
  .spNewsArea .link {border-bottom: 1px solid #ccc;margin-bottom:10px;padding-bottom:10px;}
  .spNewsArea .text .cp {font-size: 12px;color: #555!important; display: inline-block;}


/* cabelo 上書き */
#mainTab #kabuyoso {
  margin-bottom: 0;
}
#mainTab #kabuyoso ul {
  margin: 0;
  padding: 10px 0;
}
#mainTab .listTextlink {
  margin: 0;
  border-top: none;
}
#mainTab .listTextlink li:last-child {
  border-bottom: none;
}
#mainTab .readMore a {
  margin-top: -4px;
}
#mainTab .listTextlinkRanking {
  border: none;
}
#mainTab .listTextlinkRanking li:last-child {
  border-bottom: none;
}
#mainTab .listTextlinkRankingHeader {
    margin: 10px 0 0;
}
.listTextlinkRanking {
  margin: 0;
}
#stream-module .naviPaging {
  background-color: #fff;
}

/* 画像サイズ */
.reborn1 .listTextlink .title {
  font-size: 15px;
  margin-left: 80px;
}
.reborn1 .listTextlink .subText {
  margin-left: 80px;
}
.reborn1 .yadStreamThumb > img {
  width: 70px;
  height: 70px;
}
.reborn1 .yadStreamThumb {
  width: 80px;
}
.reborn1 .listTextlink .by {
  position: absolute;
  color: #000;
  bottom: 8px;
  right: 0;
}
.reborn1 .yadStreamBy {
  right: 0;
}

/* 画像右側 */
.reborn2 .yadStreamContent {
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-direction: reverse;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
}
.reborn2 .listTextlink .title {
  font-size: 15px;
}
.reborn2 .yadStreamThumb > img {
  width: 70px;
  height: 70px;
}
.reborn2 .yadStreamThumb {
  width: 70px;
}
.reborn2 .listTextlink_img {
  float: right;
  margin-left: 10px;
}
.reborn2 .listTextlink .by {
  right: 78px;
  position: absolute;
  color: #000;
  bottom: 8px;
}
.reborn2 .yadStreamText {
  margin-right: 10px;
}
.reborn2 .yadStreamBy {
  right: 80px;
}
.reborn2 .listTextlink_mark {
  float: right;
  margin-right: 10px;
}

/* インタースティシャル広告 */
.iSBnr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  display: none;
}
  .iSBnr_ol {
  　width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
  }
  .iSBnr_wrap {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 400px;
  }
    .iSBnr_bnr {
      background: url("https://s.yimg.jp/images/finance/smp/fx/img/interstitial_android.png") no-repeat;
      background-size: 300px 400px;
      -webkit-background-size: 300px 400px;
      width: 300px;
      height: 400px;
    }
    .iSBnr_close {
      background: url("https://s.yimg.jp/images/finance/smp/fx/img/interstitial_close.png") no-repeat;
      background-size: 44px 44px;
      -webkit-background-size: 44px 44px;
      width: 44px;
      height: 44px;
      position: absolute;
      top: -22px;

      right: 0px;
    }
    @media only screen and (min-width: 350px) {
      .iSBnr_close {
        right: -22px;
      }
    }
    @media screen and (orientation: landscape) {
      .iSBnr_wrap {
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 225px;
        height: 300px;
      }
      .iSBnr_bnr {
        background-size: 225px 300px;
        -webkit-background-size: 225px 300px;
        width: 225px;
        height: 300px;
      }
      .iSBnr_close {
        top: -10px;
      }
    }

/* Overlay Ad */
    #overlayAd {
        position: fixed;
        bottom: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        z-index: 1000;
    }
/* footerInner overlay
.footerDefault .overlayAd {
        padding-bottom: 85px;
    }
*/
    .footerDefault.overlayAd {
        padding-bottom: 70px;
    }
    .footerDefault.overlayAd .footerInner {
        padding-bottom: 35px;
    }

/* デカStream対応20161221追加 */
li.streamLarge a dl dd.listTextlink_img{
  float: none;
  text-align: center;
  margin-bottom: 5px;
}

li.streamLarge a dl dd.listTextlink_img img{
  width: 100%;
  height: auto;
  max-width: 414px;
}

li.streamLarge a dl dt.title{
  margin-left: 0;
  display: none;
}

li.streamLarge a dl dd.by{
  position: static;
}

li.streamLarge a dl dd.subText{
  margin-left: 0;
  display: none;
}

li.streamLargeTitle a dl dd.listTextlink_img{
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

li.streamLargeTitle a dl dd.listTextlink_img img{
  width: 100%;
  height: auto;
  max-width: 414px;
}

li.streamLargeTitle a dl dt.title{
  margin-left: 0;
}

li.streamLargeTitle a dl dd.by{
  position: static;
}

li.streamLargeTitle a dl dd.subText{
  margin-left: 0;
  text-align: right;
}

li.streamMedium a img{
  width: 96px;
  height: 96px;
}
/*--top Bnrlink--*/
.topBnr a {
display: block;
text-align: center;
margin: 5px 5px 0 5px;
}
.topBnr a img{
width:100%;
max-width:414px;
}

/* searchBottom */
.searchBottom {
 margin-bottom: 20px;

}

/* appBtn2 */
.appBtn2 {
    margin: 0 10px 13px
}

.appBtn2 a {
    display: block;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    height: 22px;
    padding: 15px 0;
    border: 1px solid #2476c0;
    border-radius: 4px;
    background-color: #3389d6;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    text-align: center
}

.appBtn2 a:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 2px;
    background: url(https://s.yimg.jp/images/finance/smp/stock/img/appBtnIcon2.png) no-repeat;
    background-size: 22px 22px;
    vertical-align: -4px;
    content: ''
}

.appBtn2.bbsIcon {
    margin-bottom: 4px;
}

.appBtn2.bbsIcon a:before {
    margin-right: 4px;
    background: url(https://s.yimg.jp/images/finance/smp/stock/img/appBtnIcon3.png) no-repeat;
    background-size: 22px 22px;
}

/* appBtn3 */
.appBtn3 {
    margin: 12px 10px;
}

.appBtn3 .b {
    display: block;
    padding: 4px 0;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background-color: #f6f6f6;
    font-weight: bold;
    font-size: 14px;
    text-align: center
}

.appBtn3 .b:before {
    display: inline-block;
    width: 22px;
    margin-right: 2px;
    height: 18px;
    background: url(https://s.yimg.jp/images/finance/smp/stock/img/icAppLlink2.png) no-repeat;
    background-size: 18px;
    vertical-align: -4px;
    content: ''
}

/* web2appForm */

.web2appForm {
    text-align: center;
    font-size: 12px;
    margin: 10px 0;
}

.web2appForm .link {
    color: #888;
    text-decoration: underline;
    display: inline-block;
    line-height: 30px;
}

.web2appForm .linkList .li {
    display: inline-block;
}

.web2appForm .linkList .li:first-child:after {
    content: "??";
    color: #ccc;
    padding-left: 4px;
}


/* feelGraph */

.feelGraph .labelSmallFin {
    margin-bottom: 0;
}

.feelGraph .feelGraphBtn {
    text-align: center;
    margin-bottom: 12px;
    background: url(https://s.yimg.jp/images/finance/smp/stock/img/bgFeelGraph.jpg) no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    padding: 12px 0 20px;
}

.feelGraph .feelGraphBtn a {
    display: block;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    padding: 4px 12px;
    border: 1px solid #2476c0;
    border-radius: 4px;
    background-color: #3389d6;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
}

.feelGraph .feelGraphBtn a span:after {
    background: url(https://s.yimg.jp/images/finance/smp/stock/img/icAppLlink.png) no-repeat center;
    content: "";
    width: 20px;
    height: 20px;
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    display: inline-block;
    margin: 0 12px 0 4px;
    vertical-align: middle;
}


/* noticeBox */

.noticeBox {
    margin: 0 10px 10px;
    background: #d8edff;
    padding: 8px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.noticeBox .ttl {
    font-weight: bold;
}

.noticeBox .txt {
    font-size: 12px;
}

/* vip Entry */
.vipEntry{
  margin :10px 10px;
}
.vipEntryBtn{
  border:solid 2px #2D87D9;
  color: #2D87D9;
  display: block;
  text-align: center;
  padding:10px 0;
  border-radius: 4px;
  font-weight: 800;
  font-size: 15px;
  background: url(https://s.yimg.jp/images/finance/smp/img/arrow_blue_next_l.png) no-repeat 98% center;
}
/* Infeed Style */

.yads_ad_responsive_small {
    position: relative;
    width: 100%;
    min-height: 96px;
}

.yads_ad_responsive_small a {
    text-decoration: none;
}

.yads_ad_item_res_s  {
    display: block;
    min-height: 96px;
}

.yads_ad_img {
    position: absolute;
}

.yads_ad_img img {
    width: 96px;
    height: 96px;
}

.yads_ad_responsive_small .yads_ad_title {
    margin: 0px 0px 2px 0px;
    color: #006ccc;
    font-weight: bold;
    line-height: 1.25;
    margin-left: 106px;
    font-size: 16px;
}

.yads_ad_responsive_small .yads_ad_adv {
    position: relative;
    width: auto;
    height: auto;
    font-size: 11px;
    color: #333;
    font-weight: bold;
    margin-left: 106px;
}

.yads_ad_responsive_small .yads_ad_info {
    font-size: 11px;
    right: 0;
    position: absolute;
    bottom: -2px;
}

.yads_ad_info a {
    color: #333;
    display: flex;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    line-height: 13px;
}

.yads_ad_info img {
    margin-left: 4px;
}

/* Dynamic Style */

.yads_ad_dynamic_small {
  position: relative;
  padding: 0;
}
.yads_ad_dynamic_small .yads_ad_dy_s_item {
  display: table;
  position: relative;
  text-decoration: none;
  padding: 0;
}
.yads_ad_dynamic_small .yads_ad_dy_s_img {
  position: relative;
  top: 0;
  width: 96px;
  height: 96px;
  margin: 0 10px 0 0;
}
.yads_ad_dynamic_small .yads_ad_dy_s_img-border::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  content: '';
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.yads_ad_dynamic_small .yads_ad_dy_s_img img {
  max-width: 96px;
  max-height: 96px;
}
.yads_ad_dynamic_small .yads_ad_dy_s_img .yads_ad_dy_s_img_badge {
  background: #0f9342;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  margin: 0;
  padding: 3px 2px;
  position: absolute;
  right: 0;
}
.yads_ad_dynamic_small .yads_ad_dy_s_img .yads_ad_dy_s_img_badge-discount {
  background: #ee1144;
}

.yads_ad_dynamic_small .yads_ad_dy_s_img .yads_ad_dy_s_rate {
  background-color: #fff;
  border: solid 1px #eee;
  bottom: 0;
  box-sizing: border-box;
  height: 20px;
  padding: 2px 1px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.yads_ad_dynamic_small .yads_ad_dy_s_rate .yads_ad_dy_s_rate_img,
.yads_ad_dynamic_small .yads_ad_dy_s_rate .yads_ad_dy_s_rate_svg {
  display: inline-block;
  width: 70px;
  height: 15px;
  background-repeat: no-repeat;
  vertical-align: top;
}
.yads_ad_dynamic_small .yads_ad_dy_s_rate .yads_ad_dy_s_rate_img {
  background-image:url('//s.yimg.jp/images/listing/tool/yads/ydn/creative/dynamic/images/all_single_timeline_free_free_rate_star_14.png');
}
.yads_ad_dynamic_small .yads_ad_dy_s_rate .yads_ad_dy_s_rate_svg {
  background-image:url('//s.yimg.jp/images/listing/tool/yads/ydn/creative/dynamic/images/all_single_timeline_free_free_rate_star_14.svg');
}
.yads_ad_dynamic_small .yads_ad_dy_s_img .yads_ad_dy_s_rate .yads_ad_dy_s_rate_num {
  color: #555;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  vertical-align: top;
}
.yads_ad_dynamic_small .yads_ad_dy_s_box {
  display: table-cell;
  max-width: 1px;
  vertical-align: top;
  width: 100%;
  padding: 0 0 18px;
  line-height: 1.2;
}
.yads_ad_dynamic_small .yads_ad_dy_s_box .yads_ad_dy_s_title,
.yads_ad_dynamic_small .yads_ad_dy_s_box .yads_ad_dy_s_price {
  font-weight: bold;
  word-break: break-all;
}
.yads_ad_dynamic_small .yads_ad_dy_s_box .yads_ad_dy_s_title {
  font-size: 16px;
  color: #006ccc;
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yads_ad_dynamic_small .yads_ad_dy_s_box .yads_ad_dy_s_title-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: inherit;
}
.yads_ad_dynamic_small .yads_ad_dy_s_box .yads_ad_dy_s_price {
  margin: 0 0 5px;
  font-size: 14px;
  color: #006ccc;
}
.yads_ad_dynamic_small .yads_ad_dy_s_box .yads_ad_dy_s_rate {
  margin: 0 0 5px;
  height: 15px;
  line-height: 15px;
}
.yads_ad_dynamic_small .yads_ad_dy_s_box .yads_ad_dy_s_rate .yads_ad_dy_s_rate_num {
  color: #555;
  font-size: 13px;
}
.yads_ad_dynamic_small .yads_ad_dy_s_box .yads_ad_dy_s_desc {
  margin: 0 0 5px;
  color: #444444;
  font-weight: normal;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.yads_ad_dynamic_small .yads_ad_dy_s_box .yads_ad_dy_s_adv {
  font-size: 11px;
  color: #333;
  font-weight: bold;
  word-break: break-all;
}
.yads_ad_dynamic_small .yads_ad_dy_s_info {
  position: absolute;
  right: 0;
  bottom: -2px;
}
.yads_ad_dynamic_small .yads_ad_dy_s_info a {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  color: #333;
  padding: 0;
  height: 13px;
  vertical-align: middle;
}
.yads_ad_dynamic_small .yads_ad_dy_s_info span {
  white-space: nowrap;
  vertical-align: middle;
  font-size: 11px;
  line-height: 13px;
  display: inline-block;
}
.yads_ad_dynamic_small .yads_ad_dy_s_info img {
  vertical-align: middle;
  line-height: 13px;
  display: inline-block;
}

/* Minkabu Fee Afiliate */

.finBtnMin {
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

.finBtnMin.feeBtn {
    margin: 15px 10px 15px 10px;
    color: #006ccc;
    background: #eff7ff;
    border: 1px solid #2D87D9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.finBtnMin a {
    display: block;
}

.finBtnMin .crownIco {
    background-image: url(https://s.yimg.jp/images/finance/smp/img/ico_crown_y.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    background-position: 2px -1px;
    background-size: 15px 15px;
}

.finBtnMin.vipBtn2 {
    width: 120px;
    background: #f6f6f6;
    border: 1px solid #c9c9c9;
    float: right;
    margin: 5px 10px 0px 10px;
}


.finBtnMin .icoBoard {
    background: url(https://s.yimg.jp/images/finance/smp/stock/img/icoBoard.png) 0 0 no-repeat;
    background-size: 16px 12px;
    padding-left: 20px;
}

/*--from financs.css--*/
/*--------------------------------------------------------
TOP store　BTM
--------------------------------------------------------*/
#storeBtn {
	display: block;
	margin: 8px 12px 10px;
	padding: 0 10px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fdf1d0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdf1d0));
	background: -moz-linear-gradient(top, #ffffff, #fdf1d0);
	line-height: 27px;
	font-weight: bold;
	overflow: hidden;
	box-shadow: 0 0 2px #846433;
	-webkit-box-shadow: 0 0 3px #846433;
	-moz-box-shadow: 0 0 2px #846433;
}
#storeBtn .unread{float:right;}
#storeBtn .ttl{float:left;color:#5b2e02;font-size:14px;}
#storeBtn .unreadNew{color:#78400b;font-size:12px;}
#storeBtn .numberCount{ color:#ff5a00;font-size:14px;}
#storeBtn .number{color:#333333;font-size:12px;}
#storeBtn .icounread{float:left;width:20px;height:24px;padding-right:5px;background:url(../img/icounread.png) no-repeat 50% 5px;background-size:16px 18px;}

/*-- searchHeader 1.0.0 --*/
/*--from financs.css--*/
.labelBgimg + .searchHeader{margin:0 0 10px 0;}
.labelSmallFin + .searchHeader{margin:0 0 10px 0;}
.searchHeader{position:relative;padding:3px 72px 8px 10px;background:#ffffff;-webkit-user-select:none;}
.searchHeader .frame{position:relative;padding:0 30px 0 50px;border:1px solid #aab0b6;/*border-radius:14px;-webkit-border-radius:14px;-moz-border-radius:14px;*/background:#ffffff;box-shadow:inset 0 1px 2px rgba(0,0,0,0.2) ;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.2) ;-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.2) ;-webkit-user-select:none;}
.searchHeader.simple .frame{padding-left:30px;}
.searchHeader .search{-webkit-appearance:none;position:relative;width:100%;height:32px;background:transparent;border:0;color:#333333;font-size:14px;;z-index:2;}
.searchHeader .clear{display:none;position:absolute;width:22px;height:22px;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;background:#bbb url(https://s.yimg.jp/images/finance/smp/img/ico_cross.png) 50% 50% no-repeat;top:3px;right:3px;-webkit-user-select:none;}
.searchHeader .placeHolder{display:none;position:absolute;top:0;left:50px;color:#617589;font-size:14px;line-height:34px;z-index:0;}
.searchHeader.simple .placeHolder{left:30px;}
.searchHeader .clear.show{display:block;}
.searchHeader .select{display:block;position:absolute;width:39px;height:22px;border:1px solid #a1adb6;border-radius:11px;-webkit-border-radius:11px;-moz-border-radius:11px;background:#edf7fe;background:url(https://s.yimg.jp/images/finance/smp/img/ico_search_category.png) 50% 50% no-repeat;background:url(https://s.yimg.jp/images/finance/smp/img/ico_search_category.png) 50% 50% no-repeat,-webkit-gradient(linear,left top,left bottom,from(#edf7fe),to(#d8e0e6));background:url(https://s.yimg.jp/images/finance/smp/img/ico_search_category.png) 50% 50% no-repeat,-moz-linear-gradient(top,#edf7fe,#d8e0e6);top:2px;left:2px;-webkit-user-select:none;}
.searchHeader .label{display:none;position:absolute;padding:1px;border:1px solid #afbcc6;background:#ffffff;top:3px;left:47px;}
.searchHeader .label .inner{padding:0 2px;background:#e7edf1;color:#384955;font-size:12px;line-height:18px;}
.searchHeader .label.show{display:block;}
.searchHeader .mark{position:absolute;width:39px;height:22px;background:url(https://s.yimg.jp/images/search/slink/1/img/icon_2x.png) 50% 50% no-repeat;top:5px;left:-2px;-webkit-user-select:none;background-size: 15px 15px;}
.searchHeader .submit {
	position: absolute;
	width: 57px;
	height: 32px;
	border: 1px solid #345073;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #214a75;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	top: 3px;
	right: 10px;
}
.searchHeader .submit input {
	-webkit-appearance: none;
	position: absolute;
	border: 0;
	background: transparent;
	text-indent: -9999px;
	overflow: hidden;
}
.searchHeader ul{display:none;position:absolute;border:3px solid rgba(216,224,230,0.5);border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;top:3px;left:10px;z-index:3;}
.searchHeader ul.show{display:block;}
.searchHeader ul li{border:1px solid #afbcc6;border-bottom:0;background:#ffffff;}
.searchHeader ul li a{display:block;padding:7px 12px 7px 30px;color:#384955;font-size:14px;}
.searchHeader ul li:first-child{border-radius:10px 10px 0 0;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius:10px 10px 0 0;}
.searchHeader ul li:last-child{border-bottom:1px solid #afbcc6;border-radius:0 0 10px 10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius:0 0 10px 10px;}
.searchHeader ul li.selected{background-image:url(https://s.yimg.jp/images/finance/smp/img/ico_search.png);background-repeat:no-repeat;background-position:7px 50% ;}
.searchHeader ul li.cancel{background:#f3f3f3;}
.searchHeader.portfolioName{padding:0;background:transparent;}
.searchHeader.portfolioName .frame{padding-left:10px;}
.searchHeader.portfolioName .placeHolder{left:10px;}
.searchHeader.addStock{padding:4px 10px;background:transparent;}
.searchHeader.addStock .frame{padding-left:30px;}
.searchHeader.addStock .placeHolder{left:30px;}
.searchHeader.addStock .mark{position:absolute;width:39px;height:22px;background:url(https://s.yimg.jp/images/finance/smp/img/ico_search_fin.png) 50% 50% no-repeat;top:3px;left:-2px;-webkit-user-select:none;}
.searchHeader .frame.alert{background:#f7d5d5;}
.searchHeader.addNews + .columnSmall{padding:0 10px 8px 10px;}
.searchHeader.addNews .frame{margin-right:55px;}
.searchHeader.addNews label{width:110px;}
.searchHeader.addNews .submit input{width:110px;}

@media screen and (max-width: 340px){
	.searchHeader .placeHolder { font-size : 12px;}
}

noscript + #search {
	margin : 5px 0 3px;
}

/*--posNM--*/
#posNm {
	margin : 4px auto 4px;
	text-align: center;
}

/*--noticeArea--*/
#noticeArea {
	font-weight: bold;
	border-top: solid 1px #e5e5e5;
	margin-top: 4px;
}
#noticeArea dl {
	margin : 2px 10px 5px;
}
#noticeArea dt {
	display: inline;
	font-size: 11px;
	color: #ffffff;
	background: #276ecd;
	padding: 3px 12px;
	border-radius: 2px;
	border-radius: 2px;
}
#noticeArea dd {
	font-size: 13px;
	color: #006ccc;
	line-height: 1.4;
	margin-top: 3px;
}

/* bnrMmon */
.bnrMmon{
	margin-bottom: 10px;
}

/* newsBoxImageBanner */
.BoxImageBanner {
    text-align: center;
    padding: 10px 10px 3px 10px;
}

.BoxImageBanner img{
   width: 100%;
   max-width: 414px;
}

/* Exchange calculation result page */
.fxBnrArea{
  margin: 0 10px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.fxBnrArea ul{
  width: 300px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.fxBnrArea ul li{
  width: 300px;
  height: 60px;
  margin-bottom: 5px;
}
.fxBnrArea img{
  max-width: 100%;
}

/*-- BBS ReadMore Stockdetail,PortfolioDetail --*/
.stockDetailBbs .listBoardFin {
    margin: 0 0 4px;
}
.stockDetailBbs .listBoardFin li:last-child > a {
    border-bottom: none;
}
.stockDetailBbs .boardHead .yid {
    padding: 7px 10px 7px 10px;
    color: #586a7b;
}
.stockDetailBbs .btnList{
  overflow: hidden;
  padding: 8px;
  box-sizing: border-box;
}
#portfolioDetail .btnList{
  overflow: hidden;
  padding: 8px 0 0 0;
  box-sizing: border-box;
}
#portfolioDetail .btnList .btn, .stockDetailBbs .listBoardFin .btnList .btn{
  float: left;
  display: block;
  width: 50%;
  clear: none;
  border-bottom: none;
}
#portfolioDetail .btnList .btn a, .stockDetailBbs .listBoardFin .btnList .btn a{
  color: #006ccc;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #bbbbbb;
  text-align: center;
  display: block;
  border-radius: 4px;
  margin: 0 4px;
}

/*BBS 投稿ボタン・返信ボタン*/
.postBtnArea{
	width: 100%;
	position: fixed;
	bottom: 10px;
	z-index: 10;
}
.postBtn{
	display: block;
	width: 74px;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 37px;
	background-color: #3389d6;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.replyArea{
	background-color: #eee;
}
.replyArea .back{
	position: initial !important;
	height: auto !important;
}
.replyArea .back span{
	width: 56% !important;
	right: 10px;
	padding: 5px 0 5px 15px;
	border: 1px #fff solid;
	border-radius: 3px;
	box-shadow: 0 0 2px #222222;
	-webkit-box-shadow: 0 0 3px #222222;
	-moz-box-shadow: 0 0 2px #222222;
	background: linear-gradient(to left, #ffffff 0%,#eaeaea 100%) !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eaeaea)) !important;
	background: -moz-linear-gradient(top,#ffffff,#eaeaea) !important;
	font-size: 14px !important;
	color: #355982 !important;
	margin-top: -12px !important;
}
.replyArea .back span:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 4px;
	width: 12px;
	height: 14px;
	background: url("https://s.yimg.jp/images/finance/smp/img/arrow_reply.png") no-repeat;
	background-size: 12px 14px;
}
.overlayBtn{
	padding: 5px 0 70px;
}

/*-- BBS add--*/
#boardDetail div[id*="ad"] {
	margin: 10px;
}