.amazon-btn-pc,
.amazon-btn-pc:link,
.amazon-btn-pc:visited,
.amazon-btn-pc:hover,
.amazon-btn-pc:active{
	display:block;
	width:100%;
	box-sizing:border-box;
	background:#ff9900;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	padding:2px;
	margin:0;
	border:none;
	border-radius:0;
	line-height:1;
	font-size:10px;
}

.amazon-btn-detail-pc,
.amazon-btn-detail-pc:link,
.amazon-btn-detail-pc:visited,
.amazon-btn-detail-pc:hover,
.amazon-btn-detail-pc:active{
	display:inline-block;
	width:200px;
	box-sizing:border-box;
	background:#ff9900;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	padding:6px 0;
	margin:0;
	border:none;
	border-radius:8px;
	line-height:1.4;
	font-size:14px;
	font-weight:bold;
}

.amazon-btn-detail-sp,
.amazon-btn-detail-sp:link,
.amazon-btn-detail-sp:visited,
.amazon-btn-detail-sp:hover,
.amazon-btn-detail-sp:active{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	background:#ff9900;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	padding:6px 0;
	margin:0;
	border:none;
	border-radius:8px;
	line-height:2;
	font-size:18px;
	font-weight:bold;
}


