@charset "UTF-8";

.photo{
  width: 170px;
  float: left;
}

.name{
  float: left;
  width: 740px;
  padding-left: 50px;
  box-sizing: border-box;
  color: #666666;
  margin-bottom: 50px
}

.name dt{
  font-size: 16px;
  margin-bottom: 14px
}

.name dd{
  font-size: 14px;
}

.prof{
  margin-left: 255px
}

.prof dl{
  width: 650px;
  float: left;
  box-sizing: border-box;
  background-image: url(../images/profile/border.png);
  background-repeat: no-repeat;
  background-position: 3px 10px;
  font-size: 12px;
  line-height: 20px;
  color: #666666
}

.prof dt{
  width: 66px;
  padding-left: 35px;
  float: left;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 7px 7px;
}

.prof dt:nth-of-type(1),.prof dt:nth-of-type(2){
  background-image: url(../images/profile/circle_gray.png);
}
.prof dt:nth-of-type(4){
  background-image: url(../images/profile/circle_dark.png);
}

.prof dd{
  margin-left: 100px;
  margin-bottom: 30px
}

@media only screen and (max-width:768px) {
  .photo {
    width: 100%;
    max-width: 300px;
    height: auto;
    float: none;
    margin: 0 auto;
    display: block;
  }

  .name {
    float: none;
    width: 100%;
    padding-left: 0;
    margin: 30px 0 50px
  }

  .prof {
    margin-left: 0;
  }

  .prof dl {
    width: 100%;
    float: none;
    background-repeat: repeat-y;
  }

  .prof dt {
    width: 45px;
    padding-left: 20px;
  }

  .prof dd {
    margin-left: 70px;
    margin-bottom: 30px;}

/* footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
} */
}
