.wrap{
  padding: 3em;
  line-height: 1.5em;
}
.thumb{
  text-align: center;
}
.thumb img{
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.5em;
}
th,td{
  padding: 0.5em 0.5em 0 0.5em;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}
.name {
  padding: 0.5em;
}
.name strong{
  font-size: 16px;
}
.head{
  width: 100%;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.bottom {
  margin-top: 1em;
  font-size: 13px;
}
.prof {
  width: 100%;
}
.prof tr td,.prof tr th{
  border: 1px solid #ccc;
}
.bottom ul{
  list-style: none;
  margin-left: -2em;
}
.bottom ul li:before{
  content: "●";
  margin-left: -1em;
}
@media screen and (max-width: 480px) {
  br.sp{
    display: block;
  }
  .prof th{
    width: 65px;
  }
  .prof th span{
    display: inline-block;
    margin-left: -1.5em;
  }
  
}