@charset "utf-8";


@media only screen and (min-width: 737px) {

#main nav#main_menu ul {
  float: left;
  width: 550px;
}
#profile tr {
  border-bottom: 1px dotted #eb4a80;
}
#profile tr:last-child {
  border-bottom: none;
}
#main #main_bottom #profile {
  display: table-cell;
  font-size: 12px;
  width: 370px;
}
#main #main_bottom #profile th {
  color: #333;
  padding: 5px 20px;
  text-align: left;
}
.profile_name {
  color: #eb4a80;
  display: table-cell;
  font-size: 22px;
  padding: 0 80px;
  vertical-align: middle;
}
.profile_name span {
  display: block;
  font-size: 15px;
  margin: 0;
}
.work ul {
  font-size: 13px;
}
#main #main_bottom #information {
  margin: 20px 0 50px;
}
}



/* スマホ */

@media only screen and (max-width: 736px) {

#main h1 {
  margin: 0 auto;
  width: 90%;
}

#main #main_bottom .profile_name {
  color: #eb4a80;
  font-size: 130%;
  text-align: center;
}
#profile_name_sp {
  display: none;
}
}
