/* article reset */
.articles .section .list-narrow {
    margin-bottom: .5em;
}
.articles .section .list-narrow li,
.articles .section .list-narrow dl {
    margin-bottom: 0;
}

.articles .section-nogrid p,
.articles .section-nogrid li,
.articles .section-nogrid dl {
    margin-left: 0;
}

/* article-common */
/* 変更禁止。追記で対応すること */
.articles h1,
.articles h2,
.articles h3,
.articles h4,
.articles h5,
.articles h6 {
    margin: 0 0 .3em 0;
    padding: 0;
}
.articles * {
    font-size: 14px;
    line-height: 1.5;
}
.articles .article-title{
    font-size: 28px;
    padding-left: 10px;
}
.articles small,
.articles small > * {
    font-size: 11px;
}
#sub .articles .nav-main .nav>li>a.active:hover,
#sub .articles .nav-main .nav>li>a.active:focus{
    text-decoration: none;
}
.articles .img-bordered {
    border: 1px solid #ccc;
}
.articles a {
    word-break:break-all;
}
[lang="en"] .articles a,
[lang="en-us"] .articles a,
[lang="en-eu"] .articles a {
    word-break: initial;
}
.articles p,
.articles ul,
.articles ol {
    margin-bottom: .5em;
}
.articles sup {
    font-size: 50%;
}
.articles ruby rt {
    font-size: .5em !important;
}
.articles .fs-normal {
    font-size: 14px;
}
.articles .list-container {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
}
    .articles .list-container ul,
    .articles .list-container ol {
        margin: 0;
        padding: 5px 0 0 2.5em;    
    }
.articles .list-dotted {
    list-style-position: inside;
    list-style-type: disc;
}
.articles ul.list-attach2left {
    padding-left: 1.5em;
}
.articles ol.list-attach2left {
    padding-left: 0;
}
.articles .dt-colon:after {
    content: ":";
}
.articles .dl-inline {
    margin: 0 0 8px .5em;
}

.articles .dl-inline dt,
.articles .dl-inline dd {
    display: inline;
}
.articles .dl-inline dt {
    padding-right: .5em;
}
.articles .dl-weight-normal > dt,
.articles .dl-inline.dl-weight-normal > * {
    font-weight: normal;
}
.articles .dl-codelist dt, .articles .dl-codelist dd {
    line-height: 1.5;
    margin-bottom: .5em;
}
.articles .dl-codelist dt:nth-of-type(2n),
.articles .dl-codelist dd:nth-of-type(2n) {
    background-color: #efefef;
}
    .articles .dl-codelist dt {
        text-align: center;
    }
.articles .colon:after {
    content: ": ";
}
.articles .articles-breadcrumb * {
    vertical-align: middle;
}
.articles .articles-breadcrumb .glyphicons {
    padding-left: 1.4em;
}
.articles .articles-breadcrumb .glyphicons:before {
    line-height: 1.25;
}
.articles .article-main header .title {
    font-size: 21px;
}
.articles .kome:before {
    content: "※ ";
}

.articles .btn-e-mail {
    width: 200px;
    background: #e1262d;
}
.articles .account-create-btc-buy {
    border: 5px solid #ddd;
    border-radius: 5px;
    margin-top: 60px;
    margin-bottom: 15px;
    padding: 15px 0;
}
.articles .account-create-btc-buy p {
    color: #575655;
    font-size: 22px;
    font-weight: bold;
    font-feature-settings:"palt";
}
.articles .account-create-btc-buy .btn {
    width: 250px;
    font-size: 16px;
    font-weight: bold;
}
html[lang="fr"] .articles h2 {
    font-size: 28px;
}
.outerCam {
    font-size: 0;
    margin: 0 -15px;
}
.innerCam {
    display: inline-block;
    font-size: 1em;
    font-size: 1rem;
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
    vertical-align: top;
    width: 50%;
}
@media screen and (max-width: 737px) {
    .innerCam {
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .articles .articles-breadcrumb .glyphicons:before {
        top:4px;
    }
    .articles .innerCam {margin-bottom: 40px;}
    .articles .innerCam:last-child {margin-bottom: 0;}
}

.articles .icon-flow-large {
    height: 75px;
}
.articles .icon-flow-large .glyphicons:before {
    font-size: 42px;
}
    .articles .glyphicons:before {
        color: #999;
    }
.articles img.pull-left,
.articles figure.pull-left{
    margin: 10px 10px 10px 0;
}
.articles img.pull-right,
.articles figure.pull-right {
    margin: 10px 0 10px 10px;
}
.articles .header-section-child {
    font-size: 24px;
}

.articles .nav-main .nav > li > a.active {
    font-weight:bold;   
}
    .articles .nav-large-section > li > a * {
        font-size: 16px;
    }
    .articles .nav-large-section > li > a .glyphicons {
        padding-left: 1.5em;
    }
.articles .nav__sub-nav {
    list-style:disc outside;
    color: #999;
}
.articles .nav__sub-nav > li {
    margin-bottom: .5em;
}
.articles .nav-middle-section,
.articles .nav-small-section {
    margin-left: 1em;
}
.articles .nav-middle-section > li > a {
    padding: .5em 0;
}
.articles .nav-middle-section .btn-collapse {
    display: inline-block;
    width: 15px;
    height:15px;
    position: relative;
    top: 1px;
    background: url(/Images/ico_triangle.svg) no-repeat left center/contain;
}
.articles .nav-middle-section .btn-collapse.open {
    -webkit-transform: rotateZ(90deg);
}
.articles .nav-middle-section a {
    font-size: 14px;
}
.articles .nav-small-section {
    margin-left: 1em;
}
.articles .nav-small-section > li > a {
    font-size: 13px;
    padding-top: .5em;
    padding-bottom: .5em;
}

.articles .socialBtnsContainer {
    margin-bottom: 15px;
}
.articles .lead {
    margin-bottom: 30px;
}

.articles .main-lead {
    margin-top: 30px;
}
.articles .main-lead p,
.articles .main-lead a {
    font-size: 17px;
}

.articles .title-section {
}
.articles .section-large {
    padding: 10px 0;
}
    .main .section-large .title-section {
        font-size: 30px;
    }
.articles .section-middle {
    padding: 15px 0 15px 10px;
}
    .main .section-middle .title-section {
        font-size: 22px;
    }
.articles .section-small {
    padding: 10px 0 10px 10px;
}
    .main .section-small .title-section,
    .main .section-small .title-section * {
        font-size: 18px;
    }
    .main .section-small p,
    .main .section-small ul,
    .main .section-small ol {
        padding-left: .5em;
    }
    .articles .numbering-large {
        
    }
        .articles .numbering-large-reset {
            counter-reset: largeNum;
        }
        .articles .numbering-large:before {
            content: counter(largeNum, decimal)". ";
            counter-increment: largeNum;
        }

    .articles .numbering-middle {
        text-indent: -.5em;
    }
        .articles .numbering-middle-reset {
            counter-reset: middleNum;
        }
        .articles .numbering-middle:before {
            content: "（"counter(middleNum, decimal)"）";
            counter-increment: middleNum;
            
        }
        [lang="en"] .articles .numbering-middle:before {
            content: "("counter(middleNum, decimal)") ";            
        }
  
    .articles .numbering-small {
        
    }
        .articles .numbering-small-reset {
            counter-reset: smallNum;
        }
        .articles .numbering-small:before {
            display:inline-block;
            width: 1.38em;
            height: 1.38em;
            position: relative;
            left: -.26em;
            top: -1px;
            border: 1px solid #575655;
            border-radius: 1em;
            box-sizing:border-box;
            counter-increment: smallNum;
            content: counter(smallNum);
            font-size: .74em;
            font-weight: bold;
            line-height: 1.2;
            text-align: center;
            vertical-align: middle;
        }
.articles .numbering-process {

}
.articles .numbering-process-reset {
    counter-reset: processNum;
}
.articles .numbering-process:before {
    content: counter(processNum, decimal)"）";
    counter-increment: processNum;
}
[lang="en"] .articles .numbering-process:before {
    content: counter(processNum, decimal)") ";
}
.articles .list-as-section {
    margin-left: .5em;
}
.articles .list-as-section > li {
    color: #575655;
}
    .articles .list-as-section header {
        font-size: 16px;
        font-weight: bold;
    }
.articles .list-as-section .title-list-as-section {
    font-size: 18px;
}
.articles .list-as-section .text-container {
    padding-bottom: 10px;
}
.articles figure {
    margin-top: 10px;
}
.articles figure img {
    width: 100%;
}
.articles figcaption {
    margin: .5em;
}

.articles .header-main .aside-header-main * {
    color: #666;
    font-size: 14px;
}
.articles .aside-howto,
.articles .aside-example {
    border: 1px solid #999;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
    .articles .aside-howto ul,
    .articles .aside-example ul {
        list-style-position: inside;
        padding: 0;
        margin: 0;
    }
.articles .aside-howto li,
.articles .aside-example li {
    padding: 0;
    margin: 0;
}
/*faq*/
.articles .faq {
    
}
.faq dl {
    margin: 0;
}
.articles .title-faq,
.articles .title-company,
.articles .title-aboutus {
    font-size: 24px;
}
.articles .faq-lead {
    font-size: 24px;
    font-weight: bold;
}
.articles .faq-nav {
    margin-top: 20px;
}
.articles .title-faq-nav,
.articles .title-faq-nav * {
    font-size: 18px;
}

.articles .qa_list .glyphicons,
.articles .faq_list .glyphicons {
    line-height: 28px;
    padding: 0 0 0 35px;
}

/*Discussion*/
.articles .well-question {
    padding: 1.5em 1.5em 1.2em 1.5em;
}
.discussion.articles .well-question p {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .3em;
}
.articles .question p {
    font-weight: bold;
}
.articles .section .question li {
    margin-bottom: .5em;
}
.articles .article-main .section .answer-header {
    text-align: center;   
    padding: 10px;
}
.articles .article-main .section .answer-header:before {
    content:"";
    display: block;
    position: relative;
    top: 1.5em;
    border-bottom: 1px solid #575655;
}
.articles .article-main .section .answer-header .title {
    display: inline-block;
    position:relative;
    z-index: 1000;
    background-color:#fff;
    color: #575655;
    font-size: 21px;
    padding: 5px 15px;
}
.articles .speaker {
    padding-right: 1em;
}
.discussion.articles .article-main .section {
    padding-top: 0;
}
.discussion.articles .article-main *,
.discussion.articles .article-main .section * {
    font-size: 17px;
    line-height: 1.75;
}
    .discussion.articles .article-main .section .small {
        font-size: 14px;
    }
.discussion.articles .section .main-lead {
    margin-top: 0;
}
.discussion.articles .section .main-lead * {
    font-size: 19px;
    margin-left: 0;
}
    .discussion.articles .section .main-lead .socialButtons > * {
        margin-right: 10px;
    }
    .discussion.articles .section .main-lead .socialButtons > *:last-child {
        margin-right: 0;
    }

.discussion .question {
    margin-bottom: 1.5em;
}
.discussion.articles .question p {
    font-size: 1.2em;
}
.discussion-article {
    margin-bottom: 2.5em;
}

.discussion .article-profiles {
    text-align: left;
}
.discussion .section .article-profiles * {
    font-size: 15px;
}
.discussion .section .article-profiles figcaption {
    margin: initial;
}
.discussion .section .article-profiles .caption {
    width: 100%;
    border-bottom: 2px solid #ccc;
    color: #575655;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;

}
.discussion .section .article-profiles .header {
    padding: 0;
}
.discussion .section .article-profiles .header * {
    font-size: 17px;
}
.discussion .section .article-profiles p {
    margin-left: 0;
    padding: 0;
}
.discussion .sidebar {
    padding: 0;
}
.articles .bitflyer-banners {
    padding-bottom: 10px;
}
.articles .bitflyer-banners li {
    margin-bottom: 10px;
}
.articles .backnumbers {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.articles .backnumbers .title {
    display: block;
    width: 100%;
    background: #eee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
    text-align:left;
}
body#sub .articles .backnumbers a,
body#sub .articles .backnumbers a:link,
body#sub .articles .backnumbers a:hover,
body#sub .articles .backnumbers a:active {
    display: block;
    color: #333;
    padding: 0 10px;
}
.articles .backnumbers li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.articles .backnumbers li:last-of-type {
    border-bottom: none;
}
.articles .backnumbers dl {
    margin-top:0;
    margin-bottom: 0;
}
.articles .backnumbers dt {
    font-size: 16px;
    margin-bottom: .3em;
}
body#sub .articles .backnumbers a:hover {
    text-decoration: none;
    opacity: .8;
}
.articles .backnumbers dd {
    font-size: 13px;
}
.articles .backnumbers .thumbnail {
    width: 70px;
    background:none;
    border:none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding:0;
}
.articles .footer-nav-pagination .pagination > li > * {
    line-height: 1.5;
}
.discussion-article .portraits img {
    display:block;
    max-width:250px;
    margin:auto;
}
.discussion-article .portraits {
    margin: 10px 0;
}
.discussion-article .group_photo {
    max-width: 600px;
    margin: auto;
    margin-top: 15px;
}
.discussion.articles .article-main .portraits figcaption,
.discussion.articles .article-main .group_photo figcaption {
    text-align:center;
    font-size: .9em;
}
@media screen and (max-width: 992px) {
    .discussion.articles.row {
        margin: 0;
    }

    .faq.articles .faq-container.row {
        margin-left: 0;
        margin-right: 0;
    }

    body#sub .faq.articles .faq-container.row .section-main {
        margin-top: 15px;
    }
    body#sub .faq.articles .faq-container.row .section-main,
    body#sub .faq.articles .faq-container.row .section-sidebar {
        padding-left: 0;
        padding-right: 0;
    }
    .faq.articles.faq-search-results .faq-body {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .faq.articles.faq-search-results .faq-body {
        padding: 0 15px;
    }
}

/*faq*/
.search-label {
    display: block;
    height: 50px; 
    position: relative;
    margin: 15px 0 30px 0;
}
.articles .section-sidebar .search-label {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.articles .search-label:before {
    padding: 12px 0 0 15px
}
.articles .search-label .search-form {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: textfield;
    background: none;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    font-size: 18px;
    font-weight: normal;
    outline: none;
    padding: .45em 0 .5em 3em;
}
    .search-label .search-form:focus {
        border: 2px solid #ccc;
        box-shadow:none;
    }
    .search-label .search-form::-ms-clear {
        visibility:hidden;
    }

.search-label .search-reset {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}
body#sub .search-label .search-reset:hover,
body#sub .search-label .search-reset:active {
    text-decoration: none;
}
.search-keyword-list {
    display: none;
    width: 100%;
    position:absolute;
    left: 0;
    top: 51px;
    z-index:2;
    background:#fff;
    margin: 0;
}
.search-keyword-list > li {
    /*width: 99%;
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px);*/
    border-width: 1px;
    border-style: solid solid none solid;
    border-color: #ccc;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    margin: auto;
}
    .search-keyword-list > li:last-of-type {
        border-bottom-style: solid;
    }
    body#sub .search-keyword-list > li > a.active {
        background: #eee;
    }
    body#sub .search-keyword-list > li > a,
    body#sub .search-keyword-list > li > a:link {
        display:block;
        color: #666;
        padding:5px 10px;
        text-decoration: none;
    }
    body#sub .search-keyword-list > li > a:hover,
    body#sub .search-keyword-list > li > a:active{
        background-color: #eee;
    }
    body#sub .search-keyword-list .qanda a,
    body#sub .search-keyword-list .qanda a:link {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    body#sub .search-keyword-list .qanda a.glyphicons {
        padding-left: 2.35em;
    }
    body#sub .search-keyword-list .qanda a.glyphicons:before {
        color: #468ccb;
        font-size:18px;
        margin: 13px 10px; 
    }
    body#sub .search-keyword-list .qanda a.ico_bitcoin {
        padding-left: .4em;
    }
    body#sub .search-keyword-list .qanda a.ico_bitcoin:before {
        color: #468ccb;
        font-size: 2.025em;
        margin: -.35em .2em 0 .15em;
        padding: 0;
    }

    .faq .faq-container {
        padding-bottom: 30px;
    }
    


    .faq .faq-categories {
        /*border: 2px solid #ccc;
        border-radius: 5px;
        border-width: 2px;
        border-style: none none solid none;
        border-color: #ccc;*/
        padding: 15px 0;
    }
    .faq .faq-categories-list {
        margin-top: 30px;
    }
    .faq .faq-categories-list > li {
        padding: 10px 15px;
    }
    .ex .faq .faq-categories-list > li > a,
    body#sub .faq .faq-categories-list > li > a {
        /*color: #333;*/
        font-size: 21px;
        line-height: 1.25;
    }
    .ex .faq .faq-categories-list > li > a span,
    body#sub .faq .faq-categories-list > li > a span {
        font-size: 21px;
    }
    .ex .faq .faq-categories-list > li > a:hover,
    body#sub .faq .faq-categories-list > li > a:hover {
        text-decoration: none;
    }
    .ex .faq .faq-categories-list > li > a:hover span,
    body#sub .faq .faq-categories-list > li > a:hover span {
        border-bottom: 1px solid #468ccb;
    }
    .ex .faq .faq-categories-list > li > a.glyphicons,
    body#sub .faq .faq-categories-list > li > a.glyphicons {
        padding-left: 1.65em;
    }
    .ex .faq .faq-categories-list > li > a.ico_bitcoin,
    body#sub .faq .faq-categories-list > li > a.ico_bitcoin {
        padding-left: .4em;
    }
    .ex .faq .faq-categories-list > li > a:before,
    body#sub .faq .faq-categories-list > li > a:before {
        color: #468ccb;
    }
    .ex .faq .faq-categories-list > li > a.glyphicons:before,
    body#sub .faq .faq-categories-list > li > a.glyphicons:before {
        padding-top: .15em;
        padding-left: .1em;
    }
    .ex .faq .faq-categories-list > li > a.ico_bitcoin:before,
    body#sub .faq .faq-categories-list > li > a.ico_bitcoin:before {
        font-size: 1.35em;
        padding: 0;
    }
    .faq .faq-default-faq {
        padding-top: 30px;
    }
    .articles.faq .header-main * {
        font-size: 24px;
    }
    .ex .faq .faq-list,
    body#sub .faq .faq-list {
        margin-top: 20px;
        margin-left: .5em;
        margin-right: .5em;
    }
    .faq .faq-list li {
        margin-bottom: 15px;
    }
    .faq .faq-list .faq-datalist {
        color: #333;
    }
    .ex .faq .faq-list .faq-datalist dt,
    body#sub .faq .faq-list .faq-datalist dt {
        color: #575655;
        font-weight: bold;
    }
    .ex .faq .faq-list .faq-datalist dt > a,
    .ex .faq .faq-list .faq-datalist dt > span,
    body#sub .faq .faq-list .faq-datalist dt > a,
    body#sub .faq .faq-list .faq-datalist dt > span {
        color: #575655;
        font-weight: bold;
        padding-left: 1.6em;
    }
    .ex .faq .faq-list dt,
    .ex .faq .faq-list .faq-datalist dt span,
    body#sub .faq .faq-list dt,
    body#sub .faq .faq-list .faq-datalist dt span {
        font-size: 1.4em;
    }
    .ex .faq .faq-list .faq-datalist dt > a:hover,
    .ex .faq .faq-list .faq-datalist dt > a:active,
    body#sub .faq .faq-list .faq-datalist dt > a:hover,
    body#sub .faq .faq-list .faq-datalist dt > a:active {
        text-decoration: none;
    }
    .ex .faq .faq-list .faq-datalist dt > a:hover span,
    .ex .faq .faq-list .faq-datalist dt > a:active span,
    body#sub .faq .faq-list .faq-datalist dt > a:hover span,
    body#sub .faq .faq-list .faq-datalist dt > a:active span {
        border-bottom: 1px solid #575655;
    }

    .faq .faq-list .faq-datalist dt.glyphicons:before,
    .faq .faq-list .faq-datalist dt > a.glyphicons:before,
    .faq .faq-list .faq-datalist dt > span.glyphicons:before {
        color: #468ccb ;
        /*color: #468ccb;*/
        padding-top: .34em;
        font-size: 19px;
    }
    .ex .faq .faq-list .faq-datalist dt > a.ico_bitcoin,
    body#sub .faq .faq-list .faq-datalist dt > a.ico_bitcoin {
        padding-left: .4em;
    }
    .ex .faq .faq-list .faq-datalist dt > a.ico_bitcoin:before,
    body#sub .faq .faq-list .faq-datalist dt > a.ico_bitcoin:before {
        font-size: 2.025em;
        margin-top: -.15em;
        padding: 0;
    }
  
    .ex .faq .faq-list .faq-datalist dd,
    body#sub .faq .faq-list .faq-datalist dd {
        position: relative;
        overflow: hidden;
        /*text-overflow: ellipsis;*/
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: .5em 0;
        padding: .5em 2em .5em 1em;
        /*white-space: nowrap;*/
    }
    .faq .faq-datalist-screen {
        width: 100%;
        height: 70px;
        position: absolute;
        left: 0;
        bottom: 0;
/*        background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #a2d93f));
        background: -webkit-linear-gradient(#a2d93f, #fff);
        background: -moz-linear-gradient(#a2d93f, #fff);
        background: -o-linear-gradient(#a2d93f, #fff);
        background: -ms-linear-gradient(#a2d93f, #fff);*/
        background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
    }
    .faq .faq-datalist-opener {
        display: block;
        width: 94px;
        background-color: #fff;
        border: 1px solid #468ccb;
        border-radius: 5px;
        color: #468ccb;
        cursor: pointer;
        font-size: 11px;
        margin: auto;
        margin-top: 35px;
        padding: 5px 0;
        text-align: center;
    }
        .faq .faq-datalist-opener * {
            color: #468ccb;
        }
    .ex .faq .faq-list .faq-datalist dd .faq-datalist-opener:hover,
    .ex .faq .faq-list .faq-datalist dd .faq-datalist-opener:active,
    body#sub .faq .faq-list .faq-datalist dd .faq-datalist-opener:hover,
    body#sub .faq .faq-list .faq-datalist dd .faq-datalist-opener:active {
        opacity: .8;
        text-decoration: none;
    }
    .ex .faq .faq-default-faq .faq-list .faq-datalist dd,
    body#sub .faq .faq-default-faq .faq-list .faq-datalist dd {
        /*display: none;*/
    }
    .articles .faq-search-results {
        margin-top: 15px;
    }
    .articles.faq-search-results .section-main {
        margin-right: 0;
    }

    .faq-search-results .faq-body {
        margin: 15px 10px;
    }
    .faq-search-results .search-label {
        height: 40px;
        margin: 0;
    }
    .faq-search-results .search-label .search-form {
        height: 40px;
        font-size: 16px;
        padding-left: 2.5em;
    }
    .faq-search-results .search-label:before {
        font-size: 18px;
    }
    .faq-search-results + .search-keyword-list > .qanda > a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; 
        white-space: nowrap;
    }
    .faq-search-results .faq-categories {
        padding: 15px 10px;
    }
    .ex .faq-search-results .faq-categories-list > li > a,
    .ex .faq-search-results .faq-categories-list > li > a span,
    body#sub .faq-search-results .faq-categories-list > li > a,
    body#sub .faq-search-results .faq-categories-list > li > a span {
        font-size: 16px;
    }
    .ex .faq-search-results .faq-categories-list > li > a.glyphicons:before,
    body#sub .faq-search-results .faq-categories-list > li > a.glyphicons:before {
        font-size: 20px;
    }
    .faq-contact {
        margin-top: 20px;
        padding-left: .5em;
        padding-right: .5em;
    }
.faq-h2-header {
    font-size: 20px !important;
    padding-top: 20px !important;
}
.faq-h2-header-result {
    font-size: 20px !important;
}
.faq-ul {
    margin-top: 0px !important;
}
.faq-customer-service {
    margin-bottom: 40px;
}
.faq-customer-service-disclaimer {
    padding: 10px 0;
}
.faq-guide-to-cantact-page {
    padding-left: 15px;
}

/* contactpage */
.contact-title {
    font-size: 24px;
}
.contactpage .contact-body {
    /*margin-top: 35px;*/
}
.contactpage .contact-body label + textarea {
    margin-top: 0;
}
.ex .contactpage .faq-search-results {
    position: relative;
    top: -20px;
}
.contactpage .faq-search-results {
    margin-top: 0;
    padding-top: 10px;
}
.contactpage .btn-icon {
    padding-left: 40px;
}
.contactpage .btn-primary.glyphicons:before {
    color: rgba(255, 255, 255, 0.4);
    text-shadow: none;
}
.contactpage .faq-body {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0;
    /*max-height: 600px;
    overflow: auto;*/
    padding: 0 5px; 
}
body .contactpage .faq-body .faq-list,
body#sub .contactpage .faq-body .faq-list {
    margin: 0;
}
.contactpage fieldset{
    min-width: 0;
}
.contactpage .deposit-request * {
    font-size: 14px;
}

.contactpage .contactpage-legend {
    color: #333;
    font-size: 15px;
    font-weight:bold;
}
.contactpage .form-control.input-checkbox {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-top: 0;
}
.contactpage .input-checkbox-label.btn-default {
    display: block;
    background-color: white;
    padding: 15px;
    text-align: left;
    margin-bottom: 15px;
    white-space: normal;
}
.contactpage .deposit-request .form-notice {
    color: #666;
    font-size: 12px;
}
.contactpage .container .col-sm-offset-1 {
    margin-left: 15px;
}
@media (min-width: 768px){
    .contactpage .container .col-sm-10 {
        width: calc(83.33333333333334% + 15px);    
    }
}
/*.contactpage .password-reset-section {
    display: none;
}*/

.contact-notice a {
    font-size: 1.25em;
    font-weight: bold;
    padding: 0 .5em;
}

@font-face {
    font-family: 'icomoon';
    src:url('/fonts/icomoon.eot?-xgdo8l');
    src:url('/fonts/icomoon.eot?#iefix-xgdo8l') format('embedded-opentype'),
        url('/fonts/icomoon.woff?-xgdo8l') format('woff'),
        url('/fonts/icomoon.ttf?-xgdo8l') format('truetype'),
        url('/fonts/icomoon.svg?-xgdo8l#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
}

@media(max-width:959px) {
    body .container-960 {
        width: 100%;
    }
    .articles .section-large,
    .articles .section-middle,
    .articles .section-small {
        padding-right: 10px;
    }
}

.article-bottom-banner .title-article{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin: 3em 0;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #B92A2C;
    border-top:1px solid #ccc;
}

.article-bottom-banner .title-article:before{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #ff6b6e;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
.article-bottom-banner .title-article:after{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #B92A2C;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}
.article-bottom-banner .carousel-landing-banner {
    margin: 0 10px;
}
.articles .nav .next-link:before,
.articles .nav .prev-link:before {
    color: #999;
    font-weight:bold;
}

.articles .nav .next-link:before {
    content:"NEXT";
}
.articles .nav .prev-link:before {
    content:"PREV";
}

.btc-news-feed {
    padding: 0 15px;
}
.articles .btc-news-feed__title {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.btc-news-feed__list {
    max-height: 590px;
    overflow: auto;
}
.btc-news-feed__item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.btc-news-feed__item-inner {
    height: 90px;
    position: relative;
    overflow: hidden;
}
.btc-news-feed__imglink {
    display: block;
    width: 160px;
    height: 90px;
    float: left;
    text-align: center;
}
.btc-news-feed__imglink img {
    max-width: calc(100% - 30px);
    height: 90px;
}

.btc-news-feed__text {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1.35;
}

.btc-news-feed__text time {
   display: block;
   font-size: 12px;
   padding-bottom: .3em;
}
.btc-news-feed__text > dt {
    font-size: 20px;
    line-height: 1;
}

.btc-news-feed__nextlink {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: white;
    background: linear-gradient(to right, rgba(255,255,255,0)  0%, rgba(255,255,255,1) 20%);
    padding: 3px 0 3px 30px;
}
.btc-news-feed__cite {
    display: block;
    text-align:center;
    padding-bottom: 15px;
}

.articles .section-note {
    margin-top: 15px;
    padding: 15px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
}
.articles .section-note ul{
    padding-left: 20px;
}
.articles .section-note p,
.articles .section-note li,
.articles .section-note cite,
.articles .section-note a {
    font-size: 12px;
}
.articles .section-note p:last-child,
.articles .section-note ul:last-child,
.articles .section-note ol:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {
    .btc-news-feed__item-inner {
        height: 150px;
    }
    .btc-news-feed__imglink {
        width: 120px;
        min-height:60px;
    }
    .btc-news-feed__imglink img {
        height: auto;
    }
    .btc-news-feed__text > dt {
        font-size: 18px;
        line-height: 1;
    }

    .articles .well-question {
        padding: 1em .5em .8em .5em;
    }
    .article-bottom-banner .title-article{
        margin: 0 0 1em 0;
    }
    .article-bottom-banner .carousel-landing-banner .carousel-indicators li {
        width: 6%;
        margin: 0 1.5%;
        padding: 15px 0;
    }
    .discussion-article .portraits.pull-right {
        float: none !important;
    }
}

@media screen and (max-width: 737px) {
    html .faq .nav-articles-breadcrumb {
        margin-top: 0;
    }
    .articles.faq .header-main * {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .faq .faq-datalist ul,
    .faq .faq-datalist ol {
        padding-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    html .faq .nav-articles-breadcrumb {
        margin-top: -25px;
    }
    .articles.faq .faq-lead {
        font-size: 22px;
    }
    .articles.faq .search-label .search-form{
        font-size: 16px;
    }
    .articles.faq .search-label {
        margin-bottom: 10px;
    }
    .articles.faq .header-main {
        padding: 0;
    }
    .faq .faq-container {
        padding-bottom: 0;
    }
    .faq .faq-list .faq-datalist dt.glyphicons:before,
    .faq .faq-list .faq-datalist dt > a.glyphicons:before,
    .faq .faq-list .faq-datalist dt > span.glyphicons:before {
        font-size: 16px;
    }
    .articles.faq .faq-list li{
        margin-bottom: auto;
    }
    .articles.faq .faq-list li * {
        font-size: 12px;
    }
    .articles.faq .faq-categories-list {
        margin-top: 0;
    }
    body#sub .faq .faq-categories-list > li > a span {
        font-size: 16px;
    }

}
.articles .section dl .section__dt--large {
    font-size: 16px;
}
/*
.articles .twitter.twitter--chart {
    max-width: 760px;
    margin: auto;
}
    .articles .twitter.twitter--chart > iframe {
    }
    .articles .twitter.twitter--chart::-webkit-scrollbar {
        width: 12px;
        cursor: pointer;
    }
    .articles .twitter.twitter--chart::-webkit-scrollbar-track {
        background: #eee;
        border-radius: 6px;
        margin: 5px 0;
    }
    .articles .twitter.twitter--chart::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 6px;
        border: 2px solid #eee;
        height: 129px;
    }
*/