@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  vertical-align: baseline;
  box-sizing: border-box;
}
* {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.2px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.2px;
}
ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
input {
  text-indent: 0.5em;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

input[type=text] {
  ime-mode:active;
}

input,
button {
  outline: none;
  box-sizing: border-box;
}

.search_input {
  border: 1px solid #aaa;
}

.search_text{
  border: 0;
  border-radius: 15px;
  outline: none;
  background-color: rgb(233, 233, 233);
}

table {
  border-collapse: collapse;
}

#main_wrap {
  width: 100%;
  min-width: 1264px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.width100p {
  width: 100%;
}
.width98p {
  width: 98%;
  margin: 0 auto;
}
.width90p {
  width: 90%;
  margin: 0 auto;
}
.margin_top10p {
  margin-top: 10px;
}
.margin_left10p {
  margin-left: 10px;
}
.red {
  color: red;
}
.blue {
  color: blue;
}
.border_gray {
  border: 1px solid #ccc;
}
.amount_p{
  display: inline-block;
  width: 50px;
  text-align: right;
}
.select_company{
  border-radius: 5px;
  border: 1px solid #b0b0b0;
  width: 45%;
  height: 24px;
}

.select_company:focus{
  outline: none;
}

.option_red{
  color: red;
}

.end_red{
  color: red !important;
}

.main_blue{
  color: blue !important;
}

.select_class{
  height: 28px;
  margin: 3px 0px;
}

.select_input{
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 200px;
  height: 28px;
}
#list_form {
  height: calc(90vh - 50px);
}
#frame_area{
  height: calc(90vh - 50px);
}

#frame_area > table{
  height: 100%;
}