@charset "utf-8";
/* CSS Document */
/* ==========Main Start========== */
.red{
	color: #ff6060;
	font-weight: bold;
}

.blue{
	color: #60a5ff;
	font-weight: bold;
}

.marker{
  font-weight: bold;
  position: relative;
  background-image: linear-gradient(90deg, #FFF8A9, #FFF8A9);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 50%;
  transition: all 1s ease-in-out;
}

.topColumn{
  width: 98%;
  margin: 0 auto;
  display: block;
}

.topColumn_component{
  width: 96%;
  display: block;
  margin: 2em auto;
  border: solid 3px #ffcb61;
  padding: .2em 1em;
}

.topColumn_title{
  display: block;
  margin: -1.6em auto 1em;
  font-weight: bold;
  padding: 0 0 0 .5em;
}
.topColumn_title span{
  background: #FFF;
  padding: 0 .5em;
}

#compareTable {
  border-collapse: collapse;
	margin-bottom: 1em;
}

#compareTable td {
    border: #ffa3b8 solid 1px;
    padding: 10px 7px;
    width: calc(100% / 3);
		vertical-align: top;
    font-size: .95em;
}

#compareTable th{
    background-color: #ffa3b8;
    border-bottom: #fff 1px solid;
    width:20%;
	color: #fff
}

#compareTable tr:first-child td img:nth-of-type(2){
	width: 100%;
	max-width: 150px;
}

#compareTable > tbody > tr:last-of-type th{
border-bottom: #ffa3b8 1px solid;
}

#compareTable > tbody > tr:first-of-type th{
border-top: #ffa3b8 1px solid;
}

.compareTable__anchor {
    text-decoration: none;
    text-align: center;
    display: block;
    background-image: url(/asset/images/parts/btn1.png);
    color: #fff;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
	
.f07{
	font-size: 0.7em
}
	
.compareTable__dataButton {
    padding: 2px !important;
}

.compareVeryGood, .compareGood, .compareBad {
    font-size: 3em;
    font-weight: bold;
}
.compareVeryGood {color: #ff6060;}
.compareGood{color: #ffcf00;}
.compareBad{color: #30bdd6;}
	
.compareTable__tableSymbolRow td {
    text-align: center;
    padding: 5px !important;
    line-height: 1.2;
}

#compareTable td:first-of-type {
    background-color: #fffce9;
    background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0);
    background-position: 0px 0, 15px 15px;
    background-size: 30px 30px;
}

#compareTable tr:last-of-type td{
  vertical-align: bottom;
}

.compareStar{
	color: #ffcf00;
	font-weight: bold;
	font-size: 18px;
}
	
@media screen and (max-width: 480px) {
	.spHidden{
		display: none;
	}
  #compareTable td:first-of-type {
    font-size: 3.5vw;
    padding: 10px 6px;
  }
}
@media only screen and (min-width: 768px) {
	.pcHidden{
		display: none;
	}
}

.fukifashi_table{
  white-space: nowrap;
  text-align: center;
  display: block;
  font-size: .8em;
}