@charset "utf-8";

/*
 $Id: style.css 2595 2024-06-02 14:33:11Z yos $
*/

#container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

#header {
  text-align: left;
  font-size: x-small;
}

#main {
  text-align: left;
  font-size: x-small;
}

#footer {
  text-align: left;
  font-size: x-small;
}

body {
  background: #faebd7 url('../../images/st03_bg.gif');
}

.title {
  text-align: center;
  font-weight: bold;
  font-size: medium;
}

.info {
  color: #0000ff;
}

.error {
  color: #ff0000;
}

.red {
  color: #ff0000;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.italic {
  font-weight: italic;
}

form {
  display: inline;
  border: none;
  margin: 0px;
  padding: 0px;
}

#main table.request {
  margin-left: auto;
  margin-right: auto;
  font-size: x-small;
}

#main table.request th {
  font-size: x-small;
}

#main table.request td {
  font-size: x-small;
}

#main table.noborder {
  width: 100%;
  margin: 0 auto;
  border: none;
  table-layout: fixed;
  word-break: break-all;
  font-size: x-small;
}

.table_design03 {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 700px;
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
}
.table_design03 th {
  border-bottom: 2px solid #4d9bc1;;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

p.info {
  color: #0000ff;
  font-size: x-small;
}

td.item {
  width: 80px; 
  font-weight: bold;
  font-size: x-small;
}

input.menu_button {
  width: 80px;
  font-size: x-small;
}

input.back_button {
  width: 40px;
  font-size: x-small;
}

input.func_button {
  width: auto;
  font-size: x-small;
}

input.show_button {
  width: 60px;
  font-size: x-small;
}

@media screen and (min-width: 481px) {

  #header {
    text-align: left;
    font-size: small;
  }

  #main {
    text-align: left;
    font-size: small;
  }

  #footer {
    text-align: left;
    font-size: small;
  }

  .title {
    text-align: center;
    font-weight: bold;
    font-size: large;
  }

  #main table.request {
    margin-left: auto;
    margin-right: auto;
    border: none;
    font-size: small;
  }

  #main table.request th {
    font-size: small;
  }

  #main table.request td {
    font-size: small;
  }

  #main table.noborder {
    border: none;
    font-size: small;
  }

.table_design03 {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 700px;
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
  font-size: small;
}
.table_design03 th {
  border-bottom: 2px solid #4d9bc1;;
  font-weight: bold;
  text-align: center;
  font-size: small;
  width: 20%;
  min-width: 4em;
}

  p.info {
    color: #0000ff;
    font-size: small;
  }

  p.note {
    font-size: small;
  }

  p.description {
    font-size: small;
  }

  td.item {
    width: 140px; 
    font-weight: bold;
    font-size: small;
  }

  input.back_button {
    width: 60px;
    font-size: small;
  }

  input.func_button {
    width: auto;
    font-size: small;
  }

  input.show_button {
    width: 80px;
    font-size: small;
  }
}

@media screen and (min-width: 769px) {

  #header {
    text-align: left;
    font-size: medium;
  }
  
  #main {
    text-align: left;
    font-size: medium;
  }
  
  #footer {
    text-align: left;
    font-size: medium;
  }

  .title {
    text-align: center;
    font-weight: bold;
    font-size: x-large;
  }
  
  #main table.request {
    margin-left: auto;
    margin-right: auto;
    border: none;
    font-size: medium;
  }

  #main table.request th {
    font-size: medium;
  }

  #main table.request td {
    font-size: medium;
  }

  #main table.noborder {
    width: 100%;
    border: none;
    font-size: medium;
  }
 
.table_design03 {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 700px;
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
  font-size: medium;
}
.table_design03 th {
  border-bottom: 2px solid #4d9bc1;;
  font-weight: bold;
  text-align: center;
  font-size: medium;
  width: 20%;
  min-width: 4em;
}

  p.info {
    color: #0000ff;
    font-size: medium;
  }
  
  p.note {
    font-size: medium;
  }
  
  p.description {
    font-size: medium;
  }
  
  td.item {
    width: 180px; 
    font-weight: bold;
    font-size: medium;
  }
  
  input.back_button {
    width: 60px;
    font-size: medium;
  }
  
  input.func_button {
    width: auto;
    font-size: medium;
  }
  
  input.show_button {
    width: 100px;
    font-size: medium;
  }
}
