@charset "utf-8";

/* CSS Document */

/********************
スレッドリスト用CSS
*********************/

#newest_news{/* 新着順ニュース */
	margin: 0 auto 20px;
	border: 1px solid #CCC;
	width: 700px;
	height: 150px;
}

#newest_news .titlebar{
	background: #FF65C6;
	border-bottom: 1px solid #CCC;
	color: #FFF;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	width: 700px;
}

#newest_news .lists{
	overflow-y: auto;
	height: 120px;
	width: 700px;
}

#newest_news .lists ul{
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

#newest_news .lists ul li{
	display: inline-block;
	 * html display: inline;	/* IE6 hack */
	 * html zoom: 1;
	 *:first-child+html display: inline;	/* IE7 hack */
	 *:first-child+html zoom: 1;
	width: 100%;
	border-bottom: 1px dotted #AAA;
	line-height: 20px; 
}

#newest_news .lists ul li div{
	display:inline-block;
	 * html display: inline;	/* IE6 hack */
	 * html zoom: 1;
	 *:first-child+html display: inline;	/* IE7 hack */
	 *:first-child+html zoom: 1;
	width: 100%;
}

#newest_news .lists ul li div a{
	display: inline-block;
	 * html display: inline;	/* IE6 hack */
	 * html zoom: 1;
	 *:first-child+html display: inline;	/* IE7 hack */
	 *:first-child+html zoom: 1;
	width: 100%;
}

#newest_news .lists ul li div a .date{
	margin: 0 0 0 10px;
}

#newest_news .lists ul li div a img{
	border: medium none;
	height: 15px;
	margin: 3px 0 0;
	width: 15px;
}

#newest_news .lists ul li div a .rescount{
	color:#676666;
	font-size:12px;
}

/* スレッドリスト個別枠 */
.thr_list a:hover div{
	background:#FCF4AE;
}

.thr_title strong:hover{
	text-decoration: underline!important;
}




/* ニュースアクセスランキング 2014/11/14 追記 */

#threadListField {
  min-width: 780px;
  width: 100%;
  position:relative;
  float: left;
}

/* ランキングを左カラムに追従する */
#threadListLeft .thr_list {
  min-width: 600px;
}
#threadListLeft .thr_list.rankShow {
  width: -webkit-calc(100% - 195px);
  width: calc(100% - 195px);
}
/* ニュースカテ以外の画像掲示板をフル表示させる */
#threadListField.fullDisp div .thr_list {
	width: 100%;
}

#threadListField div,
#threadListField div#threadListRight,
#threadListField div .axsRankRColumn {
  vertical-align: top;
}

#threadListLeft > span {
  display: table-cell;
}

#threadListField div#threadListRight{
  display: inline-block;
  width: 192px;
  float: right;
  position: absolute;
}

#threadListField div#threadListRight .axsRankRColumn {
  border-radius: 2px;
  display: inline-block;
	margin:3px 0 0 0;
  padding: 0 0 0 1px;
  text-align: center;
}

.axsRankRColumn {
  margin: 1px 0 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 190px;
}

.axsRankRColumn .axsRankHeader {
	display: none;
  background-color: #ff8585;
  margin-bottom: 5px;
  padding: 0 5px;
  text-align: left;
}

.axsRankRColumn dl {
	background-color: #f6f6f6;
	border-radius: 1px;
	margin: 0 0 10px;
	vertical-align: top;
}
.axsRankRColumn dt {
	background-color: #f6f6f6;
	border-bottom: 3px solid #0d507e;
	color: #000;
	font-size: 14px;
	letter-spacing: -1px;
	margin: 0 0 1px;
	padding: 3px 0 3px 3px;
	text-align: left;
    display: flex;
    align-items: center;
}
.axsRankRColumn dt .fa {
	color: #0d507e;
	margin-right: 3px;
}
.axsRankRColumn dd {
  background-color: #f6f6f6;
  border-top: 1px solid #CCC;
  font-size: 12px;
  margin: 1px 0;
  padding: 0;
  text-align: left;
}

.axsRankRColumn dl dt + dd {
  border-top: none !important;
}

.axsRankRColumn a {
  display: block;
  padding: 2px 0;
}

.axsRankRColumn a:hover {
  background-color: #F4F4F4;
  color: #F00;
  text-decoration: none;
}

.axsRankRColumn dd a > div {
  display: inline-block;
  padding: 3px 0;
  text-align: center;
  width: 20px;
}

.axsRankRColumn dd a > div em {
  background-color: #CBCBCB;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 1px;
  text-align: center;
  vertical-align: middle;
  width: 18px;
}

.axsRankRColumn dt + dd a > div em,
.axsRankRColumn dd a > div em.rankFirst {
	background: url("https://img2.bakusai.com/p/img/newsRanking.gif") no-repeat scroll -42px top #ffe125;
}

.axsRankRColumn dt + dd + dd a > div em,
.axsRankRColumn dd a > div em.rankSecond {
	background: url("https://img2.bakusai.com/p/img/newsRanking.gif") no-repeat scroll -42px -20px #E3E3E3;
}

.axsRankRColumn dt + dd + dd + dd a > div em,
.axsRankRColumn dd a > div em.rankThird {
	background: url("https://img2.bakusai.com/p/img/newsRanking.gif") no-repeat scroll -42px -40px #ffc665;
}

.axsRankRColumn dd .fa.fa-caret-right {
  color: #999;
  display: none !important;
  height: 40px;
  line-height: 25px;
  text-align: center;
  vertical-align: top;
  width: 7px;
}

.axsRankRColumn dd a:hover .fa.fa-caret-right {
  color: #d96464;
}

.axsRankRColumn img {
  display: inline-block !important;
  margin: 0 -2px;
  padding: 3px 0;
  vertical-align: top;
  width: 40px;
}

.emoji_flag.ranking {
  vertical-align: 0px;
}

img.emoji_flag.ranking {
  width: 10px;
  margin: 0 2px 0 0;
  vertical-align: -4px;
}

.boardName.world_news.side_lank {
  vertical-align: 1px;
}

.axsRankRColumn dd .axsRankTitle {
  color: #0300ff;
  display: inline-block !important;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 18px;
  margin-left: 0;
  text-align: left !important;
  padding: 0;
  vertical-align: top;
  word-break: break-all;
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-inline-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
}

.axsRankRColumn dd img + .axsRankTitle {
  font-size: 12.5px!important;
  line-height: 16px !important;
}

.axsRankRColumn dd i + img + .axsRankTitle {
  width: 112px !important;
}
.axsRankRColumn dl.newsRanking dd .axsRankTitle {
  padding: 0 2px 0 5px;
  width: auto !important;
}

.axsRankRColumn .fa.fa-arrow-right {
  color: #cdcdcd;
  font-size: 10px;
  margin-top: 3px;
  text-align: center;
  width: 13px;
}

.axsRankRColumn .fa.fa-arrow-right.rankUp {
  color: #d50000 !important;
  transform: rotate(-45deg);
  font-size: 11px !important;
}
.fa.fa-arrow-right.rankDown {
  color: #00afff !important;
  transform: rotate(45deg);
}

.axsRankRColumn .fa.fa-arrow-right.rankEqual {
  color: #a4a4a4 !important;
}

.thr_rank_icon.axsRankRColumn .fa.fa-arrow-right {
    font-size: 17px!important;
}

.axsRankRColumn + .axsRankFooter{
	font-size: 12px;
	padding: 1px 3px 5px;
	text-align: left;
	color: #565656;
}

.axsRankRColumn dd a > div.axsRankImg,
.axsRankRColumn dl a > div.axsRankImg {
	width:36px;
	height:36px;
	position:relative;
}

.axsRankImg img {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
  /*IE用*/
  object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
}

.axsRankRColumn dd a > div.latestNewsImg {
	width:36px;
	height:36px;
	position:relative;
  padding: 0;
  max-width: 30px;
}

.latestNewsImg img {
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
  /*IE用*/
  object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
  min-width: 30px;
}

dl#newsRanking dd a,
dl.newsRanking dd a {
  display: flex;
  align-items: flex-start;
}

/****************************************
 *
 * ニュース速報
 *
 ****************************************/

#container {
	max-width:2430px;
	margin:0 auto;
}

.img_thlist {
	background-color: #f9f9f9;
	border: 1px solid #CCC;
	float: left;
	font-family: monospace;
	height: 212px;
	margin: 3px 2px 2px 1px;
	text-align: center;
	width: 143px;
	word-break: break-all;
}


.img_thlist table{
	border:none;
	list-style:none;
	margin:0 auto;
	padding:0;
}

.img_thlist th{
  display:table-cell;
  font-family:monospace;
  font-size:12px;
  font-weight:normal;
  height:38px;
  line-height:13px;
  letter-spacing:0;
  margin:0;
  padding:0;
  text-align:left;
  vertical-align:middle;
  word-break:break-all;
  width:135px;
}

.img_thlist td{
	font-size:11px;
	line-height:13px;
	letter-spacing:-0.04rem;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:middle;
	white-space: nowrap;
	color: #666;
}

.img_thlist td a{
	display:block;
	max-width: 135px;
	max-height: 135px;
	margin: 0 auto;
}

/* スレッドタイトル */
.img_thlist .thr_title {
    margin: 0 auto 3px;
    width: 136px;
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3;
    line-height: 13px;
}
.boardName.world_news {
    display: inline;
    width: auto;
    padding: 2px 2px;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 1px 1px 0px 0 #ececec, 0px 0px 1px 0 #aaa;
    font-size: 10px;
    font-weight: normal;
    color: red;
    margin-right: 2px;
}
.emoji_flag {
    width: 10px;
    height: 10px;
    vertical-align: text-top;
    margin-right: 3px;
}
/* ニュース画像 */
.img_thlist .img_list {
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #FFF;
	height: 135px !important;
	margin: 3px 8px !important;
	text-align: center !important;
	vertical-align: middle !important;
	width: 135px !important;
	word-break: break-all;
	word-wrap: break-word;
	position:relative;
}

.img_thlist .img_list a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
}

.img_thlist .img_list img {
	border: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
  /*IE用*/
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

@media all and (-ms-high-contrast: none) {
	.img_thlist .img_list img {
		position:relative;
	}
}

.contentUnder {
	width: calc(100% - 390px);float:left;
}
@media (max-width: 984px) {
	.contentUnder {
		width: 100%;
	}
}

#gmo_rw_13874 {
	max-width:870px;
	margin:0 auto;
}

.threadListLeft .img_thlist:last-child {

}

/****************************************
 *
 * アコーディオン
 *
 ****************************************/

.accordionlist_static dt {
	background-color: #FFF !important;
	border-bottom: none !important;
	border-top: none !important;
}
#accord_list_static.thrReadMore dd.thr {
	border-bottom: none;
	border-top: none;
	font-size: 16px;
	margin-left: 0;
}
.accordionbox_static.thrReadMore p.accordion_static_icon {
	top: -29px;
}
.accordion_static_icon span {
	background-color: #2f2f2f;
	border-radius: 4px;
	height: 3px;
	left: 10px;
	position: absolute;
	width: 50%;
}

/*＋、−切り替え*/
#accord_list_static.thrReadMore .accordion_static_icon.active span:nth-of-type(1) {
	display:none;
}
#accord_list_static.thrReadMore span.subject_rule {
	background-color: #cee4f4;
	box-shadow: 0 3px 0 0 #c0d7e7;
	color: #2b2b2b;
	cursor: pointer;
	font-size: 14px;
	margin: 0 auto;
}
#accord_list_static.thrReadMore span.subject_rule.active {
	background-color: #c5dbeb;
	box-shadow: 0 3px 0 0 #b0cde1;
}
#accord_list_static.thrReadMore span.subject_rule.active::before {
  background-color: #c5dbeb;
  content: "続きを閉じる";
  position: absolute;
}

.accordionlist_static dt.subject {
	padding: 5px 10px 8px 10px;
}
#accord_list_static span.subject_rule{
	background-color: #e8e4d2;
	border-radius: 3px;
	box-shadow: 0 3px 0 0 #d2ceba;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 0 10px;
	text-decoration: none;
	line-height: 40px;
}
.accordionlist_static dd span.anser{
	display: inline-block;
	height: 10px;
	width: 88%;
}
.accordionlist_static dd span.anser_rule{
	height: 10px;
}

/* 美しい風景 画像掲示板 スレッド一覧 */
.photograph_img_thlist {
    background-color: #f9f9f9;
    float: left;
    font-family: monospace;
    text-align: center;
    word-break: break-all;
}

.photograph_img_thlist table {
    border: none;
    border-spacing: 0px;
    margin: 3px 2px 2px 1px;
    width: 236px;
    height: 133px;
}

.photograph_img_thlist .photograph_img_list {
    width: 226px !important;
    height: 127px !important;
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #FFF;
    margin: 3px 8px !important;
    text-align: center !important;
    vertical-align: middle !important;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
}

.photograph_img_thlist .photograph_img_list a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

.photograph_img_thlist .photograph_img_list img {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.photograph_thr_title {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 212px;
    height: 47px;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: inline-block;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1;
    line-height: 16px;
    font-family: "ＭＳ Ｐゴシック", Osaka, Osaka-等幅, "ヒラギノ角ゴ Pro W3", monospace;
    letter-spacing: 0px;
}
.photograph_img_poster_name {
    text-shadow: 0 0 2px #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
}

.photograph_thr_post_information {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.04rem;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    font-family: monospace;
    word-break: break-all;
}

.photograph_img_thlist td {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.04rem;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    color: #666;
}

/*  美しい風景 画像掲示板 スレッド一覧 画像の上にタイトル */
.thr_title_opacity {
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
    padding: 76px 16px 16px;
    position: absolute;
    width: 100%;
    z-index: 0;
    box-sizing: border-box;
    opacity: 0;
    transition: .3s ease-in-out;
    text-shadow: 0 0 2px #000;
}

.photograph_img_list:hover .thr_title_opacity {
    opacity: 1;
}

/* 美しい風景ランキング枠 */
div#threadListLeft:has(div.photograph_rankShow) {
    width: 950px;
}
.photograph_rankShow {
    min-width: 600px;
    width: calc(100% - 233px) !important;
    max-height: max-content;
    display: inline-block;
}

#photograph_threadListRight {
    position: relative;
    float: right;
    display: inline-block;
    height: 700px;
    width: 233px;
}

#threadListField div#photograph_threadListRight .photograph_axsRankRColumn {
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0 0;
    padding: 0 0 0 1px;
    text-align: center;
    width: 233px;
}

.photograph_axsRankRColumn dt {
    background-color: #f6f6f6;
    border-bottom: 3px solid #0d507e;
    color: #000;
    font-size: 14px;
    letter-spacing: -1px;
    margin: 0 0 1px;
    padding: 3px 0 3px 3px;
    text-align: left;
    display: flex;
    align-items: center;
}
.photograph_axsRankRColumn dt .fa {
    color: #0d507e;
    margin-right: 2px;
}

.photograph_axsRankRColumn dl {
    background-color: #f6f6f6;
    border-radius: 1px;
    margin: 0 0 10px;
    vertical-align: top;
}

.photograph_axsRankRColumn a {
    display: block;
    padding: 2px 0;
}

.photograph_axsRankRColumn a:hover{
    background-color: #F4F4F4;
    color: #F00;
    text-decoration: none;
}

.photograph_axsRankRColumn dd a > div {
    display: inline-block;
    padding: 3px 0;
    text-align: center;
}

.photograph_axsRankRColumn:first-child dd {
    margin-top: 0;
}

.photograph_axsRankRColumn dl dt + dd {
    border-top: none !important;
}
.photograph_axsRankRColumn dd {
    background-color: #f6f6f6;
    border-top: 1px solid #CCC;
    font-size: 12px;
    margin: 1px 0;
    padding: 0;
    text-align: left;
}


.photograph_axsRankRColumn dd a > div em {
    background-color: #CBCBCB;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin: 0 0 0 1px;
    text-align: center;
    vertical-align: middle;
    width: 18px;
}

.photograph_axsRankRColumn dt + dd a > div em, .photograph_axsRankRColumn dd a > div em.rankFirst {
    background: url(https://img2.bakusai.com/p/img/newsRanking.gif) no-repeat scroll -42px top #ffe125;
}

.photograph_axsRankRColumn dt + dd + dd a > div em, .photograph_axsRankRColumn dd a > div em.rankSecond {
    background: url(https://img2.bakusai.com/p/img/newsRanking.gif) no-repeat scroll -42px -20px #E3E3E3;
}

.photograph_axsRankRColumn dt + dd + dd + dd a > div em, .photograph_axsRankRColumn dd a > div em.rankThird {
    background: url(https://img2.bakusai.com/p/img/newsRanking.gif) no-repeat scroll -42px -40px #ffc665;
}

.photograph_axsRankImg {
    width: 96px !important;
    height: 54px;
    position: relative;
}

.photograph_axsRankImg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: bottom;';
    display: inline-block !important;
    padding: 3px 0;
    vertical-align: top;
}

.photograph_axsRankTitle {
    color: #0300ff;
    display: inline-block !important;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 18px;
    margin-left: 0;
    text-align: left !important;
    padding: 0;
    vertical-align: top;
    word-break: break-all;
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
    max-height: 52px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3;
}

/* 右カラム 最新ニュース */
.photograph_thr_post_information.right_column {
    text-align: right;
    margin-top: -3px;
    margin-bottom: 2px;
    color: #666;
    position: absolute;
    bottom: 3px;
    right: 5px;
}

dl.newsRanking dd {
  position: relative;
}


/* 天気コンテンツページ */
div.weather_archive_wapper {
    float: left;
    font-family: monospace;
    text-align: center;
    word-break: break-all;
    margin: 5px 5px 5px 1px;
}

div.weather_archive_wapper table {
    width: 248px;
    height: 200px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
div.weather_archive_wapper table tbody {
    vertical-align: top;
}

td.weather_archive_box div.weather_archive_img {
    width: 240px;
    height: 135px;
}
div.weather_archive_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
td.weather_archive_box a {
    text-decoration: none;
}
td.weather_archive_box p {
    display: -webkit-box;
    width: 100%;
    margin: 4px 0px;
    font-size: 13px;
    height: 32px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}
td.weather_archive_box div.weathr_count_area {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.04rem;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    color: #666;
}
td.weather_archive_box a:hover div {
    background: none;
}
div.weather_thr_list {
    width: 100%;
    min-width: 771px !important;
    max-height: max-content;
    display: inline-block;
    grid-row: 1;
}
div#Other_Weather_Content_wapper {
    position: relative;
    float: right;
    display: inline-block;
    height: auto;
    min-height: 767px;
    width: 180px;
    background-color: #E1F0F0;
    grid-row: 1;
}
div.weather_fullDisp {
    width: 960px !important;
    display: inline-grid;
}
div.weather_fullDisp div.contentUnder {
    width: 780px !important;
}