@charset "UTF-8";

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

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

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

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

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

#history_content #history_table .city_history td,
#history_content #history_table .marin_history td{
  background: #FFFFFF;
  color: #000000;
  border: 0px;
  border-top: 1px #e3e3e3 solid;
  vertical-align: middle;
  padding: 10px 5px 10px 20px;
}
@media screen and (max-width: 480px) {
  #history_content #history_table .city_history td,
  #history_content #history_table .marin_history td {
		padding-left: 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,
#history_content #history_table .marin_history a {
  color:#000;
}

#history_content #history_table td.btn{
    width:40px;
}

@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;
  }
}