
/* CSS Document */

table.profile-nomal {  /*index新着用*/
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  
}
table.profile-nomal th {
  background-color: #fff;
  padding: 10px;
  border: 0;
  text-align: left;
  font-weight:nomal;
  /*width: 27%;*/
  border-bottom: 1px solid #aaa;
}
table.profile-nomal td {
  padding: 10px;
  width:auto;
  border-bottom: 1px solid #aaa;
}

td.nowrap  {
  white-space: nowrap;
  padding: 10px;
  width:auto;
  border-bottom: 1px solid #aaa;
}

table.profile-auto {  /*自動幅*/
  border-collapse: collapse;
  margin: 0 auto;
  width: auto;
  
}
table.profile-auto th {
  background-color: #fff;
  padding: 10px;
  border: 0;
  text-align: left;
  font-weight:auto;
  /*width: 27%;*/
  border-bottom: 1px solid #aaa;
}
table.profile-auto td {
  padding: 10px;
  width:auto;
  border-bottom: 1px solid #aaa;
}

td.nowrap  {
  white-space: nowrap;
  padding: 10px;
  width:auto;
  border-bottom: 1px solid #aaa;
}