@charset "Shift_JIS";

html {
  height: 100%;
  margin: 0;
  white-space: nowrap
}

body {
  font-family: arial, sans-serif;
  margin:  0px auto;
  padding: 0px 20px;
  width: 900px;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -70px;
}

.push {
  height: 60px;
}

.footer {
  font-size: 12px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  padding: 20px 0px;
  color: white;
  text-align:center;
  background-color: #446688;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #000038;
}

h1 {
  margin: 0 0 30px 0;
  font-size: 36px;
  color: #333333;
  padding: 20px 10px;
}

h2 {
  margin: 0 0 0px 0;
  font-size: 27px;
  color: #225588;
  padding: 20px 20px;
}

h3 {
  margin: 0 0 0px 0;
  font-size: 20px;
  color: #224477;
  padding: 0px 0px;
}

button {
  font-size: 14px;
}

select {
  font-size: 14px;
  border: 1px solid #eee;
}

fieldset {
  border: 1px solid #aaa;
}

fieldset .detail {
  display: none;
}

table.type01 {
  width: 100%;
  border-spacing: 0;
  font-size:14px;
}
table.type01 tr:first-child td {
  border-top: 1px solid #84b2e0;
}
table.type01 tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: left;
}
table.type01 tr td:last-child {
  border-right: 1px solid #84b2e0;
}
table.type01 tr {
  background: #fff;
}
table.type01 tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.type01 tr:last-child td {
  box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}
table.type01 tr:first-child td:first-child {
  border-radius: 5px 0px 0 0;
}
table.type01 tr:first-child td:last-child {
  border-radius: 0px 5px 0 0;
}
table.type01 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.type01 tr:last-child td:last-child {
  border-radius: 0 0 5px 0px;
}
table.type01 tr:hover {
  background: #bbd4ee;
}
table.type01 td:first-child {
    width: 90%;
}
table.type01 tdr:last-child {
    width: 10%;
    text-align: right;
}

table.type02 {
  width: 100%;
  border-spacing: 0;
  font-size:12px;
}
table.type02 th {
  color: #fff;
  padding: 8px 7px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: left;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  white-space: nowrap
}
table.type02 th:first-child {
  border-radius: 5px 0 0 0;
}
table.type02 th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
}
table.type02 tr td {
  padding: 4px 8px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: left;
  white-space: nowrap
}
table.type02 tr td:last-child {
  border-right: 1px solid #84b2e0;
}
table.type02 tr {
  background: #fff;
}
table.type02 tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.type02 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.type02 tr:last-child td:last-child {
  border-radius: 0 0 5px 0px;
}
table.type02 tr:hover {
  background: #bbd4ee;
}

table.type03 {
  width: 100%;
  border-spacing: 0;
}
table.type03 td {
  text-align: right;
}
table.type03 td:first-child {
  width: 10%;
  text-align: left;
}
table.type04 {
  width: 100%;
  border-spacing: 0;
}
table.type04 td {
  text-align: left;
  font-size: 14px;
  padding: 10px 10px;
}
table.type04 td:first-child {
  text-align: left;
  width: 60%;
}

table.type05 {
  width: 100%;
  border-spacing: 0;
}
table.type05 td {
  text-align: right;
}

table.type06 {
  width: 100%;
  border-spacing: 0;
  font-size: 10px;
}

table.type06 button {
  font-size: 10px;
}

table.type06 input {
    width: 50px;
    font-size: 10px;
}
