@charset "utf-8";

/*		コンテンツ
-------------------------------------------------------
	01.トップぺージ							 				[ index.html ]
	02.新着記事 　　　									[ /newly.php/ ]
	03.記事ランキング　									[ /ranking.php/ ]
	04.全てのテーマ 　　　　　					[ /tag.php/ ]
	05.年月日ごとの記事一覧 						[ /fishing/index.php/ ]
	06.ライターごとの記事一覧　　				[ /ttttttt/ ]
	07.記事詳細 　　　									[ /fishing/detail.php/ ]
	08.お知らせ一覧 　									[ /news/index.php/ ]
	09.運営会社 　　　									[ /info/company.php/ ]
	10.利用規約 　　　									[ /info/terms.php/ ]
	11.お問い合わせ　　									[ /inquiry/ ]
	12.サイト内検索　　									[ /search.html ]
	13.閲覧履歴　　							　　		[ /history.php ]
	14.404　　									　　		[ /404.php ]

-------------------------------------------------------*/

/* ========================================================================
	01.トップぺージ							 			[ index.html ]
======================================================================== */
.main__key {
	width:100%;
	padding:23.7% 0;
  height: auto;
	position:relative;
	background-size:cover;
	z-index:10;
	background-repeat:no-repeat;
}

/* パターン01
-------------------- */
.main__first {
	background:url(../../img/common/bg_line.png) repeat-y left top;
}
.main__list {
	width:100%;
	display:table;
	table-layout:fixed;
}
.main__list > li {
	display:table-cell;
	position:relative;
	border-top:1px solid #003980;
  background:#fff;
}
.main__list > li +li{
	border-left:1px solid #003980;
}
.main__list > li.none {
  visibility:hidden;
}
.main__img {
	width:100%;
	height:260px;
  background:#fff;
}
.main__imgin {
	width:100%;
	height:100%;
	background:url(../../img/nophoto.png) no-repeat center center;
	background-size:cover;
	cursor:pointer;
}
.main__imgin > a {
  display:block;
  width:100%;
  height:100%;
}
.main__box {
	padding:20px;
}
.main__first .main__box {
  background:#fff;
}
.main__ttl {
	font-size:22px;
	font-weight:normal;
	line-height:1.4;
	margin:0 0 20px;
	height:90px;
	overflow:hidden;
}
.main__time {
	font-size:12px;
	font-weight:normal;
	line-height:1;
	margin:-13px 0 13px;
  color:#fff;
  opacity:0.6;
  display:block;
}
.main__date {
	font-size:22px;
	font-weight:bold;
	color:#1E54A8;
}
.main__ttl a {
	color:#000;
}
.main__ttl a:hover {
	color: #006DD4;
}

/* パターン02
-------------------- */
.main__second{
	/*background:#000;*/
}
.main__second .main__ttl a {
	color:#fff;
}
.main__second .main__ttl a:hover {
	color:#ffee99;
}
.main__second .main__list > li {
	border-top:1px solid #003980;
  background:#000;
}
.main__second .main__list > li +li{
	border-left:1px solid #003980;
}
.main__second .main__box {
  background:#000;
}
.main__icon01 {
	position:absolute;
	top:0;
	left:0;
}
.main__icon02 {
	position:absolute;
	top:10px;
	left:10px;
}
.main__btn {
	width:54%;
	margin:25px auto 15px;
}
.main__btn a {
  background:#008FDE;
  color:#fff;
  display:block;
  font-weight:bold;
  font-size:24px;
  margin:0 auto;
  padding:20px 5px;
  text-align:center;
  line-height:1.2;
	border-radius:6px;
}
.main__btn a:hover {
  background:#18a4f1;
}

/* 人気記事BEST3
-------------------- */
.main__rank_body_wrap {
	margin:0 0 20px;
}
.main__rank_list{
	display:table;
	width:60%;
	table-layout:fixed;
	margin:0 auto 20px;
}
.main__rank_list > li{
	display:table-cell;
	font-size:17px;
	text-align:center;
	padding:5px;
	color:#fff;
	font-weight:bold;
	background:#000;
}
.main__rank_list > li + li {
	border-left:1px solid #4d4d4d;
}
.main__rank_list > li:hover {
	background:#ebfe37;
	color:#000;
	cursor:pointer;
}
.main__rank_list > li.active {
	color:#000;
	background:#ebfe37;
}
.main__rank_list > li a {
	color:#fff;
  display:block;
}
.main__rank_list > li:hover a {
	color:#000;
}
.main__rank_list > li.current {
	background:#ebfe37;
}
.main__rank_list > li.current a {
	color:#000;
}
.main__rank {
	padding:25px 0 15px;
}
.main__rank_ttl {
	color:#fff;
	font-weight:bold;
	font-size:36px;
	text-align:center;
	margin:0 0 8px;
}
.main__rank_body {
}
.main__rank_sttl {
	color:#fff;
	font-size:18px;
	font-weight:normal;
	line-height:1.4;
	margin:0 0 10px;
	height:75px;
	overflow:hidden;
}
.main__rank_sttl a {
	color:#fff;
}
.main__rank_sttl a:hover {
	color:#ffee99;
}
.main__rank_box {
	width:100%;
	display:table;
	table-layout:fixed;
  /*background:#fff;*/
}
.main__rank_boxin {
	display:table-cell;
	position:relative;
	width:33%;
  background:#000;
}
.main__rank_boxin.none {
  visibility:hidden;
}
.main__rank_boxin + .main__rank_boxin{
	border-left:1px solid #003980;
}
.main__rank__img {
	width:100%;
	height:200px;
  background:#fff;
	position:relative;
}
.main__rank__imgin {
	width:100%;
	height:100%;
	background:url(../../img/nophoto.png) no-repeat center center;
	background-size:cover;
	position:relative;
	cursor:pointer;
}
.main__rank__imgin > a {
  display:block;
  width:100%;
  height:100%;
}
.main__rank_btn {
	width:54%;
	margin:25px auto 10px;
	text-align:center;
}
.main__rank_btn a {
	background:#ebfe37;
	color:#000;
	padding:10px 10px;
	font-weight:bold;
	font-size:24px;
	border-radius:6px;
	display:block;
}
.main__rank_btn a:hover {
	background:#f7dd31;
}
.main__icon_rank {
	position:absolute;
	bottom:-12px;
	right:5px;
}
.main__rank_txt_area {
	padding:10px;
  background:#000;
}

/* 人気のテーマ
-------------------- */
.popular {
	padding:20px 20px 30px;
	position:relative;
}
.popular__box {
  margin:-15px 0 0;
}
.popular__ttl {
	font-weight:bold;
	font-size:36px;
	color:#fff;
	text-align:center;
	margin:0 0 8px;
}
.popular__list > li {
	display:inline-block;
	margin:0 4px 10px 0;
}
.popular__list > li a {
	display:inline-block;
	border-radius:4px;
	text-align:center;
	font-size:15px;
	background:#fff;
	padding:10px 10px;
  line-height:1.2;
	color:#000;
}
.popular__list > li a:hover {
	background:#ebfe37;
}
/* ========================================================================
	02.新着記事 　　　									[ /newly.php/ ]
======================================================================== */
.body_newly .key {
	background:url(../../img/newly/key.jpg) no-repeat left top;
	background-size:cover;
}
/* ========================================================================
	03.記事ランキング　									[ /ranking.php/ ]
======================================================================== */
.body_ranking .key {
	background:url(../../img/ranking/key.jpg) no-repeat left top;
	background-size:cover;
}
/* ========================================================================
	04.全てのテーマ 　　　　　					[ /tag.php/ ]
======================================================================== */
.body_tag .key {
	background:url(../../img/tag/key.jpg) no-repeat left top;
	background-size:cover;
}
.tag {
	padding:40px 20px;
	position:relative;
}
.tag__list > li {
	display:inline-block;
	margin:0 4px 10px 0;
}
.tag__list > li a {
	display:inline-block;
	border-radius:4px;
	text-align:center;
	font-size:15px;
	background:#fff;
	padding:10px 10px;
  line-height:1.2;
	color:#000;
}
.tag__list > li a:hover {
	background:#ebfe37;
}

/* nav__tab
---------------------- */
.nav__tab ul {
  width: 536px;
  margin: 50px auto 50px;
  line-height: 1.2;
  text-align: center;
  border: solid 3px #fff;
  border-radius: 10px;
	background: #d8d8d8;
  font-size: 0;
}
.nav__tab ul li {
  display: inline-block;
  width: 33%;
  border-right: solid 3px #fff;
}
.nav__tab ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0 18px 0;
  text-decoration: none;
  color: #0e3976;
	font-size: 17px;
	font-weight: bold;
	background: #d8d8d8;
}
.nav__tab ul li.active a {
  color: #fff;
	background: #0e3976;
}
.nav__tab ul li:first-of-type a {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
	border-top: none;
}
.nav__tab ul li:last-of-type {
  width: 34%;
  border-right: none;
}
.nav__tab ul li:last-of-type a {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
	border-top: none;
  border-right: none;
}

/* ========================================================================
	05.年月日ごとの記事一覧 						[ /fishing/index.php/ ]
======================================================================== */
.body_fishing .key {
	background:url(../../img/fishing/index/key.jpg) no-repeat left top;
	background-size:cover;
}
.body_fishing .key.keybg_tag,
.body_fishing .key.keybg_theme {
  background-image:url(../../img/fishing/index/key_tag.jpg);
}
.body_fishing .key.keybg_writer {
  background-image:url(../../img/fishing/index/key_writer.jpg);
}
.body_fishing .key.keybg_archive {
  background-image:url(../../img/fishing/index/key_archive.jpg);
}
.body_fishing .key h2,
.body_fishing .key p {
  font-size:14px;
  line-height:1.2;
  margin:16px 0 0 35px;
  text-align:center;
  color:#fff;
  font-weight: normal;
}

/* category_ttl
---------------------- */
.category_ttl {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	/* letter-spacing: 3px; */
	margin: 40px 30px 15px;
  line-height: 1.33;
}
.category_key {
  position: relative;
  /* width: 100%; */
  width: 750px;
  height: 360px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto 20px;
}
.category_key:before,
.category_key:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: #000;
  opacity: 0.7;
  mix-blend-mode: overlay;
}
.category_key:after {
  top: inherit;
  bottom: 0;
}
.category_lead {
  margin: 0 auto 20px;
  padding: 0 0px;
  width: 100%;
  /* max-width: 800px; */
  font-size: 14px;
  line-height: 1.714;
  color: #fff;
  text-align: center;
}

#category_key_source .category_key_source_in {
  width:750px;
  margin:-15px auto 5px;
}
#category_key_source .category_key_source_in p {
	color:#8391af;
	margin:6px 0 0;
  line-height:1.2;
	font-size:12px;
  text-align:right;
}
#category_key_source .category_key_source_in p a {
	color:#8391af;
  text-decoration:none;
}


.fishing__list{
	display:table;
	width:50%;
	table-layout:fixed;
	margin:30px auto;
}
.fishing__list > li{
	display:table-cell;
	font-size:17px;
	text-align:center;
	padding:5px;
	color:#fff;
	font-weight:bold;
	background:#000;
}
.fishing__list > li + li {
	border-left:1px solid #4d4d4d;
}
.fishing__list > li:hover {
	background:#008FDE;
	color:#fff;
	cursor:pointer;
}
.fishing__list > li.active {
	color:#fff;
	background:#008FDE;
}
.fishing__list > li a {
	color:#fff;
  display:block;
}
.fishing__list > li:hover a {
	color:#fff;
}
.fishing__list > li.current {
	background:#008FDE;
}
.fishing__list > li.current a {
	color:#fff;
}


/* ライターの場合のKEY部分とナビ */
.dispnone_writer {
  display: none !important;
}
.fishing_index__key_writer {
  display: none;
}
.fishing_index__key_writer.writer {
  display: block;
}
.fishing_index__key_writer_main {
  padding: 50px 50px 49px;
  background-image: url(../../img/common/bg_key.png), url(../../img/fishing/index/key_writer.jpg);
  background-repeat:  repeat, no-repeat;
  background-position: left top;
  background-size:  auto, cover;
}
.fishing_index__key_writer_icon {
  margin: 0 0 11px;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.fishing_index__key_writer_icon_frame {
  border-radius: 10px;
  overflow: hidden;
  border: #fff 2px solid;
  box-sizing: content-box;
}
.fishing_index__key_writer_icon_frame img {
  height: 100px;
  width: auto;
  vertical-align: top;
}
.fishing_index__key_writer_title {
  text-align: center;
	color: #fff;
	font-size: 42px;
	font-family: 'Noto Sans JP';
	font-weight: 900;
	line-height: 1.2;
}
.fishing_index__key_writer_txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 16px auto 0;
  text-align: center;
  color: #fff;
  width: 710px;
}
.fishing_index__key_writer_txt a {
  color: #92bdff;
  text-decoration: underline;
}
.fishing_index__key_writer_txt a:hover {
  color: #b2d1ff;
  text-decoration: none;
}
.fishing_index__key_writer_sub {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.fishing_index__key_writer_subtitle {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
  font-weight: bold;
  margin: 10px 25px;
}
.fishing_index__key_writer_nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  width: 330px;
  flex-shrink: 0;
  margin: 25px 20px 25px 0;
}
.fishing_index__key_writer_nav li {
  height: 100%;
  width: 50%;
}
.fishing_index__key_writer_nav li a {
  font-size:17px;
  text-align:center;
  padding:5px;
  color:#fff;
  font-weight:bold;
  background:#000;
  display: block;
}
.fishing_index__key_writer_nav li a:hover,
.fishing_index__key_writer_nav li.current a {
  background:#008FDE;
}





/* ========================================================================
	07.記事詳細 　　　									[ /fishing/detail.php/ ]
======================================================================== */
.main__newly_ttl {
	color:#fff;
	font-weight:bold;
	font-size:36px;
	text-align:center;
	margin:0 0 8px;
}



/* ========================================================================
	08.お知らせ一覧 　									[ /news/index.php/ ]
======================================================================== */
.body_news .key {
	background:url(../../img/news/key.jpg) no-repeat left top;
	background-size:cover;
}
.news {
}



/* ========================================================================
	09.運営会社 　　　									[ /info/company.php/ ]
======================================================================== */
.body_company .main {
}
.body_company .key {
	background:url(../../img/other/key.jpg) no-repeat left top;
	background-size:cover;
}
.company {
	background:#fff;
  padding:40px 0 55px;
  margin:0 0 35px;
}
.company_in {
	margin:0 auto;
	width:770px;
}
.company__table {
  background:#fff;
  font-size:12px;
  line-height:1.4;
  width:100%;
  margin: 0 0 65px;
}
.company__table th,
.company__table td {
  border-bottom:1px solid #babfcc;
}
.company__table th {
  color:#7a7a7a;
  width:19%;
  font-weight:normal;
	font-size:14px;
	padding:0 3px;
  vertical-align:middle;
}
.company__table td {
	padding:20px 10px;
	font-size:14px;
  vertical-align:middle;
  color: #000;
}
.company__table a {
	text-decoration:underline;
}
.company__table a:hover {
	text-decoration:none;
}
.company__title {
  font-size: 24px;
  margin: 0 0 8px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}



/* ========================================================================
	10.利用規約 　　　									[ /info/terms.php/ ]
======================================================================== */
.body_terms .main {
}
.body_terms .key {
	background:url(../../img/other/key.jpg) no-repeat left top;
	background-size:cover;
}
.terms {
  background:#fff;
  padding:40px 0 55px;
  margin:0 0 45px;
}
.terms_in {
	margin:0 auto;
	width:770px;
}
.terms__ttl {
  font-size:16px;
  margin:0 0 10px;
}
.terms__txt {
  margin:0 0 20px;
}
.terms__box {
  margin:0 0 20px;
}
.terms__list {
	margin:0 0 20px;
}
.terms__list > li {
	text-indent:-1em;
	margin:0 0 0 1em;
}

/* ========================================================================
	11.お問い合わせ　　									[ /inquiry/ ]
======================================================================== */
.body_inquiry .main {
}
.body_inquiry .key {
	background:url(../../img/other/key.jpg);
	background-size:cover;
}
.inquiry {
  background:#fff;
  padding:40px 0 55px;
  margin:0 0 35px;
  min-height:520px;
}
.inquiry_in {
	margin:0 auto;
	width:740px;
}
.inquiry__txt {
	margin:0 0 20px;
}
.inquiry__txt strong {
	color:#e82d4d;
}
.inquiry__box {
  border-bottom:1px dashed #999;
	margin:0 0 20px;
}
.inquiry__txt a {
	text-decoration:underline;
}
.inquiry__txt a:hover {
	text-decoration:none;
}
.inquiry__list {
	margin:0 0 20px;
}
.inquiry__list > li {
  color:#666;
	line-height:2;
  font-size:12px;
}
.inquiry__table {
  width:100%;
  line-height:1.4;
  margin:0 0 40px;
}
.inquiry__table tr {
  display:block;
  padding:0 0 20px;
}
.inquiry__table tr:last-child {
  padding-bottom:0;
}
.inquiry__table th {
  display:block;
  text-align:left;
  vertical-align:top;
  padding:0 0 8px;
  font-size:14px;
	float:left;
	clear:both;
	width:100%;
}
.inquiry__table th.need:after {
  content: "※必須";
  color:#e82d4d;
  font-size:11px;
  margin:0 0 0 3px;
}
.inquiry__table td {
  display:block;
  vertical-align:top;
	float:left;
	clear:both;
	width:70%;
}
/* フォームのinput */
.inquiry__table input[type="text"] {
	width:80%;
}
.inquiry__table textarea {
	width:100%;
}
.inquiry__table input[type="text"],
.inquiry__table textarea {
  padding:8px 5px 7px;
  font-size:16px;
  background:#f3f3f3;
  border:#ccc 1px solid;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}
.inquiry__table input[type="text"]:focus,
.inquiry__table textarea:focus {
  background:#fff;
}
.inquiry__table textarea {
  height:200px;
  resize:vertical;
}
/* フォームのbutton */
.inquiry__btn {
  text-align:center;
}
.inquiry__btn input[type="button"] {
  background:#000;
  color:#fff;
  text-align:center;
  line-height:1.2;
  padding:20px 15px;
  width:70%;
  border:none;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  font-size:24px;
  font-weight:bold;
  -webkit-appearance: none;
}

/* フォームの確認・エラー・完了 */
.inquiry .table{
  width:100%;
  line-height:1.4;
  margin:0 0 40px;
}
.inquiry .table tr {
  display:table-row;
  padding:0;
}
.inquiry .table th,
.inquiry .table td {
  padding:1em 0;
  border-top:#999 1px dashed;
  border-bottom:#999 1px dashed;
}
.inquiry .table th {
  display:table-cell;
  text-align:left;
  vertical-align: middle;
  font-size:14px;
  width:20%;
  padding-right:10px;
}
.inquiry .table td {
  display:table-cell;
  vertical-align:middle;
  font-size:14px;
}
.inquiry .table .attention {
  color:#e82d4d;
  font-weight:bold;
  font-size:14px;
}
/* フォームの確認・エラー・完了の送信ボタン */
.submit-btn {
  text-align:center;
	margin:0 0 40px;
}
.submit-btn input[type="button"] {
  text-align:center;
  line-height:1.2;
  padding:20px 15px;
  width:40%;
  border:none;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  font-size:24px;
  font-weight:bold;
  -webkit-appearance: none;
}
.submit-btn input[type="button"]:first-child {
  background:#e5e5e5;
  color:#000;
}
.submit-btn input[type="button"]:nth-child(2) {
  background:#000;
  color:#fff;
}


/* ========================================================================
	12.サイト内検索 　　　　　					[ /search.html ]
======================================================================== */
.body_search .main {
}
.body_search .key {
	background:url(../../img/other/key.jpg) no-repeat left top;
	background-size:cover;
}
.search {
  background:#fff;
  padding:40px 0 55px;
  margin:0 0 35px;
}
.search_in {
	margin:0 auto;
	width:770px;
}
.search * {
  box-sizing:content-box;
}
.search table {
  border-collapse:separate;
}
.gsc-wrapper {
  line-height:normal;
}
.gsc-results .gsc-cursor {
  font-size:24px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  margin-right:12px !important;
}


/* ========================================================================
	13.閲覧履歴 　　　									[ /history.php ]
======================================================================== */
.body_history .key {
	background:url(../../img/history/key.jpg) no-repeat left top;
	background-size:cover;
}
.main__history_list {
	width:100%;
	display:table;
	table-layout:fixed;
}
.main__history_list > li {
	display:table-cell;
	position:relative;
	border-top:1px solid #003980;
  background:#000;
}
.main__history_list > li +li{
	border-left:1px solid #003980;
}
.main__history_list > li.none {
  visibility:hidden;
}
.main__history_set {
  display:table;
}
.main__history_img {
	width:210px;
	height:150px;
  background:#fff;
  display:table-cell;
}
.main__history_imgin {
	width:100%;
	height:100%;
	background:url(../../img/nophoto.png) no-repeat center center;
	background-size:cover;
	cursor:pointer;
}
.main__history_imgin > a {
  display:block;
  width:100%;
  height:100%;
}
.main__history_box {
	padding:20px;
  display:table-cell;
  vertical-align:middle;
  background:#000;
}
.main__history_ttl {
	font-size:20px;
	font-weight:normal;
	line-height:1.4;
	height:110px;
	overflow:hidden;
}
.main__history_ttl a {
	color:#fff;
}
.main__history_ttl a:hover {
	color: #ffee99;
}



/* ========================================================================
	14.404 　　　									[ /404.php ]
======================================================================== */
.not_found {
  background:#fff;
  padding:30px 0 65px;
  min-height:520px;
}
.not_found_in {
  margin:0 auto;
  width:740px;
}
.not_found .img {
  text-align:center;
  margin:0 0 30px;
}
.not_found .ttl {
  font-size:42px;
  text-align:center;
  font-family:'Noto Sans JP';
  font-weight:900;
  line-height:1.2;
  margin:0 0 24px;
}
.not_found .ttl span {
  font-size:18px;
  display:block;
  margin:0 0 2px;
}
.not_found .txt {
  text-align:center;
  font-size:16px;
  margin:0 0 30px;
}
.not_found .btn {
  width:54%;
  margin:25px auto 15px;
}
.not_found .btn a {
  background:#008FDE;
  color:#fff;
  display:block;
  font-weight:bold;
  font-size:24px;
  margin:0 auto;
  padding:20px 5px;
  text-align:center;
  line-height:1.2;
  border-radius:6px;
}
.not_found .btn a:hover {
  background:#18a4f1;
}
