@charset "utf-8";

/* * * * * * * * * * * * * * * * * *
 * *.html
 * * * * * * * * * * * * * * * * * */
* {
  margin: 0;
  padding: 0;
}

* html body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

* html div.content {
  text-align: left;
}

html, body {
  height: 100%;
}

#container {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
}

#header {
  margin-bottom: 5%;
  padding: 8px;
}

#header h1 {
  text-align: center;
}

#wrap {
  padding-bottom: 100px;
}

.contents {
  width: 600px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
}

.contents h3 {
  margin-bottom: 18px;
  padding: 0 0 2px 5px;
  text-align: left;
}

.content_element p {
  padding-bottom: 18px;
  margin-left: 18px;
  text-align: left;
}

.content_element_space {
  height: 18px;
}

#message {
  display: none;
  padding-bottom: 12px;
}

.button_group {
  margin: 0 auto;
  text-align: center;
}

.button_group a {
  display: inline-block;
  min-width: 120px;
  padding: 6px;
  margin: 0 16px 0 16px;
  text-align: center;
}

.link {
  display: block;
  margin-top: 10px;
  text-align: center;
}

#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

#footer h6 {
  text-align: center;
  padding: 10px;
}

.notify_box {
  display: table;
  overflow: auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 1px;
}

.notify_box div {
  display: table-cell;
  padding: 4px;
}

.notify_box .l {
  width: 20%;
}

.notify_box .r {
  display: table-cell;
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 70%;
}


/* * * * * * * * * * * * * * * * * *
 * 認証/ログイン系
 * * * * * * * * * * * * * * * * * */
.contents_auth {
  width: 600px;
}

#auth_group {
  padding-bottom: 0px;
}

#auth_group label {
  width: 100%;
  text-align: left;
}

#auth_group .input_group {
  width: 360px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#auth_group .input_group #auth_id,
#auth_group .input_group #auth_password,
#auth_group .input_group #auth_email
{
  width: 100%;
  height: 24px;
  margin-bottom: 10px;
  ime-mode: disabled;
}


/* * * * * * * * * * * * * * * * * *
 * 登録/編集系
 * * * * * * * * * * * * * * * * * */
#edit_table {
  width: 100%;
  padding-bottom: 24px;
}

#edit_table .row_head {
  width: 30%;
}

#edit_table .row_head div {
  padding: 6px 16px 4px 16px;
}

#edit_table .row_contents label {
  display: block;
  padding: 6px 16px 4px 16px;
  height: 21px;
}

#edit_table .row_contents label .text {
  width: 100%;
}

#edit_table .row_contents label .ZIP1 {
  width: 28px;
}

#edit_table .row_contents label .ZIP2 {
  width: 36px;
}
