main{
     width: 1180px;
    margin: 60px auto 120px;
color: #333;}

main .result{
 margin: 60px 0;
}
 main .result dl{
  font-size: 1.8rem;
  margin-bottom: 5px;
color: #333;}
 main .result dt{
  display: inline-block;}
 main .result dd{
  display: inline-block;
  font-weight: bold;}

main .resultNone{
	text-align: center;
 display: table;
 margin: 30px 0 80px;
 width: 100%;
 height: 300px;
}
main .resultNone .inner{
	font-size: 1.8rem;
 line-height: 2.8rem;
 color: #e60012;
 font-weight: bold;
 display:table-cell;
 vertical-align: middle;
 text-align: center;
}


main h2{
 border-top: 1px solid #d0d5da;
 padding-top: 40px;
 font-size: 2.8rem;
 line-height: 2.8rem;
    color: #000;
    margin-bottom: 60px;
    font-weight: normal;
}
    
main table{
color:#333;
}
main table{
 border-collapse:collapse;
 border-spacing:0px;
padding: 6px;
 margin-bottom:30px;
 width:1180px;}
 
  main table th{
 padding: 6px;
 background-color:#e9ecee;
 border: 1px solid #e9ecee;
 text-align: center;
  font-size:0.8em;
	border-right: 1px solid #FFF;
}
main table th:last-child{
	border-right: 1px solid #e9ecee;
}
  
main table td{
  padding: 20px;
  border: 1px solid #e9ecee;
   font-size:0.9em;
  line-height:120%;}

  main table.stripe-y td.odd,
  main table.stripe-x tr.odd {
   background:repeat;
    background: #f3f5f7;
      
   }


main .notice{
 font-size: 1.2rem;
 padding-top: 10px;
 margin-bottom: 60px;
}
main .notice > li{
 margin-top: 20px;
 list-style:disc;
 margin-left: 1.5rem;
}
main .notice > li ul{
 padding-bottom: 10px;
}
main .notice > li li{
 margin-top: 10px;
}
/*

.reTurnBtn

*/
.reTurnBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 380px;
    height: 64px;
    box-sizing: border-box;
    border: 1px solid #e60012;
    color: #e60012 !important;
    font-size: 1.4rem;
    position: relative;
    margin: 0 auto 120px;}
    .reTurnBtn .redArrowS {
        right: 35px;
        transition-property: border-color, margin-right;}
.reTurnBtn.hover{
 color: #fff !important;
 background-color: #e60012;
}
.reTurnBtn.hover .redArrowS{ border-color: #fff; margin-right: -5px;}
a.reTurnBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main .resultContentsWrap > li{
 border-top: 1px solid #d0d5da;
 padding-top: 80px;
}
main .resultContentsWrap > li:first-child{
 border-top: none;
 padding-top: 0;
}



/*TireImpossible*/
#TireImpossible .contentWrap {
  display: flex;
  width: 1180px;}
#TireImpossible h3 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 18px;}
.colBox {
  display: flex;
  width: 25%;
  color: #333;}


/* makerName */
.colBox.makerName {
    flex-direction: column;}


/* productWrap */
.colBox.productWrap {
    flex-direction: column;
  width: 75%;}
.tireSize {
  width: calc(1180px * 0.5);}
.productName {
  width: calc(1180px * 0.25);}

/* tireTable
------------------------------*/
.tireTable {
  margin: 0 0 40px 0;}

/* tableHead
------------------------------*/
.tableHead {
  display: flex;}
.tableHead .tireSize {
  border-right: 1px solid #e9ecee;}

/* tableDisc
------------------------------*/
.tableDisc {
  display: flex;}
.tableDisc.even p {
  background: #fff;}
.tableDisc .tireSize {
  display: block;}

.colBox h4 {
  min-height: 3.2rem;
  padding: 6px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e9ecee;
  border-right: 1px solid #fff;
  background-color: #e9ecee;}
.colBox p {
  display: flex;
    align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 0.9em;
  line-height: 120%;
  border: 1px solid #e9ecee;
  border-bottom: 0;
  border-left: 0;}
  .colBox p.even {
    background: #fff;}
  .colBox:first-child p {
    border-left: 1px solid #e9ecee;}
  .contentWrap:last-child {
    border-bottom: 1px solid #e9ecee;}
