
/* 吹き出し 旦那アイコン 左 ----------------------- */
/* 吹き出し本体 */
.balloon_danna_L{
  position: relative;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: #000000;
  background-color: #C3D7FA;
  margin-left: 110px;          /* 左にアイコン用余白を設ける */
  margin-right: 20px;         /* 右に余白を設ける */
  margin-bottom: 20px;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon_danna_L .icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon_danna_L::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #C3D7FA;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し 旦那アイコン 右 ----------------------- */
/* 吹き出し本体 */
.balloon_danna_R{
  position: relative;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: #000000;
  background-color: #C3D7FA;
  margin-left: 20px;           /* 左に余白を設ける */
  margin-right: 110px;          /* 右にアイコン用余白を設ける */
  margin-bottom: 20px;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon_danna_R .icon{
  position: absolute;
  right: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon_danna_R::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #C3D7FA;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し こびとアイコン 左 ----------------------- */
/* 吹き出し本体 */
.balloon_kobito_L{
  position: relative;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: #000000;
  background-color: #FFCDCD;
  margin-left: 110px;          /* 左にアイコン用余白を設ける */
  margin-right: 20px;         /* 右に余白を設ける */
  margin-bottom: 20px;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon_kobito_L .icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon_kobito_L::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #FFCDCD;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し こびとアイコン 右 ----------------------- */
/* 吹き出し本体 */
.balloon_kobito_R{
  position: relative;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: #000000;
  background-color: #FFCDCD;
  margin-left: 20px;           /* 左に余白を設ける */
  margin-right: 110px;          /* 右にアイコン用余白を設ける */
  margin-bottom: 20px;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon_kobito_R .icon{
  position: absolute;
  right: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon_kobito_R::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #FFCDCD;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* Amazon Box */
.amazon-box {
	width:auto;
	height:auto;
	overflow:hidden;
	padding:10px;
	border: solid 1px #cccccc;
	margin-bottom:20px;
}

.amazon-image {
	float:left;
	width:170px;
	
}

.amazon-text {

	float:left;
	width:100%;
	margin-left:-170px;

}

.amazon-text-inner {
	margin-left:170px;
}


.amazon-link {
	color:#ff9900;
	background:#ffffff;
	border:solid 1px #ff9900;
	text-decoration:none;
	padding:8px 10px;
}

.amazon-link:hover {
	color:#ffffff;
	background:#ff9900;
	text-decoration:none;
}

.amazon-link:visited {
	color:#ffffff;
	background:#ff9900;
	text-decoration:none;
}


