/* =================================================================================


		全ページ共通　フォント・ページ制御系


================================================================================= */
*{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  background-repeat: repeat;
  line-height:25px;
  font-size: small;
  -webkit-text-size-adjust: 100%;
}

input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1{
  font-size: 22px;
}
h2{
  font-size: 20px;
}
h3{
  font-size: 14px;
  margin: 10px 10px 0 0;
}
a {  
  color: #000000;
  text-decoration: none;
}

table,th,td{
  empty-cells : show;
  border-collapse : collapse;  
  border: solid 0.5px gray;
  padding : 1px 4px 1px 4px;
  --white-space: pre-wrap;
  --white-space: nomal;
}
table{
  width:98%;
  table-layout: auto;
  margin-bottom: 5px;
}
th{
  text-align : center;
  background-color: #D9E5FF;
}
td{
  vertical-align: top;
  text-align : left;
}
textarea{
  width: 100%;
	border-color: rgb(200, 200, 200);
    background-color: white;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    padding: 2px;
}
body{
  margin:1px;          /* ページ全体のmargin */
  padding: 0px;         /* ページ全体のpadding */
  text-align:center;   /* 下記のautoに未対応用のセンタリング */
}
select,input{
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

#header {
    border-top: solid 5px #008CCE;
    padding: 6px 0 0 0;
}
#main{
  margin-left:auto;    /* 左側マージンを自動的に空ける */
  margin-right:auto;   /* 右側マージンを自動的に空ける */
  text-align:left;     /* 中身を左側表示に戻す */
  width:1280px;        /* 幅を決定する */
}
.sort_btn {
	border-radius: 4px;
	display: inline-block;
	color: #FFF !important;
	background-color: #008CCE;
	text-decoration:none !important;
	text-align: center;
	padding: 5px 10px;
	margin: 0 5px 10px 0;
	line-height: 130%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.small_btn {
	font-size: xx-small;
	border-radius: 1px;
	display: inline-block;
	color: #FFF !important;
	background-color: #008CCE;
	text-decoration:none !important;
	text-align: center;
	padding: 5px;
	margin: 0 5px 5px 0;
	line-height: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 50px;
	z-index: 100;
	padding: 0px;
	border: none;
}
.scroll-top:hover {
	cursor: pointer;
}

.col-md-6 {
    width: 48%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-left: 2%;
}

.table-side {
	width: 1000px;
	margin:0 auto;
	table-layout: fixed;
}
.table-side th {
	font-weight: bold;
	vertical-align: middle;
	padding:0.5%;
	border: solid 1px #CCC;
	background: #E9E9E9;
}
.table-side td {
	border: solid 1px #CCC;
	word-wrap:break-word;
	vertical-align: middle;
	padding:0.5%;
}
.request-ct{
	overflow:auto;
	height:100px;
}

red {
	color: #F00;
}
blue {
	color: #00F;
}
b-red {
	background: #F00;
	color: #FFF;
}
b-blue {
	background: #00F;
	color: #FFF;
}
b-gray {
	background: #aaa;
	color: #FFF;
}

.fixed01,
.fixed02{
  position: sticky;
  top: 0;
  left: 0;
  border: 1px solid #0;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #0;
  }
}
.fixed01{
  z-index: 2;
}
.fixed02{
  z-index: 1;
}

