.ec-role {
    color: #111;
}

table{
  border-collapse:collapse;
  margin:0 auto;
  width: 100%;
}
td,th{
  padding:10px;
  border-bottom:1px solid #ccc;
  font-size: 0.75em;
}
table tr th:nth-child(odd),
table tr td:nth-child(odd){
  background:#eee;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 30px;
    margin-bottom: 10px;
}

/*メンテナンスモード*/
.maintenance {
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
}

.maintenance .ec-headerNaviRole {
    display: block;
}