/* .front-contents .main .posts .post h2.heading.rank1::before,.front-contents .main .posts .post h2.heading.rank2::before,.front-contents .main .posts .post h2.heading.rank3::before,.front-contents .main .posts .post h2.heading.rank4::before,.front-contents .main .posts .post h2.heading.rank5::before{
	background-repeat: no-repeat;
}

@media(max-width: 480px){
	.posts .post ul.recommended_comment{
		height:auto;
	}

	.front-contents .main .posts .post h2.heading.rank1::before,.front-contents .main .posts .post h2.heading.rank2::before,.front-contents .main .posts .post h2.heading.rank3::before,.front-contents .main .posts .post h2.heading.rank4::before,.front-contents .main .posts .post h2.heading.rank5::before{
		width: 72px;
		height; 72px;
	}
}

@media(min-width: 481px){
	br.sp_br{
		display:none;
	}
} */

/* .campaign {
    margin-bottom: 1.5rem;
}

.campaign p {
  font-size: 18px;
  color: #888;
  text-align: center;
}

.campaign-img{
  width: 100%;
  height: auto;
} */

#autoTrade_table table {
  width: 96%;
  margin: 0 auto 1rem;
  border: solid 1px #ccc;
  border-collapse: collapse;
}

#autoTrade_table table th,
#autoTrade_table table td {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #ccc;
  font-size: .6rem;
}

#autoTrade_table table th {
  background-color: #3f3f3f;
  color: #fff;
  font-size: .8em;
  padding: .25em 0;
}

.autoTrade_table_mark {
  width: 1.5rem;
}

#autoTrade_table table td:nth-child(1) img {
  width: 100%;
}

#autoTrade_table table td:first-child,
#autoTrade_table table td:nth-child(5),
#autoTrade_table table td:last-child {
  width: 15%;
  font-size: .8rem;
}

#autoTrade_table table td:nth-child(2),
#autoTrade_table table td:nth-child(3),
#autoTrade_table table td:nth-child(4) {
  width: 10%;
}

#autoTrade_table table td:nth-child(6) {
  text-align: left;
  width: 25%;
}

#autoTrade_table table td:last-child a {
  display: block;
  width: 96%;
  margin: 0 auto;
  padding: 1em 0;
  background-color: #FFAC1C;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
  box-shadow: -4px -4px 4px rgba(0, 0, 0, .2) inset;
  position: relative;
}

#autoTrade_table table td:last-child a::after {
  font-family: 'Font Awesome 5 Free';
  content: "  \f0da";
}

@media screen and (max-width : 480px) {
  #autoTrade_table table {
    width: 768px;
  }


  .autoTrade_table_wrap {
    overflow-x: scroll;
  }
}


.tr_recommend td {
  background-color: rgb(255, 253, 240);
}

.table-cover table tr td {
  position: relative;
}

.table-cover table tr:nth-of-type(3) td:first-of-type,
.table-cover table tr:nth-of-type(4) td:first-of-type,
.table-cover table tr:nth-of-type(5) td:first-of-type {
  padding-top: 2rem;
}

.table-cover table tr.tr_recommend td:first-of-type::before,
.table-cover table tr:nth-of-type(3) td:first-of-type::before,
.table-cover table tr:nth-of-type(4) td:first-of-type::before,
.table-cover table tr:nth-of-type(5) td:first-of-type::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1.2rem;
  left: 0;
  top: 6px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.table-cover table tr.tr_recommend td {
  padding-top: 1.5rem
}

.table-cover table tr.tr_recommend td:first-of-type::before {
  height: 2.8rem;
}

@media screen and (max-width: 480px) {

  .table-cover table tr.tr_recommend td:first-of-type::before {
    height: 2.5rem;
  }
}

.table-cover table tr.tr_recommend td:first-of-type:before {
  background-image: url(/wp-content/themes/suprievetemplate/img/table_recommend.png);
}

.table-cover table tr:nth-of-type(3) td:first-of-type:before {
  background-image: url(/wp-content/themes/suprievetemplate/img/table_no1.png);
}

.table-cover table tr:nth-of-type(4) td:first-of-type::before {
  background-image: url(/wp-content/themes/suprievetemplate/img/table_no2.png);
}

.table-cover table tr:nth-of-type(5) td:first-of-type::before {
  background-image: url(/wp-content/themes/suprievetemplate/img/table_no3.png);
}

.table-cover table tr.tr_recommend td.title {
  padding-top: 3rem;
}
