/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
input.gsc-search-button {
  box-sizing: content-box;
}

table.gsc-search-box td {
  vertical-align: top!important; 
}
 
.gsc-input-box {
  height: 27px!important;
}
 
input.gsc-search-button-v2 {
  margin-top: 0!important; 
}

div#double-rectangle {
	text-align: center;
	font-size: 80%;
	color: #a9a9a9;
	padding: 5px 0;
	overflow: visible;
	margin-bottom: 15px;
}

div#left-rectangle {
	float: left;
	padding: 0 10px 0 0;
/*左に10pxの余白*/
}

div#right-rectangle {
	padding: 0 10px 0 0;
/*右に10pxの余白*/
}

div#top-response {
	text-align: center;
}

.sns-button {
 	margin-top: 20px;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer-text {
	margin-top: 10px;
}

li.cat-item .children {
	padding-left: 20px !important;
}

.app-icon-img1 {
	border-radius: 20%;
}

.exp-area-word {
	padding: 10px;
	border-radius: 0px 0px 10px 10px;
	background-color: #f0fff0;
}

.exp-area-word p {
	margin-bottom: 10px;
}

.exp-area-word2 {
	padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.exp-area-word2 p {
	background: #f3f1b3;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
  padding: 3%;
  width: -webkit-fill-available;
  margin: auto;
}

.box1 {
  border: 2px solid #333;
}

.exp-area-img {
	padding-top: 20px;
	border-radius: 10px 10px 0px 0px;
	background-color: #f0fff0;
	margin-top: 10px;
	text-align: center;
}

.exp-area-img2 {
	padding: 10px;
	border-radius: 10px;
	background-color: #f0fff0;
	text-align: center;
}

.download {
	padding: 10px;
	border-radius: 10px;
	background-color: #f0f8ff;
	margin-bottom: 10px;
	text-align: center;
}

.fa:before{
	font-family: FontAwesome;
}

.fa-poweroff:before{
	content: "\f011";
	color: skyblue
}

.fa-music:before{
	content: "\f001";
}

.fa-book:before{
	content: "\f02d";
}

.fa-home:before{
	content: "\f015";
}

.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 180px;
	vertical-align: middle;
}

.youtube::before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f144";
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 180px;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}

.youtube:hover::before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.3s;
}

.youtube-p {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	border-radius: 25px;
}

.youtube-p::before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f144";
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	background: rgba(99, 94, 94,1);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
	border-radius:25px;
}

.youtube-p:hover::before {
	background: rgba(255, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.3s;
}

.infeed-ads1 {
	text-align: center;
	margin-top: 20px;
}

.infeed-ads2 {
	text-align: center;
	margin: 20px 0;
}
	
.inside-ads {
	text-align: center;
	margin: 40px 0;
}
	
.label-left {
	text-align: left;
	font-size: 80%;
	color: #a9a9a9;
	margin: 20px 0;
}

.label-relation-left {
	text-align: left;
	font-size: 100%;
	margin: 15px 0;
}

.label-center {
	text-align: center;
	color: #230606;
	margin: 10px 0;
}

.label-seed-center {
	text-align: center;
	font-size: 80%;
	font-weight: 700;
	color: inherit;
	margin: 15px 0;
}

.link1 {
    display: block;
    background-color: #eee;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #eee;
    padding: 1em;
}

.paging {
	margin: 10px 0;
}

.side-label-center {
	text-align: center;
	font-size: 80%;
	color: #a9a9a9;
	margin: 0 0 1px;
}

.blue-range {
	padding: 10px;
	border: solid 2px #4169e1;
	border-radius: 10px;
	background-color: #f0f8ff;
	margin-top: 15px;
	margin-bottom: 30px;
}

#guard {
	position: relative;
	width: 320px;
	height: 320px;
}

.img_Guard {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/spacer.gif);
}

div:has(>  .fix_col_row_left){
  overflow:auto; 
  height:580px; 
}

.fix_col_row_left td{
	font-size: 70% !important;
	text-align: left;
	vertical-align: middle;
}

.fix_col_row_left tr th:first-child,
.fix_col_row_left td:first-child{
  left:0; 
  position: sticky; 
  z-index:30; 
} 

.fix_col_row_left tr th:first-child{
  z-index: 31; 
}

.fix_col_row_left tr th{
  position: sticky !important; 
  top: 0; 
  z-index: 29; 
} 

@media screen and (max-width: 767px) {
  .fix_col_row_left {
  height:580px;
  }
}

div:has(>  .fix_col_row){
  overflow:auto; 
  height:580px; 
}

.fix_col_row td{
	font-size: 70% !important;
	text-align: center;
	vertical-align: middle;
}

.fix_col_row tr th:first-child,
.fix_col_row td:first-child{
  left:0; 
  position: sticky; 
  z-index:30; 
} 

.fix_col_row tr th:first-child{
  z-index: 31; 
}

.fix_col_row tr th{
  position: sticky !important; 
  top: 0; 
  z-index: 29; 
} 

@media screen and (max-width: 767px) {
  .fix_col_row {
  height:580px;
  }
}

.dataTables_filter {
	float:none;
}


/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box, .kaerebalink-box {
	padding: 25px;
	margin-bottom: 10px;
	border: double #CCC;
	overflow: hidden;
	font-size: small;
}

.booklink-image, .kaerebalink-image {
	margin: 0 15px 0 0;
	float: left;
	min-width: 160px;
	text-align: center;
}

.booklink-image img, .kaerebalink-image img {
	margin: 0 auto;
	text-align: center;
}

.booklink-info, .kaerebalink-info {
	margin: 0;
	line-height: 120%;
	overflow: hidden;
}

.booklink-name, .kaerebalink-name {
	margin-bottom: 24px;
	line-height: 1.5em;
}

.booklink-powered-date, .kaerebalink-powered-date {
	font-size: 8px;
	margin-top: 10px;
	font-family: verdana;
	line-height: 120%;
}

.booklink-detail, .kaerebalink-detail {
	font-size: 12px;
}

.booklink-powered-date, .kaerebalink-detail {
	margin-bottom: 15px;
}

.booklink-link2, .kaerebalink-link1 {
	margin-top: 10px;
}

.booklink-link2 a,
.kaerebalink-link1 a {
	width: 30%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 2px 0 0;
	padding: 10px 1px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: 800;
	text-shadow: 1px 1px 1px #dcdcdc;
	font-size: 12px;
	color: #fff !important;
}

.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
	opacity: .6;
}

.booklink-link2 a:active
.kaerebalink-link1 a:active {
	position: relative;
	top: 1px;
}

/*ボタンを変えるときはここから*/
.shoplinkamazon a {
	color: #FF9901 !important;
	border: 1px solid #FF9901 !important;
}

.shoplinkrakuten a {
	color: #c20004 !important;
	border: 1px solid #c20004 !important;
}

.shoplinkrakukobo a {
	color: #d50000 !important;
	border: 1px solid #d50000 !important;
}

.shoplinkkindle a {
	color: #007dcd !important;
	border: 1px solid #007dcd !important;
}

.shoplinkkakakucom a {
	color: #314995 !important;
	border: 1px solid #314995;
}

.shoplinkyahoo a {
	color: #7b0099 !important;
	border: 1px solid #7b0099 !important;
}

.shoplinkseven a {
	color: #225496 !important;
	border: 1px solid #225496 !important;
}

/*ここまでを変更*/
.shoplinkyahoo img {
	display: none;
}

.shoplinkyahoo a {
	font-size: 10px;
}

.booklink-footer {
	display: none;
}

@media screen and (max-width: 680px) {
	.booklink-box, .kaerebalink-box {
		padding: 15px;
	}
	
	.booklink-image, .kaerebalink-image {
		width: 100px !important;
		min-width: initial;
	}
	
	.booklink-name > a, .kaerebalink-name > a {
		font-size: 15px;
		font-weight: bold;
	}
	
	.booklink-name, .kaerebalink-name {
		margin-bottom: 12px;
	}
	
	.booklink-powered-date, .kaerebalink-powered-date {
		margin-top: 5px;
	}
	
	.booklink-link2 a,
																																													.kaerebalink-link1 a {
		width: calc(100% - 4px);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin: 2px 0;
		padding: 10px 0;
	}
}

/*--------------------------------------
  アプリーチ
--------------------------------------*/
#appreach-box {
	max-width: 500px;
	margin-bottom: 20px;
	border: double #CCC;
	background: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	line-height: 1.4;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.06);
}

#appreach-box br {
	display: none;
}

#appreach-image {
	margin-right: 15px !important;
	margin-bottom: 10px !important;
}

#appreach-appname {
	color: #3a3a3a;
	font-size: 1.35em;
	font-weight: bold;
}

#appreach-developer, #appreach-price, .appreach-powered {
	color: #888;
	font-size: 11px !important;
}

#appreach-box .appreach-links {
	margin-top: 10px;
}

#appreach-itunes-link {
	margin-right: 10px;
}

#appreach-box .appreach-links img:hover {
	opacity: .8;
}

/* YARPP standard*/

.yarpp-standard h5{
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: inherit;
	padding: 5px;
	border: solid 2px #47B39D;
	border-radius: 3px;
	margin: 10px 0;
}

.yarpp-standard dl{
	clear:both;
}

.yarpp-standard img{
	float:left;
	margin: 0px 10px 5px 0;
}

.yarpp-standard a.title {
	font-weight: 700;
	text-decoration:none;
	color: #483D8B;
}

.yarpp-standard a.title:hover {
	color: #3366ff;
}

.yarpp-standard small {
	color: #A9A9A9;
}

.yarpp-standard .date {
	font-size: 0.8em;
	color: #66cc99;
}

/* LI – post container */
.wpp-list li {
float:none;
clear:left;
margin-left: 0px !important;
height: 120px;
display: flex;
align-items: center;
}

/* thumbnail styles */
.wpp-thumbnail {
display:inline;
float:left;
margin:0 5px 0 0;
border:none;
}

/* Stats tag styles */
.post-stats {
display:block;
font-size:9px;
font-weight:bold;
}

.share_btn2{
    display: inline-block;
    text-decoration: none;
		width: 150px;
		margin:2px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
		color:white;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    transition: .3s;
}
.share_btn2 .fa {line-height:50px}
.share_btn2:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.share_btn2.shtw {background: #22b8ffe0;font-size:1.2em;}
.share_btn2.shfb {background: #6680d8e0;font-size:1.2em;}
.share_btn2.shhtb {background: #49a8fbe0;font-size:1.2em;}
.share_btn2.shpkt {background: #ff6d82e0;font-size:1.2em;}
.share_btn2.shfdly {background: #7bda72e0;font-size:1.2em;}

.share_btn2-m{
    display: inline-block;
    text-decoration: none;
		width: 50px;
		margin:2px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
		color:white;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    transition: .3s;
}
.share_btn2-m .fa {line-height:50px}
.share_btn2:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.share_btn2-m.shtw {background: #22b8ffe0;}
.share_btn2-m.shfb {background: #6680d8e0;}
.share_btn2-m.shhtb {background: #49a8fbe0;}
.share_btn2-m.shpkt {background: #ff6d82e0;}
.share_btn2-m.shfdly {background: #7bda72e0;}

.share_btn2-side{
    display: inline-block;
    text-decoration: none;
		width: 50px;
		margin:2px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
		color:white;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    transition: .3s;
}
.share_btn2-side .fa {line-height:50px}
.share_btn2-side:hover{
	-filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.share_btn2-side.shtw {background: #22b8ffe0;}
.share_btn2-side.shfb {background: #6680d8e0;}
.share_btn2-side.shfdly {background: #7bda72e0;}

.snsbtn2 {
 	text-align: center;
	margin: 20px;
}

.snsbtn2-side {
 	text-align: center;
	margin: 5px;
	display: inline-flex;
}

.snsbtn2-text {
	font-size: .8em;
	vertical-align: 3%;
}

.fa-white:before
{
	color: white ;
}
	
.square_btn {
    display: inline-block;
    text-decoration: none;
    transition: .4s;
	  padding: 1.6em 0.1em;
	  font-size: 95%;
}

.square_btn:hover {
    background: #e8edf3e0;
	  text-decoration: none;
}
	
.app-list li {
float: none;
    clear: left;
    margin-left: -38px !important;
    height: 100px;
    width: 360px;
    display: flex;
    align-items: center;
    border: solid 1px #c2c4c6;
    margin: 10px;
}
	
.app-thumbnail {
display:inline;
float:left;
}
	
.app-btn {
   align-items: center;	
	 padding:3px;
}

.related-post-wrap {
  margin: 2em 0;
}
 
.related-post-wrap h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
 
.related-post-wrap ul {
  display: grid;
  list-style: none;
  gap: .875em;
  grid-template-columns: repeat(4, 1fr);
	margin-left: 0;
  padding: 0;
}
 
.related-post a {
  display: block;
  text-decoration: none;
  color: #000;
}
 
.related-post a:hover {
  opacity: .6;
}
 
.related-post img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: .5em;
  object-fit: cover;
}
 
.related-post .text-wrap {
  font-size: .875em;
  font-weight: bold;
}
 
@media (max-width: 600px) {
  .related-post-wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
}