@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
h1.entry-title {
font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
	font-size:2.0em;
}
.entry-content h2{
font-family: ten-mincho-text, serif;
	background: #e8f7f5;/*背景色*/
  padding: 0.4em;
}

h2.entry-card-title.card-title.e-card-title{
font-family: ten-mincho-text, serif;
font-weight: 400;
font-size:18px;
line-height:1.8em;
margin-top:2em;
margin-bottom:0.2em;
padding: 0 1em 0;
}
.entry-card-snippet.card-snippet.e-card-snippet{
font-size:14px;
color:#7b7b7b;
border-top:2px solid #e8f7f5;
line-height:1.5em;
padding-top:0.5em;
margin-left:1em;
margin-right:1em;
margin-bottom:1em;
max-height:20em;
}

.entry-content h3{
font-family: ten-mincho-text, serif;
	background:none;
	border: none;
	border-bottom: double 6px #E0E4FF;
	padding: 0.5em;
	margin-top:3em;
}

.blogcard-title{
font-family: ten-mincho-text, serif;
	font-size: 1.3em;
}
.blogcard-date{
	font-size: 0.8em;
}

h3.related-entry-card-title {
	font-family: ten-mincho-text, serif;
}

h1.archive-title {
	font-size:20px;
color:#7b7b7b;
}

.article h3{
    border: none;/*リセット*/
	padding: 0.2em;
	background:none;
	border: none;
	border-bottom: double 6px #E0E4FF;
	font-family: ten-mincho-text, serif;

}
.article h4{
	    border: none;/*リセット*/
border-bottom: dotted 2px #93D6CD;
padding: 0.3em;
	font-size: 1.1rem;
}

.kakko {
font-size: 0.9rem;
		color: #969696;
	line-height: 1.4;
}


.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #d1d1d1;
  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;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
