/* 写真館 見出し */
h1.midashi {
    color: #ffffff;
    background-color: #000;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 8px 0;
}

/* バナー画像（h1直後のdiv） */
h1.midashi + div {
    text-align: center;
}

/* パネル背景色 */
.contbox.panel:has(.phpink) {
    background: #f27398;
}

.contbox.panel:has(.phgreen) {
    background: #40aaef;
}

.contbox.panel:has(.phblue) {
    background: #fba848;
}

/* 掲載基準の赤丸 */
.boxArea > span {
    color: #ff0000;
}

#pageTitle {
    margin-bottom: 0px;
}

.photoPanel {
    letter-spacing: -0.4em;
}

.panel {
    width: 100%;
    display: inline-block;
    letter-spacing: 0;
    min-height: 160px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.panel a {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #464545;
}

.phototitle {
    text-align: left;
    font-size: 20px;
    padding: 5px;
    margin: auto;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 1px #4e4c4c;
    background-color: #101010;
    box-shadow: 0 1px 1px #45494d;
}

.post {
    font-size: 18px;
    background: #58be89;
    padding: 5px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0;
    box-shadow: 0 1px 1px #45494d;
    position: absolute;
    top: 0;
    right: 0;
}

.post::after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
}

.post i {
    margin-right: 5px;
}

.photo_btn {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    padding: 20px 0 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 1px 1px #424040;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

a.photo_btn {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    padding: 15px 0 30px;
    color: #fff;
    text-shadow: 2px 1px 1px #2b2a2a;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.panelbg {
    font-size: 85px;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    z-index: 1;
}

.backnumber {
    text-align: right;
    padding: 5px 7px 7px 5px;
    background-color: #ca282f;
    position: absolute;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px #45494d;
    bottom: 0;
    right: 5px;
}

.backnumber a {
    text-decoration: none;
}

.backnumber1 {
    text-align: center;
    width: 35%;
    padding: 5px 12px;
    background-color: #ca282f;
    position: absolute;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px #45494d;
    bottom: 0;
    left: 15px;
}

.backnumber1 a {
    text-decoration: none;
}

.backnumber2 {
    text-align: center;
    width: 35%;
    padding: 5px 12px;
    background-color: #3f51b5;
    position: absolute;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px #45494d;
    bottom: 0;
    right: 15px;
}

.backnumber2 a {
    text-decoration: none;
}

/* 取得した一覧 */
.ajxlist {
    padding-bottom: 50px;
    border: 1px solid #636363;
}

.ajxlist li {
    padding: 0px 10px 2px;
    background: #fcfcfc;
    border-bottom: 1px solid #636363;
    line-height: 1.2;
}

.ajxlist li:nth-child(even) {
    background: #f1f1f1;
}

.ajxlist li a {
    text-shadow: none;
    text-decoration: none;
    color: #000;
    font-weight: 100;
    display: block;
}

.ajxlist li a .data {
    font-size: 12px;
}

.ajxlist li a .title {
    font-size: 14px;
}

.ajxlist li a div {
    display: none;
}

.hs--2026__content:has(.midashi),
.hs--2026__content:has(#main-contents) {
    background-color: #fff;
}

/* ==============================================
   レポート一覧・詳細（/photo/report/{cid}）
   ============================================== */

/* ナビボタン（パチスロ/投稿する/過去ログ） */
.otherspecbox {
    width: 100%;
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 1em;
    margin: 0 auto;
}

.otherspec4 {
    width: 100%;
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 1em;
    margin: 0 auto;
}

.otherspec4 ul {
    line-height: 34px;
    list-style-type: none;
    margin-left: 2%;
    margin-right: 5%;
    display: flex;
}

.otherspec4 li {
    margin: 2px 0 0 5px;
    width: 30%;
    font-size: 14px;
    text-align: center;
    flex: 1;
}

.otherspec4 li a {
    display: block;
    color: #fff;
    font-size: 120%;
    text-shadow: 1px 1px 3px #000;
    border: 1px solid #cce3ff;
    background: linear-gradient(to top, rgb(8, 102, 204) 0%, rgb(102, 175, 255) 57%);
    text-decoration: none;
}

.otherspec4 li:first-child a {
    border-color: #abd52f;
    background: linear-gradient(to top, rgb(76, 154, 25) 0%, rgb(143, 198, 3) 57%);
    border-radius: 8px 0 0 8px;
}

.otherspec4 li:last-child a {
    border-color: #bc611e;
    background: linear-gradient(to top, rgb(188, 97, 30) 0%, rgb(255, 180, 127) 57%);
    border-radius: 0 8px 8px 0;
}

/* 記事リスト */
#main-contents {
    padding: 0 5px;
    box-sizing: border-box;
    color: #111;
    font-size: 16px;
    line-height: 150%;
}

#main-contents a:link,
#main-contents a:visited {
    color: #111;
}

.menu_list3 li {
    background: url('/assets/images/muryo/back_2.png') center right no-repeat;
    border-bottom: 1px solid #ccc;
}

.menu_list3 li:first-child {
    border-top: 1px solid #ccc;
}

ul.cont6 li a {
    text-decoration: none;
    color: #333;
    padding: 10px 0 10px 10px;
    display: block;
}

/* 「時刻」「タイトル」「アツイぜ」を3行で縦に並べる（時刻・タイトルは左、アツイぜのみ右） */
ul.cont6 li span.data {
    display: block;
    text-align: left;
    margin: 0;
    font-size: 80%;
    color: #999;
}

ul.cont6 li span.title {
    display: block;
    text-align: left;
    font-size: 120%;
}

/* アツイぜ（いいね数）。独立した3行目に右寄せで置き、数値を画像へオーバーラップ表示する */
.atsuBtn {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4px;
    margin-left: auto;
}

.atsuBtn img {
    display: block;
    width: 70px;
    height: auto;
}

.atsuCnt2 {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
    width: 34px;
    padding-right: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
    text-align: right;
}

/* 個別ページ「前へ/次へ」の下、hr 区切りの直下・右寄せに置くアツイぜボタン */
.atsuLike {
    text-align: right;
    border-top: solid 1px #666;
    margin-top: 10px;
    padding: 10px 0 0;
}

.atsuLikeInner {
    position: relative;
    display: inline-block;
    padding: 5px 0;
}

.atsuLikeInner img {
    display: block;
    width: 109px;
    height: 22px;
}

/* 押下ボタンは画像のみ見せる（ボタン装飾を消す） */
.js-atsu-like {
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
}

/* このボタンの数値は atsu_button.png(109x22) に合わせて位置を上書き（一覧の .atsuCnt2 とは別配置） */
.atsuLikeInner .atsuCnt2 {
    top: 10px;
    right: 10px;
    margin-top: 0;
    width: 20px;
    padding-right: 0;
    text-align: right;
}

/* ページネーション（旧 sp.css 準拠） */
#navi {
    width: 220px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#navi ul {
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    list-style: none;
    padding: 0;
}

#navi li {
    width: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#navi li.prenone {
    text-decoration: none;
    width: 100px;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    background-color: #999;
    border-radius: 8px 0 0 8px;
    text-align: center;
}

#navi li.pre {
    border: none;
}

#navi li.pre a {
    text-decoration: none;
    display: block;
    width: 100px;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    background-color: #6c9bd2;
    border-radius: 8px 0 0 8px;
    text-align: center;
}

#navi li.forenone {
    text-decoration: none;
    width: 100px;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    background-color: #999;
    border-radius: 0 8px 8px 0;
    text-align: center;
    margin-left: 20px;
}

#navi li.fore {
    border: none;
}

#navi li.fore a {
    text-decoration: none;
    display: block;
    width: 100px;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    background-color: #6c9bd2;
    border-radius: 0 8px 8px 0;
    text-align: center;
    margin-left: 20px;
}

/* 記事詳細の本文 */
.boxArea {
    padding: 0 5px;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.boxArea img {
    max-width: 100%;
    height: auto;
}

/* ==============================================
   過去ログ（/vpage/244/5, /vpage/244/6）
   ============================================== */

/* 過去ログリスト */
ul.menu_list.cont3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu_list.cont3 li {
    background-image: linear-gradient(to top, rgb(208, 208, 208) 0%, rgb(255, 255, 255) 57%);
    border-bottom: 1px solid #939393;
    border-top: 1px solid #c9c9c9;
}

ul.menu_list.cont3 li a {
    display: block;
    font-size: 1.1em;
    padding: 10px 20px 10px 10px;
    color: #000;
    overflow: hidden;
    text-decoration: none;
    background: url('/assets/images/muryo/back.png') center right no-repeat;
    height: auto;
}

/* 過去ログボタン */
.backnumberslo {
    text-align: center;
    width: 60%;
    padding: 5px 12px;
    background-color: #40aaef;
    box-shadow: 0 1px 1px #45494d;
    margin: 0 auto;
}

.backnumberpachi {
    text-align: center;
    width: 60%;
    padding: 5px 12px 5px 12px;
    background-color: #f27398;
    box-shadow: 0 1px 1px #45494d;
    margin: 0 auto;
}

.backnumberslo a,
.backnumberpachi a {
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 2px #464545;
}
