@charset "UTF-8";

/****************************************
	追記
*****************************************/
.mawari2 table {
	font-weight: normal;
}

#categoryfreearea a:hover {
	color: #000 !important;
}
/****************************************
	common.cssにあったもの
*****************************************/



/****************************************
	html内にあったもの
*****************************************/
h2.maker {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  color: #000;
  margin-bottom: 1em;
	/*リニューアル時下記競合打ち消し*/
	border-bottom: none !important;
	background: none !important;
}
h2.maker span {
  font-size: 18px;
  font-size: 1.5rem;
  display: block;
  background-color: #FFF;
  margin-top: 1em;
  width: fit-content;
  text-align: center;
  margin: 1em auto 0;
  padding: 0 0.5em;
	/*リニューアル時追記*/
	position: relative;
}
h2.maker:before {
  position: absolute;
  bottom: 31px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fa4141;
	/*リニューアル時コメントアウト*/
	/*z-index: -1;*/
}

/*ベンツ*/
h2.maker.benz {
  font-size: 2rem;
}
h2.maker.benz span {
  font-size: 1.25rem;
}
h2.maker.benz:before {
  width: 250px;
}

/*BMW*/
h2.maker.bmw:before {
background: none;
}

#undercolumn .mawari2 {
  padding: 0;
}

/*その他*/
.other h2.maker {
  font-size: 2rem;
}
.other h2.maker span {
  font-size: 1.25rem;
}
.other h2.maker:before {
  width: 250px;
}

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

  .mawari2 table th:nth-child(1),
  .mawari2 table td:nth-child(1) {
	width: 35%;
	box-sizing: border-box;
  }

  .mawari2 table th:nth-child(2),
  .mawari2 table td:nth-child(2) {
	width: 22%;
	box-sizing: border-box;
  }

  .mawari2 table th:nth-child(3),
  .mawari2 table td:nth-child(3) {
	width: 23%;
	box-sizing: border-box;
  }

  .mawari2 table th:nth-child(4),
  .mawari2 table td:nth-child(4) {
	width: 20%;
	box-sizing: border-box;
  }

  #categoryfreearea table tr td {
	white-space: normal;
  }

  .mawari2 table th,
  .mawari2 table td {
	font-size: 12px !important;
  }
}