/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.amazon-box {
	margin-bottom: 1.6em;
}

.amazon-box:after {
	content: " ";
	display: block;
	clear: both;
}

.amazonn-box__image {
	margin-bottom: 10px;
	text-align: center;
}

.amazon-box__image img {
	display: inline-block;
	border: 1px solid #eee;
	padding: 5px;
	background: #f5f5f5;
}

.amazon-box__title {
	font-weight: bold;
	margin-bottom: 10px;
}

.amazon-box__body {
	overflow: hidden;
}

.amazon-box__button {
	position: relative;
	display: inline-block;
	padding: .95em .5em;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;
/*色*/
	border-radius: 4px;
/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0,0,0,0.05);
	border: solid 2px #d27d00;
/*線色*/
}

.amazon-box__button2 {
	position: relative;
	display: inline-block;
	padding: .95em .5em;
	text-decoration: none;
	color: #FFF;
	background: #e5a2a2;
/*色*/
	border-radius: 4px;
/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0,0,0,0.05);
	border: solid 2px #d56565;
/*線色*/
}

.amazon-box__button:active {
	box-shadow: 0 0 2px rgba(0,0,0,0.30);
}

@media(min-width: 600px) {
	.amazon-box__image {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}
	
	.amazon-box__title {
		margin-bottom: 20px;
	}
	
	.amazon-box__button {
		display: inline-block;
	}
}

.yellowbox5 {
	position: relative;
	margin: 2em 0;
	padding: 5px 5px 5px 7px;
	border: solid 2px #0782ff;
	font-weight: bold;
	color: #383838;
}

.yellowbox5 .box-title {
	position: absolute;
	display: inline-block;
	top: -2px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 15px;
	background: #0782ff;
	color: #ffffff;
	font-weight: bold;
}

.yellowbox {
	position: relative;
	margin: 2em 0;
	padding: 15px 10px 15px 7px;
	border: solid 2px #FFC107;
	color: #383838;
}

.yellowbox .box-title {
	position: absolute;
	display: inline-block;
	top: -2px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 15px;
	background: #FFC107;
	color: #ffffff;
	font-weight: bold;
}

.yellowbox2 {
	position: relative;
	margin: 2em 0;
	padding: 5px 5px 5px 7px;
	border: solid 2px #0782ff;
	font-weight: bold;
	color: #383838;
}

.yellowbox2 .box-title {
	position: absolute;
	display: inline-block;
	top: -2px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 15px;
	background: #074dff;
	color: #ffffff;
	font-weight: bold;
}

.amazon-box__button5 {
	position: relative;
	display: inline-block;
	padding: .95em .5em;
	text-decoration: none;
	width: 96%;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #29419d;
/*色*/
	border-radius: 4px;
/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0,0,0,0.05);
	border: solid 2px #d9d9d9;
/*線色*/
}

.amazon-box__button4 {
	position: relative;
	display: inline-block;
	padding: .95em .5em;
	text-decoration: none;
	width: 96%;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #fd9535;
/*色*/
	border-radius: 4px;
/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0,0,0,0.05);
	border: solid 2px #d27d00;
/*線色*/
}