.blogcard {
	padding: 1rem;
	color: #666;
	position: relative;
	border-color: #68d6cb !important; /* 枠線の色を変更 */
}

a.blogcard-wrap:hover{
	background-color: transparent!important;
	opacity: 0.8;
}

a.blogcard-wrap:hover img.blogcard-thumb-image{
	transform: scale(1.1);
	transition: .3s;
}

.blogcard-thumbnail {
	line-height: 0;
	margin-right: 1rem;
	overflow: hidden;
}

.blogcard-title{
	margin-bottom: .5rem;
}

.blogcard-snipet{
	font-size: 70%;
	line-height: 1.7;
	padding-right: 10%;
}

@media screen and (max-width: 480px){
	.blogcard-thumbnail{
		width: 40%;
	}
	.blogcard-snipet{
		display: none;
	}
}

.internal-blogcard-footer{
	display: none; /* 内部ブログカードのアイコンとURLを非表示 */
}

.blogcard::before{
	content: 'あわせて読みたい'; /* タイトルの文言 */
	position: absolute;
	top: -.8rem;
	left: auto;
	font-size: 50%;
	background-color: #68d6cb; /* タイトルの背景色 */
	padding: .6em 1em;
	font-weight: bold;
	color: #fff;  /* タイトルの文字色 */
	border-radius: 2px;
}

.internal-blogcard::after{
	content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	font-size: 70%;
	background-color: #ffd242; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
}

.appreach {
 text-align: left;  
 padding: 10px;  
 border: 1px solid #7C7C7C;  
 overflow: hidden;  max-height: 150px; 
} 

.appreach:after {  
 content: "";  
 display: block;  
 clear: both; 
} 

.appreach p {  
 margin: 0;  
 padding: 0; 
} 

.appreach p::after { 
 display: none;  
} 

.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%; 
 margin-top: 0 !important; 
} 

.appreach__detail:after { 
 content: ""; 
 display: block; 
 clear: both; 
} 

.appreach__name { 
 font-size: 16px; 
 line-height: 1.5em !important; 
 max-height: 3em; 
 overflow: hidden; 
 padding: 5px 0 10px!important; 
} 

.appreach__info { 
 font-size: 12px !important; 
 padding-bottom: 10px!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 !important; 
 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; 
}