/* ボタン */
.but_pd {
    padding: 5px 20px 5px 20px;
    font-size: 13px;
    margin-bottom: 10px; }

.users {
    margin: auto auto 15px auto;
    padding: 18px 30px 0 34px;
    text-align: center;
    width: 477px;
    height: 334px;
    position: relative;
    min-height: 100%;
}

.users label {
    text-align: left;
}

.users button[type="submit"] {
    float: none;
}

/* 開閉 */
legend.opcl {
    float: left;
    padding: 5px 0 5px 0;
}

input.opcl {
  display: none;
}

label.opcl {
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 4px;
  background: #0bd;
  color: #FFF;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
label.opcl:hover {
  background: #0090aa;
}

.panel {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 0;
  overflow: hidden;
  background: none;
  margin-top: 10px;
  padding: 0;
  border-radius: 5px;
  border-style: none;
}

input#pre-click:checked + .panel,
input#aft-click:checked + .panel
{
  height: auto;
  padding: 5px;
}

.noImg div{
    text-align: center; }
    .noImg div img {
        border: groove 5px lightblue; }
