@charset "UTF-8";
html, body, header, menu, main, nav, article, section, main, footer, form, div, p, span, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, table, caption, tbody, tfoot, thead, tr, th, td, a, img, font, pre, b, u, i, center,
blockquote, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, applet, object, iframe, fieldset, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

html,
body {
  font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background-color: #222222;
  color: #CCCCFF;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
  display: inline;
}

img {
  vertical-align: top;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
=========================================================
Header
=========================================================*/
header {
  background-color: #333333;
  color: #CCCCCC;
  width: 100%;
  height: 54px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
header div {
  padding: 14px;
}
header div#head1 {
  width: 120px;
}
header div#head2 {
  width: 300px;
}
header div#head3 {
  width: 420px;
}
header div#headr {
  min-width: calc(100vw - 840px);
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
header div#headr div {
  /*width : 300px;*/
  border-left-width: 1px;
  border-left-color: #AAAAAA;
  border-left-style: inset;
}
header div#headr div#head_user:hover {
  background-color: #228822;
}
header h1, header h2 {
  font-size: 14pt;
}

/*
=========================================================
Main
=========================================================*/
main {
  width: 100%;
  min-height: calc(100vh - 84px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
main div#main {
  width: 200px;
}
main div#main ol {
  list-style-type: none;
}
main div#main ol li button {
  font-size: 13pt;
  text-align: left;
  width: 200px;
  height: 60px;
  background-color: #222222;
  border-style: none;
  color: #CCCCCC;
}
main div#main ol li button:hover {
  background-color: #228822;
}
main div#main ol li button#menu_selected {
  background-color: #225522;
}
main div#contents {
  min-width: calc(100vw - 200px);
  min-height: calc(100vh - 84px);
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  /*
  		div
  		{
  			display           : flex;
  			flex-direction    : row;
  			flex-wrap 				: nowrap;
  
  			div
  			{
  				
  				margin-top : 30px;
  				padding : 5px;
  				border-left-style: solid;
  				border-left-width: 10px;
  				border-left-color: #00FF00;
  
  				h1
  				{
  					font-size : 12pt;
  				}
  			}
  		}
  
  
  
  */
}
main div#contents input {
  height: 35px;
  font-size: 15pt;
}
main div#contents div#cont_header {
  /*display           : flex;*/
  flex-direction: row;
  flex-wrap: nowrap;
  height: 41px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #005500;
  margin-left: auto;
  margin-right: auto;
}
main div#contents div#cont_header input.dt {
  width: 125px;
  background-color: #EEEEEE;
  border-color: #CCCCCC;
  padding-left: 10px;
  border-style: solid;
  border-width: 3px;
  border-radius: 0px 0 0 0px;
}
main div#contents div#cont_header input.dt:hover {
  border-color: #228822;
  background-color: #FFFFFF;
}
main div#contents div#cont_header input.dt:focus {
  background-color: #DDFFDD;
}
main div#contents div#cont_header button {
  text-align: center;
  vertical-align: top;
  width: 60px;
  height: 41px;
  background-color: #CCCCCC;
  border-style: solid;
  border-width: 3px;
  border-color: #CCCCCC;
  cursor: pointer;
}
main div#contents div#cont_header button img {
  position: absolute;
  display: block;
  width: 30px;
  -webkit-transform: translate(40%, -50%);
  transform: translate(40%, -50%);
}
main div#contents div#cont_header button:hover {
  border-color: #228822;
  background-color: #228822;
  color: #FFFFFF;
}
main div#contents div#cont_header button:hover img:nth-of-type(2) {
  opacity: 0;
}
main div#contents div#cont_header button[name="next"] {
  border-radius: 0 20px 20px 0;
}
main div#contents div#cont_contents::-webkit-scrollbar {
  display: none;
}
main div#contents div#cont_contents {
  min-width: calc(100vw - 200px);
  height: calc(100vh - 125px);
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-y: scroll;
  -ms-overflow-style: none;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #005500;
}
main div#contents div#cont_contents h1 {
  font-size: 12pt;
}
main div#contents div#cont_contents div#recv_list {
  background-color: #333333;
}
main div#contents div#cont_contents div#recv_list div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 0px;
  padding: 0px;
  /*
  					flex-direction 		: row;
  					border-bottom-style : solid;
  					border-bottom-width: 1px;
  					border-bottom-color: #AAAAAA;
  
  					border-left-style: solid;
  					border-left-width: 10px;
  					border-left-color: #00FF00;
  */
}
main div#contents div#cont_contents div#recv_list div form {
  height: 0;
}
main div#contents div#cont_contents div#recv_list div div {
  display: block;
  padding: 10px;
  border-style: none;
}
main div#contents div#cont_contents div#recv_list div div[name="col00"] {
  width: 340px;
}
main div#contents div#cont_contents div#recv_list div div[name="col01"] {
  width: 80px;
  text-align: left;
}
main div#contents div#cont_contents div#recv_list div div[name="col02"] {
  width: 120px;
  text-align: left;
}
main div#contents div#cont_contents div#recv_list div div[name="col03"] {
  width: 120px;
  text-align: left;
}
main div#contents div#cont_contents div#recv_list div div[name="col04"] {
  width: 100px;
  text-align: right;
}
main div#contents div#cont_contents div#recv_list div div[name="col05"] {
  width: 100px;
  text-align: right;
}
main div#contents div#cont_contents div#recv_list div div[name="col06"] {
  width: 100px;
  text-align: right;
}
main div#contents div#cont_contents div#recv_list div div[name="col11"] {
  width: 540px;
  text-align: left;
}
main div#contents div#cont_contents div#recv_list div div {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  border-width: 0px;
  border-color: #FFFFFF;
  border-style: solid;
}
main div#contents div#cont_contents div#recv_list div div button {
  background-color: #555555;
  border-color: #CCCCCC;
  border-width: 2px;
  border-style: solid;
  color: #CCCCCC;
  width: 75px;
  height: 25px;
  border-radius: 10px;
  font-size: 10pt;
}
main div#contents div#cont_contents div#recv_list div div button:hover {
  background-color: #228822;
  color: #FFFFFF;
}
main div#contents div#cont_contents div#recv_list div div input[type="file"] {
  font-size: 9pt;
}
main div#contents div#cont_contents div#recv_list div div.button_box {
  margin: -10px 0 0 0;
}
main div#contents div#cont_contents div#recv_list div div.file-upload_area {
  margin-bottom: 0px;
  position: relative;
  height: 22px;
  width: 540px;
}
main div#contents div#cont_contents div#recv_list div div.file-upload_area input {
  width: 365px;
  height: 20px;
}
main div#contents div#cont_contents div#recv_list div div.file-upload_area .file-upload_input {
  margin-left: 17px;
}
main div#contents div#cont_contents div#recv_list div div.file-upload_area .file-upload_input::before {
  background-color: #555555;
  border-color: #CCCCCC;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  color: #CCCCCC;
  content: "ファイルを選択";
  font-size: 10pt;
  left: 80px;
  padding: 1px 3px 0px 3px;
  position: absolute;
  top: 5px;
}
main div#contents div#cont_contents div#recv_list div div.file-upload_area .file-upload_input:hover {
  color: #228822;
}
main div#contents div#cont_contents div#recv_list div div.file-upload_area .file-upload_input:hover::before {
  background-color: #228822;
  color: #FFFFFF;
}
main div#contents div#cont_contents div#recv_list div div.file-upload_area input[type="file"]::-webkit-file-upload-button {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-color: transparent;
  border: 0;
  margin: 0 15px 0 0px;
}
main div#contents div#cont_contents div#recv_list div div[name="col_a_115L"] {
  width: 115px;
  text-align: left;
}
main div#contents div#cont_contents div#recv_list div div[name="col_a_115L"] button {
  width: 120px;
}
main div#contents div#cont_contents div#recv_list div div[name="col_a_120R"] {
  width: 120px;
  text-align: right;
}
main div#contents div#cont_contents div#recv_list div div[name="col_a_110C"] {
  width: 110px;
  text-align: center;
}
main div#contents div#cont_contents div#recv_list div div[name="col_a_20C"] {
  width: 20px;
  text-align: center;
}
main div#contents div#cont_contents div#recv_list div div[name="col_a_240L"] {
  width: 240px;
  text-align: left;
}
main div#contents div#cont_contents div#recv_list div div[name="col_a_300L"] {
  width: 300px;
  text-align: left;
}
main div#contents div#cont_contents div#recv_list div div[name="col_a_450L"] {
  width: 450px;
  text-align: left;
}
main div#contents div#cont_contents div#recv_list div.header,
main div#contents div#cont_contents div#recv_list div.total {
  background-color: #555555;
  border-bottom: #222222 solid 1px;
  height: 36px;
}
main div#contents div#cont_contents div#recv_list div.header div,
main div#contents div#cont_contents div#recv_list div.total div {
  padding-top: 5px;
  padding-bottom: 5px;
}
main div#contents div#cont_contents div#recv_list div.header_account {
  background-color: #555555;
}
main div#contents div#cont_contents div#recv_list div.header_account div {
  font-size: 9pt;
  padding-top: 5px;
  padding-bottom: 5px;
}
main div#contents div#cont_contents div#recv_list div.row:hover {
  background-color: #228822;
  color: #FFFFFF;
}
main div#contents div#cont_contents div#recv_list div.total {
  background-color: #555555;
}
main div#contents div#cont_contents div#recv_list div.total div {
  padding-top: 5px;
  padding-bottom: 5px;
}
main div#contents div#cont_contents div#recv_list div.row a:link,
main div#contents div#cont_contents div#recv_list div.row a:visited {
  color: #CCCCFF;
  text-decoration: none;
}
main div#contents div#cont_contents div#recv_list div.row a:hover {
  color: #FFFFFF;
}

/*
=========================================================
Footer
=========================================================*/
footer {
  background-color: #333333;
  color: #CCCCCC;
  text-align: center;
  height: 30px;
}
footer address {
  font-size: 9pt;
  padding: 5px;
}
