@charset "UTF-8";
body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 100%;
}

#all {
  width: 960px;
  margin-right: auto;
  margin-left: auto;

}

#head {
  height:110px;
  width:100%;
  background-image:url(../img/pc/head.jpg);
  background-repeat:repeat-x;
}

#head-sub {
  text-align:right;
  padding-right:10px;
}

#content {
  margin-top:40px;
}

#table-login {
  background-color: #FCFCFC;
  width: 400px;
  border: 1px outset #CCCCCC;
  margin-left:auto;
  margin-right:auto;
}

.table-main {
  width: 78%;
  margin-left:auto;
  margin-right:auto;
  background-color: #FCFCFC;
  border: 1px outset #CCCCCC;
}

.table-footer {
  margin-top:30px;
  width: 78%;
  margin-left:auto;
  margin-right:auto;
}

.page-title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align:center;
  margin-top:16px;
}

.form-action {
  margin-top:20px;
  text-align:center;
}

.item-image {
  width:100px;
  height:100px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

/*******************************************************************
* ボタン
********************************************************************
*/
.button-submit {
  background-image:url(../img/pc/button_submit.png);
  padding-left:20px;
  padding-right:20px;
  padding-top: 3px;
  height:32px;
  border:1px solid #c4c4c4;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  font-weight: bold;
  cursor:pointer;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 16px;
  /*border-radius: 4px;*/
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  cursor:pointer;
}

.button-gray {
  color: #000;
  background-color: #ccc;
  border-color: #999;
}

.button-delete {
  display: inline-block;
  background-color:#FFFFFF;
  background-image:url(../img/pc/button_delete.png);
  width:32px;
  height:32px;
  border:none;
  cursor:pointer;
}

/********************************/
