﻿html {
  margin: 0 auto;
  color: white;
  font-family: "meiryo";
  font-weight: normal;
  display: table;
  width: 100%;
  height: 100%;
}

body {
  margin: 0 auto;
  background-color: #222266;
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

div#header {
  margin: 0 auto;
  display: block;
  height: 60px;
}

div#contents {
  margin: 0 auto;
  display: block;
}

div#footer {
  margin: 0 auto;
  display: block;
  position: fixed;
  left: 10px;
  bottom: 10px;
  height: 30px;
}

div#menu {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
}

div.dspContents {
  margin: 0 auto;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  width: 60%;
}


div.section {
  margin: 0;
  width: 100%;
  display: block;
}

p.head {
  text-align: left;
}

p.body {
  text-align: left;
  font-size: 0.8rem;
  font-weight: normal;
}

table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
}

th {
  padding: 5px;
  text-align: right;
  font-weight: normal;
  border: 1px #4444aa solid;
  color: #bbbbbb;
  background-color: #333399;
  font-size: 0.8rem;
  white-space: nowrap;
}

td {
  padding: 5px;
  text-align: left;
  font-weight: normal;
  border: 1px #4444aa solid;
  font-size: 0.8rem;
}

a {
  text-decoration: none;
}
a.customer:link {
  color: #ffffff;
}
a.customer:visited {
  color: #cccccc;
}
a.customer:hover {
  color: #aaaaff;
}
a.customer:active {
  color: #aaaaff;
}


input, textarea {
  padding: 2px;
  font-family: "meiryo";
}


input.txtSubject {
  width: 230px;
}
input.txtCustomer {
  width: 320px;
}

textarea {
  width: 320px;
  height: 100px;
}

label {
  color: #cccccc;
  font-size: 1rem;
}

td.inqInput {
  color: gray;
  font-size: 0.8rem;
}

td.inqConfirm {
  color: white;
  font-size: 1rem;
}

button {
  font-family: "meiryo";
  font-size: 1.1rem;
}

ul {
  list-style: none;
  padding-left: 0;
  display: table;
}
ul li:after {
  content: "";
  display: block;
}
ul li {
  display: table-row;
}
ul li:before {
  content: "・";
  display: table-cell;
}

