/************************************
** アフィリボタン(Amazon)
************************************/
.amazonaff {
    background: #febd69;
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #232f3e;
    border: solid 2px #febd69;
    border-radius: 3px;
    transition: .4s;
    margin-top: 12px;
    margin-right: 2px;
}
/************************************
** アフィリボタン（楽天）
************************************/
.rakutenaff {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    background: #be0000;
    color: white;
    border: solid 2px #be0000;
    border-radius: 3px;
    transition: .4s;
    margin-top:5px;
}

/************************************
** ランキング表示カード(Amazonリンク・楽天リンク　完全バージョン）
************************************/
.goodsbox{
    width:100%;
    padding-top:50px;
}

.goodsrank{
    position:absolute;
    background: blueviolet;
    color: white;
    padding: 0px 6px;
}

.goodsimg{
    float:left;
    width:35%;
    text-align: center;
	margin-right: 10px;
}

.goodsname{
    font-size:16px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
}

.goodsdetail {
    font-size: 12px;
    /*height: 54px;*/
    line-height: 1.5em;
}
@media screen and (max-width: 639px){
    .goodsimg{
        float:none;
        width:100%;
        text-align: center;
    }
}

/*ここまで***********************************************/

.kanren h3 a {
    font-size: 23px;
}

.pcone a {
	background: #FDB802;
	margin-right: 6px;
	margin-bottom: 6px;
	color: #fff !important;
	padding: 4px 6px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}

/*** アイキャッチ画像の調整
https://life-jam.com/stingerplus-eyecatch-under-title/ ****/
.st-eyecatch {
    margin: 20px 0px; /* 上下の余白 左右の余白 */
}
.st-eyecatch img {
    border-radius: 0px; /* 画像を角丸に */
}

img.alignleftHack {
	max-width: 100%!important;
}

/* --------------------------------------------- */
/* SMART PHONE Styles */
/* --------------------------------------------- */
@media only screen and (max-width: 480px) {
.alignleft, img.alignleft {
max-width:100%!important;}
}


/************************************
 ▼▼▼▼▼▼▼▼▼▼▼独自のCSSを定義▼▼▼▼▼▼▼▼▼▼▼
************************************/
.fclear {
    clear: both;
}
.fleft {
    float: left;
    margin-left:10px;
}
.sfont {
    font-size: 10px;
}
.lfont {
    font-size: 26px;
    font-weight: bold;
}
.redb {
    color: red;
    font-weight: bold;
}
.backColor {
    background: #f3fbff;
    border: none;
    padding: 15px 40px;
    font-weight: normal;
}
.highLight {
    background: linear-gradient(transparent 60%, #ff0 0%);
    font-weight: bold;
}

.imgvia {
    position: relative;
    top: -45px;
    left: 8px;
    text-align: left;
    font-size: 10px;
    color: #1BB4D3;
}
.imgvia2 {
    position: relative;
    top: -70px;
    left: 8px;
    text-align: left;
    font-size: 10px;
    color: #1BB4D3;
}

.rankimg {
  float:left;
  width: 320px;
  margin-right: 10px;
  margin-bottom: -10px;
}
.clear-element {
  clear: both;
}
.rankingH4 {
  margin-bottom: 5px;
}

/************************************
 ▲▲▲▲▲▲▲▲▲▲▲独自のCSSを定義▲▲▲▲▲▲▲▲▲▲▲
************************************/

