@charset "utf-8";


/* =================================================================
		Reset
================================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
	font-size:14px;
  line-height:1.7;
	color:000;
	font-family:Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
ol, ul {
    list-style: none;
}
img {
	vertical-align:bottom;
	font-size:0;
	line-height:0;
}
a {
	color:#1e54a8;
	text-decoration:none;
}
a:hover {
	color: #006DD4;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
table{
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
input[type*="button"] {
	cursor: pointer;
}
/* =================================================================
		レイアウト
================================================================= */
html {
  background:#000;
}
body{
	padding:105px 0 0;
}
.wrapper{
	width:100%;
	margin:0 auto;
  word-break:break-all;
}
/* ヘッダ
-------------------- */
.header {
	width:100%;
	position: fixed;
	top: 0 ;
	z-index:1000;
}
.header__body {
	position:relative;
  min-width:1280px;
}
.header__logo {
	position:absolute;
	top:18px;
	left:20px;
}
.header__box {
	background:#032778 url(../../img/common/bg_01.png) repeat-x left top;
	padding:17px 20px 17px 360px;
}
.header__nav {
	width:525px;
	float:left;
	margin:10px 0 0;
}
.header__list{
	width:100%;
}
.header__list > li {
	display:inline-block;
	font-size:13px;
	margin:0 7px;
}
.header__list > li a{
	color:#fff;
}
.header__list > li a:hover{
  color:#ffee99;
  text-decoration:underline;
}
.header__search {
	float:right;
	width:200px;
}
/*.header__search {
	position:absolute;
	top:15px;
	right:10px;
}*/
.header__search form {
	height: 38px;
	width:100%;
	position: relative;
	border:1px solid #6880b3;
}
.header__search input {
	width: 100%;
	height: 100%;
	font-size:14px;
	background: #1f4591;
	border: none;
	box-sizing: border-box;
	padding: 3px 3px 3px 30px;
	border-radius: 0;
	-webkit-appearance: none;
	color:#fff;
}
.header__search i {
	position: absolute;
	left: 8px;
	top: 10px;
	color:#fff;
}

.header__social {
  float:left;
  margin:10px 0 0 0;
}
.header__social li {
	margin:0 10px 0 0;
  float:left;
}

.header__sub {
  background: #08132f;
  width: 100%;
  height: 36px;
}
.header__category {
  width: 100%;
  height: 36px;
  overflow: hidden;
  padding: 11px 30px 0 35px;
  line-height: 1.2;
  font-size: 13px;
}
.header__category li {
  float: left;
  margin: 0 30px 30px 0;
}
.header__category li a {
  color: #ddff9c;
}
.header__category li a:hover {
  text-decoration: underline;
}

/* フッタ
-------------------- */
.footer {
	width:100%;
	padding:20px 20px;
	background:#000;
	position:relative;
	z-index:100;
}
.footer__logo {
	position:absolute;
	top:30px;
	left:34px;
}
.footer__nav {
	padding:0 0 20px 334px;
	margin:0 0 10px;
	border-bottom:1px solid #4D4D4D;
}
.footer__social {
	position:absolute;
	top:20px;
	right:20px;
}
.footer__social_list > li {
	display:inline-block;
	margin:0 5px;
  float:left;
}
/* .footer__social_list > li:first-child {
  margin-top:15px;
  display:none;
} */
.footer__list{
	width:210px;
	float:left;
}
.footer__list > li{
	font-size:13px;
}
.footer__list.type01{
	width:130px;
}
.footer__list.type02{
	width:103px;
}
.footer__list.type03{
	width:400px;
}

.footer__list.type04{
  width: 610px;
  clear: both;
  border-top: #4D4D4D 1px dotted;
  margin: 6px 0 0;
  padding: 4px 0 0;
}
.footer__list.type04 > li{
  display: inline-block;
  opacity: .75;
  margin-right: 5px;
}
.footer__list.type04 > li:nth-child(4){
  margin-right: 62px;
}
.footer__list.type04 > li a {
  background: url(../../img/common/icon_target_blank.png) no-repeat;
  background-position: left center;
  padding: 0 0 0 17px;
}
.footer__list.type04 > li a:hover {
  background-image: url(../../img/common/icon_target_blank_on.png);
}

.common__footer_main_recommend {
  padding: 15px 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  gap: 10px;
  line-height: 1;
  clear: both;
  max-width: 1040px;
}
.common__footer_main_recommend li {
  width: calc((100% / 5) - 10px);
  min-width: 200px;
  line-height: 1;
}
.common__footer_main_recommend li a {
  font-size: 13px;
  color: rgba(255,255,255,.8);
  border: 1px solid #fff;
  border-color: rgba(255,255,255,.4);
  border-radius: 8px;
  padding: 8px 2px;
  text-align: center;
  line-height: 1.5;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.common__footer_main_recommend li a:hover {
  color: rgba(255,238,153,1);
  border-color: rgba(255,238,153,.5);
}
.common__footer_main_recommend li a span {
  line-height: inherit;
}
.common__footer_main_recommend li a strong {
  font-weight: bold;
}

.footer__list > li a {
	color:#ccc;
}
.footer__list > li a:hover {
	color: #ffee99;
  text-decoration:underline;
}
.footer__txt {
	font-size:11px;
	color:#999;
}
.footer__copy {
	font-size:11px;
	color:#999;
}
/* パンくず
-------------------- */
.topic_path {
	background:#e8e8e8;
	width:100%;
	padding:8px 15px;
}
.topic_path__list > li {
	float:left;
	font-size:12px;
	margin:0 5px 0 0;
}
.topic_path__list > li a {
	text-decoration:underline;
	margin:0 1px 0 0;
	font-size:12px;
}
.topic_path__list > li a:hover{
	text-decoration:none;
}
/* コンテンツ
-------------------- */
.contents {
	width: 100%;
	border-bottom:3px solid #d1d1d1;
  background:#04184d;
}
.main {
	display: table-cell;
	width:100%;
	vertical-align:top;
	background:#003980;
}
#main {
  display:block;
	width:calc(100% - 340px);
	vertical-align:top;
	background:#003980;
  float:right;
}
#main.noside {
	width:100%;
}
.main__body {
	width:100%;
	min-width:800px;
}
.main__line {
	background:url(../../img/common/bg_line.png) repeat-y left top;
	z-index:20;
	position:fixed;
	width:3px;
	height:100%;
}
#main.noside .main__line {
	background-image:none;
}

/* サイド
-------------------- */
.side {
	width:340px;
	display: table-cell;
	vertical-align:top;
	background:#04184d;
	padding:0 0 20px;
  position:relative;
}
#side {
	width:340px;
  display:block;
	vertical-align:top;
	background:#04184d;
	padding:0 0 20px;
  position:relative;
  float:left;
}
.side__box01 {
	padding:8px 0;
  text-align: center;
}
.side__box02 {
	padding:20px 0;
  text-align: center;
}
.body_home .side__box02 {
  /* margin-bottom:750px; */
}
.side__news {
	padding:10px 20px 20px;
	background:#f0f0f0;
}
.side__news_ttl {
	font-weight:bold;
	font-size:19px;
	border-bottom:1px solid #bdbdbd;
	margin:0 0 10px;
	padding:0 0 5px;
	font-family: 'Noto Sans JP';
	font-weight:700;
}
.side__rank_sttl {
	font-size:18px;
  line-height:1.4;
	font-weight:normal;
	margin:0 0 10px;
}
.side__rank_sttl a {
	color:#fff;
}
.side__rank_sttl a:hover {
    color: #ffee99;
}
.side__news_list > li {
	display:table;
	width:100%;
	margin:0 0 11px;
}
.side__news_img {
	display:table-cell;
	width:60px;
	height:60px;
	vertical-align:top;
}
.side__news_img span {
	width:62px;
	height:62px;
	background-size:cover;
	display:block;
	border:1px solid #565656;
}
.side__news_body {
	display:table-cell;
	width:220px;
	vertical-align:top;
}

.side__news_date {
	margin:-2px 0 -2px 6px;
}
.side__news_date span {
	font-weight:bold;
	display:inline-block;
	font-size:11px;
  background:#e82d4d;
  color:#fff;
  line-height:1;
  padding:3px 4px;
  margin:2px 1px 0 0;
  float:left;
}
.side__news_date time {
	font-weight:bold;
	display:inline-block;
	font-size:14px;
  line-height:1;
  padding:3px 2px 3px;
  margin:0;
}

.side__news_txt {
	margin:0 0 0 6px;
  line-height:1.4;
}
.side__news_txt a {
	text-decoration:underline;
}
.side__news_txt a:hover {
	text-decoration:none;
}
.side__news_btn {
	text-align:center;
}
.side__news_btn a {
	background:#008fde;
	padding:10px 10px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	border-radius:4px;
	display:block;
}
.side__news_btn a:hover {
	background:#18a4f1;
}
/* サイド人気記事
-------------------- */
.side__rank {
	padding:20px;
	background:#003980;
}
.side__rank_ttl {
	font-size:25px;
	color:#fff;
	text-align:center;
	margin:0 0 10px;
	font-family: 'Noto Sans JP';
	font-weight:700;
}
/*サイドタブ*/
.side__rank_list{
	display:table;
	width:100%;
	table-layout:fixed;
	margin:0 0 10px;
}
.side__rank_list > li{
	display:table-cell;
	font-size:17px;
	text-align:center;
	padding:5px;
	color:#fff;
	letter-spacing: -1px;
	font-weight:bold;
	background:#000;
}
.side__rank_list > li + li {
	border-left:1px solid #4d4d4d;
}
.side__rank_list > li:hover {
	background:#ebfe37;
	color:#000;
	cursor:pointer;
}
.side__rank_list > li.active {
	background:#ebfe37;
	color:#000;
}

.side__rank_body_wrap {
	margin:0 0 20px;
}
.side__rank_body {
    width: 300px;
}
.side__rank_box {

}
.side__rank_boxin {
	margin:0 0 10px;
	background: #fff;
}
.side__rank_txt_area {
	padding:10px;
	background: #000;
}
.side__rank__img {
	width:100%;
	height:180px;
	background:url(../../img/nophoto.png) no-repeat center center;
	background-size:cover;
	position:relative;
	cursor:pointer;
}
.side__rank__img > a {
  display:block;
  width:100%;
  height:100%;
}
.side__rank_btn {
	text-align:center;
  margin:15px 0 0;
}
.side__rank_btn a {
	background:#ebfe37;
	color:#000;
	padding:10px 10px;
	font-weight:bold;
	font-size:18px;
	border-radius:4px;
	display:block;
}
.side__rank_btn a:hover {
	background:#f7dd31;
}
.side__icon_rank01 {
	position:absolute;
	right:-10px;
	bottom:-12px;
}
.side__icon {
	position:absolute;
	top:10px;
	left:10px;
}

/* サイド リフト固定広告
-------------------- */
.side__lift {
  position: -webkit-sticky;
  position: sticky;
  top: 108px;
}
.body_home .side__lift {
  margin-bottom:750px;
}

/* コメント
-------------------- */
.comment {
	position: relative;
	min-height: 44px;
	clear: both;
	padding:0 0 0 60px;
	margin:0 0 10px;
}
.comment_balloon {
	font-size: 13px;
	line-height: 1.3;
	background: #f0f0f0;
	border-radius: 4px;
	position: relative;
	padding:10px 10px 10px;
}
.comment_balloon:before {
	content: '';
	position: absolute;
	border-bottom: 6px solid transparent;
	border-right: 14px solid #f0f0f0;
	border-top: 6px solid transparent;
	left: -13px;
	top: 12px;
  /* コメントアイコンが右側
	border-left: 14px solid #4b69a6;
	right: -14px;
  */
}
.main__first .comment_balloon {
  background:#e8e8e8;
}
.main__first .comment_balloon:before {
	border-right-color:#e8e8e8;
}


/* コメント非表示用スタイル
-------------------- */
.main__list .comment,
.main__rank_box .comment,
.side__rank .comment {
  display: none;
}



/* ユーザーアイコン
-------------------- */
.icon_user1 {
	background:url(../../img/common/icon_user1.png) left top no-repeat;
}
.icon_user2 {
	background:url(../../img/common/icon_user2.png) left top no-repeat;
}
.icon_user3 {
	background:url(../../img/common/icon_user3.png) left top no-repeat;
}
.icon_user4 {
	background:url(../../img/common/icon_user4.png) left top no-repeat;
}
.icon_user5 {
	background:url(../../img/common/icon_user5.png) left top no-repeat;
}
.icon_user6 {
	background:url(../../img/common/icon_user6.png) left top no-repeat;
}
.icon_user7 {
	background:url(../../img/common/icon_user7.png) left top no-repeat;
}
.icon_user8 {
	background:url(../../img/common/icon_user8.png) left top no-repeat;
}
.icon_user9 {
	background:url(../../img/common/icon_user9.png) left top no-repeat;
}
.icon_user10 {
	background:url(../../img/common/icon_user10.png) left top no-repeat;
}

/* サイドソーシャルボタン
-------------------- */
.social {
	padding:20px 20px 8px;
}
.social__ttl {
  color:#ebfe37;
  font-size:20px;
  margin:0 0 15px;
  text-align:center;
  line-height:1.4;
	font-family: 'Noto Sans JP';
	font-weight:700;
}
.social__list {
}
.social__list > li {
	float:left;
	width:48%;
	margin:0 0 12px;
}
.social__list > li:nth-child(even)  {
	float:right;
}
.social__btn a ,
.social__btn02 {
  display:block;
  color:#fff;
	height:55px;
  font-weight:bold;
  font-size:18px;
  margin:0 0 6px;
  padding:10px 2px;
  text-align:center;
  line-height:1.2;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.social__note {
  font-weight:normal;
  font-size:9px;
  display:block;
  margin:0 0 2px;
}
.facebook div {
  background:#4267B2;
}
.facebook .fb-like {
  display:inline-block;
}
.twitter a {
  background:#00ACEE;
}
.twitter a:hover {
  background:#12BAFC;
}
.line a {
  background:#00C200;
}
.line a:hover {
  background:#12D112;
}
.rss a {
  background:#FF8C00;
}
.rss a:hover {
  background:#FFA01C;
}
.feedly a {
  background:#FF8C00;
}
.feedly a:hover {
  background:#FFA01C;
}
.social__txt {
  font-size:13px;
	font-weight:bold;
  text-align:center;
  line-height:1.3;
}
.facebook .social__txt {
  color:#95ADE0;
}
.twitter .social__txt {
  color:#00acee;
}
.line .social__txt {
  color:#00c200;
}
.feedly .social__txt {
  color:#ff8c00;
}
.side__ad {
	margin:0 0 20px;
}

/*その2*/
.social__list_2 {
  display:table;
  table-layout:fixed;
  width:100%;
  margin:0 auto 0;
}
.social__list_2 li {
  display:table-cell;
  vertical-align:top;
  padding:0 5px;
}
.social__list_2 li a {
  display:block;
  text-align:center;
  line-height:1;
}
.social__list_2 li img {
  width:50px;
  height:auto;
}
.social__list_2_fb {
  width:300px;
  outline:rgba(233,235,238,0.5) 1px solid;
}




/* はてなブックマークボタン
-------------------- */
.hatena {
  padding:0 20px;
}
.hatena__box {
	padding:14px;
  background:#fff;
	border-radius: 4px;
}
.hatena__ttl {
  font-size:19px;
  margin:0 0 15px;
  text-align:center;
  line-height:1.4;
	font-family: 'Noto Sans JP';
	font-weight:700;
  letter-spacing:-1px;
}
.hatena__ttl b {
  color:#008fde;
}
.hatena__btn {

}
.hatena__btn a {
  background:#008FDE;
  display:block;
  color:#fff;
  font-size:19px;
  margin:0 auto 8px;
  padding:14px 5px;
  text-align:center;
  line-height:1.2;
	border-radius:4px;
	font-family: 'Noto Sans JP';
	font-weight:700;
}
.hatena__btn a:hover {
  background:#18a4f1;
}
.hatena__note {
  font-weight:normal;
  font-size:9px;
  display:block;
  margin:0 0 2px;
}



/* 釣り人メッセージ
-------------------- */
.fishman {
  width:300px;
  position:absolute;
  bottom: inherit !important;
  top: -4px;
  left:20px;
  transform: translateY(-100%);
}
.fishman__comment {
  padding:0 0 51px;
  background:url(../../img/common/img_fishman_comment.png) 208px bottom no-repeat;
}
.fishman__txt {
  padding:16px 19px 17px;
  border-radius:10px;
  background:#DFEEF7;
  font-size:13px;
  line-height:1.7;
  font-weight:normal;
}
.fishman__image {
  margin:-23px 0 0;
  text-align:center;
}
.fishman__human {
}




/* サイト全体に対してのソーシャルボタン
-------------------- */
.social_entiresite {
	padding:37px 0;
  margin:20px 20px 40px;
  border-top:2px solid rgba(255,255,255,.3);
  border-bottom:2px solid rgba(255,255,255,.3);
}
.social_entiresite_in {
  width:910px;
  margin:0 auto;
}
.social_entiresite_sns {
  margin:0 170px;
}
.social_entiresite_fb {
  float:right;
  width:330px;
}
.social_entiresite_title {
  color:#ebfe37;
  font-size:27px;
  text-align:center;
  line-height:1.4;
	font-family: 'Noto Sans JP';
	font-weight:700;
  margin:0 0 23px;
}
.social_entiresite_btn {
  display:table;
  table-layout:fixed;
  width:90%;
  margin:0 auto;
}
.social_entiresite_btn li {
  display:table-cell;
  vertical-align:top;
  padding:0 5px;
}
.social_entiresite_btn li a {
  display:block;
  text-align:center;
  line-height:1;
}
.social_entiresite_btn li img {
  width:70px;
  height:auto;
}




/* ページ最下部ソーシャルボタン
-------------------- */
.pagebtm__social {
	padding:20px 20px 8px;
}
.pagebtm__social_ttl {
  color:#ebfe37;
  font-size:28px;
  margin:0 0 22px;
  padding:40px 0 0;
  text-align:center;
  line-height:1.3;
	font-family: 'Noto Sans JP';
	font-weight:700;
  border-top:2px solid rgba(255,255,255,.3);
}
.pagebtm__social_list {
  margin:0 auto 5px;
  width:90%;
}
.pagebtm__social_list > li {
	float:left;
	width:25%;
	padding:0 0 12px 10px;
}
.pagebtm__social_list > li:first-child {
	padding-left:0;
}
.pagebtm__social_btn a ,
.pagebtm__social_btn02 {
  display:block;
  color:#fff;
	height:65px;
  font-weight:bold;
  font-size:21px;
  margin:0 0 7px;
  padding:14px 2px;
  text-align:center;
  line-height:1.2;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.pagebtm__social_note {
  font-weight:normal;
  font-size:11px;
  display:block;
  margin:0 0 2px;
}
.pagebtm__facebook div {
  background:#4267B2;
}
.pagebtm__facebook .fb-like {
  display:inline-block;
}
.pagebtm__twitter a {
  background:#00ACEE;
}
.pagebtm__twitter a:hover {
  background:#12BAFC;
}
.pagebtm__line a {
  background:#00C200;
}
.pagebtm__line a:hover {
  background:#12D112;
}
.pagebtm__rss a {
  background:#FF8C00;
}
.pagebtm__rss a:hover {
  background:#FFA01C;
}
.pagebtm__feedly a {
  background:#FF8C00;
}
.pagebtm__feedly a:hover {
  background:#FFA01C;
}
.pagebtm__social_txt {
  font-size:14px;
	font-weight:bold;
  text-align:center;
  line-height:1.3;
}
.pagebtm__facebook .pagebtm__social_txt {
  color:#9db6eb;
}
.pagebtm__twitter .pagebtm__social_txt {
  color:#00acee;
}
.pagebtm__line .pagebtm__social_txt {
  color:#00c200;
}
.pagebtm__feedly .pagebtm__social_txt {
  color:#ff8c00;

}
.pagebtm__ad {
	margin:0 0 20px;
}

/* ページ最下部はてなブックマークボタン
-------------------- */
.pagebtm__hatena {
  padding:0 20px;
  margin:0 0 45px;
}
.pagebtm__hatena_box {
	padding:14px;
  background:#fff;
	border-radius: 4px;
  display:table;
  width:90%;
  margin:0 auto;
}
.pagebtm__hatena_ttl {
  font-size:21px;
  margin:0 0 15px;
  padding:0 10px 0 0;
  text-align:center;
  line-height:1.4;
	font-family: 'Noto Sans JP';
	font-weight:700;
  letter-spacing:-1px;
  width:65%;
  display:table-cell;
  vertical-align:middle;
}
.pagebtm__hatena_ttl b {
  color:#008fde;
}
.pagebtm__hatena_btn {
  width:35%;
  display:table-cell;
  vertical-align:middle;
}
.pagebtm__hatena_btn a {
  background:#008FDE;
  display:block;
  color:#fff;
  font-size:20px;
  margin:3px 0;
  padding:16px 5px;
  text-align:center;
  line-height:1.2;
	border-radius:4px;
	font-family: 'Noto Sans JP';
	font-weight:700;
}
.pagebtm__hatena_btn a:hover {
  background:#18a4f1;
}
.pagebtm__hatena_note {
  font-weight:normal;
  font-size:11px;
  display:block;
  margin:0 0 2px;
}

/* ページ最下部google広告
-------------------- */
.pagebtm__ad {
  margin: 0 0 60px;
  text-align: center;
}

/*広告の位置調整*/
div[id^="FJ_PC_ART"],
div[class^="FJ_PC_ART"] {
  display: inline-block;
}
div[id^="FJ_PC_footer"],
div[class^="FJ_PC_footer"] {
  display: inline-block;
}

/*アドマネ広告を一時的に非表示*/
[class^="FJ_SP_"],
[class^="FJ_PC_"] {
  display:none !important;
}



/* =================================================================
		汎用パーツ
================================================================= */
.key {
	width:100%;
	background:url(../../img/nophoto.png) no-repeat 0 0;
	background-size:cover;
}
.keyin {
	background:url(../../img/common/bg_key.png) repeat left top;
	padding:50px 0;
}
.ttl01 {
	color:#fff;
	font-size:42px;
	text-align:center;
	font-family: 'Noto Sans JP';
	font-weight:900;
	line-height:1.2;
}
.ttl01 span {
	font-size:18px;
	display:block;
}
.ttl01 a {
  color:#fff;
}
.txt_c {
	text-align:center;
}
.font_em01 {
	color:#d93665;
}

/* ページング */
.paging {
  text-align:center;
	/*width:80%;*/
  margin:50px auto 60px;
}
.paging a {
  display:inline-block;
  text-decoration:none;
  color:#fff;
  line-height:1;
  border:2px solid #008fde;
  width:74px;
  height:60px;
  font-family:Arial, sans-serif;
  font-size:24px;
  padding:18px 0 0;
  margin:0 4px 0;
  border-radius:4px;
  overflow:hidden;
  background:#008fde;
}
.paging a:first-child {
  margin-left:0;
}
.paging a:last-child {
  margin-right:0;
}
.paging a.current,
.paging a.current:hover {
  color:#fff;
  border:2px solid #008fde;
  background:#003980;
  cursor:default;
}
.paging a:hover {
  background:#18a4f1;
  border:2px solid #18a4f1;
}
.paging .prev,
.paging .next {
  width:90px;
}
.paging .first,
.paging .last {
  font-size:20px;
  padding-top:20px;
}

/* ページング ランキング用※色のみ指定 */
.paging__rank {
}
.paging__rank a {
  color:#000;
  border-color:#ebfe37;
  background:#ebfe37;
}
.paging__rank a.current,
.paging__rank a.current:hover {
  color:#ebfe37;
  border-color:#ebfe37;
  background:#003980;
}
.paging__rank a:hover {
  color:#000;
  border-color:#f7dd31;
  background:#f7dd31;
}


/*オーバーレイ自社広告*/
.common__adv_overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff0000;
  width: 100%;
  padding: 5px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 200;
  box-shadow: rgb(0 0 0 / 40%) 0px -4px 6px -3px;
}
.common__adv_overlay_image {
  text-align: center;
  background: #fff;
  margin: 0;
}
.common__adv_overlay_image a {
  display: block;
  overflow: hidden;
}
.common__adv_overlay_image a img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}


/* =================================================================
		Clearfix
================================================================= */
.aaaaaaaaa:after,
.contents:after,
.inquiry__table tr:after,
.topic_path__list:after,
.header__box:after,
.popular:after,
.social__list:after,
.pagebtm__social_list:after,
.footer__nav:after,
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.aaaaaaaaaaaa,
.aaaaaaaaaaaa,
.contents,
.inquiry__table tr,
.topic_path__list,
.header__box,
.popular,
.social__list,
.pagebtm__social_list,
.footer__nav,
.clearfix{
	display:inline-block;
}
/*Hides from IE-mac\*/
*html .aaaaaaaaaaa,
*html .aaaaaaaaaaa,
*html .aaaaaaaaaaa,
*html .contents,
*html .inquiry__table tr,
*html .topic_path__list,
*html .header__box,
*html .popular,
*html .social__list,
*html .pagebtm__social_list,
*html .footer__nav,
*html .clearfix{
	height:1%;
}
.aaaaaaaaaaa,
.aaaaaaaaaaa,
.contents,
.inquiry__table tr,
.topic_path__list,
.header__box,
.popular,
.social__list,
.pagebtm__social_list,
.footer__nav,
.clearfix{
	display:block;
}

.DISPHIDE {
  display:none !important;
}
