@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.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.wpulike{
	margin:40px 0;
	padding:5px;
	text-align:center;
	background-color: #f5f8fa;
	border-radius:5px;
}
.wpulike:before {
content: "記事がよかったら「いいね！」ボタンを押して応援してください！";
	display:block;
}
.amazon-item-box{
	background-color:#fff;
}

.iitem{
	border-radius:10px;
	border:1px solid #ccc;
	padding:16px;
	text-decoration:none;
	background-color: rgba(255, 255, 255, 0.5);
	transition: background-color 0.3s ease;
}
.iitem:hover{
	border-width:2px;
	background-color: rgba(255, 255, 255, 1);
}
.iitem .column-wrap{
	margin-bottom: 0;
}
.iitem *{
	color:#000;
	text-decoration: none !important;
}
.iitem>div{
	margin-bottom:0 !important;
}
@media screen and (max-width: 834px) {
	.iitem .column-left{
		order:2;
	}
	.iitem .column-right{
		width:100%;
	}
}
.iitem .column-left{
	display:table-cell;
	width:100%;
}
.iitem .column-right{
	width:200px;
}
.iitem-title{
	font-weight: 600;
    word-break: break-all;
	line-height: 1.2;
}
.iitem-info{
	padding:1em 0;
	white-space: pre-wrap;
    line-height: 1.2;
	font-size:80%;
	color:#333;
}
.iitem-amzn-btn{
	background:#000;
	color:#fff;
	text-align:center;
	padding:2px 6px;
	display:block;
	border-radius:8px;
	font-size:80%;
	white-space: nowrap;
	overflow:hidden;
}


.iitem-image{
  display:flex;
  height:150px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.iitem-image span{
    display: block;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}


/*RPG風*/
.rpg-block {
	padding: 16px 20px;
    background: rgba(0, 0, 32, 0.88);
    border: 3px solid #f8f8f8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    border-radius: 14px;
    color: #fff;
    font-family: 'Courier New', Courier, Consolas, 'Osaka等幅', monospace;
    font-size: 0.9em;
    line-height: 1.5;
}

.rpg-block-damaged{
	border-color: #f98625;
    color: #f98625;
}
.rpg-block-normal{
	border-color: #fff;
    color: #fff;
}


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

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

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