/*
Theme Name:game-finger
Version:2.05.19
Description:GameFinger antenna theme
*/

body {
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #ededed;
	font-size: 15px;
}

body a {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0;
}

a:link {
	color: #333;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

a:visited {
	color: #aaaaaa;
}

ul,
label {
	margin: 0;
	padding: 0;
}

.content_outer {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.main_content {
	width: calc(100% - 360px);
	display: inline-block;
	vertical-align: top;
	margin-top: 16px;
	background-color: #fff;
	word-break: break-all;
	/* padding:0px 15px 15px 15px; */
	border-radius: 8px;
}

.category_content {
	width: 100%;
	margin-top: 20px;
	word-break: break-all;
}

/* ヘッダー
------------------------------------- */

header {
	position: relative;
	padding: 0px 0px 15px 0px
}

header .content_outer {
	background-color: #003366;
	display: flex;
	max-width: 100%
}

header .site_description {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 2em;
	padding: 4px;
	margin-top: 0px;
	max-width: 1200px;
	margin: 0 auto;
	color: #003366;
	font-size: 14px;
}

header .site_description .left {
	overflow: hidden;
}

header .site_description .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

header .site_description .right img.icon {
	margin: 0 0 0 10px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

header .header_right {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

header .header_right .site_title .site_title_text {
	padding: 20px 0;
	font-weight: normal;
}

header #search_area {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 51, 102, 0.6);
	z-index: 9999;
}

header #search_area .input-group {
	max-width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

header #search_area .search_btn {
	background-color: #003366;
}

header #search_area #search_close {
	width: 100%;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	cursor: pointer
}

header #search_area #search_close:before {
	display: inline-block;
	content: '';
	width: 13px;
	height: 21px;
	background: url(images/search_close.png);
	background-size: contain;
	margin-right: 15px;
}

.site_title .site_title_text a {
	display: flex;
	justify-content: center;
	font-size: 25px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.site_title .site_title_text a:hover {
	color: #ffff00;
}

.site_title .site_title_text a:active {
	color: #ffff00;
}

.site_description {
	color: #777777;
	margin-top: 5px;
	position: relative;
	height: 38px;
	font-size: 13px;
	width: 100%;
}

.descr {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.site_description_sp {
	display: none;
}

.header_left {
	width: 69px;
	padding-top: 8px;
	display: inline-block;
}

.header_right {
	width: calc(100% - 88px);
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}

.header_search_form form {
	margin: 12px 8px 0px 0px;
}

.home .frame_title {
	display: none;
}



/* フッター
------------------------------------- */

footer {
	margin-top: 20px;
	position: relative;
	text-align: center;
	background-color: #003366;
	color: #fff !important;
	padding: 20px 10px 20px 10px;
}

footer a {
	color: #fff !important;
}

.footer-menu {
	padding: 7px 0;
}

.footer-menu a {
	font-size: 16px;
	font-weight: normal;
}

footer .link_area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

footer .link_area .box {
	padding: 0px 12px;
	margin: 8px 0;
}

footer .link_area .box:last-child {
	border: none;
}

footer .link_area .box a {
	font-size: 18px;
}

footer .copy-right {
	padding: 10px 0 0 0;
}

.copy-right {
	font-size: 14px;
	font-weight: normal;
}


/* 記事一覧
------------------------------------- */

.item_list {
	position: relative;
	border-bottom: 5px solid #ededed;
}

.item_title {
	font-size: 18px;
	padding: 5px 0 7px 0;
}

body>div>div.main_content>.item_list {
	padding: 10px 25px;
}

body>div>div.main_content>.item_list:hover {
	background-color: #eff7ff;
}

.item_post_date {
	color: #aaaaaa;
	font-size: 12px;
	margin-right: 5px;
}

.item_blog_name a :visited {
	color: inherit;
}

.item_blog_name a {
	color: #aaaaaa;
	font-size: 14px;
}


/* ブログ毎の記事一覧
------------------------------------- */

.frame_title {
	background-color: #003366;
	color: #fff;
	font-size: 16px;
	padding: 12px 20px;
	border-radius: 8px 8px 0 0;
	border: none;
}


/* 他サイトからの流入ページ
------------------------------------- */

.item_single_content {
	border-bottom: 5px solid #ededed;
	background-color: #ffeff7;
}

.item_single_content h1 {
	margin: 0;
}

.item_single_content h1 a {
	color: #cc0000;
	font-size: 22px;
	text-align: left;
	margin-top: 0px;
	padding: 15px 25px;
}

.single_blog_name {
	color: #333;
	font-size: 14px;
}

.related_item_list {}

.related_item_title {
	margin: 10px 25px 0px 25px;
}

.related_item_detail {
	margin: 0px 0px 10px 0px;
}

.related_item_post_date {
	margin: 0px 5px 0px 25px;
}

.related_item_blog_name a {}


/* サイドカラム
------------------------------------- */

.sub_content {
	display: inline-block;
	vertical-align: top;
	margin-top: 16px;
	margin-left: 50px;
	width: 305px
}


/* ブログランクリスト
------------------------------------- */

.list-group {
	margin-bottom: 20px;
}

.list-group-flush .list-group-item {
	font-size: 14px;
	border-bottom: 3px dotted #ededed;
	padding: 10px 15px;
}

.list-group-flush .list-group-item:hover {
	background-color: #eff7ff;
}

.panel_title {
	font-size: 15px;
	background-color: #003366;
	display: flex;
	flex-wrap: nowrap;
	align-items: top;
	padding: 8px 8px 8px 10px;
	border-radius: 8px 8px 0 0;
}

.panel_title--dormant {
	background-color: #666666;
}

.panel_title--dormant:before {
	filter: grayscale(1) brightness(0) invert(1);
}

.panel_title.panel_title--dormant .rank {
	color: #ffffff;
}

.panel_title:before {
	display: flex;
	background: url(images/icon_king.svg) no-repeat;
	content: '';
	width: 18px;
	height: 14px;
	margin-right: 0px;
	margin-top: 5px;
}

.panel_title .rank {
	display: inline-block;
	vertical-align: top;
	width: 44px;
	text-align: center;
	color: #ffff00;
}

div.rank_title a {
	text-decoration: none;
}

.panel_title .rank_title {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 38px);
}

.panel_blog_name {
	color: #fff;
}

.panel_blog_name:hover {
	color: #ffff00;
}

.panel_blog_name:active {
	color: #ffff00;
}


/* プログレスバー
------------------------------------- */

.progress_ber {
	position: absolute;
	bottom: 4px;
	left: 0;
	height: 0;
	width: 100%;
}

progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	width: 100%;
	height: 4px;
	/* background-color: #FFF; */
	vertical-align: top;
}

::-webkit-progress-bar {
	background-color: rgba(0, 0, 0, 0);
}

::-moz-progress-bar {
	background-color: #ffcc00;
}

::-webkit-progress-value {
	background-color: #ffcc00;
}


/* ページャー
------------------------------------- */

.page-link {
	border: none
}

.pagination li {
	margin: 0 10px
}

.pagination li a {
	color: #fff;
	background-color: #D9D9D9
}

.pagination li a.current {
	background-color: #003366
}

body>div>div.main_content>div.d-flex.justify-content-center>ul>li:first-child .page-link {
	background: none;
	color: #003366
}

body>div>div.main_content>div.d-flex.justify-content-center>ul>li:first-child .page-link span {
	padding: 0 10px
}

body>div>div.main_content>div.d-flex.justify-content-center>ul>li:last-child .page-link {
	background: none;
	color: #003366
}

body>div>div.main_content>div.d-flex.justify-content-center>ul>li:last-child .page-link span {
	padding: 0 10px
}


/* 検索フォーム
------------------------------------- */

.search_input {
	border: 0.8px solid rgb(175, 175, 177);
}

.search_btn {
	background-color: #454545;
}

.search_btn:hover {
	background-color: #aaa;
}

.search_btn .search_icon {
	color: #fff;
}


/* 固定ページ
------------------------------------- */

.content_body {
	padding: 30px 10px;
	font-size: 18px
}


/* サイトについて
------------------------------------- */

.info .list {
	background-color: #fff;
}

.info .list th {
	font-weight: normal;
}

.info .list td {
	padding: 10px 0
}

.info .list td:before {
	display: inline-block;
	content: '：'
}


/* お問い合わせ
------------------------------------- */

.contact .desc p {
	margin-bottom: 1.2em
}

.contact .form_area {
	padding: 40px 0px
}

.contact .form_area input[type="text"],
.contact .form_area input[type="textarea"] {
	width: 100%
}

.contact .input_area {
	padding: 50px 0px
}

.contact .input_area .form-group {
	margin-bottom: 30px
}

.contact .input_area .form-group input {
	border: 1px solid #707070
}

.contact .input_area .form-group input,
.contact .input_area .form-group textarea {
	border: 1px solid #707070
}


/* プライバシーポリシー
------------------------------------- */

.in_text {
	line-height: 28px;
}

.outer_box {
	margin-bottom: 60px;
}

.outer_box h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.order_name tr td {
	padding-right: 20px;
}



/* @media
------------------------------------- */

@media all and (max-width: 1000px) {
	.site_title .site_title_text {
		font-size: 19px;
	}

	.site_description {
		/*color: #777777;*/
		margin-top: 12px;
		position: relative;
		height: auto;
		font-size: 12px;
		width: 100%;
	}

	.descr {
		width: 100%;
		position: static;
		top: 0;
		left: 0;
	}
}


@media screen and (max-width: 1000px) {
	.main_content {
		width: 100%;
		padding: 0;
		margin: 20px 0
	}

	.sub_content {
		width: 100%;
		padding: 0;
		margin: 0
	}

	footer .link_area .box a {
		font-size: 18px
	}

	.site_header {
		display: flex;
		flex-wrap: wrap;
		padding: 0px 0px 6px 0px
	}

	.site_header .site_description {
		order: 2;
		width: 100%
	}

	.site_header .content_outer {
		order: 1;
		width: 100%
	}
}


@media all and (max-width: 959px) {
	.content_outer {
		width: 100%;
		padding: 0 13px;
	}

	.main_content {
		width: 100%;
		padding: 0;
		margin: 20px 0;
		;
	}

	.sub_content {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.inner_pager {
		font-size: 13px;
	}

	.header_search_form {
		display: none;
	}

	.site_logo {
		width: 50px;
	}

	.site_title {
		width: calc(100% - 5px);
	}

}


@media all and (max-width: 768px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 100%;
		padding-left: 0;
	}

	.pagination li {
		margin: 4px 3px;
	}

	.site_title .site_title_text {
		padding-top: 5px;
		font-size: 17px;
	}

	.site_description {
		display: none;
	}

	.site_description_sp {
		display: block;
		font-size: 13px;
		margin-top: 6px;
		color: #777;
	}

	.site_logo img {
		width: 50px;
		height: 50px;
	}

	.header_left {
		width: 54px;
	}

	.header_right {
		width: calc(100% - 70px);
		vertical-align: middle;
		padding-left: 5px;
	}

	.item_post_date {
		padding-right: 5px;
		display: inline-block;
		vertical-align: top;
	}

	.item_detail {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	table,
	tbody,
	thead,
	tr,
	td {
		display: block;
	}

	tr {
		margin-bottom: 12px;
	}

	.order_name td {
		width: 100%;
	}
}
