@charset "Shift_JIS";

* {
  box-sizing: border-box;
}

/**
 * 全画面共通スタイルシート
 */
/* -------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family:"MS Pゴシック", "MS PGothic", sans-serif;
  /* font-family: Meiryo; */
  color: black;
}

/* floatクリア */
.clear {
  clear: both;
}
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

select {
  font-family:"MS Pゴシック", "MS PGothic", sans-serif;
  /* font-family: Meiryo; */
  font-size: 9pt;
}

input {
  font-family:"MS Pゴシック", "MS PGothic", sans-serif;
 /* font-family: Meiryo; */
}

input.button {
  height: 20px;
}
input[type="button"] {
  font-size: 13px;
}

.d-flex {
  display: flex;
}
/* -------------------------------------------------------------------------- */
/* ヘッダメニュー */
/* 一列タイトル */
#onelinetitle {
  width: 1058px;
  height: 44px;
  margin: 2px 0 0 2px;
}

#onelinetitle .paddingpart1 {
  width: 4px;
  background-color: #fc9;
  border: 3px double #fff;
  border-right: none;
}
#onelinetitle .titlepart {
  background-color: #fc9;
  border-top: 3px double #fff;
  border-bottom: 3px double #fff;
}
#onelinetitle .titlepart span {
  font-size: 16px;
  font-weight: bold;
}
#onelinetitle .paddingpart2 {
  width: 4px;
  background-color: #fc9;
  border: 3px double #fff;
  border-left: none;
}
#onelinetitle .valuepart1 {
  background-color: #fff;
}
#onelinetitle .valuepart2 {
  width: 100%;
  background-color: #fff;
}
#onelinetitle .paddingpart3 {
  width: 4px;
  background-color: #fff;
}
#onelinetitle .borderpart1 {
  display: none;
  width: 4px;
  background-color: #fc9;
  border-left: 3px double #fff;
  border-bottom: 3px double #fff;
}
#onelinetitle .borderpart2 {
  display: none;
  background-color: #fc9;
  height: 0px;
  border-bottom: 3px double #fff;
}

/* トップへボタン(削除) */
.totop {
  display: none;
}

/* データ時刻 */
#datatime {
  color: #334;
  font-size: 14px;
  font-weight: bold;
}

/* ------------------------------------------------------ */
/* 基本テーブル設定 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
}
table th {
  text-align: center;
  font-weight: bold;
}
table td.numeric,
table th.numeric {
  text-align: right;
}
table td,
table th {
  border: 1px solid #333333;
  font-weight: normal;
}
table td.noborder,
table td.nb {
  border: none;
}

/* ------------------------------------------------------ */
.header {
  margin: 0;
  padding: 0;
}

/* タイトル */
.title {
  font-size: 16px;
  font-weight: bold;
}