
/*160923 beautist_topics*/
.page-contents.onair.single .overview .beautist_topics {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.page-contents.onair.single .overview .beautist_topics dt, .page-contents.onair.single .overview .beautist_topics dd {
  margin-top: 1.2em;
}

.page-contents.onair.single .overview .beautist_topics dd {
  text-indent: 0;
  padding-left: 0;
  text-indent: -1.2em;
  padding-left: 2.7em;
}

.lca, .page-contents.onair.single .overview .beautist_topics a {
  color: #231816;
  text-decoration: underline;
}

.lca:hover, .page-contents.onair.single .overview .beautist_topics a:hover {
  color: #413634;
}

.lca:active, .page-contents.onair.single .overview .beautist_topics a:active {
  color: #231816;
}

.short {
  float: right;
}

/*最上部テレ朝のナビ部分*/
.common-nav-top > a > img {
    margin-top: 0px;
    vertical-align: middle;
}

/*TOPtwitterフィード*/
#wrapper .btn-box {
    text-align: center;
    text-decoration: none;
}

.contents-box .twitter-btn a {
    position: relative;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 4px 50px;
    display: block;
    background: #d80c18;
    color: #ffffff;
    text-decoration: none;
    border-radius: 100px;
}

#wrapper .opac {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* キャンペーンページ */
.campaign {
    font-size: 16px;
}

.campaign .content-detail p {
    line-height: 1.5rem;
}


.btn-box a {
    position: relative;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    padding: 5px 2rem;
    display: inline-block;
    background: #1DA1F2;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.btn-box a:after {
    font-family: FontAwesome;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 2.1rem;
    position: absolute;
    top: 4px;
    right: 10px;
}

.btn-box img {
    vertical-align: bottom;
    max-width: 100%;
}

.t-btn {
    width: 40px!important;
    height: auto;
}