/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20210719
*/

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}

/*全体
---------------------------------------------------------------------------------------------------*/

/*-- 赤文字 --*/
span.st-hisu, p.st-hisu {
    font-size: 95%;
    background-color: #f9f2f4;;
    color: #c7254e;
    padding: 2px 4px;
    margin: 0;
    border-radius: 4px;
}

.hutoaka {
	padding: 2px 4px;
    font-size: 95%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

/*-- フッターボタン --*/

.footer-hover {
	background-color: #ffffff;
	padding: 10px 0;
	border-radius: 3px;
	margin-bottom: 10px;
	cursor: pointer;
}

.footer-button {
	font-weight: bold;
	padding: 0 15px;
}

/*-- 青色リンクボタン --*/

a {
	color: #337ab7;
   font-weight: 600;
	text-decoration: none;
}

/*-- チェックボタン --*/

.check-point {
	font-size: 1.2em;
	margin-bottom: 20px;
}

.check-point-color {
	color: #5ba9f7;
}

.check-point-font {
	font-weight: bold; 
	margin-left: 10px;
}

/*-- ボックス --*/
.st-in-mybox {
	padding: 20px 0 !important;
}

.wp-block-st-blocks-my-box {
	border: dotted;
}

/* アプリーチ */
.appreach {
	text-align: left;
	padding: 20px;
	border: 1px solid #7c7c7c;
	overflow: hidden;
	margin-bottom: 70px !important;
   border-radius: 10px;
}

.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;
	border: 1px solid #d3d3d3 !important;
   border-radius: 20px;
}

.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;
	display:inline-block;
	top: 0.8px;
}

.appreach__info{
	display:inline-block;
}

.appreach__star__base {
	position: absolute;
	color: #737373;
}

.appreach__star__evaluate {
	position: absolute;
	color: #ffc107;
	overflow: hidden;
	white-space: nowrap;
}

.app-apple {
    background-color: #1e1e1e;
    margin-right: 10px;
    height: 40px;
    width: 135px;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #b7b7b7;
    text-align: center;
}

.app-apple-icon {
	color: white;
	font-size: 28px;
	margin-top: 6px;
}

.app-apple-text {
	line-height: 40px;
	margin-left: -1px;
	float: right;
	padding-right: 18px;
	color: white;
}

.app-google {
	background-color: #1e1e1e;
   margin-right: 10px;
   height: 40px;
   width: 135px;
   display: inline-block;
   border-radius: 5px;
   border: solid 1px #b7b7b7;
   text-align: center;
}

.app-google-icon {
	color: white; 
	font-size: 28px;
	margin-top: 6px;
}

.app-google-text {
	line-height: 40px;
	margin-left: -3px;
	float: right;
	padding-right: 7px;
	color: white;
}


