@charset "UTF-8";


/*main.cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@import url(main.css);

#adoption {
}
#adoption header {
  text-align: center;
  clear: both;
}
#adoption blockquote {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  border: solid 1px #eae9e9;
  background: #F8F8F8;
  padding: 1.5em 1.5em 3.5em 1.5em;
  border-radius: 10px 10px 10px 10px;
}

#adoption-middle {
  margin-top: 50px;
}
#adoption-middle header {
  text-align: center;
  clear: both;
}
#adoption-middle .table-wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
/*
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
*/  
}
#adoption-middle table {
  width: 100%;
}
#adoption-middle table tbody tr {
}
#adoption-middle table td {
  padding: 0.75em 1.25em 0.75em 1.25em;
  border: solid 1px #eae9e9;
}
#adoption-middle table th {
  text-align: left;
  font-weight: 400 bold;
  padding: 0.75em 1.25em 0.75em 1.25em;
  border: solid 1px #eae9e9;
  background: #f5f5f5;
}
#adoption-middle table thead {
  background: #f5f5f5;
}


#adoption-fotter {
  height: 200px;
}
#adoption-fotter main {
}
