@charset   "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}

/* ヘッダー*/
.top_header {
  width: 100%;
  height: 50px;
  color: white;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  line-height: 27px;
  background: url(../Backcolor/top-header.jpg) repeat;
}

/* フッター */
.footer {
  background-color: navy;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: right;
  color: white;
}

/* ドロワーメニュー用*/
.table_menu{
  border-collapse: collapse;
}
.table_menu th{
  Width: 450px;
  height: 26px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  color: white;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
  padding: 2px 8px 2px 12px;
  background: url(../Backcolor/top-header.jpg) repeat;
}
.table_menu td{
  Width: 450px;
  padding: 10px 0px 10px 10px;
  vertical-align: top;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  background-color: #f2f2f2;
  border: 1px solid navy;
}

/*          */
.table02{
  border-collapse: collapse;
}
.table02 th{
  font-size: 16px;
  font-family: Arial;
  text-align: center;
  vertical-align: middel;
  line-height: 30px;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}
.table02 td{
  font-size: 16px;
  font-family: "ＭＳ ゴシック", monospace;
  vertical-align: middel;
  line-height: 30px;
  padding: 8px 16px 8px 24px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}

/* ラジオボタン拡大 */
  input[type="radio"] {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      margin-right:1.0em;
  }
  
/*オーバーレイコンテンツ選択ボックス*/
select{
  color: navy;
  width: 320px;
  height: 40px;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #B3B3B3;
  border-radius: 1px;
  text-indent: 1px;
  text-overflow: "";
}
