body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
  color: #00B7FF;
}
/*
 401.jade
*/
.errorTitle {
  color: #b22222;
}
/* spanを折り返さない */
.singleLine{
  /*display: inline;*/
  white-space: nowrap;
}

/*

 member list page


*/
/*
 text centerring
*/
.textCenter {
  text-align:center;
}
.verticalMIddle{
  vertical-align: middle;
}
/* spanを折り返さない */
.oneLine {
  /*display: inline;*/
  white-space: nowrap;
}