@charset "UTF-8";

.pc_weather_detail #history_content{
  min-width:600px;
}

#history_content #history_table{
    width:100%;
    border-collapse:collapse;
}

#history_content #history_table tbody{
  border-bottom: 1px solid #E3E3E3;
 }

#history_content #history_table .city_history td{
  background-color: #FFFFFF; /* 市町村には背景色付ける */
  border:0px;
  border-top:1px #000 solid;
  vertical-align: middle;
  color: #666666;
  padding:10px 5px;
}
#history_content #history_table .city_history_app td{
  background-color: #FFFFFF; /* 市町村には背景色付ける */
  border:0px;
  border-top:1px #000 solid;
  vertical-align: middle;
  color: #666666;
  padding: 10px 5px;
}

#history_content #history_table .city_history + .city_history td{
  border:0px;
  border-top:1px #000 solid;
}

#history_content #history_table .marin_history td {
  background: #FFFFFF;
  color: #000000;
  border: 0px;
  border-top: 1px #E3E3E3 solid;
  vertical-align: middle;
  padding: 10px 10px;
}
#history_content #history_table .marin_history_app td {
  background-color: #FFFFFF;
  border: 0;
  border-top: 1px #E3E3E3 solid;
  vertical-align: middle;
    padding: 10px 10px;
}

#history_content #history_table td.name a{
    width:100%;
    text-align:left;
    display:block;
}

#history_content #history_table .city_history a{
  color:#666;
}
#history_content #history_table .marin_history a{
  color:#000;
}

#history_content #history_table td.btn {
    width:40px;
    text-align: right;
}

@media(min-width:751px){
  .history_text {
    display: flex;
    justify-content: space-between;
  }
}
@media(max-width:750px){
  .delete_all_button {
    text-align: right;
  }
  .delete_all_button > button {
    margin-top: 10px;
  }
}