/*リンクの色*/
.entry-content a {
	color: #00f;/*記事中のリンク文字を変更*/
}
a:hover,
a:active {
	color: #00f;
}
.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);/*下線の太さと色*/
	box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);/*下線の太さと色*/
}
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #00f;/*マウスオーバー時の文字色*/
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(0, 0, 255, 1);/*マウスオーバー時の下線の太さと色*/
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(0, 0, 255, 1);/*マウスオーバー時の下線の太さと色*/
}

h1 {
/*display: inline;
	background: linear-gradient(transparent 80%, #dd9dbf 0%);*/
}

h2 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
}

h3 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

h4 {
border-bottom: solid 3px #cce4ff;
position: relative;
}

h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #5472cd;
bottom: -3px;
width: 20%;
}


.pr {
  position: relative;
  }

.pr p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: skyblue;/*背景色*/
 font-size: 8px;
  line-height: 1;/*行高は1に*/
 padding: 4px 8px;/*文字周りの余白*/
  }

.pr img {
  width: 100%;
  }


/* TwentySeventtenの最大幅を1200pxに変更 */
@media screen and (min-width: 79em) {
	.wrap {
		max-width: 1500px;
		padding-left: 5em;
		padding-right: 5em;
	}
	.has-sidebar:not(.error404) #primary {
		width: 60.3%;
	}
	.has-sidebar #secondary {
		width: 30.0%;
	}
	.navigation-top .wrap {
		max-width: 1120px;
	}
	.site-footer .wrap {
		padding-left: 10em;
		padding-right: 8em;
	}
}

#post-list {
	width: 100%;
	overflow: hidden;
	border-top: 0.5px solid #dcdcdc;
	border-bottom: 0.5px solid #dcdcdc;
	border-left: 0;
	border-right: 0;
}
 
.post-entry {
	width: 100%;
	display: table; 
    vertical-align: top;
	border-top: 0.5px solid #dcdcdc;
	border-bottom: 0.5px solid #dcdcdc;
	border-left: 0;
	border-right: 0;
}
 
.post-thumbnail {
	display: table-cell;
	width: 20%; /*横2列表示*/
	vertical-align: top;
	padding-top: 1%;
}
 
.entry-header-content {
	display: table-cell;
 	width: 1000px; /*記事の半分の幅以上を設定*/
	padding-top : 1%;
	font-size: 9pt;
}
 
#post-list .entry-title {
	font-weight:700;
	font-size: 1em;
}
	
#post-list .entry-content {
	display:none
}

/*ウィジェットタイトル文字*/
h2.widget-title {
	color: #222;/*色*/
	font-size: 13px;/*大きさ*/
	font-size: 0.8125rem;/*大きさ*/
	font-weight: 800;/*太さ*/
	margin-bottom: 1.5em;/*下余白*/
}
@media screen and (min-width: 48em) {
	h2.widget-title {
		font-size: 11px;/*大きさ*/
		font-size: 0.6875rem;/*大きさ*/
		margin-bottom: 2em;/*下余白*/
	}
}
/*サイドバー文字（48em未満は本文文字と同等）*/
@media screen and (min-width: 48em) {
	#secondary {
		font-size: 12px;/*大きさ*/
		line-height: 1.6;/*行高*/
	}
}
 
/* 以下、PC タブレット表示の場合 */
@media screen and (min-width: 48em) {
 
	#post-list .entry-title {
		font-weight:700;
		font-size: 1.6em;
	}
		
	#post-list .entry-content {
		font-size: 1em;
		display: inline;
	}
}
.post-thumbnail .thumbnail-category-tag {
	position: absolute;
	top: 0px;
	color: #fff;
	background-color: rgba(45,135,226,0.8);
	font-size: 8pt;
	padding: 3px 3px;
	font-weight:700;
}
.post-thumbnail{
	position:relative;
}

/* 以下、スラッグ名毎に色を指定 */
.post-thumbnail .game{
    background-color: rgba(45,135,226,0.8);
}
 
.post-thumbnail .yakudachi{
    background-color: rgba(255,204,123,0.8);
}

.post-thumbnail .benri{
    background-color: rgba(25,204,123,0.8);
}

/* テーブルに線と均等幅*/
table,
th,
td {
	border: 1px solid #d1d1d1;
}
 
table {
	table-layout: fixed;
}
 
th:first-child,
td:first-child {
	padding-left: 0.4em;
}

strong {
display: inline;
	background: linear-gradient(transparent 80%, #dd9dbf 0%);
}

.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.pointBox {
	position: relative;
    border: 2px solid #0000ff;
    border-radius: 5px;
    padding:20px;
	margin-top:20px;
}
.pointBox::before {
	content: "ポイント";
	position: absolute;
	top: -7.5px;
	left: 15px;
	font-size: 12px;
	font-weight: 700;
    background-color: #ffffff;
    color: #0000ff;
    padding: 0 10px;
}

.pointBox2 {
	position: relative;
    border: 2px solid #c53929;
    border-radius: 5px;
    padding:20px;
	margin-top:20px;
}
.pointBox2::before {
	content: "ココが難しい";
	position: absolute;
	top: -7.5px;
	left: 15px;
	font-size: 12px;
	font-weight: 700;
    background-color: #ffffff;
    color: #c53929;
    padding: 0 10px;
}

.pointBox3 {
	position: relative;
    border: 2px solid #c71585;
    border-radius: 5px;
    padding:20px;
	margin-top:20px;
}
.pointBox3::before {
	content: "オススメクエスト";
	position: absolute;
	top: -7.5px;
	left: 15px;
	font-size: 0.8rem;
	font-weight: 700;
    background-color: #ffffff;
    color: #c71585;
    padding: 0 10px;
}

.pointBox4 {
	position: relative;
    border: 2px solid #c71585;
    border-radius: 5px;
    padding:20px;
	margin-top:20px;
}
.pointBox4::before {
	content: "おすすめポイント";
	position: absolute;
	top: -7.5px;
	left: 15px;
	font-size: 0.8rem;
	font-weight: 700;
    background-color: #ffffff;
    color: #c71585;
    padding: 0 10px;
}

.pointBox5 {
	position: relative;
    border: 2px solid #c71585;
    border-radius: 5px;
    padding:20px;
	margin-top:20px;
}
.pointBox5::before {
	content: "おすすめ作品";
	position: absolute;
	top: -7.5px;
	left: 15px;
	font-size: 0.8rem;
	font-weight: 700;
    background-color: #ffffff;
    color: #c71585;
    padding: 0 10px;
}

.pointBox_merit {
	position: relative;
    border: 2px solid #c71585;
    border-radius: 5px;
    padding:20px;
	margin-top:20px;
}
.pointBox_merit::before {
	content: "メリット";
	position: absolute;
	top: -7.5px;
	left: 15px;
	font-size: 0.8rem;
	font-weight: 700;
    background-color: #ffffff;
    color: #c71585;
    padding: 0 10px;
}

.pointBox_demerit {
	position: relative;
    border: 2px solid #0000ff;
    border-radius: 5px;
    padding:20px;
	margin-top:20px;
}
.pointBox_demerit::before {
	content: "デメリット";
	position: absolute;
	top: -7.5px;
	left: 15px;
	font-size: 0.8rem;
	font-weight: 700;
    background-color: #ffffff;
    color: #0000ff;
    padding: 0 10px;
}

.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

img.w {
border:1px solid #c7c7c7c7;
}

.table-wrap {
  overflow-x: scroll;
}
.table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.table th,
.table td {
  border: 2px solid #eee;
  padding: 4px 8px;
}

/*-----------------------------------------------------------*/
/* 内部リンクをショートコードでブログカード化 ---------------*/
/*-----------------------------------------------------------*/
.blog-card{
 border:1px solid #778899;
 word-wrap:break-word;
 max-width:100%;
 border-radius:0px;
 margin-bottom: 30px;
}
 
.blog-card a {
 color: #333;
 background: #fbfaf8;
 display: block;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
 
.blog-card a:hover{
 background: #fee;
}
 
.blog-card-thumbnail{
 float:left;
 padding:10px;
}
 
.blog-card-thumbnail img {
 display: block;
 padding: 0;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
 
.blog-card-content{
 line-height:120%;
}
.blog-card-title{
 padding:10px 10px 10px 0;
 font-size:85%;
 font-weight:bold;
}
 
.blog-card-title::before {
 content: '関連記事';
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
 background: #ff8c00;
 width: 5em;
 display: inline-block;
 padding: 0.2em;
 position: relative;
 top: -2px;
 text-align: center;
 margin-right: 0.5em;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}

.blog-card-excerpt{
 color:#333;
 font-size:75%;
}

.blog-card-date{
 color:#333;
 font-size:75%;
 float: right;
 margin-right:10px;
}
/*-----------------------------------------------------------*/
/*-----------光るボタン------------------------------------------------*/
.shiny-btn2 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ed4545;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn2:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn2::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s
    animation: shiny-btn2 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.post-modified-info {
	font-size:0.8em;
	color: #666;
	margin-bottom:3em;
}

/*--下部固定ボタン--*/
.floating-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.button-link {
  text-decoration: none;
  position: relative;
}

.button-link:link,
.button-link:visited,
.button-link:hover,
.button-link:active {
  color: white;
}

.button {
  background: #00c300;
  color: white;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
}

/*記事作成日のアイコン*/
time.published:before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	font-weight: 400;
}
time.updated:not(.published){
	display: inline;
}
/*記事更新日のアイコン*/
time.updated:not(.published):before{
    font-family:"Font Awesome 5 Free";
	content:"\00a0\f1da";
	font-weight: 900;
}

.custom-text-below-header {
    font-size: 10px;
    text-align: center;
    padding: 0;
    background-color: silver;
    color: white;
    /*margin-top: -4px; */
}

/*次とか前とかを消す*/
.navigation post-navigation {
  display: none;
}
.screen-reader-text {
  display: none;
}
.nav-links {
  display: none;
}


