/* file name; update_rev.css */

@charset "UTF-8";

/*========= レイアウトのためのCSS ===============*/
p {
  text-align:center;
}

html, body {
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#update-body {
  margin: 0;
  background-image: url(../sozai/jpg/bg057_05_03.jpg);
  background-color: #CCFFFF;
  color: #003399;
}

  a:link { color: #6666FF; }
  a:visited { color: #009933; }
  a:hover { color: #ff0000; }
  a:active { color: #FF33FF; }

body {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Rounded M+ 1c", sans-serif;
  background-image: url(../sozai/jpg/bg057_05_03.jpg);
  background-color: #fffaff;
  color: #444;
  margin: 0;
  padding: 0;
}

h1 {
  background: linear-gradient(to right, #fff0f5, #ffffff);
  color: #cc6699;
  padding: 0.6em 1em;
  border-radius: 12px;
  font-size: 1.6em;
  box-shadow: 0 4px 10px rgba(255, 182, 193, 0.3);
  margin: 1.5em auto;
  width: fit-content;
  text-align: center;
  text-shadow: 1px 1px 1px #ffffff;
}

table {
  width: 95%;
  margin: 2em auto;
  border-collapse: collapse;
  box-shadow: 0 4px 12px rgba(192, 240, 255, 0.4);
  border-radius: 12px;
  overflow: hidden;
  font-size: 0.95rem;
}

th {
  background: linear-gradient(to right, #ccf4ff, #e6faff);
  color: #004466;
  padding: 0.8em;
}

td {
  background: #ffffff;
  padding: 0.8em 1em;
  vertical-align: top;
}
/*
tr:nth-child(even) td {
  background: #f0fcff;
}
*/

td:nth-of-type(1) {
  color: #0077aa;
  font-weight: bold;
  white-space: nowrap;
}

td:nth-of-type(2) {
  text-align: center;
  font-family: monospace;
  color: #444;
}

td:nth-of-type(3) {
  line-height: 1.6;
}

table.update-table tr:nth-child(even) td {
  background: #f0fcff;
}
table.update-table tr:nth-child(odd) td {
  background: #ffffff;
}

/*
table,th,tr,td {
  margin: auto;
  border-collapse:collapse;
  border: 1px #99CCCC solid;
}
th:nth-of-type(1){
  background: #66FFFF;
}
th:nth-of-type(2){
  background: #99FFFF;
}
th:nth-of-type(3){
  background: #CCFFFF;
}
table tr td:nth-of-type(1){
  background: #66FFFF;
  width: 60px;
}
table tr td:nth-of-type(2) {
  text-align: center;
  background-color: #99FFFF;
  width: 50px;
}
table tr td:nth-of-type(3) {
  background-color: #CCFFFF;
  width: 500px;
}
*/
