@charset "utf-8";

body{
    font-family: helvetica, arial, sans-serif;
    color: #333333;
}
a table div.topic_movie_contents {
    font-size: 10px;
}
body > ul > li > a {
    background: none;
}
/* 2026/03/23 SC バナー非表示対応及びコンテンツ画像修正 ↓ */
.content_pic{
    margin: 15px auto;
    width: auto;
    height: auto;
    max-width: 480px;
    text-align: center;
    /* padding: 0 15px; */
    /* background-color: #0e0e0e; */
}
/* 2026/03/23 SC バナー非表示対応及びコンテンツ画像修正 ↑ */
.content_pic_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
div p.s_scontent {
    font-weight: bold;
}
div div.content {
    width: 100%;
    padding-top: 15px;
    overflow: auto;
}
div div.content div.content_pic {
    text-align: center;
    padding: 0 30px;
}
div div.content div.content_pic img.content_pic_img {
}
/* ↓ 2026/01/26 会員限定ニュース */
.newsBoxBlock{
    cursor: pointer;
}
span.member_only {
    background: #8a8a8a;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    padding: 2px 4px;
    display: inline-block;
    height: 13px;
    line-height: 13px;
}
tr td span.member_only {
    font-size: 10px;
}
.white-icon{
    margin-right: 2px;
}
.content .white-icon{
    font-size: 30px;
}
.member_only_wrap{
    margin-top: 10px;
    padding: 20px;
}

.member_only_text{
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* ボタンエリア */
.member_only_btn_wrap{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.member_only_btn_wrap a{
    display: block;
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    line-height: 1;
    box-sizing: border-box;
}

/* 1個目：青の塗りボタン（ログイン） */
.member_only_btn_wrap a:first-child{
    background: #0096ff;
    color: #fff;
    border: 1px solid #0096ff;
}

/* 2個目：白の枠ボタン（新規登録） */
.member_only_btn_wrap a:last-child{
    background: #fff;
    color: #0096ff;
    border: 1px solid #0096ff;
}
/* ↑ 2026/01/26 会員限定ニュース */
.topics_movie_wrapper {
    max-width: 480px;
    position: relative;
}
.topics_movie {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-width: 480px;
    background-color: #000000;
    border: solid 1px #CCCCCC;
    margin: 15px auto 15px;
}
.topics_movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.topics_movie:after {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.topicsShopTitle {
    font-size: 12px;
    background: #efdfe2;
    padding: 6px 10px;
    border-top: 1px solid #efdfe2;
    border-bottom: 1px solid #efdfe2;
}
.topicsShopTitle span {
    color: #454545;
    font-weight: bold;
}
.topicsShopList {
    font-size: 12px;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 10px 0;
}
.topicsShopList a {
    margin: -10px -10px 0px;
    padding: 10px 10px 1px;
}
.shopName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    display: block;
}
.shopInfo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    display: block;
}
/* ↓ 取材レポート＋ニュース一覧 @SC 2026/06/18 */
li.topicsListItem {
    font-size: 16px;
}
.topicsTitle {
    font-size: 12px;
    line-height: 13px;
}
.topicsTitleNormal {
    color: #FF9B26;
}
.topicsTitleConsult {
    color: #0066ff;
}
.topicsEmptyMsg {
    background: #EEEEEE;
    font-size: 10px;
    padding: 6px 0 6px 10px;
    border-top: 1px solid #DDDDDD;
}
.topic_movie_contents .consultOptionLabel {
    background: #FFFFFF;
    color: #333333;
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    margin-right: 3px;
}
.consultOptionIconTd {
    vertical-align: middle;
    text-align: right;
}
.consultOptionIconImg {
    width: 50px;
    height: auto;
    margin-left: 5px;
}
/* ↑ 取材レポート＋ニュース一覧 @SC 2026/06/18 */