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