@charset "utf-8";

/* CSS Document */

/***************************
 * 爆サイ.com　PC版css
 * └共通で使用するスタイル
 * ----------------------------
 * Copyright(C) 爆サイ.com All rights reserved.
 * http://bakusai.com
 ****************************/
html {}
body {}
body#index {
	min-width: 980px;
}

:root {
	--bakusai_blue: #0d507e;
	--bakusai_l_blue: #e9f4fb;
	--bakusai_gray: #ccc;
	--bakusai_l_gray: #F8F8F8;
    --bakusai_green: #4A7A2A;
}

/*******************************
 *
 *　common
 *
 *******************************/

a {
	text-decoration:none;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}
.cont a,
#rule #rule_box a {
	text-decoration: none;
}
a:hover {text-decoration:underline;	color:#F00;}

a.here {
	background-color: #FFF;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 0 1px;
	padding: 2px 6px;
}

img {border: none;}

/* 配置位置 */
.floatRight {float:right;}
.floatLeft {float:left;}
.left {float:left;text-align:left;}
.right {float:right;text-align:right;}
.center {text-align:center!important; margin:auto;}

.noborder {border:none!important;}

/* 文字サイズ・太さ */
.xx-small {font-size:xx-small !important;}
.x-small {font-size:x-small !important;}
.small {font-size:small !important;}
.medium {font-size:medium !important;}
.large {font-size:large !important;}
.x-large {font-size:x-large !important;}
.xx-large {font-size:xx-large !important;}

/* 装飾 */
.bold {font-weight:bold!important;}
.normal, .nobold {font-weight: normal!important;}
.underline,.uline {text-decoration: underline;}
.blink {text-decoration: blink;}
.pointer {cursor:pointer;}

/* clearfix */
.clearfix {
	font-size:0;
	height:0;
	overflow:hidden;
	clear:both;
}
.clear {clear:both; font-size:1px; height:1px;}
.clear2 {clear:both;}
.clear hr {display:none;}

/* 色/color */
.red {color:#F00 !important;}
.semired {color:#F33 !important;}
.lightred {color: #F66 !important;}
.deepred {color: #A00 !important;}
.green {color: #0F0 !important;}
.deepgreen {color: #090 !important;}
.gray {color: #666 !important;}
.deepgray {color: #999 !important;}
.lightgray {color: #CCC !important;}
.blue {color: #00F !important;}
.lightblue {color: #36C !important;}
.orange {color: #FF9200 !important;}
.orange2 {color: #F60 !important;}
.pink {color:#FF6699 !important;}
.deeppink {color:#F0F !important;}
.yellow {color:#F90 !important;}
.black {color:#000 !important;}

/* スペーサー */
.sp5 {margin: 5px 0;}
.sp10 {margin: 10px 0;}

/* ボーダー装飾 */
.border_lightgray {
	border:2px solid #D9D9D9;
}
.border_dashed {
	border:#CCC 1px dashed;
	margin:5px 0;
}
.border_dotted {
	border:#CCC 1px dotted;
	margin:5px 0;
}


:focus {
	outline: none;
}

input, textarea {
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

textarea,
input[type="text"],
input[type="search"] {
	ime-mode: active;
}

/* 非推奨ブラウザ対応 */
#notRecommended {
	background-color:#FFC;
	border:1px solid #C1C1C1;
	width:700px;
	margin:0 auto;
	font-size:12px;
}

#notRecommended table th,
#notRecommended table td {
	border-collapse:collapse;
	font-size:12px;
}

#notRecommended table tr:last-child th,
#notRecommended table tr:last-child td {
	background-color: #FFF;
}
span.emoji_font {
    font-family: Segoe UI Emoji;
}

/*******************************
 *
 *　旧ブラウザ使用者への通知
 *
 *******************************/
.ie6nomore {border-top: 1px solid #FF9999; border-bottom: 1px solid #FF9999; margin:0px auto 0 auto; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;}
.ie6nomore div.ienotice {position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;}
.ie6nomore div.nosupport {width: 670px; margin: 0 auto; padding: 0; overflow: hidden; color: black; text-align: center;}
.ie6nomore div.nosupport .iewarning {width: 75px; float: left;}
.ie6nomore div.nosupport .iemesse {width: 275px; float: left; font-family: Arial, sans-serif;}
.ie6nomore div.nosupport .iemesse .iemesseBody1 {font-size: 14px; font-weight: bold; margin-top: 12px; text-align: left;}
.ie6nomore div.nosupport .iemesse .iemesseBody2 {font-size: 12px; margin-top: 6px; line-height: 12px; text-align: left;}
.ie6nomore div.nosupport div[class*="Icon"] {width: 75px; float: left;}
.ie6nomore div.nosupport div[class*="Icon"] a {color: #FFF; display: table-cell !important; font-size: 15px; height: 70px; line-height: 16px !important; margin: 2px 0; padding: 0; position: relative; text-align: center; top: 3px; vertical-align: middle; width: 70px;}
.ie6nomore div.nosupport .mozIcon a {background-color:#D54C1C;}
.ie6nomore div.nosupport .ieIcon a {background-color:#00CCFF;}
.ie6nomore div.nosupport .safariIcon a {background-color:#0894E1;}
.ie6nomore div.nosupport .chromeIcon a {background-color:#149F5B;}

/*******************************
 *
 *　メニューカラム
 *
 *******************************/
.iry .fa.fa-angle-down {
	color: #999;
	margin-right: 1px;
	transform: rotate(50deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

/*******************************
 *
 *　メイン
 *
 *******************************/
body {
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ ProN W3",sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
body:not(.header_body):not(.top_index){
    max-width: 1000px;
}
/* 掲示板のバナー・タイトル・ニュース等 */
div#container.container_header {
	background-color: transparent;
	border: medium none !important;
	border-collapse: collapse;
	margin: 0 auto;
	width: -webkit-calc(100% - 4%);
	width: calc(100% - 4%);
	max-width: 1000px;
}

#bbsTitleHeader {
	margin: 0 auto;
	width: 100%;
	min-width: 800px;
	position: relative;
}

#bbsTitleHeader .headerNews {
	vertical-align: middle;
	font-size: 14px;
	line-height: 17px;
	max-width: 350px;
	position: relative;
}
#bbsTitleHeader .headerNews .headerNewsWrap {
    width: 100%;
    position: relative;
    margin: auto 0px;
}
#bbsTitleHeader .headerNews a {
	vertical-align: middle;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
	width: calc(100% - 226px);
    white-space: nowrap;
    text-overflow: ellipsis;
}
#bbsTitleHeader .headerNews .headerNewsIcon {
	display: inline-block;
	background: #F95252;
	color: #FFF;
	font-size: 11px;
	line-height: 13px;
	padding: 2.5px 4px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	vertical-align: middle;
	width: 75px;
	letter-spacing: 0.5px;
}

#bbsTitleHeader .bbsTitle {
	min-width: 310px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	width: -webkit-calc(100% - 492px);
	width: calc(100% - 492px);
}
#bbsTitleHeader .bbsTitle h1 {
	font-size: 15px;
	margin: 0 auto;
}

#bbsTitleHeader .bbsTitle h1 br {
	display: none;
}

@media (max-width: 1023px) {
	div#container.container_header {
		width: -webkit-calc(100% - 2%);
		width: calc(100% - 2%);
	}
}

#largeBbsTitle {
	background: #EEE url("https://bakusai.com/img/iphone/itokioTrio.png") no-repeat right -34px; /* CSS3が効かない場合 */
	background: #EEE url("https://bakusai.com/img/iphone/itokioTrio.png") no-repeat right 2% bottom -34px;
	-webkit-background-size: 200px auto;
	background-size: 200px auto;
	border-spacing: 0;
	min-height: 50px;
	margin: 2px auto 10px;
	padding: 2px 0;
	min-width: 800px;
	width: 100%;
}

/* 郡詳細・町村名 */
#largeBbsTitle .countyWrap {
	background: transparent;
	border-spacing: 0;
	color: #FFF;
	font-size: 14px;
	margin: 0 2%;
	text-align: left;
	max-width: -webkit-calc(100% - 4%);
	max-width: calc(100% - 4%);
}

#largeBbsTitle .countyWrap th.countyTitle {
	font-weight: normal;
	line-height: 15px;
	height: 50px;
	padding: 0;
	text-align: center;
	min-width: 80px;
	max-width: 800px;
	vertical-align: middle;
	white-space: nowrap;
}
#largeBbsTitle .countyWrap h1 {
	background: #164e79;
	border-radius: 5px;
	color: #FFF;
	font-weight: normal;
	font-size: 20px;
	padding: 11px 10px;
	margin: 0;
	text-align: center;
	min-height: 20px;
	line-height: 20px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    display: flex;
    align-items: center;
}

#largeBbsTitle .countyWrap .county {
	padding: 0 10px 0 15px;
	color: #000;
}

#largeBbsTitle .countyWrap .county i {
	font-size: 18px;
	padding-right: 4px;
	line-height: 18px;
	color: #787F84;
}

#largeBbsTitle .countyWrap .town,
#largeBbsTitle .countyWrap .words {
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 15px;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
}
#largeBbsTitle .countyWrap .town::after {
	content: "\30FB";
}
#largeBbsTitle .countyWrap .town:last-child::after {
	content: "";
}

#largeBbsTitle .countyWrap .words {
	font-weight: bold;
	padding-right: 3px;
}
#largeBbsTitle .countyWrap .postscript {
	font-size: 15px;
	font-weight: normal;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
	padding-right: 10px;
}

#largeBbsTitle .baloon {
	background: #FFF;
	border: 4px solid #bdbdbd;
	border-radius: 7px;
	padding: 1px 6px;
	position: relative;
	display: block;
	margin: 0 5px;
	z-index: 0;
}

#largeBbsTitle .baloon::before {
	border-top: 9px solid transparent;
	border-right: 10px solid #FFF;
	border-bottom: 9px solid transparent;
	border-left: 0px solid transparent;
	content: "";
	position: absolute;
	left: -10px;
	top: 8px;
	z-index: -1;
}
#largeBbsTitle .baloon::after {
	border-top: 10px solid transparent;
	border-right: 11px solid #bdbdbd;
	border-bottom: 10px solid transparent;
	border-left: 0px solid transparent;
	content: "";
	position: absolute;
	left: -15px;
	top: 7px;
	z-index: -2;
}


#largeBbsTitle {
    background: #EEE url("https://img2.bakusai.com/p/img/itokioTrio_default.png") no-repeat left 2% bottom -25px;
}


#largeBbsTitle {
	-webkit-background-size: 180px auto;
	background-size: 180px auto;
	border-spacing: 0;
	min-height: 45px;
	margin: 2px auto 10px;
	padding: 2px 0;
	min-width: 800px;
    max-width: 1000px;
	width: 100%;
	vertical-align: middle;
}

#largeBbsTitle .countyWrap {
	background: transparent;
	border-spacing: 0;
	color: #FFF;
	font-size: 14px;
	margin: 3px 2% 3px -webkit-calc(180px + 2%);
	margin: 3px 2% 3px calc(180px + 2%);
	text-align: left;
	max-width: -webkit-calc(100% - 4%);
	max-width: calc(100% - 4%);
}
#largeBbsTitle .countyWrap .county {
	padding: 0 0 0 10px;
	color: #000;
}
#largeBbsTitle .baloon {
	background: #fff;
	border: 0px solid #fff;
	border-radius: 3px;
	padding: 2px;
	position: relative;
	display: block;
	margin: 0 5px;
	z-index: 0;
	box-shadow: 1px 1px 1px #BCBCBC;
}
#largeBbsTitle .baloon::before {
	border-top: 9px solid transparent;
	border-right: 11px solid #FFF;
	border-bottom: 9px solid transparent;
	border-left: 0px solid transparent;
	content: "";
	position: absolute;
	left: -11px;
	top: 13px;
	z-index: -1;
}
#largeBbsTitle .baloon::after {
	border-top: 10px solid transparent;
	border-right: 11px solid #C6C6C6;
	border-bottom: 10px solid transparent;
	border-left: 0px solid transparent;
	content: "";
	position: absolute;
	left: -11px;
	top: 13px;
	z-index: -2;
}
#largeBbsTitle .countyWrap table {
	border: 0px solid #fff;
}
#largeBbsTitle .countyWrap th.countyTitle,
#largeBbsTitle .countyWrap th.countyTitle {
	font-weight: normal;
	line-height: 15px;
	height: auto;
	padding: 0 3px;
	text-align: center;
	min-width: 80px;
	max-width: 800px;
}
#largeBbsTitle .countyWrap th.countyTitle + td {
	padding: 0;
}
#largeBbsTitle .countyWrap h1 {
	background: transparent;
	border-radius: 2px;
	color: #000;
	font-weight: normal;
	font-size: 18px;
	padding: 5px;
	margin: 0;
	text-align: center;
	min-height: 32px;
	line-height: 32px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#largeBbsTitle .countyWrap .town,
#largeBbsTitle .countyWrap .words {
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 15px;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
	padding: 0 5px 0 10px;
	border-radius: 0 3px 3px 0;
	word-break: break-all;
	border-left: 2px #E1E1E1 solid;
}

#largeBbsTitle .countyWrap .words {
	font-weight: bold;
	padding-right: 3px;
	font-size: 15px;
}

/* だぬき画像(bid223,524,525のみ) */
#largeBbsTitle.danuki_banner223 {
    background: #EEE url(https://img2.bakusai.com/p/img/danuki_img/danukiTrio_bbs223.svg) no-repeat left 0.6% bottom -1px;
    background-size: 195px;
}
#largeBbsTitle.danuki_banner524 {
    background: #EEE url(https://img2.bakusai.com/p/img/danuki_img/danukiTrio_bbs524.svg) no-repeat left 0.5% bottom -2px;
    background-size: 195px;
}
#largeBbsTitle.danuki_banner525 {
    background: #EEE url(https://img2.bakusai.com/p/img/danuki_img/danukiTrio_bbs525.svg) no-repeat left 1% bottom -1px;
    background-size: 195px;
}

/* スレ・レスタイトル全国共通カテゴリ―に全国アイコン追加 */
/* 全国アイコン非表示  ※全国アイコンを付けたくない物を:not([title$="〇〇掲示板"])と追加 */
div.baloon table tbody tr th.countyTitle:not([title$=" 掲示板"]):not([title$="　掲示板"]):not([title$="特集カテ掲示板"]):not([title$="天気・災害掲示板"]):not([title$="災害掲示板"]):not([title$="生命保険・損害保険掲示板"]):not([title$="自衛隊・軍事掲示板"]):not([title$="高校野球掲示板"]):not([title$="野球総合掲示板"]):not([title$="サッカー総合掲示板"]):not([title$="スポーツ・施設掲示板"]):not([title$="雑談掲示板"]):not([title$="首都圏雑談掲示板"]):not([title$="雑談総合掲示板"]):not([title$="区雑談掲示板"]):not([title$="島雑談掲示板"]):not([title$="地方雑談掲示板"]):not([title$="市雑談掲示板"]):not([title$="町雑談掲示板"]):not([title$="村雑談掲示板"]):not([title$="郡雑談掲示板"]):not([title$="いじめ総合掲示板"]):not([title$="同窓会掲示板"]):not([title$="お水掲示板"]):not([title$="コンカフェ・ガルバ掲示板"]):not([title$="外国人パブ・クラブ掲示板"]):not([title$="外国人パブ・クラブ 掲示板"]):not([title$="ゲイバー掲示板"]):not([title$="ホスト掲示板"]):not([title$="新地総合掲示板"]):not([title$="新地個人掲示板"]):not([title$="社交街掲示板"]):not([title$="風俗・出張ホスト掲示板"]):not([title$="ｳﾘ専･出張ﾎｽﾄ･ﾏｯｻｰｼﾞ掲示板"]):not([title$="ｳﾘ専･出張ﾎｽﾄ･ﾏｯｻｰｼﾞ総合掲示板"]):not([title$="出会い系総合掲示板"]):not([title$="パパ活・出会い系総合掲示板"]):not([title$="ハッテン場掲示板"]):not([title$="レズビアン掲示板"]):not([title$="ゲイ総合掲示板"]):not([title$="女装子・ﾆｭｰﾊｰﾌ総合掲示板"]):not([title$="LGBT総合掲示板"]):not([title$="グルメ・飲食総合掲示板"]):not([title$="ラーメン掲示板"]):not([title$="一般求人掲示板"]):not([title$="風俗求人掲示板"]):not([title$="お水・ホスト求人掲示板"]):not([title$="会社・就活掲示板"]):not([title$="サークル掲示板"]):not([title$="釣り･漁･漁協雑談掲示板"]):not([title$="釣り･漁･漁協画像掲示板"]):not([title$="釣り･漁･漁協掲示板"]):not([title$="クラブ・ディスコ・フェス掲示板"]):not([title$="お祭り・イベント掲示板"]):not([title$="遊園地・レジャー施設掲示板"]):not([title$="遊園地・ﾚｼﾞｬｰ施設掲示板"]):not([title$="不良・族掲示板"]):not([title$="不良･刑務所掲示板"]):not([title$="ﾍｱｰｻﾛﾝ・ｴｽﾃ掲示板"]):not([title$="ﾍｱｰｻﾛﾝ･ｴｽﾃ掲示板"]):not([title$="ママ・育児掲示板"]):not([title$="ママ･育児掲示板"]):not([title$="不倫・略奪愛掲示板"]):not([title$="TV実況中継掲示板"]):not([title$="テレビ・ラジオ番組掲示板"]):not([title$="ﾊﾟﾁﾝｺ・ｽﾛｯﾄ店掲示板"]):not([title$="ﾊﾟﾁﾝｺ・ｽﾛｯﾄ総合掲示板"]):not([title$="パチンコイベント総合掲示板"]):not([title$="コロナ・感染症掲示板"]):not([title$="病院・医師掲示板"]):not([title$="福祉・介護掲示板"]):not([title$="運輸・交通掲示板"]):not([title$="土木・建設掲示板"]):not([title$="沖縄情報掲示板"]):not([title$="岐阜ボーイ掲示板"]):not([title$="岐阜情報掲示板"]):not([title$="中国雑談掲示板"]):not([title$="上海雑談掲示板"]):not([title$="北京雑談掲示板"]):not([title$="大連雑談掲示板"]):not([title$="香港雑談掲示板"]):not([title$="台湾雑談掲示板"]):not([title$="韓国雑談掲示板"]):not([title$="バンコク雑談掲示板"]):not([title$="タイ雑談掲示板"]):not([title$="パタヤ雑談掲示板"]):not([title$="チェンマイ雑談掲示板"]):not([title$="タイビザ情報掲示板"]):not([title$="インドネシア雑談掲示板"]):not([title$="バリ雑談掲示板"]):not([title$="マニラ雑談掲示板"]):not([title$="ベトナム雑談掲示板"]):not([title$="アメリカ雑談掲示板"]):not([title$="(雑談) 掲示板"]):not([title$="(雑談) 総合掲示板"]):not([title$="アメリカ料理・レシピ掲示板"]):not([title$="アメリカお悩み相談・愚痴掲示板"]):not([title$="ロシア雑談掲示板"]):not([title$="ウクライナ雑談掲示板"]):not([title$="インドネシアビジネス掲示板"]):not([title$="医療掲示板"]):not([title$="マーケット掲示板"]):not([title$="グルメ・飲食掲示板"]):not([title$="美しい風景掲示板"]):not([title$="中国画像掲示板"]):not([title$="台湾画像掲示板"]):not([title$="タイ画像掲示板"]):not([title$="海外画像総合掲示板"]):not([title$="ナイトライフ掲示板"]):not([title$="ナイトライフ総合掲示板"]):not([title$="お店掲示板"]):not([title$="・個人掲示板"]):not([title$="･個人掲示板"]):not([title$="・総合掲示板"]):not([title$="･総合掲示板"]) h1::after {
    content: "全国";
    background-color: #ffffff;
    border: 1px solid #93bb77;
    color: #4a7a2a;
    border-radius: 2px;
    float: right;
    font-size: 12px;
    height: 16px;
    line-height: 17px;
    margin: auto 4px;
    padding: 0px 3px;
    position: relative;
}

/* 全国アイコン表示  ※:notで除外されているが、全国アイコンを付けたいカテ */
div.baloon table tbody tr th.countyTitle[title$="全国掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="なれあい雑談掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="全国雑談総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="全国パパ活・出会い系総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="全国LGBT総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="全国メンエス・リフレ・癒し・総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="全国高校野球総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="全国プロ野球総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="全国野球総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="全国サッカー総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="全国グルメ・飲食総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="ニュース雑談総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="チョットHな雑談掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="ネタ雑談掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="Hなサークル掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="鉄道・電車 掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="AKB48・個人掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="AKB48・総合掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="SKE48・個人掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="HKT48・個人掲示板"] h1::after,
div.baloon table tbody tr th.countyTitle[title$="坂道ｼﾘｰｽﾞ・個人掲示板"] h1::after {
    content: "全国" !important;
    background-color: #ffffff;
    border: 1px solid #93bb77;
    color: #4a7a2a;
    border-radius: 2px;
    float: right;
    font-size: 12px;
    height: 16px;
    line-height: 17px;
    margin: auto 4px;
    padding: 0px 3px;
    position: relative;
}

/* 郡詳細・町村名 */
.countyWrap {
	background: #FFF;
	color: #000;
	text-align: left;
	margin: 0 auto;
}
.countyWrap table {
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}
.countyTitle {
	font-weight: normal;
	text-align: center;
	line-height: 15px;
	vertical-align: middle;
	min-width: 80px;
}
.countyWrap .county {
	vertical-align: middle;
	line-height: 10px;
	margin: 0;
	text-align: left;
	padding-left: 5px;
	width: -webkit-calc(100% - 62px);
	width: calc(100% - 62px);
}
.countyWrap .town {
	font-weight: normal;
	font-size: 13px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	display: inline;
	text-align: left;
}
.countyWrap .town::after {
	content: "\30FB";
}
.countyWrap .town:last-child::after {
	content: "";
}
#wrapper{
    max-width: 1000px;
}

/* 掲示板の枠 */
#container {
	border: 1px solid #666;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto 5px;
	padding: 2px;
	width: 96%;
	font-size: 14px;
	display: table;
	max-width: 1000px;
}
#container.main_page {
	margin: 0 auto 5px;
}



/* 掲示板の内枠 */
#container table#inner_container {
	background-color: #FFF;
	border: 1px solid #000;
	min-width: 795px;
	width:100%;
}

hr {
	margin:3px 0;
	height:1px;
	width:100%;
	border-top:1px solid #999;
	border-bottom:none;
	border-left:none;
	border-right:none;
	z-index: 1;
}

/* 総投稿○○件突破！！ */
#comment {
	text-align:center;
	margin:20px 0 20px 0;
	font-size:18px;
	font-weight:bold;
}


/* アクセスランキング国内第○○位！ */
#comment .trafficRank a {
	color: #00F;
	display: inline-block;
	margin: 5px 0 0;
}

#comment .trafficRank span.green {
	color: #090;
}

#menu {margin:0 auto;}

#menu ul {
	width:800px;
	height:30px;
	list-style:none;
	text-align:center;
	margin:0 auto 10px auto;
	padding: 0;
}

#menu li {
	display: inline-block;
	float:none;
	margin: 0 auto;
}

#menu a {
	width:55px;
	height:20px;
	display:block;
	padding:10px 0 0 0;
	color:#BA3A51;
	font-size:12px;
}

#menu a:hover {
	color:#6D1928;
}

/*******************************
 *
 *　カテゴリ一覧
 *
 *******************************/
#menu-body {
	width:auto;
	margin:0 auto;
	padding:0;
    margin-right: 5px;
	text-align:left;
}
#menu-body:hover {
    overflow-y: scroll
}
#menu-body::-webkit-scrollbar{
    width: 7px;
}
#menu-body::-webkit-scrollbar-thumb{
    background-color: #fff;
    border-radius: 10px;
}
#menu-body:hover::-webkit-scrollbar-thumb,
#menu-body::-webkit-scrollbar-thumb:hover{
    background-color: rgb(197, 197, 197);
}


#ctgmenu {
	margin: 0 0 0 auto;
	padding: 0;
	width: 100%;
	max-width: 200px;
	color: #333;
	overflow-x: hidden;
}
#ctgmenu p {
	margin:10px 5px;
}

.menuTopAds {
	text-align: center;
	margin: 0 0 12px auto;
	width: 190px;
}

.ctg_box {
	background-color: #F6F6F6;
	margin: 0 0 12px auto;
	padding: 1px 0 3px;
	text-align: left;
	position: relative;
	width: 190px;
}
.ctg_box ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.ctg_box li {
	border-bottom: 1px solid #c8cfd5;
	margin: 0;
    padding: 4px 0px;
}

ul li#pickup_1 a,
ul li#pickup_2 a,
ul li#pickup_3 a,
ul li#pickup_4 a {
    padding: 0 0 0 2px !important;
}
/* 旭川市・酒田市いじめ総合ピックアップ時にbefore　content: "└";非表示 */
ul li#pickup_1 a::before,
ul li#pickup_2 a::before,
ul li#pickup_3 a::before,
ul li#pickup_4 a::before {
    display: none !important;
}

.bg_camera {
	background: url("https://img2.bakusai.com/p/pictograms/D/F8E2.gif") no-repeat right transparent;
	margin: 0;
}
.ctg_box i.fa.fa-caret-right {
	color: #94a3ae;
	text-align: center;
	transition: all 0.1s ease-in-out 0s;
	width: 7px;
}
.ctg_title,
.bg_rec,
.bg_guide {
	background: #F6F6F6;
	background-color: #F6F6F6;
	border-bottom: 3px solid #0d507e;
	color: #000;
	margin-bottom: 2px;
	padding: 2px;
	width: auto;
}

.ctg_title i.fa {
	color: #0d507e;
	text-align: center;
	width: 17px;
}
.balloon2-top {
    position: relative;
    display: inline-block;
    margin: 0px 0px 5px 2px;
    padding: 4px 3px;
    color: #555;
    font-size: 14px;
    background: #FFF;
    border: solid 1px #555;
    box-sizing: border-box;
    border-radius: 2px;
    max-width: calc(100% + 14px);
    transform-origin: top left;
    transform: scale(0.9, 1);
}
  .balloon2-top:before,
  .balloon2-top:after{
    content: "";
    position: absolute;
    left: 20%;
  }
  .balloon2-top:before {
    position: absolute;
    top: -15px;
    margin-left: -16px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  .balloon2-top:after {
    position: absolute;
    top: -9px;
    margin-left: -9px;
    border: 5px solid transparent;
    border-bottom: 4px solid #555;
    z-index: 1;
  }
  #ctgmenu .balloon2-top p {
    margin: 0;
    padding: 0;
    z-index: 3;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: -0.6px;
}

/* orympic */
.cate_olympic ul {
    background: url(https://img2.bakusai.com/p/img/pickup/olympic2022_back.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px 7px 97px;
}

.cate_olympic li {
    background: #fff;
    padding-left: 4px;
}

.cate_olympic li:first-child {
    border-radius: 5px 5px 0 0;
}

.cate_olympic li:last-child {
    border-radius: 0 0 5px 5px;
}

.cate_olympic:after {
    content: "";
    background: url(https://img2.bakusai.com/p/img/pickup/olympic2022_under.png) no-repeat;
    width: 152px;
    height: 110px;
    display: block;
    position: absolute;
    background-size: contain;
    z-index: 3;
    bottom: 0px;
}

/* 甲子園特集 */

.cate_koshien .ctg_title.bg_new {
    border-bottom: 3px solid #3aac4c;
}

.cate_koshien ul:before {
    background: url(https://img2.bakusai.com/p/img/tokushu/koshien_top_02.png);
    height: 2.6rem;
}
.cate_koshien ul:after {
    background: url(https://img2.bakusai.com/p/img/tokushu/koshien_bottom_02.png);
    height: 2.3rem;
}

.cate_koshien ul:before,.cate_koshien ul:after {
    content: "";
    width: 100%;
    display: block;
    background-size: cover;
	background-repeat: no-repeat;
}

.cate_koshien ul li {
	border-left: solid 3px #88a060;
    border-right: solid 4px #88a060;
}

.ctg_box.cate_koshien li a {
    display: flex;
    align-items: center;
}
.cate_koshien li:nth-of-type(odd) {
    border-bottom: none;
}

.cate_koshien ul a:before {
    content: '';
    width: 20%;
    right: 10px;
    border: 1px solid #909090;
    position: absolute;
    z-index: 1;
}

.cate_koshien ul a:after {
    content: '';
    width: 6px;
    right: 7px;
    border: 0.5px solid #909090;
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
}
.cate_koshien ul li:nth-of-type(odd) a:after {
    margin-top: 6px;
}
.cate_koshien ul li:nth-of-type(even) a:after {
	margin-top: -6px;
}

#ctgmenu .ctg_box.cate_koshien li a p#icon_baseball {
    padding-right: 1px;
	margin: auto 0 auto -2px;
	font-size: 10px;
	line-height: normal;
}
#ctgmenu .ctg_box.cate_koshien li a p {
    z-index: 2;
    background: #F6F6F6;
    line-height: initial;
    box-sizing: border-box;
    margin: 7px 0;
    padding-right: 5px;
	letter-spacing: 0.3px;
}
#ctgmenu .ctg_box.cate_koshien li a:hover p {
    background: #eee;
}
#koshien_school {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 152px;
    gap: 4px;
}
.koshien_school_name {
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}
.koshien_score_victory {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    justify-content: flex-start;
    min-width: 35px;
    font-size: 13px;
}
.koshien_score,
.koshien_victory {
    flex: 0 1 auto;
}
.koshien_score {
    width: 15px;
    text-align: right;
}
.koshien_victory {
    font-family: Segoe UI Emoji;
}

.ctg_box.cate_koshien li:nth-of-type(even):before {
    content: "🆚";
    position: relative;
    bottom: 5px;
    width: 98%;
    text-align: right;
    display: block;
    line-height: 0.3;
}
/* 甲子園特集時、第～試合と表示 不要の場合コメントアウト*/
ul#pickup_match_list {
    background: #88a060;
}
.cate_koshien ul li {
    background-color: #F6F6F6;
}
.cate_koshien ul li:nth-of-type(odd) {
    padding: 8px 0px 4px;
}
.cate_koshien ul li:nth-of-type(even) {
    padding: 4px 0px;
    margin: 0px 0px 16px;
}
.cate_koshien ul li:last-child {
    margin: 0px;
}
#pickup_match_list li:nth-child(1)::before,
#pickup_match_list li:nth-child(3)::before,
#pickup_match_list li:nth-child(5)::before,
#pickup_match_list li:nth-child(7)::before {
    padding: 4px 8px;
    display: block;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -95%);
    background-color: rgb(132, 95, 17);
    color: #FFF;
    font-size: 12px;
}
#pickup_match_list li:nth-child(1)::before {
    content: "第一試合";
}
#pickup_match_list li:nth-child(3)::before {
    content: "第二試合";
}
#pickup_match_list li:nth-child(5)::before {
    content: "第三試合";
}
#pickup_match_list li:nth-child(7)::before {
    content: "第四試合";
}
/* sangiinsenkyo */
.cate_sangiinsenkyo ul {
    background: url(https://img2.bakusai.com/p/img/pickup/sangiinsenkyo2022/sangiinsenkyo_back.jpg);
    background-size: contain;
    background-repeat: no-repeat;
		padding: 47px 7px 105px;
    background-size: 100%;
}

.cate_sangiinsenkyo li {
    background: #fff;
    padding-left: 4px;
}

.cate_sangiinsenkyo li:first-child {
    border-radius: 5px 5px 0 0;
}

.cate_sangiinsenkyo li:last-child {
    border-radius: 0 0 5px 5px;
}

.cate_sangiinsenkyo:after {
    content: "";
    background: url(https://img2.bakusai.com/p/img/pickup/sangiinsenkyo2022/sangiinsenkyo_under.png) no-repeat;
    width: 152px;
    height: 110px;
    display: block;
    position: absolute;
    background-size: contain;
    z-index: 3;
    bottom: 0px;
}

/* メニューリストのカテゴリアイコン */
.ctg_title i.fa.fa-search,
.ctg_title i.fa.fa-flag,
.ctg_title i.fa.fa-star,
.ctg_title i.fa.fa-comments,
.ctg_title i.fa.fa-info-circle,
.pnTitle i.fa.fa-star,
.nfTitle i.fa.fa-desktop,
.nfTitle i.fa.fa-comment,
.nfTitle i.fa.fa-bolt,
.nfTitle i.fa-globe {
	background-color: #C8C8C8;
	border-radius: 2px;
	color: #fff !important;
	font-size: 14px;
	height: 20px;
	line-height: 19px;
	margin-right: 2px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.ctg_title i.fa.fa-search {
	background-color: #b1c4d2;
}
.ctg_title i.fa.fa-flag,
.nfTitle i.fa.fa-bolt {
	background-color: #DC8686;
}
.ctg_title i.fa.fa-star,
.pnTitle i.fa.fa-star {
	background-color: #EAD056;
}
.ctg_title i.fa.fa-comments,
.nfTitle i.fa.fa-comment {
	background-color: #62C66E;
}
.ctg_title i.fa.fa-info-circle,
.nfTitle i.fa.fa-desktop {
	background-color: #768DBE;
	line-height: 20px;
}

.ctg_box .ctg_title .ctgIcon {
	display: inline-block;
	vertical-align: middle;
}
.ctg_box .ctg_title .ctgIcon > img {
	border-radius: 2px;
	height: 20px;
	margin-right: 3px;
	width: 20px;
}
.ctg_box .ctg_title .ctgTitle {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	max-width: 160px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    font-feature-settings: "palt" 1;
}
.ctg_box .ctg_title:has(div.newBadge) .ctgTitle{
    max-width: 135px;
}
div.Featured_ctgTitle {
    max-width: 120px !important;
}
.ctg_box .ctg_title .ctgTitle.thinTitle {
	letter-spacing:-0.06em;
}
.thinTitle_kerning_02 {
    letter-spacing: -0.12em !important;
}
.ctg_box ul span {
    letter-spacing: -1px;
}

.nfTitle i.fa-globe {
	background-color: #639bc4;
}

.nfTitle img {
	border-radius: 2px;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}

.nfTitle .ctgIcon,
.pnTitle .ctgIcon,
.nfTitle .ctgTitle,
.pnTitle .ctgTitle {
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
}

.ctg_box li:last-child {
	border-bottom: none!important;
}

.ctg_box li a,.ctg_box li span.hokkaido-zatsudan {
    font-size: 14px;
	display: block;
	padding: 0 0 0 2px;
	transition: all 0.1s ease-in-out 0s;
	line-height: 23px;
	min-height: 23px;
    word-break: keep-all;
    letter-spacing: -0.5px;
    font-feature-settings: "palt" on;
}
.mac {
    /* Mac OSのみ */
    .ctg_box li a,.ctg_box li span.hokkaido-zatsudan {
        letter-spacing: -0.7px;
    }
}
.menu_overtext_18text {
    font-size: 12px !important;
}
.menu_cate_adjustment {
    font-size: 13px;
    letter-spacing: -0.14em !important;
}
.menu_cate_adjustment_02 {
    font-size: 12px;
    letter-spacing: -0.14em !important;
}

.menu_emoji {
    letter-spacing: 0px !important;
    margin-right: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    font-size: 15px;
    font-family: Segoe UI Emoji;
    position: relative;
    text-decoration: none !important;
    color: #000;
}
.menu_emoji:link,
.menu_emoji:visited,
.menu_emoji:hover,
.menu_emoji:active {
    text-decoration: none;
    text-decoration-color: none;
    color: #000;
}

.ctg_box li a:hover {
	background-color: #eee;
}

/* NEWバッヂ */
#ctgmenu .newBadge {
	background-color: #ffcb00;
	border-radius: 2px;
	color: #000;
	float: right;
	font-family: monospace;
	font-size: 12px;
	height: 14px;
	line-height: 15px;
	margin: 2px 0;
	padding: 0 5px;
	vertical-align: middle;
}

/* オリンピックNEWバッジ */
#ctgmenu .ctg_box.border_new.cate_olympic .newBadge {
    padding: 0 2px;
    margin: 3px 0;
}

/* Chrome */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	#ctgmenu .newBadge {
		line-height: 16px;
	}
}

#ctgmenu h1 {
	font-family: "Meiryo mod 12pt AA", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","monospace" !important;
	font-size: 14px !important;
	font-weight: normal !important;
	margin: 0 0 7px auto;
	padding: 0px !important;
	height: 30px;
	line-height: 30px;
	max-width: 188px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
#ctgmenu:has(div.menuTopAds) h1 {
    max-width: 175px;
    padding: 0 0 0 8px !important;
}
/*******************************
 *
 *　検索生中継
 *
 *******************************/
#title_realsearch,
#title_realserch {
	font-size: 15px;
	letter-spacing: 1px;
	margin: 5px auto;
	text-align: center !important;
}

#realsearch,
#realserch {
	height: 75px;
	letter-spacing: 0;
	margin: 3px auto;
	text-align: left;
	width: 470px;
}

.repolist {
	height: 50px;
	letter-spacing: 0;
	line-height: 19px;
	margin: 0 auto 10px;
	width: 815px;
}

/*******************************
 *
 *　新グローバルメニュー
 *
 *******************************/
#global_header {
	display: table;
	width:100%;
    position: relative;
    z-index: 10001;
}
#global_menu {
	background: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	height: 30px;
	margin: 1px auto;
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
}
#global_menu ul {
	display: block;
	height: 25px;
	line-height: 25px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	min-width: 1070px;
	text-align: center;
	max-width: 1070px;
}
#global_menu li:not(.auth_menu) {
	height: inherit;
	text-align: center;
	display: inline-block;
}
.menu_login .auth_menu,
#global_menu li.auth_menu {
	height: inherit;
	text-align: center;
	min-width: 59px;
	display: inline-block;
}
html.oversea #global_menu li {
	min-width: 65px;
}
#global_menu li:not(.auth_menu) a {
	background: transparent;
	border-radius: 2px;
	color: #000;
	display: block;
	font-size: 12px;
	height: inherit;
	margin-right: 3px;
	padding: 0 2px 0 1px;
	text-decoration: none;
	vertical-align: middle;
	width: auto;
}
#global_menu li:last-child a {
	margin-right: 0;
}
#global_menu li a.currentArea,
#global_menu li a.currentArea:visited,
#global_menu li:not(.auth_menu) a:hover {
	background: #164e79;
	color: #FFF;
}
#global_menu li:not(.auth_menu) a::before {
	display: inline-block;
	content: "";
	height: 25px;
	margin-bottom: 2px;
	vertical-align: middle;
	width: 19px;
}
#global_menu li a.currentArea span,
#global_menu li:not(.auth_menu) a:hover span {
	color: #FFF;
}

#global_menu li.auth_menu a {
	color: #000;
}
.auth_menu.header_login_blue,
.auth_menu.header_login_gray,
#global_menu li.auth_menu.header_login_blue,
#global_menu li.auth_menu.header_login_gray,
.login_tmp  {
    padding: 0px 7px 0px;
    height: 18px;
    border-radius: 3px;
    line-height: 19px;
}

.auth_menu.header_login_blue,
#global_menu li.auth_menu.header_login_blue,
.login_tmp  {
    margin-left: 5px;
    background: #164e79;
    border: solid 2px #164e79;
}

.auth_menu.header_login_gray,
#global_menu li.auth_menu.header_login_gray {
    min-width: 0;
}

.auth_menu.header_login_blue i,
li.auth_menu.header_login_blue i,
.login_tmp  i {
    margin-right: 5px;
    font-size: 15px;
    vertical-align: -1px;
}
.auth_menu.header_login_gray i,
li.auth_menu.header_login_gray i {
    margin-left: 3px;
}
.auth_menu.header_login_gray i,
li.auth_menu.header_login_gray i {
    font-size: 18px;
    vertical-align: middle;
    margin-bottom: 4px;
    color: var(--bakusai_blue);
}
.auth_menu.header_login_gray i{
    margin-bottom: 0px;
}
.auth_menu.header_login_blue a,
#global_menu li.auth_menu.header_login_blue a,
.login_tmp a{
    color: #fff;
}

.auth_menu.header_login_blue a:visited,
#global_menu li.auth_menu.header_login_blue a:visited{
    color: #fff!important;
}

.login_tmp {
    margin-left: 5px;
    background: #164e79;
    border: solid 2px #164e79;
    padding: 0px 4px 0px 4px;
    height: 18px;
    border-radius: 3px;
    line-height: 19px;
    width: max-content;
}

#global_menu li a.header_index_top::before {
	content: "\f015";
    font-family: fontawesome;
    color: var(--bakusai_blue);
    font-size: 18px;
}
#global_menu li a.header_index_top:hover::before {
    color: #FFF;
}
#global_menu li a.area01::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_hokkaido.png") no-repeat scroll center center/20px;
}
#global_menu li a.area02::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_minamitohoku.png") no-repeat scroll center center/20px;
}
#global_menu li a.area15::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_kitakanto.png") no-repeat scroll center center/20px;
}
#global_menu li a.area03::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_minamikanto.png") no-repeat scroll center center/20px;
}
#global_menu li a.area04::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_koshinetsu.png") no-repeat scroll center center/20px;
}
#global_menu li a.area05::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_tokai.png") no-repeat scroll center center/20px;
}
#global_menu li a.area06::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_hokuriku.png") no-repeat scroll center center/20px;
}
#global_menu li a.area07::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_kansai.png") no-repeat scroll center center/20px;
}
#global_menu li a.area08::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_sanyo.png") no-repeat scroll center center/20px;
}
#global_menu li a.area09::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_shikoku.png") no-repeat scroll center center/20px;
}
#global_menu li a.area10::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_kyushu.png") no-repeat scroll center center/20px;
}
#global_menu li a.area11::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_okinawa.png") no-repeat scroll center center/20px;
}
#global_menu li a.area12::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_sanin.png") no-repeat scroll center center/20px;
}
#global_menu li a.area13::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_oversea.png") no-repeat scroll center center/20px;
}
#global_menu li a.area14::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_tohoku.png") no-repeat scroll center center/20px;
}
#global_menu li a.area15::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_kitakanto.png") no-repeat scroll center center/20px;
}
#global_menu li a.area16::before {
	background: transparent url("https://img2.bakusai.com/p/img/icons/ico_nanbukyushu.png") no-repeat scroll center center/20px;
}

#global_menu li a.CHN::before {
	background: url("https://img2.bakusai.com/p/img/overarea/flag_of_China.gif") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}
#global_menu li a.TWN::before {
	background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Taiwan.gif") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}
#global_menu li a.THA::before {
	background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Thailand.gif") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}
#global_menu li a.PHL::before {
	background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Philippines.gif") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}
#global_menu li a.VNM::before {
	background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Vietnam.gif") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}
#global_menu li a.KOR::before {
	background: url("https://img2.bakusai.com/p/img/overarea/flag_of_South_Korea.gif") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}
#global_menu li a.USA::before {
	background: url("https://img2.bakusai.com/p/img/overarea/flag_of_USA.gif") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}
#global_menu li a.IDN::before {
	background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Indonesia.gif") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}
#global_menu li a.RUS::before {
	background: url("https://img2.bakusai.com/p/img/clock/flag_of_Russia.svg") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}
#global_menu li a.UKR::before {
	background: url("https://img2.bakusai.com/p/img/clock/flag_of_Ukraine.svg") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}
#global_menu li a.JPN::before {
	background: url("https://img2.bakusai.com/p/img/overarea/flag_of_Japan.gif") no-repeat scroll center center transparent;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}


#global_menu .auth_menu a::before {
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	margin-right: 4px;
}

#global_menu li a:visited {
	color: #000 !important;
}
a.area03 span,a.area04 span {
    margin-left: -2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#global_menu li a::before {
		position: relative;
		top: -2px;
	}
}

#home, #home a {
	background: url("https://img.bakusai.com/p/img/home.gif") no-repeat scroll left center transparent;
	text-align: right;
	width: 135px !important;
}

#home {
	border-left:solid 1px #C0C0C0 !important;
}

#home a {
	width:133px !important;
}

/* Googleマーク */
#google {
	background: url("https://img.bakusai.com/p/img/google.gif") no-repeat scroll center center transparent;
	border-right: 2px solid #C0C0C0 !important;
	text-decoration: none;
}

#google a:hover {
	border:solid 1px;
	border-top-color:#FFF;
	border-left-color:#FFF;
	border-right-color:#808080;
	border-bottom-color:#808080;
	color:#6D1928;
	text-decoration:none;
}

.vi {
	text-decoration:none;
	visibility:hidden;
}

/*******************************
 *
 *　indexヘッダー
 *
 *******************************/
#header {
	background: #f5f5f5;
	color: #000;
	height: 30px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    z-index: 5;
}
.headerInner {
    display: flex;
    justify-content: space-between;
    height: 30px;
    margin: 0 10px;
}
.head_h{
    display: flex;
	white-space: nowrap;
}
#header h1 ,
#header h2 {
    font-size: 13px;
    font-weight: normal;
    margin: auto 5px;
}

.menu_login {
    display: flex;
}

.auth_menu.header_login_blue{
    width: max-content;
}

/*******************************
 *
 *　掲示板名（スレッド一覧／レス一覧等のローカルルールの下）
 *
 *******************************/
#thr_bbs {
	text-align: center;
}

#thr_bbs strong {
	font-weight: bold;
}


/*******************************
 *
 *　SNS/SBM
 *
 *******************************/
#sbm {
	background: #FFF;
	border: 1px solid #999;
	float: right;
	height: 85px;
	padding: 3px;
	text-align: left;
	width:140px;
}

.thr_sbm {
	position:absolute;
	right:2px;
	top:0;
}

.thr_img/sbm {
	float: right !important;
	height: 184px !important;
	margin: 3px !important;
	text-align: center !important;
	width: 131px !important;
}

#sbm p {
	color: #333;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.title_bk {margin:10px 0 0 0!important;}

.ico_list {
	margin:1px 0 0 1px;
}

.ico_list img {
	border: medium none;
	height: 16px;
	margin: 1px;
	width: 16px;
}

.ico_imglist img {
	border: medium none;
	height: 16px;
	margin: 1px;
	vertical-align: bottom;
	width: 16px;
}

.mov_list {
	margin-bottom:2px;
}

.img_res {
	border: 0 none;
	float: left;
	margin: 0 5px 2px 0!important;
}


/*******************************
 *
 *　indexサブタイトル
 *
 *******************************/
#subtitle {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

/*******************************
 *
 *　ロゴ
 *
 *******************************/

img.baner {
	margin: 10px auto;
}


/*******************************
 *
 *　コンテンツ
 *
 *******************************/
#contents {
	margin-top:0px;
}



/*******************************
 *
 *　障害・お知らせ帯
 *
 *******************************/

#infoAlert {
	display: block;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin: 5px auto;
	padding: 4px 0;
	text-align: center;
}

#infoAlert #oshiraseBg {
	background: #727171;
	border-radius: 2px 0 0 2px;
	color: #ffffff;
	display: inline-block;
	height: 25px;
	margin: 0 -5px 0 0;
	padding: 0 5px 0 8px;
	text-align: left;
	vertical-align: middle;
	width: 80px;
	line-height: 25px;
}

#infoAlert #oshiraseBg i {
	background-color: #fff;
	border-radius: 20px;
	color: #ff3b00;
	line-height: 15px;
	margin-right: 3px;
	text-align: center;
	width: 15px;
}

#infoAlert #osiraseContents {
	background: #fff;
	border: 1px solid #727171;
	border-radius: 0 2px 2px 0;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	max-width: 370px;
	min-width: 355px;
	padding: 0 0 0 5px;
	text-align: left;
	vertical-align: middle;
}

#infoAlert #osiraseContents a {
	text-decoration: underline;
}


/*******************************
 *
 *　メンテ関連
 *
 *******************************/
.mainteInfo {
	background: #FFC;
	border: 1px solid #FC9;
	margin: 3px auto;
	padding: 5px 0 3px;
	text-align: left;
	width: 470px;
}

.mainteInfo div {
	color:#F00;
	text-align:center;
	margin-bottom:3px;
}

/* 検索障害時用 */
#schMainte {
	background: #FFC;
	border: 3px solid #E6E65D;
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
	margin: 5px auto;
	padding: 5px 5px 3px 5px;
	text-align: center;
	width: 440px;
}

/*******************************
 *
 *　掲示板管理メニュー
 *
 *******************************/
#main_menu {
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
}

#main_menu ul {
	margin:3px auto;
	padding:0;
}

#main_menu li {
	border-left: 1px solid #999;
	display: inline;
	list-style: none outside none;
	padding: 0 3px 0 5px;
}


/*******************************
 *
 *　フッターメニュー
 *
 *******************************/
.footerarea {
    width: 100%;
    min-width: 1000px;
    max-width: 1070px;
    margin: 0 auto;
	padding: 5px 0;
	background: #efefef;
	box-sizing: border-box;
    position: relative;
    z-index: 9999;
}

#footerMenu,
#footerMenu_middle {
    display: flex;
    margin: 0 0 0px 15px;
    min-width: 385px;
    width: 100%;
}

#footerMenu_under {
    display: flex;
    margin: 0 0 0px 15px;
    width: 335px;
}

#footerMenu ul,
#footerMenu_middle ul,
#footerMenu_under ul {
  padding: 0;
  width: 190px;
}

#footerMenu li,
#footerMenu_middle li,
#footerMenu_under li {
	list-style: none outside none;
	padding: 0 4px 1px 4px;
	line-height: 20px;
    letter-spacing: -0.5px;
}
#footerMenu li:last-child,
#footerMenu_middle li:last-child,
#footerMenu_under li:last-child {
	border-right: 0;
}
#footerMenu li a,
#footerMenu_middle li a,
#footerMenu_under li a {
	font-size: 13px;
}

#footerMenu i,
#footerMenu_middle i,
#footerMenu_under i {
	margin-right: 5px;
}

div#footerMenu ul.footer_adjustment,
div#footerMenu_middle ul.footer_adjustment,
div#footerMenu_under ul.footer_adjustment {
    width: 260px;
}

#footerMenu_middle i.fa.fa-external-link,
#footerMenu_under  i.fa.fa-external-link{
    margin-left: 2px;
}

#footer .shiftUP {
	bottom: 3px;
	cursor: pointer;
	height: 43px;
	position: fixed;
	right: 3px;
	transition: all 0.1s ease-in-out 0s;
    z-index: 99999;
}

#footer .shiftUP a {
	background: #FFF;
	border: 1px solid #626262;
	bottom: 5px;
	color: #323232;
	display: block;
	float: right;
	font-size: 30px;
	height: 33px;
	line-height: 30px;
	position: absolute;
	right: 5px;
	width: 70px;
	text-align: center;
}

#footer .shiftUP a:hover {
	background: #EBEBEB;
	border: 1px solid #555;
}

.footer_domestic {
    line-height: 16px;
}

.footer_domestic ul {
    margin-right: 20px;
}

.footer_overseas {
	line-height: 16px;
	letter-spacing: 1px;
}

.footer_overseas ul {
    margin-right: 20px;
}

.footer_sns_under_area {
    width: 477px !important;
}
.footer_shadowBan_title {
    width: 212px !important;
}

.footer_shadowBan_area {
    width: 200px !important;
}

.footer_official_account li {
    list-style: none outside none;
	line-height: 18px;
	font-size: 13px;
}

.footer_official_account ul {
    margin: 3px auto;
    padding: 0;
    float: left;
    width: 216px;
}

li.twitter_trbinfo {
    margin-bottom: 6px;
    margin-left: 0px;
    white-space: nowrap;
}

img.footer_sns_icon {
    width: 20px;
    vertical-align: -4px;
    margin-right: 3px;
}

img.footer_X_icon{
    width: 15px !important;
    display: inline;
    vertical-align: -3px !important;
}

img.article_sns_icon {
    width: 16px !important;
    display: inline;
}
img.footer_contents_icon{
    vertical-align: -2px;
    margin-right: 3px;
    width: 15px !important;
    display: inline;
}

img.footer_sns_icon.line_icon {
    vertical-align: -6px;
}

p.title_account {
    margin: 12px auto 3px;
    font-size: 15px;
}

.twitter_margin {
    margin-bottom: 4px;
    margin-left: 0px;
}
li.line_stamp_margin {
    margin-bottom: 2px;
    margin-left: 0px;
}
.line_stamp_store {
    margin-bottom: 3px;
    margin-left: 0px;
    padding-left: 2px;
}
li.line_stamp_store::before {
    content: "└";
}

li.line_stamp_store a img.line_icon {
    width: 28px;
    margin: 0px;
}

li.footer_title {
    font-size: 15px;
    margin-bottom: 8px;
	border-bottom: solid 1px #666;
    width: 187px;
}

li.fMenu-dalete {
    white-space: nowrap;
	letter-spacing: -0.7px !important;
}

/* 公式Twitter吹き出し */
.footer_twi_balloon {
		position: relative;
		display: inline-block;
		margin: 5px 0 6px 5px;
		padding: 3px 6px 1px;
		min-width: 100px;
		max-width: 100%;
		background: #FFF;
		border: solid 1px #3c3c3c;
		box-sizing: border-box;
		border-radius: 6px;
		top: -2px;
		left: 14px;
}

.footer_twi_balloon:before {
		content: "";
		position: absolute;
		top: -11px;
		left: 20%;
		margin-left: -15px;
		border: 5px solid transparent;
        border-bottom: 6px solid #FFF;
		z-index: 2;
}

.footer_twi_balloon:after {
		content: "";
		position: absolute;
		top: -14px;
		left: 20%;
		margin-left: -17px;
		border: 7px solid transparent;
        border-bottom: 7px solid #898989;
		z-index: 1;
}

.footer_twi_balloon.__line {
    min-width: 55px;
}

.footer_twi_balloon.__line:before {
    left: 24%;
}

.footer_twi_balloon.__line:after {
    left: 24%;
}

.footer_twi_text {
    font-size: 11px;
    color: #3c3c3c;
    line-height: 14px;
	white-space: nowrap;
}

.footer_official_account {
    margin-right: 15px;
    width: 215px;
}

#twitterTimeline {
    margin-top: 3px;
    background: #000;
    padding: 5px;
	width: 100%;
    box-sizing: border-box;
    height: 428px;
}

.footerMenuArea {
    display: flex;
    font-feature-settings: "palt" on;
}

.twitterArea {
    width: 100%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-left: -46px;
}

.officialArea {
    display: flex;
    width: 100%;
}

.tw_titleText {
		margin: 4px 3px 5px;
		font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.tw_content_inner {
    background: url(https://img.bakusai.com/p/img/loading/bksiloading_back_h355.gif) no-repeat;
    border-radius: 12px;
    width: 100%;
    height: 418px;
    background-position: center;
    background-color: #FFF;
    background-size: cover;
}

.tw_content_inner a {
    position: relative;
    top: 7px;
    left: 7px;
}
.foot_sns_title {
    width: 198px;
    margin: 0px auto 7px;
    font-size: 15px;
    padding: 2px 6px;
    color: #000;
    border-bottom: solid 1px #000;
    border-left: solid 6px #000;
}
.foot_sns_title.__line {
    border-bottom: solid 1px #06c755;
    border-left: solid 6px #06c755;
	margin-top: 18px;
}

.footerSection.twTimeline {
    width: 100%;
    min-width: 297px;
    position: relative;
}

.footer_timeline_back {
    width: 430px;
    position: absolute;
    top: 38%;
    text-align: center;
}

.footer_timeline_back img {
    width: 80%;
}

  .tw_titleText {
	margin: 4px 8px 3px;
	font-size: 16px;
	color: #55acee;
	font-weight: bold;
	padding-top: 5px;
	line-height: 22px;
  }

  img.footer_sns_icon {
	width: 20px;
	vertical-align: -4px;
	margin-right: 3px;
  }

  img.tw_Timeline_sns_icon {
    width: 18px;
    vertical-align: -4px;
    margin-right: 3px;
  }
  .tw_content_inner a {
	position: relative;
	top: 7px;
	left: 7px;
  }

  /* Twitterリンクタイトル */

  .twitter_title_link {
    padding: 3px 5px;
	display: flex;
	justify-content: space-between;
    align-items: center;
  }

  .tw_follow_text {
	font-size: 13px;
	font-weight: bold;
  }

  .tw_follow_text a {
	color: #000;
  }

  .tw_follow_button a {
	background: #000;
	color: #fff;
	padding: 4px 7px;
	border-radius: 12px;
	font-size: 10px;
	font-weight: bold;
  }

  .tw_follow_button p {
    margin: 2px 0 0;
}

.footer_overseas {
    letter-spacing: -0.01px;
}

/*******************************
 *
 *　フッター
 *
 *******************************/
.copyright {
	color: #000;
	padding-bottom: 10px;
	margin: 5px 0 0;
	text-align: center;
	width: auto;
	display: block;
	font-size: 12px;
	clear: both;
}

.footer-uni-emoji {
	font-size: 12px;
  font-family: Segoe UI emoji;
}
@-moz-document url-prefix() {
  .footer-uni-emoji {
		font-size: 10px;
		vertical-align: 1px;
		}
  }
}

/* 上へ遷移ボタン */
.shiftUp {
	background-color: rgba(160, 160, 160, 0.3);
	border-radius: 2px;
	bottom: 1px;
	position: fixed;
	right: 10px;
	text-align: center;
	z-index: 10;
}

.shiftUp:hover {
	background-color: rgba(210, 210, 210, 0.9);
}

.shiftUp a {
	color: #000;
	display: block;
	font-size: 25px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	width: 65px;
}

.shiftUp a i {
	color: rgba(0, 0, 0, 0.3);
}
.shiftUp a:hover i {
	color: rgba(0, 0, 0, 0.8);
}


/****************************************
 *
 * 広告バナー
 *
 ****************************************/
.banner_top_wapper {
    margin-top: 1rem;   /* 画像掲示板スレ一覧の広告非表示にmargin-top追加 */
}
.banner_top_wapper:has(#banner_top) {
    margin: 0px;
}
.banner_top {
	text-align: center;
	position: relative;
	margin: 20px auto;
	width: 728px;
}
.banner_top > iframe,
.banner_top img {
	border: 1px solid #999;
}

.banner_thr {
	text-align:left;
}

.banner_thr iframe {
	margin: 2px 0;
}

.banner_thr > span {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 2px 0 2px 2px;
	vertical-align: middle;
}


/*******************************
 *
 *　障害・メンテナンス情報
 *
 *******************************/
/* 一覧 */
#trouble {
	font-size:14px;
	margin:10px auto;
	width:560px;
}

#trouble tr {
	background-color:#F3F1E7;
	text-align:left;
}

#trouble th {
	border-top:solid 2px #BEBEBE;
	border-right:dotted 1px #BEBEBE;
	border-bottom:solid 2px #BEBEBE;
	color: #666;
	height: 30px;
	text-align: left;
}

#trouble td {
	border-top:solid 1px #FFF;
	border-right:solid 1px #FFF;
	color:#666;
	height:32px;
	text-align:left;
}

#trouble td.data {
	text-align:center;
	width:100px;
}

#trouble td.body {
	padding-left:5px;
	text-align:left;
	width:450px;
}

/* 詳細 */
#datelis {
	width:500px;
	height:auto;
	margin:15px auto;
	color:#666;
	border:solid 1px #BEBEBE;
	text-align:left;
}

#datelis #title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	text-align: left;
}

#datelis #reg_date {
	border-bottom: 1px dotted #BEBEBE;
	float: right;
	margin: 0 10px 10px 0;
	padding-bottom: 2px;
	text-align: left;
}

#datelis #margin {
	font-size: 15px;
	margin: 10px auto;
	text-align: left;
	width: 100%;
}


#datelis table {
	border-top: solid 2px #BEBEBE;
	border-bottom: solid 2px #BEBEBE;
	font-size: 14px;
	height: 100px;
	min-height: 100px;
	text-align: left;
	width: 450px;
}

#datelis td {
	border-bottom: 1px dashed #BEBEBE;
	font-size:14px;
	text-align:left;
}

#datelis td.data {
	border-right: 2px dotted #003388;
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	text-align: left;
}

#datelis strong {
	display: block;
	margin: 15px;
	text-align: center;
}

#datelis a {
	float: right;
	margin: 0 10px 10px 0;
}


/*******************************
 *
 *　掲示板メニュー
 *
 *******************************/
.bbs_menu {
	height: 30px;
	line-height: 30px;
	text-align: left;
	width: max-content;
}

.bbs_menu span {
	display:inline;
	zoom:1; /* hasLayout を true にする */
}

.bbs_menu a,
.bbs_menu input.updateBtn[type="submit"] {
	background: #FFF;
	border: 1px solid #999;
	color: #383838 !important;
	display: inline-block;
	font-weight: 600;
	margin-right: 4px;
	padding: 0px 5px;
	border-radius: 2px;
	min-height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.bbs_menu a:hover,
.bbs_menu input.updateBtn[type="submit"]:hover {
	background: #0D507E;
	border: 1px solid #0D507E;
	color: #FFF !important;
  cursor: pointer;
}

.bbs_mainmenu {
	margin: 0 auto 4px;
	min-height: 32px;
	vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    padding: 0 5px;
  position: relative;
}

#top_menu .bbs_mainmenu {
    margin: 0 auto;
    min-height: 35px;
    padding: 0 2px 2px;
    line-height: 35px;
    width: 100%;
    box-sizing: border-box;
}

/*******************************
 *
 *　検索
 *
 *******************************/

#mainSchWrap {
	text-align: center;
	margin: 20px auto 15px;
}

.mainSchWrap form.searchForm {
	margin: 0;
	padding: 0;
}

.mainSchWrap form.searchForm .schFormInner {
	border-radius: 25px;
	background: #F3F3F3;
	font-size: 0;
	margin: 0 auto 3px;
	padding: 0;
	position: relative;
	height: 35px;
}
.mainSchWrap form.searchForm .schFormInner:hover {
	box-shadow: 0 1px 0px 0 rgba(152, 152, 152, 0.2),
              0 1px 5px 0 rgba(152, 152, 152, 0.3);
}

input[type="search"].schWordsInpt {
	background: #f3f3f3;
	border: none;
	border-radius: 18px 0 0 18px;
	font-size: 14px;
	height: 35px;
	left: 0;
	padding: 3px 3px 3px 15px;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	-webkit-appearance: none;
}
/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root input[type="search"].schWordsInpt {
		padding: 0 0 0 5px;
	}
}

button[name="submit"]#schWordsSubmit {
	background: #E1E1E1;
	border: 1px solid #E1E1E1;
	border-radius: 0 20px 20px 0 !important;
	display: inline-block;
	display: block;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	padding: 5px 10px 5px 28px !important;
	height: 35px;
	position: absolute;
	right: 0;
	min-width: 110px !important;
	text-align: center;
}

button[name="submit"]#schWordsSubmit:hover {
	background: #D5D5D5;
	background: linear-gradient(to bottom, #D5D5D5 0%,#CBCBCB 100%);
	border: 1px solid #D5D5D5;
}

button[name="submit"]#schWordsSubmit span {
	position: relative;
	display: inline-block;
}
button[name="submit"]#schWordsSubmit span::after {
	color: #595959;
	content: "\f002";
	cursor: pointer;
	font-family: fontawesome;
	font-size: 17px;
	position: absolute;
	left: -25px;
	width: 25px;
	display: inline-block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	button[name="submit"]#schWordsSubmit span::after {
		top: -2px;
	}
}


/* areatop用検索周り */
#mainSchWrap.mainSchWrap form.searchForm .schFormInner {
	background: #E1E1E1;
	border: 4px solid #E1E1E1;
	width: 55%;
}
#mainSchWrap.mainSchWrap form.searchForm .schFormInner:hover {
	box-shadow: 1px 1px 0px 0 rgba(152, 152, 152, 0.2),
              0 1px 5px 0 rgba(152, 152, 152, 0.3);
}
#mainSchWrap input[type="search"].schWordsInpt {
	background: #FFF;
	border: 1px solid #E1E1E1;
	box-shadow: 1px 1px 0 0 #E1E1E1 inset;
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
}

/* menu用検索周り */
#menuSchWrap.mainSchWrap form.searchForm .schFormInner {
	background: #FFF;
	border: 3.5px solid #DEDEDE;
	border-radius: 27px;
	margin: 5px auto 3px;
	height: 27px;
	width: 95%;
}
#menuSchWrap.mainSchWrap form.searchForm .schFormInner:hover {
	box-shadow: 0 1px 0px 0 rgba(152, 152, 152, 0.5);
}

#menuSchWrap input[type="search"].schWordsInpt {
	background: #FFF;
	font-size: 14px;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 7px;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
}
/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root #menuSchWrap input[type="search"].schWordsInpt {
		line-height: 26px;
		padding: 0;
	}
}
#menuSchWrap button[name="submit"]#schWordsSubmit {
	font-size: 12px;
	padding: 0 !important;
	height: 27px;
	min-width: 30px !important;
	margin: 0;
}
#menuSchWrap button[name="submit"]#schWordsSubmit span {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 25px;
}
#menuSchWrap button[name="submit"]#schWordsSubmit span::after {
	font-size: 16px;
	left: -19px;
}

.banner_link {
	margin-bottom:20px;
	clear:both;
}

.img_size {
	font-size:15px;
	color:#666;
	font-weight:bold;
}



#errMesse {
	color: #F00;
	background: #FFC;
	border: 3px solid #FFC49C;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 3px;
}


/*******************************
 *
 *　フォーム
 *
 *******************************/

/* フォーム部分 */
.inqForm {
	border-collapse: collapse;
	min-width: 740px;
}

.inqForm th {
	background-color:#F2F2F2;
	width: 120px;
}

.inqForm th,
.inqForm td {
	border:1px solid #CCC;
	text-align:left;
	padding:5px 10px;
	vertical-align:top;
}

.inqForm .formExample {
	color: #777;
	font-size: 97%;
	line-height: 16px;
}

.inqForm input[type="text"],
.inqForm input[type="email"],
.inqForm input[type="url"],
.inqForm input[type="number"],
.inqForm input[type="password"],
.inqForm input[type="search"],
.inqForm textarea {
	border: 1px solid #AAA;
	border-radius: 1px;
	color: #000;
	font-size: 13px !important;
}
.inqForm input[type="search"] {
	height: 30px !important;
}

:-ms-input-placeholder {
	color: #ADADAD !important;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #ADADAD !important;
	opacity: 1;
}
::-moz-placeholder {
	color: #ADADAD !important;
	opacity: 1;
}

:-moz-placeholder {
	color: #ADADAD !important;
	opacity: 1;
}


input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0;
}

input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0;
}



form.searchForm input[type="submit"] {
	background: #ffda63;
	background: -webkit-linear-gradient(top, #ffda63 0%,#F8D460 100%);
	background: linear-gradient(to bottom, #ffda63 0%,#F8D460 100%);
	background-color: #ffda63;
	border-top: 1px solid #ffda63;
	border-right: 1px solid #F2CB4D;
	border-bottom: 3px solid #e8b920;
	border-left: 1px solid #F2CB4D;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 10px 4px;
	vertical-align: middle;
	min-width: 90px;
}
form.searchForm input[type="submit"]:hover {
	background: #FCD147;
	background: -webkit-linear-gradient(top, #FCD147 0%,#FCCB2E 100%);
	background: linear-gradient(to bottom, #FCD147 0%,#FCCB2E 100%);
	background-color: #ffda63;
	border-top: 1px solid #ffda63;
	border-right: 1px solid #F2CB4D;
	border-bottom: 3px solid #e8b920;
	border-left: 1px solid #F2CB4D;
}
form.searchForm input[type="submit"].normalBtn {
	background: #e4e4e4;
	background: -webkit-linear-gradient(top, #ebebeb 0%,#e4e4e4 100%);
	background: linear-gradient(to bottom, #ebebeb 0%,#e4e4e4 100%);
	border-top: 1px solid #e7e4e4;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #B5B5B5;
	border-left: 1px solid #e7e4e4;
}
form.searchForm input[type="submit"].normalBtn:hover {
	background: #DEDEDE;
	background: -webkit-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
	background: linear-gradient(to bottom, #E4E4E4 0%,#DEDEDE 100%);
	border-top: 1px solid #e7e4e4;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #B5B5B5;
	border-left: 1px solid #e7e4e4;
}

form.searchForm input.normalBtn[disabled][type="submit"] {
	background: #d3d3d3;
	border: 1px solid #d3d3d3;
	color: #454545;
	cursor: not-allowed;
	text-decoration: line-through;
}

/* IME直接入力モード */
.imeKill {
	ime-mode:inactive !important;
}

/* IME日本語入力モード */
.imeActive {
	ime-mode:active;
}

/* 必須入力 */
:required {
	background-color: #fcfcfc;
	border: 1px solid #AAA;
}

input[type="radio"] {
	border-radius: 10px;
}

/* 残り文字数カウント */
.charaRemaining {
	color: #BF526B !important;
}


/********************
*
*	注意文
*
********************/

/* 投稿前の注意 */
#beforePost {
	background-color: #FFF;
	border-radius: 2px;
	margin: 5px auto;
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
}

#beforePost i {
	font-size: 10px;
	margin-right: 5px;
}

#beforePost .bpTitle {
	border-bottom: 3px solid #c8c8c8;
	color: #000;
	font-size: 14px;
	padding: 3px 10px;
    font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3", "sans-serif", "Segoe UI Emoji", "Noto Color Emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "Segoe UI Symbol", "Noto Emoji";
}

#beforePost .bpTitle i {
	font-size: 14px;
}

#beforePost > p {
	margin: 0;
	padding: 10px;
}

#beforePost ul {
	background-color: #FFF;
	font-size: 14px;
	line-height: 22px !important;
	list-style: inside;
	margin: 0;
	padding: 2px 5px 0px !important;
	min-width: -webkit-calc(100% - 20px);
	min-width: calc(100% - 20px);
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
}

#beforePost li {
	border: medium none !important;
	font-size: 14px;
	line-height: 20px;
	list-style: inside none disc;
	padding: 1px 0;
	margin: 0 5px 0 20px !important;
}

/* 規制対象行為（あらし行為、URLの記載） */
#beforePost li .ngPost {
	border-bottom: 1px solid #F00;
	border-radius: 0;
	color: #000;
	margin: 0 2px;
	padding: 1px 3px 1px;
}
/* 書き込み禁止措置 */
#beforePost li .denyPost {
	background-color: transparent;
	border-bottom: 1px solid #F00;
	border-radius: 1px;
	color: #f00 !important;
	margin: 0 2px;
	padding: 0 3px 1px;
}
/* 認証後、正式にスレッド投稿されます文言 */
#beforePost li .bPImgPost {
	color: #000;
	padding: 0 5px;
}
/* 20250303 投稿前の注意デザイン改修 */
dl.caution_Post_wapper {
    border-top: none;
}
#beforePost.caution_Post_box {
    border: 1px solid #c1d6e6;
    padding: 8px;
    box-sizing: border-box;
    color: #000;
    font-feature-settings: "palt" 1;
}
#beforePost.caution_Post_box .bpTitle {
    padding: 5px 10px;
    border-bottom: 3px solid #c1d6e6;
}
#beforePost.caution_Post_box ul {
    background-color: inherit;
    padding: 5px 10px !important;
    box-sizing: border-box;
    width: 100%;
}
#beforePost.caution_Post_box ul li {
    margin: 0px 0px 0px 20px !important;
    list-style: disc;
}
mark.denyMark {
    background: linear-gradient(transparent 55%, rgb(255, 180, 180, 1) 0%);
    padding: 0px 4px 2px;
    box-sizing: border-box;
    margin: 0px 2px;
}

/*******************************
 *
 *　掲示板共通
 *
 *******************************/

/* 全件数 */
#zenken {
	color: #666;
	font-size: small;
	text-align: right;
}

#list {
	line-height: 1.2em;
	padding: 3px;
}

.paging {
	color:#000;
	text-align:center;
	margin:5px 0px 10px;
}

.paging a {
	padding:0;
}

.paging img {
	display:none;
}

.paging_prev,
.paging_number,
.paging_next {
	background: #DDD;
	border: 1px solid #D1D1D1;
	border-radius: 16px;
	color: #000;
	font-size: 14px;
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.paging_prev {
	margin-right: 2px;
	padding: 0 5px;
  min-width: 20px;
}
.paging_number {
	background: #164E79;
	border: 1px solid #164E79;
	color: #FFF;
	font-weight: bold;
	margin: 0 2px;
	padding: 0 5px;
	min-width: 20px;
}
.paging_next {
	margin-left: 2px;
	padding: 0 5px;
  min-width: 20px;
}

.paging_prev::before,
.paging_prevlink a::after,
.paging_next::after,
.paging_nextlink a::after {
	color: #2a2a2a;
	font-size: 23px;
	font-family: fontawesome;
	position: absolute;
	text-align: center;
	width: 17px;
}
.paging_prev::before,
.paging_prevlink a::after {
	content: "\f0d9";
	left: 6px;
}
.paging_next::after,
.paging_nextlink a::after {
	content: "\f0da";
	right: 6px;
}

.paging_prevlink,
.paging_nextlink,
.paging_numberlink {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 2px;
	border-radius: 2px;
	font-size: 0;
}

.paging_prevlink a,
.paging_nextlink a,
.paging_numberlink a{
	background: #FFF;
	border: 1px solid #999 !important;
	border-radius: 16px;
	display: inline-block !important;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0px !important;
	vertical-align: middle;
}
.paging_prevlink a {
	margin-right: 2px;
	padding: 0 5px;
  min-width: 20px;
}
.paging_numberlink a {
	display: inline-block;
	min-width: 20px;
	padding: 0 5px !important;
}
.paging_nextlink a {
	padding: 0 5px;
  min-width: 20px;
}

.paging_prevlink a:hover,
.paging_nextlink a:hover,
.paging_numberlink a:hover {
	background: #164E79;
	display: inline-block;
	border: 1px solid #164E79 !important;
	color: #FFF !important;
}

.paging_prevlink a:hover::after,
.paging_nextlink a:hover::after,
.paging_numberlink a:hover::after {
	color: #FFF;
}

.paging_nex_button {
  text-align: center;
	margin: 5px auto;
}

.paging_nextlink_btn a{
    background: #164E79;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #fff;
    width: 175px;
    text-align: center;
    font-weight: bold;
    gap: 5px;
}
.paging_nex_res_and_button a:hover .paging_next_btn {
    transition: 0.4s;
}
.paging_nextlink_btn a:hover {
	background: #f5f5f5;
	border: 1px solid #164E79;
	color: #164E79;
	box-sizing: border-box;
}

.paging_nex_res_and_button {
    text-align: center;
    margin: 20px auto;
}
.paging_nex_res_and_button a {
    display: flex;
    align-items: center;
    width: 544px;
    border: solid 1px #164E79;
    border-radius: 2px;
    margin: auto;
    gap: 6px;
    transition: 0.4s;
    padding-right: 10px;
    box-sizing: border-box;
    text-decoration: none;
}
.paging_next_btn {
    background: #164E79;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #fff;
    width: 120px;
    text-align: center;
    flex-shrink: 0;
    font-weight: bold;
}
.paging_nex_res_and_button a:hover .paging_next_res {
    text-decoration: underline;
    color: #F00;
    transition: 0.4s;
}
.paging_next_res {
    color: #555;
    position: relative;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    font-feature-settings: "palt" 1;
}
.paging_next_res .fa-commenting {
    margin-right: 2px;
    display: inline;
}
/*******************************
 *
 *　関連掲示板
 *
 *******************************/
#conne {
	width:auto;
	margin:7px;
	vertical-align:bottom;
	display:block;
	font-size:12px;
}

#conne_box {
	background: url("https://img.bakusai.com/p/img/conne_bg.gif") repeat scroll left top transparent;
	border-left: solid 1px #87D3FE;
	border-top: solid 1px #87D3FE;
	border-bottom: solid 1px #5590B1;
	border-right: solid 1px #5590B1;
	display:block;
	margin-top:10px;
	line-height:130%;
	width:auto;
}

#conne_box img {
	position:relative;
	top:-6px;
	left:8px;
}

#conne_box p {
	margin:0;
	padding-left:10px;
	color:#DDD;
}



/*******************************
 *
 *　このスレッド/掲示板のURL
 *
 *******************************/
.urlCopyContainer {
	max-width: 720px;
	padding: 1px 10px 5px;
}

textarea#thrurl,
textarea#thrtag {
	background-color: #FFF;
	border-top: 1px solid #a7a7a7;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #a7a7a7;
	display: inline-block;
	font-size: 14px;
	height: 24px !important;
	line-height: 22px;
	margin-right: 5px;
	overflow: hidden;
	overflow-wrap: break-word;
	padding: 2px;
	resize: none;
	vertical-align: middle;
	width: 480px;
	word-break: break-all;
}

.urlCopyContainer #thr_url i {
	color: #1a1a1a;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	width: 13px;
}
.urlCopyContainer #thr_url i + span {
	vertical-align: middle;
}

/* URLコピーボタン */
.urlCopyContainer {
	min-width: 525px;
	padding: 1px 10px 5px;
}

button.urlCopyBtn {
	background-color: #e4e4e4;
	border-top: 1px solid #CCC;
	border-right: 1px solid #bcbcbc;
	border-bottom: 3px solid #bcbcbc;
	border-left: 1px solid #c4c4c4;
	border-radius: 2px;
	color: #2a3236;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	min-height: 30px;
	padding: 0;
	vertical-align: middle;
	width: 100px;
	pointer-events: auto;
}

button.urlCopyBtn:hover {
	background-color: #D5D5D5;
	border-color: #CCC #BCBCBC #BCBCBC #C4C4C4;
}

textarea#thrurl + button.urlCopyBtn i {
	font-size: 14px;
	line-height: 25px;
	margin-right: 1px;
	vertical-align: middle;
}

textarea#thrurl + button.urlCopyBtn span {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	width: 60px;
	vertical-align: middle;
}



/* tidコピーボタン（Safariとかの場合に警告を出す） */
.tooltipped {
	position: relative;
}
.tooltipped::after {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	border-radius: 3px;
	color: #FFF;
	content: attr(aria-label);
	display: none;
	padding: 5px 8px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: pre;
	word-wrap: break-word;
	z-index: 1000;
}
.tooltipped::before {
	border: 5px solid transparent;
	color: rgba(0, 0, 0, 0.8);
	content: "";
	display: none;
	height: 0;
	pointer-events: none;
	position: absolute;
	width: 0;
	z-index: 1000001;
}
.tooltipped:hover::before,
.tooltipped:hover::after,
.tooltipped:active::before,
.tooltipped:active::after,
.tooltipped:focus::before,
.tooltipped:focus::after {
	display: inline-block;
	text-decoration: none;
}
.tooltipped-s::after {
	margin-top: 5px;
	right: 50%;
	top: 100%;
}
.tooltipped-s::before {
	border-bottom-color: rgba(0, 0, 0, 0.8);
	bottom: -5px;
	margin-right: -5px;
	right: 50%;
	top: auto;
}
.tooltipped-s::after {
	transform: translateX(50%);
}


/*******************************
 *
 *　お知らせ
 *
 *******************************/
/*緊急お知らせindex*/
#toptrbinfo {
	background: #FFC;
	border: 1px solid #FC9;
	color: #393939;
	margin: 7px auto 0;
	padding: 0 0 5px;
	text-align: center;
	width: 500px;
}

#title_toptrbinfo {
	background: #EFEFEF;
	border-bottom: 1px dotted #CCC;
	color: #F00;
	font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Verdana,"ＭＳ Ｐゴシック","MS PGothic","VL Pゴシック","Takao Pゴシック","IPA Pゴシック",sans-serif !important;
	margin-bottom: 3px;
	padding: 3px;
	text-align: center;
}

#title_toptrbinfo strong {
	font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Verdana,"ＭＳ Ｐゴシック","MS PGothic","VL Pゴシック","Takao Pゴシック","IPA Pゴシック",sans-serif !important;
}

#toptrbinfo p {
	border: 0 solid #000;
	margin: 0 auto;
	text-align: left !important;
	width: 410px;
}

#emergency_notice {	/* お知らせやインフォメーションを表示する際の薄黄の枠 */
	background: #FFC;
	border: 1px solid #FC9;
	margin: 3px auto;
	padding: 5px 10px;
	text-align: left;
	width: 790px;
}

#emergency_notice .hydeandseek {
	border-top: 1px dotted #FC9;
	padding: 3px 0 1px;
}

/* 検索のタイトル */
.resultsTitle {
	background-color: #F6F6F6;
	border-bottom: 3px solid #0d507e;
	padding: 6px 0 4px 4px;
}

/*******************************
 *
 *　爆サイ求人告知文
 *
 *******************************/

.bkqad {
	background-color: #edf6ff;
}
.bkqad a {
	background-color: #FFF;
	border: 4px solid #c1d6e6;
	border-radius: 2px;
	color: #000;
	display: block;
	font-size: 14px;
	margin: 6px 0;
	padding: 0 4px;
	position: relative;
	height: 30px;
	line-height: 30px;
}
.bkqad .left {
	padding: 0 20px 0 0;
}
.bkqad .left a {
	width: 100%;
}
.bkqad a:hover {
	background-color: #edf1f5;
	text-decoration: none;
}
.bkqad a::before {
	color: #005f7e;
	content: "\0f0a1";
	font-family: fontawesome;
	padding: 0 5px 0 3px;
}
.bkqad a::after {
	color: #005f7e;
	content: "\0f105";
	font-family: fontawesome;
	font-size: 20px;
	position: relative;
	right: -10px;
	top: 0px;
}

/* Chrome */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.bkqad a::after {
	line-height: 25px;
	}
}

.bkqad a + img[src*="blank.gif"] {
	display: none;
}

/* 残り投稿数 */
.bkqad .left + .right {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}

.remainingPosts {
    font-size: 14px;
    width: fit-content;
    background-color: #FFF;
    border-radius: 15px;
    float: right;
    padding: 3px 5px;
    height: 25px;
    line-height: 25px;
}

.remainingPosts span {
	color: #F00;
}



/*******************************
 *
 *　webFont
 *
 *******************************/

.fa.fa-arrow-right {
	color: #94a3ae;
	font-size: 10px;
	width: 13px;
}
a:hover .fa.fa-arrow-right {
	color: #0d507e;
}

#global #global_menu a:hover i.fa,
a:hover .fa.fa-caret-right {
	color: #0d507e;
}

#global #global_menu li:last-child a:hover i.fa {
	color: #4A58C2;
}

html.oversea #global #global_menu li:last-child a:hover i.fa {
	color: #EF64CA;
}

#global #global_menu a i.fa {
	color: #c5c5c5;
	font-size: 9px;
	height: 15px;
	line-height: 14px;
	margin: 0 0 0 -3px;
	text-align: center;
	vertical-align: middle;
	width: 10px;
}

#global_menu li.auth_menu.notification_icon {
	min-width: 0px;
	text-align: left;
	font-size: 15px;
	position: relative;
}

.unread_notification_outer {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	text-align: center;
	background: red;
	color: #fff;
	z-index: 1;
	position: absolute;
	bottom: 15px;
	right: -4px;
}

.unread_notification_count {
	font-size: 11px;
	letter-spacing: -1px;
	line-height: 16px;
}

/* inc_global */
span.unread_notification_outer.global_outer {
	bottom: 12px;
	right: -5px;
}

/* index */
span.notification_icon {
    position: relative;
}

span.notification_bell {
	font-size: 15px;
	color: #000;
	position: relative;
	top: 2px;
}

span.unread_notification_outer.index_outer,
span.unread_notification_outer.over_outer {
    top: -2px;
}

span.unread_notification_count.global_count {
    position: relative;
    top: -7px;
}

/* マイページ */
.notification_count_area {
    position: relative;
}

.unread_notification_outer.maypage_outer {
    top: 0px;
    right: -7px;
}

span.notification_bell.maypage_bell {
    right: -3px;
}

/*******************************
 *
 *　新textarea 拡縮リサイズ 2016/01/27〜
 *
 *******************************/

/* textarea リサイズボタン領域 */
.resizableContainer {
	float: right;
	font-size: 13px;
}

.ask01_form .resizableContainer {
    float: none;
    display: inline-block;
}

/* textarea リサイズボタン */
.resizableContainer button#resizeBtn {
	background-color: #EDEDED;
	border-top:1px solid #eaeaea;
	border-right:1px solid #b3b2b1;
	border-bottom:1px solid #b3b2b1;
	border-left:1px solid #eaeaea;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	font-size: 10px;
	height: 23px;
	letter-spacing: 0.5px;
	line-height: 20px;
	margin: 1px 2px 1.5px;
	padding: 0 5px;
	position: relative;
}
.resizableContainer button#resizeBtn i {
	font-size: 14px;
	vertical-align: -2px;
}

textarea#resizable {
	min-height: 150px;
    max-height: 700px;
}

/* ボタン押下で.taEnlargeを付加して、jQuery Autosizeを使用しても縦幅を維持させる */
textarea#resizable.taEnlarge {
	min-height: 450px;
}


/*******************************
 *
 *　旧textarea 拡縮リサイズ
 *
 *******************************/

.textarea-zoom#resize-demo {
	height:450px;
	min-height:450px;
}
.swap #resize-off,
#resize-on {
	display:block;
}
.swap #resize-on,
#resize-off {
	display:none;
}

a.switch_zoom {
	font-size: 12px;
}

a.switch_zoom .fa-plus-square-o {
	color: #00F;
	font-size: 13px;
}

a.switch_zoom .fa-minus-square-o {
	color: #F00;
	font-size: 13px;
}



/*******************************
 *
 *　投稿フォームツールチップ のデザイン変更
 *	適用 2016/02/04〜
 *
 *******************************/

.tipso_style {
	border: 0 solid transparent !important;
	padding: 0 0px !important;
	vertical-align: baseline !important;
}

a .tipso_style {
	cursor: pointer;
}

input.tipso_style,
textarea.tipso_style {
		cursor: text;
	padding: 1px !important;
}

.tipso_style i {
	border-radius: 12px;
	color: #696969 !important;
	display: inline-block;
	font-size: 15px !important;
	height: 15px !important;
	line-height: 17px !important;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 15px !important;
}

span.res_auth_mode {
	background-color: #ffd700;
	padding: 4px;
    font-weight: bold;
}

span.res_auth_mode.user_only {
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}

.tipso_style .tipso_button {
	border-radius: 8px;
	background-color: #696969;
	color: #fff !important;
	display: inline-block;
	font-size: 10px !important;
	height: 16px !important;
	line-height: 16px !important;
	position: relative;
	top: -1px;
	vertical-align: middle;
	text-align: center;
	width: 28px !important;
	font-weight: normal;
}

.tipso_content {
	text-align: left;
}

.tipso_content ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.tipso_content .readMore {
	display: block;
	font-size: 87%;
	margin: 3px 0 0;
	padding: 0 2px;
	text-align: right;
}
.tipso_content i {
	display: inline-block;
	font-size: 15px !important;
	margin-right: 2px;
	vertical-align: -1px;
}

.tipso_content a {
	border-bottom: 1px solid #2f2f2f;
	border-radius: 1px;
	color: #000 !important;
	margin-right: 0;
	padding: 2px 3px 0;
	text-decoration: none !important;
}
.tipso_content a:hover {
	background-color: #DDD;
}


.tipso_bubble {
	background: #FFF none repeat scroll 0 0 !important;
	border: 3px solid #AAA;
	border-radius: 2px !important;
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
	color: #000 !important;
}

.tipso_bubble.top > .tipso_arrow,
.tipso_bubble.bottom > .tipso_arrow {
	border-color: transparent !important;
}

/* 上付きバルーン */
.tipso_bubble.top > .tipso_arrow::before {
	border-top: 10px solid #AAA;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	content: "";
	left: -12px;
	margin: -7px 0 !important;
	position: absolute;
	top: 0;
}

.tipso_bubble.top > .tipso_arrow::after {
	border-top: 8px solid #FFF;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	left: -10px;
	margin: -9px 0 !important;
	position: absolute;
	top: 0;
}


/* 下付きバルーン */
.tipso_bubble.bottom > .tipso_arrow::before {
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #AAA;
	border-left: 10px solid transparent;
	content: "";
	left: -11px;
	margin: -15px 0 !important;
	position: absolute;
	top: 0;
}

.tipso_bubble.bottom > .tipso_arrow::after {
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #FFF;
	border-left: 8px solid transparent;
	content: "";
	left: -9px;
	margin: -8px 0 !important;
	position: absolute;
	top: 0;
}


/*******************************
 *
 *　jQuery UI のデザイン変更
 *
 *******************************/
.ui-widget-content {
	background: #FFF none repeat scroll 0 0 !important;
	border: 1px solid #f9f9f9 !important;
	color: #333 !important;
	-webkit-box-shadow: 1px 1px 2px #656565 !important;
	box-shadow: 1px 1px 2px #656565 !important;
}
#ctgmenu + .ui-widget-content {
	width: 135px;
}

.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-widget-content .ui-state-hover,
.ui-autocomplete .ui-widget-header .ui-state-hover,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-widget-content .ui-state-focus,
.ui-autocomplete .ui-widget-header .ui-state-focus {
	background:#EEE !important;
	background-color:#EEE !important;
	border:1px solid #EEE !important;
	color:#000 !important;
	font-weight: normal !important;
}


/*******************************
 *
 *　jQuery UI カレンダーのデザイン変更
 *
 *******************************/
/* カレンダー */
#ui-datepicker-div {
	margin-top:11px !important;
	z-index:1001!important;
}

.ui-widget-header {
	background:#FE6F6F none repeat scroll 0 0 !important;
	border:1px solid #FE6F6F !important;
	border-radius:0;
	height: 25px;
	line-height: 25px;
}
.ui-widget-header select {
	vertical-align: initial;
}


/* カレンダー輪郭 */
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	background:#fff none repeat scroll 0 0;
	border:4px solid #11468f;
	border-radius:1px;
	box-shadow:1px 3px 1px rgba(0, 0, 0, 0.5);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color:#00161f !important;
	font-size:16px;
	padding:4px 2px;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
	background:#FE6F6F none repeat scroll 0 0 !important;
	border: 1px solid #FE6F6F !important;
	color: #000 !important;
	font-weight: bold !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	min-width:60px;
	width:40% !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
	border-bottom: 1px solid #e0e0e0 !important;
	box-shadow: none !important;
}

.ui-corner-all {
	border-radius: 2px;
}


/* 選択日 */
.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background:#11468f none repeat scroll 0 0 !important;
	border:1px solid #11468f !important;
	box-shadow: 0 -2px 0 0 #001129 inset;
	color:#FFF !important;
}

/* 日曜日 */
.ui-datepicker-week-end a {
	background:#feebeb none repeat scroll 0 0 !important;
	border:1px solid #edbdbd !important;
}

/* 土曜日 */
.ui-datepicker-week-end:nth-child(7) a {
	background:#e4effe none repeat scroll 0 0 !important;
	border:1px solid #b9d0f1 !important;
}

/* 今日 */
.ui-datepicker-today a {
	background: #fd7c4d none repeat scroll 0 0 !important;
	border: 1px solid #ed693a !important;
	color: #fff !important;
}

table.ui-datepicker-calendar tbody td a:hover {
	background:#F5AC92 none repeat scroll 0 0 !important;
	border:1px solid #F5AC92;
	color:#000 !important;
	font-weight: bold !important;
}



/* 今日への遷移ボタン・閉じるボタン */
.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all,
.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
	border-radius:1px;
	font-size:13px;
	font-weight:bold;
}

/* 今日への遷移ボタン */
.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
	background: #f93535 none repeat scroll 0 0 !important;
	border-color: #f93535 #f93535 #c90000 !important;
	border-radius: 2px;
	border-style: solid !important;
	border-width: 1px 1px 3px !important;
	color: #fff !important;
}

/* 閉じるボタン */
.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
	background:#e8e3e1 none repeat scroll 0 0 !important;
	border-top:1px solid #CFC9C7 !important;
	border-right:1px solid #CFC9C7 !important;
	border-bottom:3px solid #C6C6C6 !important;
	border-left:1px solid #CFC9C7 !important;
	color:#000 !important;
}

/* カレンダーボタンアイコン */
.ui-datepicker-trigger {
	background-color:#FFF;
	border-top:1px solid #b5b5b5;
	border-right:1px solid #aea4a4;
	border-bottom:1px solid #aea4a4;
	border-left:1px solid #cdcccc;
	border-radius: 2px;
	color:#c11c1c;
	cursor:pointer;
	font-size:14px;
	height:18px;
	line-height:13px;
	margin:0 0 0 -1px;
	padding:0;
	vertical-align:middle;
	width: 35px;
}
/***************************
 *
 *	お問い合わせナビゲーション
 *
 ****************************/
/* 手順 */
#stepProcess {
	margin: 0 0 30px;
  background: #f4f4f4;
  padding: 20px 0;
  border-radius: 2px;
}

#stepProcess .stepEach {
	display: inline-block;
	border: 3px solid #0d507e;
	vertical-align: top;
	height: 35px;
	max-width: 200px;
  width: 20%;
  min-width: 150px;
	margin: 10px 4px;
	background: #FFF;
	position: relative;
  color: #666;
  font-weight: bold;
}

#stepProcess .stepEach:before {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  border: 17.5px solid transparent;
  border-left: 18px solid #fff;
  z-index: 2;
}

#stepProcess .stepEach:after {
  content: "";
  position: absolute;
  top: -2.5px;
  right: -43px;
  border: 20px solid transparent;
  border-left: 20px solid #0d507e;
  z-index: 1;
}

#stepProcess .stepEach:first-child{
  margin-left: 10px;
}

/* STEPタイトル */
#stepProcess .stepTitle {
	text-align: center;
	line-height: 18px;
	height: 35px;
	font-size: 15px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	max-width: 200px;
  width: 20%;
  min-width: 150px;
	margin: 0 auto;
	vertical-align: middle;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	white-space: nowrap;
}

/* STEP現在地 */
#stepProcess .stepEach.active {
	background: #0d507e !important;
  color: #fff;
}
#stepProcess .active:before {
  content: "";
  position: absolute;
  top: 42%;
  right: -36px;
  margin-top: -15px;
  border: 18px solid transparent;
  border-left: 18px solid #0d507e !important;
  z-index: 2;
}

/* Ask用margin */
article.step_nav.forAsk {
	margin: 30px 0 0;
}
table.inqForm.forAsk {
	margin-bottom: 30px;
}

article.step_nav.forshoppr {
    margin-top: 20px;
}

blockquote {
    position: relative;
    padding: 10px 15px 10px 30px;
    box-sizing: border-box;
    background: #efefef;
    color: #555;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    margin-inline-start: 15px;
    margin-inline-end: 15px;

}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 18px;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

a[href="/thr_tl/acode=1/ctgid=104/bid=4640/"],
a[href="/thr_tl/acode=3/ctgid=108/bid=555/"],
a[href="/thr_tl/acode=1/ctgid=108/bid=548/"],
a[href="/thr_tl/acode=7/ctgid=108/bid=572/"],
a[href="/thr_tl/acode=10/ctgid=108/bid=114/"] {
	letter-spacing:-0.8px;
}

/*  PCはハンバーガーメニュー表示しない */
#menu_header {
	display: none;
}

/************************
 * 爆サイノベルティ
 ************************/
.goods_info_frame {
	margin: .5rem 0;
}

.goods_info_frame a {
	font-size: 1rem;
	font-weight: bold;
	text-decoration: underline;
	color: #ff0000;
}

p.goods_txt {
    font-size: 1rem;
    font-weight: bold;
    color: #ff0000;
    text-decoration: underline;
}


h2.share_h2 {
	line-height: initial;
}

/************************
 * 設定済みお名前の表示
 ************************/
.user_name_area {
	font-size: 0.6em;
	margin-top: -3px;
    flex-shrink: 0;
}

.user_name_area .user_name_icon {
	color: #fff;
	font-size: 8px;
}

/************************
 * スタンプ投稿の表示
 ************************/
.resbody .res_stamp {
	width: 200px;
}

/************************
 * 固定ページ用パンくずリスト
 ************************/
.fixedpage_breadcrumbs {
    margin: 0 auto 3px 4px;
    border-bottom: solid 1px #999;
    padding-bottom: 3px;
}

/* 20211011 地域分割ポップアップ */
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 500px;
    max-width: max-content;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 20px 10px;
    margin: 0px;
    font-size: 16px;
    text-align: center;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #000;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    text-align: center;
}
.onetime_popup_content img {
    width: 100%;
}
/* Unicode絵文字 */
.pc-fukidashi-emoji {
	font-size: 20px;
	margin-right: 2px;
    font-family: Segoe UI emoji;
    display: inline-block;
}

.pc-fukidashi-emoji-position-t {
	font-size: 20px;
	top: 2px;
}


.pc-fukidashi-emoji-position-common{
	position: relative;
	margin-right: 2px;
    font-family: Segoe UI emoji;
}
.pc-fukidashi-emoji_a {
	font-size: 20px;
	bottom: 2px;
}

.pc-fukidashi-emoji_b {
    font-size: 22px;
    bottom: 1px;
}

#largeBbsTitle .countyWrap .county i.fa.emoji_youtube {
    color: red;
    font-size: 22px;
    vertical-align: text-bottom;
    padding-right: 0;
}

/*===========
Top Page History
===========*/
img.arrow-img-right {
    width: 20px;
    position: absolute;
    top: 60px;
    left: 640px;
    opacity: 0.5;
}
.arrow-right::after {
    content: "";
    background-color: rgba(0,0,0,0);
    width: 50px;
    height: 400px;
    position: absolute;
    top: 1px;
		left: 630px;
}
.arrow-left {
	visibility: hidden;
}
img.arrow-img-left {
    width: 20px;
    position: absolute;
    top: 60px;
    left: -1px;
    opacity: 0.5;
    transform: scale(-1, 1);
}
.arrow-left::after {
    position: absolute;
    top: 1px;
    right: 622px;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
    width: 50px;
    height: 400px;
}
.arrow-img-background {
    background: #FFF;
    border-radius: 7px;
    padding: 10px;
}
.arrow-area {
	width: 100%;
	height: 0;
	position: relative;
	z-index: 10;
}

.scroll-box {
    display: flex;
      overflow-x: hidden;
      overflow-y: hidden;
      width: 100%;
      height: 510px;
      position: relative;
      padding: 0 5px;
}
/* Firefoxのみ */
_:lang(x)::-moz-placeholder, .scroll-box {
    height: 530px;
}
.scroll-box:hover {
	overflow-x: auto;
}
.scroll-box::-webkit-scrollbar{
	height: 5px;
}
.scroll-box::-webkit-scrollbar-track{
	background: #fff;
	border: none;
	border-radius: 8px;
	box-shadow: inset 0 0 2px #777;
}
.scroll-box::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 8px;
	box-shadow: none;
}
.f-box-area img {
	width: 175px;
	height: auto;
	padding: 10px 10px 15px 12px;
}
.f-text-area {
	padding: 5px 10px 15px 10px;
}
.top_page_history_GreetingEmoji {
    width: 20px !important;
    height: auto !important;
    vertical-align: sub;
    padding: 1px 0px !important;
}
.his-heading {
	font-size: 16px;
	font-weight: bold;
	height: 39px;
}
.his-date {
	font-size: 13px;
	margin-bottom: 10px;
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	letter-spacing: -0.01em;
}
.his-comment {
	font-size: 14px;
	text-align: justify;
	font-family: segoe UI emoji;
    font-feature-settings: "palt" on;
}

#beforePost ul.no_login_caution{
    margin: 10px auto 20px 24px;
    background-color: #fcfcfc;
    min-width: max-content;
    width: auto;
  }
  #beforePost.regulation_thr_wrap .bpTitle {
    font-size: 14px;
    font-weight: bold;
    border: none;
    margin: 10px auto;
}
#beforePost.regulation_thr_wrap ul.no_login_caution {
    margin: 10px auto 15px;
}
#beforePost.regulation_thr_wrap .login_tmp {
    border-radius: 0;
    height: 40px;
    width: 270px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
#beforePost.regulation_thr_wrap .login_wrap {
    display: flex;
    gap: 10px;
}
#beforePost.regulation_thr_wrap a {
    text-decoration: none;
}
#beforePost.regulation_thr_wrap i {
    font-size: 16px;
    margin-right: 16px;
}
#beforePost.regulation_thr_wrap .login_tmp.__login {
    background: #fff;
}
#beforePost.regulation_thr_wrap .login_tmp.__login a {
    color: var(--bakusai_blue);
}
#beforePost.regulation_thr_wrap br{
    display: none;
}
.saml_login_bold{
    font-size: 14px;
    text-decoration: underline;
}
.no_login_caution .login_tmp {
    margin: 0px;
}

.user_only_tag {
    margin: 10px 5px;
}
/* TOPページhistory fancyboxのscript */
    div.fancybox__container {
        z-index: 9999;
    }
    .fancybox__viewport.is-draggable {
        cursor: auto;
    }
    div.fancybox__backdrop {
        background-color: #000 !important;
        opacity: .8 !important;
    }
    div.fancybox__track {
        height: 90%;
        position: relative;
        top: 5%;
    }
    div.fancybox__caption {
        width: 92vh !important;
        font-size: 13px;
        font-weight: 700;
        line-height: 1em;
        width: inherit;
        padding:8px 0px 0px;
        display: block !important;
  opacity: 1 !important;
    }
    .custom-counter {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999;
        text-align: left;
        padding: 2px 0px 0px;
    }
    .custom-close-button {
        position: absolute;
        bottom: 16px;
        right: 16px;
        z-index: 10000;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        border-radius: 4px;
        padding: 8px;
        cursor: pointer;
    }
    .custom-close-button svg {
        width: 24px;
        height: 24px;
        display: block;
    }
    /* 矢印ナビゲーションを画像の上に表示 */
    div.fancybox__nav {
        z-index: 9999 !important;        /* 前面に表示 */
        pointer-events: none;            /* 背景を触れなくする */
        position: absolute !important;
        width: 90%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* ボタン自体はクリック可能に */
    .fancybox__nav .f-button {
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    .fancybox__container.is-user-active .fancybox__nav .f-button {
        opacity: 1;
        pointer-events: auto;
      }
    .fancybox__nav .is-prev,
    .fancybox__nav .is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    }

    .fancybox__nav .is-prev {
    left: 10px;
    }

    .fancybox__nav .is-next {
    right: 10px;
    }
    /* アニメーション */
    .fancybox-fadeIn {
        animation: fancyboxFadeIn 0.4s ease both;
    }
    
    .fancybox-fadeOut {
        animation: fancyboxFadeOut 0.3s ease both;
    }
    
    @keyframes fancyboxFadeIn {
        from {
        opacity: 0;
        }
        to {
        opacity: 1;
        }
    }
    
    @keyframes fancyboxFadeOut {
        from {
        opacity: 1;
        }
        to {
        opacity: 0;
        }
    }
    

/* search page */
.srcResultList .seottl_h2,
#list .seottl_h2{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ ProN W3",sans-serif;
	font-size: 14px;
	display: inline;
	font-weight: normal;
	word-break: break-word;
}
.sch-img .seottl_h2{
	color: #00f;
	font-size: 12px;
	height: 40px;
	line-height: 14px;
	font-weight:normal;
    margin: 0 auto 3px;
}

#bakur-thread-meta {
    display: none;
}

/*** release info ***/
.release_info_frame {
    margin-bottom: 24px !important;
    border: 1px solid #999999;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    width: max-content;
}

.release_info {
    font-size: 14px;
    text-align: center;
    padding: 3px 15px;
}

.release_info a {
    vertical-align: middle;
}

.release_info i.fa.fa-bell {
    background-color: #ffcb00;
    border-radius: 2px;
    color: #fff !important;
    font-size: 14px;
    height: 20px;
    line-height: 19px;
    margin-right: 2px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
a.mypage_release{
    display: contents;
}
#infoTitel2{
	width:390px;
	height:24px;
	display:inline-block;
	line-height:24px;
	margin:5px auto;
	font-size:small;
}

#oshiraseBg{
	width:50px;
	height:24px;
	background:url({{$SD.imgsrv}}/p/img/infoTitleBg4.gif) no-repeat top left;
	padding:0 0 0 20px;
	float:left;
	color:#ffffff;
	text-align:left;
}

#osiraseContents{
	width:300px;
	height:22px;
	line-height:22px;
	background:#ffffff;
	border:1px solid #727171;
	border-right:solid 6px #727171;
	float:left;
	padding:0 0 0 5px;
	text-align:left;
}


/* 裏技ブンブン */
.bunbun_popup {
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 100;
  margin: auto auto auto 0;
}

.bunbun_popup img {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
  -webkit-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
}

.bunbun_buruburu {
	display: block;
	animation: hurueru .1s infinite;
}

@keyframes hurueru {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
body.noframe_body {
    margin:auto;
    max-width: 1070px !important;
}
body.noframe_body .bunbun_popup {
  margin: 0 auto;
}

.bunbun_popup {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

/* 総選挙バナー */
.sousenky_banner {
    margin: 20px 0;
}

/* メニューのカメラ絵文字 */
span.emoji_camera {
    position: absolute;
    right: 0;
    margin-right: 2px;
}

/* UU数表示 */
.bakusai_uu {
    font-size: 12px;
    font-weight: normal;
    margin: auto 5px;
	font-family: HiraKakuProN-W3;
}
.bakuUu_yesterday {
    color: var(--bakusai_blue);
    font-weight: bold;
}
.bakuUu_today {
    color: #E36162;
    font-weight: bold;
}
.baku_uu_balloon {
    position: relative;
    padding: 1px 5px 1px;
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
	border: 0.5px solid #bcbcbc;
	color: #444;
}
.baku_uu_balloon:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 4px;
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #fff;
    border-bottom: 5px solid transparent;
}
.baku_uu_balloon:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 3px;
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #bcbcbc;
    border-bottom: 6px solid transparent;
}

/* エラーページ */
.error_title {
    text-align: center;
    margin: 50px auto 30px;
    display: flex;
    justify-content: center;
	align-items: end;
	height: 95px;
}
.error_title img {
    width: 99px;
    height: 95px;
    margin-right: 8px;
}
h1.accessError_h1 {
    font-size: 55px;
    color: #555555;
	margin-bottom: 28px;
}
.errorImg_wrap {
    margin-bottom: 50px;
}
.errorImg {
    position: relative;
    width: 300px;
	height: 260px;
    margin: 0 auto 40px;
}
.errorImg img {
    display: block;
}
h2.accessError_h2,
h3.accessError_h3,
h4.accessError_h4 {
    text-align: center;
    line-height: 26px;
}
h2.accessError_h2 {
    font-size: 28px;
    margin-bottom: 14px;
    color: #555555;
	line-height: 33px;
}
h3.accessError_h3,
h4.accessError_h4,
.maintenance p {
    font-size: 18px;
    font-weight: normal;
    color: #555555;
}
.maintenance_arrow {
    position: relative;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    top: 487px;
    left: -18px;
    margin: 0 auto 73px;
}
.maintenance_arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 457px;
    width: 32px;
    height: 3px;
    background: #555555;
}
.maintenance_arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 431px;
    width: 0;
    height: 0px;
    border: 14px solid;
    border-color: transparent #555555 transparent transparent;
}
.maintenance {
    text-align: center;
    color: #2d2d2d;
}
.maintenanc_site {
    font-size: 20px;
    font-weight: bold;
    border: solid 1px #999999;
    width: max-content;
    margin: 0 auto 17px;
    padding: 5px 13px;
    border-radius: 10px;
}
.refresh_balloon {
    text-align: center;
    position: absolute;
    top: 43px;
    left: -98px;
    width: 86px;
    height: 86px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: #e3e3e3;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 13px;
    cursor: pointer;
}
.refresh_balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #e3e3e3;
    z-index: 0;
}
.refresh_icon img {
    width: 41px;
    margin: 0 auto;
}
.refresh_click {
    margin-top: 6px;
}
.error_code_text {
    text-align: center;
    font-size: 30px;
    color: #555555;
    margin: 0 auto 30px;
}

/* 管理人ネームとマーク */
span.res_kanrinin_mark {
    display: inline;
	position: relative;
    bottom: 3.5px;
}

span.res_kanrinin_mark img {
    width: 13px;
    position: relative;
    top: 5px;
	margin-left: 4px;
}
/* 投稿者が管理人の場合 */
.operation_authentication_user_name {
    color: #9B8732;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-weight: bold;
    white-space: nowrap;
}
span.operation_authentication_mark {
    box-sizing: border-box;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    color: #FFF;
    border-radius: 50%;
    padding: 3px;
    font-size: 8px;
    bottom: 2px;
    position: relative;
}
.operation_authentication_mark i.fa.fa-star {
    position: relative;
    top: 0px;
}
.res_kanrinin_block:has(.operation_authentication_user_name) {
    background: #FFF !important;
}
/* Twitter 埋め込み */
#twitter_display_frame {
    width: 100% !important;
    height: 418px !important;
    display: block;
    z-index: 1;
    position: relative;
    border: none !important;
    background-color: #FFF;
    overflow-x: hidden;
    border-radius: 12px;
    scrollbar-width: auto;
    scrollbar-color:  rgb(197, 197, 197);
}
#twitter_display_frame::-webkit-scrollbar {
    width: 8px;
    height: 20px;
    border-radius: 0px 12px 12px 0px;
    background-color: #FFF;
}
#twitter_display_frame:hover::-webkit-scrollbar-thumb {
    display: block;
}

#twitter_display_frame::-webkit-scrollbar-thumb {
    background-color: rgb(197, 197, 197);
	border-radius: 8px;
	box-shadow: none;
    display: none;
}


#twitter_display_frame a {
    left: 0px;
    top: 0px;
}

.twitter_tweet_box {
    display: flex;
    padding: 10px 5px 10px 0px;
    border-bottom: solid 1px #EEE;
    margin-bottom: 4px;
}
.bakusai_twitter_icon_box {
    display: inline-block;
    margin: 0px 2px 0px 0px;
    border-radius: 30px;
    border: solid 1px #FFF;
}

.bakusai_twitter_icon img{
    width: 34px;
    height: 34px;
    object-fit: cover;
    object-position: center;
}

.twitter_links{
    display: flex;
    gap: 7px;
    justify-content: space-between;
    width: 310px;
    align-items: center;
}

.twitter_id_links span {
    color: #536471;
}

.twitter_id_links a {
    text-decoration: none;
    letter-spacing: -0.05em;
}

.twitter_id_links img{
    margin: 0px;
    width: 13px;
    vertical-align: -1px;
}

.twitter_id{
    width: 38px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.bakusai_twitter_link{
    width: 100px;
    height: 100px;
}
.twitter_tweet{
    line-height: 1.2rem;
}

.twitter_name {
    font-size: 14px !important;
    overflow: hidden;
    letter-spacing: inherit;
    word-spacing: normal;
    color: #333 !important;
    font-weight: bold;
    margin: 0px !important;
    text-wrap: nowrap;
    text-align: justify;
    line-height: 1.2rem;
    background: #FFF;
    border-bottom: none;
    padding: 0px;
    box-shadow: none;
}

.tweet_content{
    font-size: 13px;
    color: #000 !important;
    text-decoration: none;
    text-decoration-line: none;
    text-align: justify;
}

.tweet_content a {
    text-decoration: none;
    text-decoration-line: none;
    color: #000 !important;
}
.hashtag_area{
    margin: 15px 0px;
    flex-wrap: wrap;
    position: relative;
    z-index: 11;
}

.hashtag_area ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
    padding: 0px !important;
}
.hashtag_link{
    list-style: none;
    font-size: 13px;
}
.hashtag_area ul li:first-child,
.hashtag_area ul li:last-child{
    gap: 0px !important;
}

.hashtag_area a {
    color: #1d9bf0 !important;
}

.hashtag_area a {
    text-decoration-line: #1d9bf0 !important;
}

.twitter_hashtag {
    color: #000;
}

.twitter_top_link{
    display: block;
    background-color: #000;
    padding: 8px;
    width: 200px;
    text-align: center;
    margin: 12px auto;
    border-radius: 30px;
    height: 20px;
}

.twitter_top_link a {
    position: relative;
    top: none !important;
    left: none !important;
}

.twitter_top_link p {
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    margin: auto !important;
}

.tweet_iframe-container{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
    border-radius:12px;
}

.tweet_iframe-container img{
    width: 100%;
    display: flow;
    border-color: rgb(207, 217, 222);
}

.tweet_imp_response{
    display: flex;
    margin-top: 10px;
}

.tweet_imp_count,
.tweet_response_count{
    position: relative;
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

.tweet_response_count{
    margin-left: 20px;
}

.tweet_response_count > span,
.tweet_imp_count > span{
    margin-left: 5px;
}

/* エリアTOP画像掲示板　導線 */
#landscape_area_ctg{
    padding: 0px;
    background-color: #F6F6F6;
    margin: 0 0 12px auto;
    text-align: left;
    position: relative;
    width: 190px;
}

#beautiful_scenery_bulletin_board {
    content: "";
    background-color: #F6F6F6;
    border: 1px solid #c8cfd5;
    width: 178px;
    margin: 0 0 12px auto;
    display: block;
    min-height: 92px;
    height: auto;
    position: relative;
}

#landscape_area_name {
    width: 100%;
    background: #07865e;
    background-color: #07865e;
    border-bottom:none;
    margin-bottom:0px;
    box-sizing: border-box;
    border-top: 1px solid #c8cfd5;
    border-left: 1px solid #c8cfd5;
    border-right: 1px solid #c8cfd5;
}

#landscape_area_name > .ctgTitle {
    color: #FFF;
    font-weight: bold;
    letter-spacing: -1px;
    white-space: normal;
}

#landscape_area_name .ctgIcon img {
    margin-right: 0px;
}


.landscape_area_thr {
    width: 100%;
    max-height: 106px;
    height: fit-content;
    box-sizing: border-box;
    background-color: #F6F6F6;
    border-bottom: 1px solid #c8cfd5;
    border-left: 1px solid #c8cfd5;
    border-right: 1px solid #c8cfd5;
}

.landscape_area_thr img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
/* 手入力お知らせ 不正なレス投稿によるランキング除外 */
div.center:has(#infoAlert) #scam-infoAlert-wrapper > #scam-infoAlert {
    margin: 5px auto 0px;
  }
#scam-infoAlert-wrapper {
    text-align: center !important;
    margin: auto;
}

#scam-infoAlert {
	display: inline-flex;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin: 5px auto;
	padding: 4px 0;
	text-align: center;
    font-feature-settings: "palt" on;
}

#scam-infoAlert #scam-oshiraseBg {
	background-color: #727171;
	border-radius: 2px 0 0 2px;
	color: #ffffff;
	display: inline-block;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0 4px 0 8px;
	text-align: left;
	vertical-align: middle;
	width: 80px;
}

#scam-infoAlert #scam-oshiraseBg i {
	background-color: #fff;
	border-radius: 20px;
	color: #ff3b00;
	line-height: 15px;
	margin-right: 3px;
	text-align: center;
	width: 15px;
}

#scam-infoAlert #scam-osiraseContents {
	background-color: #fff;
	border: 1px solid #727171;
	border-radius: 0 2px 2px 0;
	display: inline-block;
	height: 22px;
	line-height: 22px;
    width: max-content;
    max-width: 840px;
    min-width: 150px;
	padding: 0 5px 0 5px;
	text-align: left;
	vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}

#scam-infoAlert #scam-osiraseContents a {
	text-decoration: underline;
}

/* 合わせて読みたい 文字の太さ変更 */
#logly-lift-4306237 .logly-lift-ad-title {
    font-weight: normal !important;
}
/* 禁断の世界掲示板一時封鎖ポップアップ */
div.caveat_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 10000;
}
div.caveat_popup_wapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}
div.caveat_popup_box .caveat_popup_info {
    line-height: 23px;
    text-align: justify;
    font-size: 14px;
    margin: 0px auto;
    padding: 8px;
    /* border: 1px solid #fff; */
    box-sizing: border-box;
    background-color: rgb(240 240 240);
    color: #000;
    font-feature-settings: "palt" 1;
    border-radius: 2px;
}
.caveat_popup_info p {
    margin: 0px;
}
.caveat_popup_info_title {
    display: block;
    margin: 0px auto 8px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffd700;
    padding: 4px;
    border-radius: 2px;
}
.caveat_popup_info_title_red {
    color: #c90000;
}
div.caveat_popup_img {
    width: 600px;
    height: 500px;
    margin: 8px auto;
}
div.caveat_popup_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* チルダのstyle */
.win .half-tilde,
.win .full-tilde {
    font-family: "Yu Gothic", "Meiryo", Arial, sans-serif;
    line-height: 0;
	position: relative;
	top: -0.1em;
}

/* スレ一覧のお知らせ */
.thr_bbs_notice_content {
    background-color: #FFFFCC;
    padding: 6px 8px 2px;
    z-index: 10;
    position: relative;
    margin: 0 0 5px 0;
}

.thr_bbs_notice_wrap {
	line-height: 19px;
	margin: 0 0 5px 0;
}

.thr_bbs_notice {
	display: inline-block;
    background: #fff;
    border: 1px solid #164e79;
    border-radius: 3px;
    padding: 0 4px 2px 3px;
    font-size: 12px;
    margin: 0 0 0 3px;
    height: 17px;
    box-sizing: border-box;
	font-weight: bold;
    color: #164e79;
	line-height: 17px;
}

.thr_bbs_notice_icon {
    margin: 0 1px 0 0;
}

.thr_bbs_notice_border {
	position: relative;
	z-index: 10;
}

/* upper-r login button */
#bbsTitleHeader #upper-r_login_button {
    position: absolute;
    top: 0;
    right: -5px;
}

#upper-r_login_button ul {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 0;
	list-style: none;
	margin: 5px 0 0 0;
}

#bbsTitleHeader li.auth_menu.header_login_blue a,
#bbsTitleHeader li.auth_menu.header_login_gray a {
    overflow: visible;
}

.upper-r_login_button_wrap {
    margin: 0 auto;
    min-width: 800px;
    max-width: 965px;
    padding: 2px 0;
}

li.auth_menu.header_login_blue.inframe_login {
    min-width: 80px;
    min-height: 20px;
    font-size: 14px;
}

.upper-r_login_button_wrap li.auth_menu.header_login_blue.inframe_login {
    line-height: 20px;
}

.upper-r_login_button_wrap.areamain_upper-r {
    margin-right: -3px;
}

li.auth_menu.header_login_blue.inframe_notlogin {
    min-width: 70px;
    min-height: 20px;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding-left: 12px;
}

.upper-r_login_button_wrap .auth_menu.header_login_blue.inframe_notlogin {
    line-height: 20px;
}
/* スレッドのステータスアイコン */
.thr_status_icon[title^="【閉店】"]::before,
.thr_status_icon[title^="【休業】"]::before,
.thr_status_icon[title^="【移転】"]::before {
    display: inline-block;
    position: relative;
    line-height: normal;
    padding: 2px 2px;
    border-radius: 2px;
    font-size: 12px;
    box-sizing: border-box;
    margin: 0px 4px 0px 0px;
}
.thr_status_icon[title^="【閉店】"]::before {
    content: "閉店";
    background-color: #E6E6E6;
    border: solid 1px #ADADAC;
    color: #666666;
}
.thr_status_icon[title^="【移転】"]::before {
    content: "移転";
    background-color: #d3deff;
    border: solid 1px #6775bf;
    color: #6775bf;
}
.thr_status_icon[title^="【休業】"]::before {
    content: "休業";
    background-color: #d4f1d4;
    border: solid 1px #618f75;
    color: #618f75;
}
#thrListInner .thr_status_icon[title^="【閉店】"]::before,   /* スレ一覧 スレのステータス アイコン*/
#thrListInner .thr_status_icon[title^="【休業】"]::before,
#thrListInner .thr_status_icon[title^="【移転】"]::before {
    top: -1px;
}
div.rank_title.thr_status_icon[title^="【閉店】"]::before,  /* スレ一覧 スレのランキング ステータス アイコン*/
div.rank_title.thr_status_icon[title^="【休業】"]::before,
div.rank_title.thr_status_icon[title^="【移転】"]::before {
    top: 0px;
    font-size: 11px;
}
div#title_thr .thr_status_icon[title^="【閉店】"]::before,  /* レス一覧のスレタイトル ステータス アイコン*/
div#title_thr .thr_status_icon[title^="【休業】"]::before,
div#title_thr .thr_status_icon[title^="【移転】"]::before {
    vertical-align: text-bottom;
}
.mac {
    #thrListInner .thr_status_icon[title^="【閉店】"]::before,  /* スレ一覧 スレのステータスアイコン*/
    #thrListInner .thr_status_icon[title^="【休業】"]::before,
    #thrListInner .thr_status_icon[title^="【移転】"]::before,
    div.rank_title.thr_status_icon[title^="【閉店】"]::before,  /* スレ一覧 スレのランキングステータスアイコン*/
    div.rank_title.thr_status_icon[title^="【休業】"]::before,
    div.rank_title.thr_status_icon[title^="【移転】"]::before,
    div#title_thr .thr_status_icon[title^="【閉店】"]::before,  /* レス一覧のスレタイトル ステータス アイコン*/
    div#title_thr .thr_status_icon[title^="【休業】"]::before,
    div#title_thr .thr_status_icon[title^="【移転】"]::before,
    p.new_thrTitle.thr_status_icon[title^="【閉店】"]::before,
    p.new_thrTitle.thr_status_icon[title^="【休業】"]::before,
    p.new_thrTitle.thr_status_icon[title^="【移転】"]::before {
        padding: 0px 2px;
    }
    #thrListInner .thr_status_icon[title^="【閉店】"]::before,  /* スレ一覧 スレのステータスアイコン*/
    #thrListInner .thr_status_icon[title^="【休業】"]::before,
    #thrListInner .thr_status_icon[title^="【移転】"]::before {
        top: 0px;
    }
}

h2#providerHeader {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
}