@charset "utf-8";

/* ----------------------------------------
profile
------------------------------------------- */
.profile .img-box {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 20px auto;
}
.profile table{
width: 100%;
}
.profile table th,.profile table td{
font-size: 1.2rem;
text-align: left;
vertical-align: top;
line-height: 1.5;
border-bottom: 1px dotted #7d654e;
padding: 10px 5px;
}
.profile table th{
width: 100px;
}
.profile table td span{
display: inline-block;
color: #473a2c;
margin-top: 5px;
}
