

.entry-content h2 {
border-bottom: solid 3px skyblue;
position: relative;
}

.entry-content h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #ffc778;
bottom: -3px;
width: 30%;
}

/*黒枠*/
img.black {
border: 3px solid #2f4f4f;
}

/*カードリンク*/
.linkto img{
border-radius : 50% ;
}
.linkto {
background: -moz-linear-gradient(#fffcd1, #ffa5a5);
background: -webkit-linear-gradient(#fffcd1, #ffa5a5);
background: linear-gradient(to right, #fffcd1, #ffa5a5);
border: none;
}
.linkto div:before {
content: 'CHECK';
 font-size: 0.7em;
 font-weight: bold;
 color: #fff;
 background: #ff6d6d;
 width: 5em;
 display: inline-block;
 padding: 0.2em;
 position: relative;
 top: -2px;
 text-align: center;
 margin-right: 0.5em;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}



.box77 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #dd3333;
    border-radius: 8px;
}
.box77 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #dd3333;
    font-weight: bold;
}
.box77 p {
    margin: 0; 
    padding: 0;
}

/* Rinkerカスタマイズ */
div.yyi-rinker-contents {
    border: solid 1px #42424230;
	background-color: #ffffe0;/*全体の背景色*/
    border-radius: 10px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}
div.yyi-rinker-contents div.yyi-rinker-box {
    padding: 1em 0;
}
div.yyi-rinker-contents div.yyi-rinker-image {
    margin-left: 3%;
    width: 30%;
}
div.yyi-rinker-info {
    padding: 0 3%;
    width: 100%;
}
.yyi-rinker-title {
    font-size: .9em;
}
div.yyi-rinker-contents div.yyi-rinker-title p {
    margin: 0;
}
div.yyi-rinker-contents div.yyi-rinker-title a {
    color: #42424290;
}
div.yyi-rinker-contents div.yyi-rinker-detail {
    font-size: .8em;
    color: #42424280;
    padding-left: 0;
    margin-top: 0;
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box {
    margin: .5em 0;
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
    letter-spacing: 0.1em;
    font-size: 1.2em;
    margin-right: .5em;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 45%;
    padding: 0 .7em;
    margin: .5em 1.5em .4em 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    font-size: .8em;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:before, div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:before, div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:before {
    display: none;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
    background: #FFC266;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a {
    color: #3A4D66;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
    background: #D95656;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
    background: #FF4D4D;
}
div.yyi-rinker-contents ul.yyi-rinker-links li:hover {
    box-shadow: 0 3px 14px rgba(0, 0, 0, .25);
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:hover, div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:hover, div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:hover {
    box-shadow: none;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
    opacity: 1;
}
@media screen and (max-width: 500px){
div.yyi-rinker-contents div.yyi-rinker-box {
    display: block;
}
div.yyi-rinker-contents div.yyi-rinker-image {
    width: auto;
}
div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
    padding: 0;
    margin: auto;
    width: 87%;
    text-align: center;
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
    display: block;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 100%;
    margin: .5em 0;
}
body div.yyi-rinker-contents ul.yyi-rinker-links li a {
    padding: 0;
}}
@media screen and (min-width: 501px) and (max-width: 1239px){
div.yyi-rinker-contents ul.yyi-rinker-links li{
    width:80%;
}}

/*U-NEXTボタン*/
a.bttn-unext {
    padding: 0 0 0 15px;
    margin: 10px 0;
    display: block;
    color: #fff !important;
    background: #FF6600;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    border-bottom: solid 4px #cc6600;
}

a.bttn-unext:before {
    content: "";
    display: inline-block;
    width: 110px;
    height: 100px;
    background: url(https://tsumotsumo.net/wp-content/uploads/2020/07/u-next.png)left no-repeat;
    background-size: 90%;
    vertical-align: middle;
}

a.bttn-unext:hover {
    background: #6FB83F;
		border-bottom: solid 4px #339900;
}

@media screen and (min-width: 768px){
  a.bttn-unext{
    margin: 20px auto;
		width:95%;
    font-size:25px;
    display:inline-block;
    }
  a.btn-unexttx:before {
        margin: -3px 10px 0 0;
    }
}

/*FOD*/
a.bttn-fod{
				padding:0 0 0 15px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #FF6600;
  text-decoration: none;
  font-weight: bold;
  font-size:17px;
  border-radius: 10px;
  text-align:center;
	border-bottom: solid 4px #cc6600;
}
a.bttn-fod:before {

	content: "";
  display: inline-block;
	width: 110px;
  height: 100px;
  background: url("https://tsumotsumo.net/wp-content/uploads/2020/07/fod.png")left no-repeat;
  background-size: 90%;
	vertical-align: middle;
}
a.bttn-fod:hover {
    background: #6FB83F;
		border-bottom: solid 4px #339900;
}
 
@media screen and (min-width: 768px){
  a.bttn-fod{
    margin: 20px auto;
		width:95%;
    font-size:25px;
    display:inline-block;
    }
  a.btn-fod:before {
        margin: -3px 10px 0 0;
    }
}

/*Hulu*/
a.bttn-hulu{
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #FF6600;
  text-decoration: none;
  font-weight: bold;
  font-size:17px;
  border-radius: 10px;
  text-align:center;
	border-bottom: solid 4px #cc6600;
}
a.bttn-hulu:before {

	margin:0px 5px 0px 0px;
	content: "";
  display: inline-block;
	width: 110px;
  height: 100px;
  background: url("https://tsumotsumo.net/wp-content/uploads/2020/07/hulu.png")left no-repeat;
  background-size: 90%;
	vertical-align: middle;
}
a.bttn-hulu:hover {
    background: #6FB83F;
		border-bottom: solid 4px #339900;
}
 
@media screen and (min-width: 768px){
  a.bttn-hulu{
    margin: 20px auto;
		width:95%;
    font-size:25px;
    display:inline-block;
    }
  a.btn-hulu:before {
        margin: -3px 10px 0 0;
    }
}

/*dtv*/
a.bttn-dtv{
				padding:0 0 0 15px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #FF6600;
  text-decoration: none;
  font-weight: bold;
  font-size:17px;
  border-radius: 10px;
  text-align:center;
	border-bottom: solid 4px #cc6600;
}
a.bttn-dtv:before {

	content: "";
  display: inline-block;
	width: 110px;
  height: 100px;
  background: url("https://tsumotsumo.net/wp-content/uploads/2020/07/dtv.png")left no-repeat;
  background-size: 90%;
	vertical-align: middle;
}
a.bttn-dtv:hover {
    background: #6FB83F;
		border-bottom: solid 4px #339900;
}
 
@media screen and (min-width: 768px){
  a.bttn-dtv{
    margin: 20px auto;
		width:95%;
    font-size:25px;
    display:inline-block;
    }
  a.btn-dtv:before {
        margin: -3px 10px 0 0;
    }
}

/*tsutaya*/
a.bttn-tsutaya{
				padding:0 0 0 15px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #FF6600;
  text-decoration: none;
  font-weight: bold;
  font-size:17px;
  border-radius: 10px;
  text-align:center;
	border-bottom: solid 4px #cc6600;
}
a.bttn-tsutaya:before {

	content: "";
  display: inline-block;
	width: 110px;
  height: 100px;
  background: url("https://tsumotsumo.net/wp-content/uploads/2020/07/tds.jpg")left no-repeat;
  background-size: 90%;
	vertical-align: middle;
}
a.bttn-tsutaya:hover {
    background: #6FB83F;
		border-bottom: solid 4px #339900;
}
@media screen and (min-width: 768px){
  a.bttn-tsutaya{
    margin: 20px auto;
		width:95%;
    font-size:23px;
    display:inline-block;
    }
  a.btn-tsutaya:before {
        margin: -3px 10px 0 0;
    }
}

/*tsutaya*/
a.bttn-abema{
				padding:0 0 0 15px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #FF6600;
  text-decoration: none;
  font-weight: bold;
  font-size:17px;
  border-radius: 10px;
  text-align:center;
	border-bottom: solid 4px #cc6600;
}
a.bttn-abema:before {

	content: "";
  display: inline-block;
	width: 110px;
  height: 100px;
  background: url("https://tsumotsumo.net/wp-content/uploads/2020/07/スクリーンショット-2020-07-11-0.43.30-e1594395835904.png")left no-repeat;
  background-size: 90%;
	vertical-align: middle;
}
a.bttn-abema:hover {
    background: #6FB83F;
		border-bottom: solid 4px #339900;
}
@media screen and (min-width: 768px){
  a.bttn-abema{
    margin: 20px auto;
		width:95%;
    font-size:23px;
    display:inline-block;
    }
  a.bttn-abema:before {
        margin: -3px 10px 0 0;
    }
}
