@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------
  profile
-----------------------------------------------*/

#profile {
margin:10px;
background:#FFF;
border-radius:10px;
}
#profile h2 {
border-radius:10px 10px 0 0;
}
#profile table {
margin:15px;
}
#profile th {
padding:8px 10px;
background:#F1F1F1;
border-bottom:1px solid #CCC;
}
#profile td {
padding:10px;
border-bottom:1px solid #CCC;
}
#profile ul.photo {
padding:0 15px 15px 15px;
}
#profile ul.photo img {
width:100%;
}

/*-----------------------------------------------
  access
-----------------------------------------------*/

#access {
margin:10px;
background:#FFF;
border-radius:10px;
}
#access h2 {
border-radius:10px 10px 0 0;
}
#access iframe {
margin-top: 4%;
width:100%;
height:500px;
}



