body {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 75%;
  white-space: nowrap;
}

button {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: rgb(0, 0, 0);
  background: rgb(156, 224, 255);/*色*/
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

input.searchTitle {
  width: 100px;
}

div.groupContainer {
  padding: 5px 2px 5px 0px;
  border-radius: 2px;  
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: rgb(255, 242, 244);
  vertical-align: middle;
}

div.fieldsContainer {
    vertical-align: middle;
    margin-bottom: 5px;
}

tr.q1 td {
  border-top-width: 2px;
}

tr.sameLastQ td {
  background-color: rgb(255, 255, 202);
}

.container {
  display:inline;
  border-color:lightgray;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  padding: 4px;
  background-color: lavender;
}

.titleButtonsContainer {
  border-color:lightgray;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  padding: 4px;
  background-color: lavender;
}

button:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

button:hover {
    /*押したとき*/
    background-color: rgb(183, 232, 255);
}

button.search {
  width: 70%;
  background-color: aquamarine;
}

.fieldTitle {
    background-color: lightblue;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.fieldTitleShort {
  background-color: lightblue;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  margin-left: 4px;
  margin-right: 4px;
}

table.result, table.index, table.hannou{
  border-spacing: 0em;
  border-style: solid;
  border-collapse: collapse;
  border-color: lightgray;
}

table.hannou{
  border-spacing: 0em;
  border-style: solid;
  border-collapse: collapse;
  border-color: black;
}

table.result td.zenkihi, 
table.result td.zenhi {
  font-size: small;
}

table.result td, table.index td, table.hannou td {
  padding: 1px 10px 1px 10px;
  font-size: small;
  white-space: nowrap;
}

table.result td.title {
  font-size: initial;
}

table.result > tr:hover {
  background-color: lightyellow;
}

table.result td a {
  text-decoration: none;
}

table.gyoseki, table.index {
  background-color: white;
  border-collapse: collapse;
}

td.num {
  text-align: right;
  padding-right: 4px;
}

.left {
  text-align: left;
}

table .leftBold {
  border-left-width: 2px;
}

table.gyoseki td.date {
  text-align: center;
  min-width: 70px;
}

img.icon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}

.minus {
  color: #f30;
}
.plus {
  color: black;
}

.gyosekiLabel {
  font-weight: bold;

}
tr.happyoYmdRow td {
  background-color: yellow;
}

tr.shikihouRow td {
  background-color: rgb(255, 211, 65);
}

tr.gyosekiTitle th, table.index th, table.hannou th {
  background-color: lightgreen;
  font-size: small;
}

table.hannou th {
  background-color: lightgreen;
  font-size: small;
  font-weight: normal;
}


td.zenkihiTitle{
  background-color: rgb(211, 255, 211); 
  color: black;
  font-weight: bold;
}

.len10 {
  width: 115px;
}

tr.lastKiSame td {
  background-color: lightblue;
}

tr.firstGroupRow td {
  border-top-width: 2px;
}

tr.lastGroupRow td {
  border-bottom-width: 2px;
}

td.happyoYmdRow {
  font-weight: bold;
}

table .value {
  min-width: 60px;
}

.haitou {
  min-width: 30px;
}

.zenkihi {
  font-size: small;
  min-width: 60px;
}

tr.consRow td {
  background-color: rgb(255, 246, 234);
  color: gray;
}

tr.consRow.top td {
  background-color: antiquewhite;
  color: black;
}

tr.consRow.top td {
  border-top-width: 2px;
  border-top-style: solid;
}
tr.consRow.bottom td {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

div.gyosekiGroupContainer {
  background-color: white;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
  margin-bottom: 8px;
  padding: 2px;
}

span.consLabel {
  font-weight: bold;
  font-size: xx-small;
}

.configSettingArea {
  margin-bottom: 12px;
}

button.clear {
  background-color: lightgray;
  vertical-align: top;
  color: black;
}

#resultInfo {
  margin: 10px 0px 10px 0px;
}

button.dayButton {
  width: 110px;
}

button.weekButton {
  width: 80px;
}

td.stockNameCol {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

tr.oddRow {
  background-color: rgb(245, 245, 245);
}

div.fusen {
  width: 16px;
  height: 16px;
  display:inline-block;
}

.fusen {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  opacity: 0.1;
}

.fusen.seq0 {
  background-color: red;
}
.fusen.seq1 {
  background-color: orange;
}
.fusen.seq2 {
  background-color: green;
}
.fusen.seq3 {
  background-color: blue;
}

.fusen.marked {
  opacity: 0.7;
}

.tag {
  padding: 1px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  margin-right: 4px;
}

.tag.positive {
  
  border-color: aqua;
  background-color: azure;
}

.tag.negative {
  border-color: rgb(255, 90, 90);
  background-color: rgb(255, 227, 227);
}

.negative {
  color: red;
}

span.kairi {
  vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
  border-style: solid;
  border-color: rgb(131, 130, 130);
  border-width: 1px;
  font-size: small;
}

#overlay{
  /*　要素を重ねた時の順番　*/
  z-index:1;

  /*　画面全体を覆う設定　*/
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.5);

  /*　画面の中央に要素を表示させる設定　*/
  display: flex;
  align-items: center;
  justify-content: center;

}

#content {
  z-index:2;
  width:90%;
  padding: 1em;
  background:#fff;
}

span.outerLinkItem {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: gray;
  background-color: azure;
  padding: 1px;
}

tr.shihankiZanYosouRow.konkiYosou td {
  border-top: double;
}

button.searchFunctionButton {
  width: 8%;
}

button.searchFunctionButton {
  width: 8%;
}

tr.resultRecordRow td {
  vertical-align: top;
}

.pageController {
  margin: 16px;
}

.pageNumber {
  cursor: pointer;
  font-size: medium;
  margin-right: 8px;
  color: blue;
  user-select: none;
}
.pageNumber:hover {
  background-color: yellow;
}

.activePage {
  font-weight: bold;
  color: red;
}

.disable {
  color: gray;
  cursor: auto;
}

.disable:hover {
  background-color: white; 
}

.afiContainer a {
  text-decoration: none;
  margin-right: 16px;
  font-weight: bold;
}
