/* タグカスタマイズ */
.tag-cloud-link {
padding: 8px 10px;
color: #434343!important;
background: transparent;
border: solid 1px #434343;
border-radius: 5px;
}
.tag-link-count {
color: #434343;
}

/* .tagcloud, .wp-block-tag-cloud のホバーアクションを無効化 */
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  /* すべての変化を無効化 */
  color: inherit !important;
  background: inherit !important;
  border-color: inherit !important;
  text-decoration: inherit !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  transition: none !important;
  animation: none !important;
  outline: none !important;
  cursor: pointer !important;
}

.c-tagList__link{
padding: 4px 6px;
color: #434343!important;
background: transparent;
border: solid 1px #434343;
border-radius: 5px;
}
.tag-link-count {
color: #434343;
}

.p-articleMetas__termList a:hover{
  /* すべての変化を無効化 */
  color: inherit !important;
  background: inherit !important;
  border-color: inherit !important;
  text-decoration: inherit !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  transition: none !important;
  animation: none !important;
  outline: none !important;
  cursor: pointer !important;
}


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


.c-pageExcerpt{
	display:none;
}

.wp-block-search .wp-block-search__input, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
	border-radius:9px;
}

.wp-block-search__button{
	border-radius:9px;
}

div.colorimage-generator{
	box-shadow:none !important ;
	background-color:#FDFDFD !important;
}

a#download.wp-block-button__link{
	border-radius:20px !important;
	background-color:#000000 !important;
}

/* PC用フッター */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  font-size: 16px;
}

/* モバイル用フッター */
@media (max-width: 600px) {
  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 12px;
    font-size: 14px;
  }
  .footer > * {
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .footer .footer-menu {
    margin-bottom: 12px;
  }
}

.footer {
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}


.c-postThumb__cat {
  display: inline-block;
  background: #3B3B3B ;
  color: #fff;
  font-weight: bold;
  font-size: 10px;	
  padding: 0.3em 1em;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  letter-spacing: 0.05em;
  transition: background 0.3s, color 0.3s;
}






