.marker,.marker2{font-weight:bold;}

.pickup-image,
.new-entry-item .eyecatch,
.post-list-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pickup-image:before,
.new-entry-item .eyecatch:before,
.post-list-thumb:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}
.pickup-image img,
.new-entry-item .eyecatch img,
.post-list-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
   -webkit-transform: translate(-50%, -50%) !important;
   transform: translate(-50%, -50%) !important;
}


.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
	margin-bottom:40px;
}
.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;
}

/*アプリーチ内の改行をなくす*/
.appreach p {
padding-bottom: 0;
}

/*サイドバー追尾目次*/
.toc_widget_list li{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
}
.toc_widget_list li ul a::before{	
	content: "・";
}
.toc_widget ul li ul {
    border: none;
    padding: 0px 0px 0px 10px;
}
.toc_widget ul {
    max-height: 460px;
    overflow-y: auto;
}
.toc_widget_list li ul{		
	margin-left: 1.0em;
	text-indent: -1.0em;	
}
.toc_widget_list li ul li a {
	font-size: 13px;
	font-weight: normal;	
}

/*引用*/
.cps-post-main blockquote {
    padding: 0;
    background: #fff;
}

.cps-post-main blockquote::before {
    top: -10px;
    left: 0;
}

.cps-post-main blockquote::after {
    bottom: 10px;
    right: 0;
}

.text-in-app .appreach noscript + br {
    display: none;
}

.text-in-app .appreach img {
    display: inline-block;
}

.text-in-app .appreach a {
	color: #53bcb5;
}

.text-in-app .marker {
    background: linear-gradient(transparent 60%, rgb(255, 255, 102) 0%);
}

.entry-content {
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
}


/*スマホボタン*/
@media (max-width: 480px){
	.top-image-btn-color a,
	.color-button01 a,
	.color-button02 a {
		padding: 15px 20px;
	}
}

.entry-content {
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
}