@charset "UTF-8";
/* あ */

/* PC */
@media screen and (min-width:960px){
  div.profile_container{
    margin-bottom: 20px;
  }

  div.profile_contents{
    width : 360px;
    float : right;
  }

  p.face{
    width : 160px;
    float : left;
  }
}

/* タブレットスマートフォン */
@media screen and (max-width:959px){
  p.face{
    margin-bottom: 15px;
  }
}

table#information_table{
  max-width: 550px;
  margin-bottom: 40px;
  border: 1px #666 solid;
}

table#information_table td.attr{
  width: 120px;
  padding: 5px 10px;
  vertical-align: top;
  background-color: #ccf;
}

table#information_table td.value{
  padding: 5px 10px;
  vertical-align: top;
  background-color: #e6e7ff;
}
