/* カスタム CSS をここに入力してください */
h2#danraku2 {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

h3#danraku3 {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

h4#danraku4 {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

/* カエレバカスタマイズ */
.kaerebalink-box {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	background-color: white;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.kaerebalink-image {
	width: 30%;
	text-align: center;
}
.kaerebalink-image,
.kaerebalink-info {
	display: table-cell;
	vertical-align: middle;
}
.kaerebalink-info {
	padding: 1rem;
}
.kaerebalink-name p {
	display: none;
}
.kaerebalink-powered-date {
	font-size: 0.8rem;
	color: rgba(10, 10, 10, 0.5);
}
.kaerebalink-detail {
	margin-bottom: 1rem;
	font-size: 0.8rem;
	color: rgba(10, 10, 10, 0.5);
}
.kaerebalink-link1 div {
    box-sizing: border-box;
    display: inline-block;
}
.kaerebalink-link1 a {
	padding: 1rem 2rem;
    color: #fff;
    border-radius: 0.5rem;
    text-decoration: inherit;
    margin-right: 0.5rem;
    display: block;
}
.kaerebalink-link1 a:last-of-child {
    margin-right: 0;
}
.shoplinkamazon a {
	background-color: #f90;
	border: 1px solid #f90;
}
.shoplinkamazon a:hover {
	background-color: #fff;
	color: #f90 !important;
}
.shoplinkrakuten a {
	background-color: #bf0000;
	border: 1px solid #bf0000;
}
.shoplinkrakuten a:hover {
	background-color: #fff;
	color: #bf0000 !important;
}
.booklink-footer {
	display: none;
}

/* カエレバモバイル */
@media screen and (max-width: 599px) {
	.kaerebalink-box {
		text-align: center;
		display: block;
	}
	.kaerebalink-image {
	    width: 100%;
	}
	.kaerebalink-image, .kaerebalink-info {
	    display: block;
	}
	.kaerebalink-link1 div {
	    display: block;
	}
	.kaerebalink-link1 a {
		margin-bottom: 1rem;
		margin-right: 0;
	}
 }