@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------------------------
	買取価格
----------------------------------------------------------- */
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
      box-shadow: 0 0 15px -6px #00000073;
}
table tr {
  background-color: #fff;
}

a {
  color: #ffff00;
}

table th,
table td {
  padding: .35em 1em;
  border-bottom: 1px solid #eee;
}
table thead th {
    font-size: 20px;
    padding: 1em;
}
table thead tr{
    background-color: #045fb4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.wariwari{
    background-color: #045fb4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
table tbody th {
  text-align: left;
  font-size: 20px;
}
.txt{
   text-align: left;
   font-size: 20px;
}
.price{
    text-align: left;
    color: #FF0004;
}
@media screen and (max-width: 600px) {
  table{width: 100%;}
	
	
	
form input[type="image"]{
	width: 80%;}
}

	
}