
body {
  margin: 0;
}
#body_wrap {
  width:100%;
  max-width:1300px;
  min-width:780px;
  margin-top:80px;
}
.midashi {
  font-weight: bold;
  font-size: 1.6em;
  margin: 5px 0;
}

#hikaku {
  width: 100%;
   /* width:1100px; */ 
}

#hikaku .type_name {
  font-weight: bold;
  vertical-align: middle;
}

#hikaku, #hikaku td, #hikaku th {
  border: 1px solid #595959;
  border-collapse: collapse;
  text-align: center;
}

#hikaku td, #hikaku th {
  padding: 3px;
  width: 20px;
  height: 25px;
}

#hikaku .takasa th {
  background: #afdaaf;
}

#hikaku .haba {
  width: 70px;
}

#hikaku .haba th {
  background: #cee4f5;
}

#hikaku td {
  vertical-align: top;
}

#hikaku td .item_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  align-items:flex-end; 
}


#hikaku td div {
  width: 33.333%;
}

#hikaku td div a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

#hikaku td div a .icon {
  background: #798a97;
  color: #fff;
  padding: 2px 5px;
  border: 1px #fff solid;
  border-radius: 5px;
  position: absolute;
  top: 25px;
  right: 5px;
  font-size: 0.6em;
  z-index: 1;
}

#hikaku td div a .item_price {
  color: #c20000;
  font-size: 0.9em;
}

#hikaku td div a .item_price .tax_notation_contents {
  font-size: 0.5em !important;
  display: none;
}

#hikaku td div a .item_price::first-letter{
	font-family: sans-serif;
	font-size:10px;
}
/*# sourceMappingURL=style.css.map */