@charset "utf-8";
/*
* reset
*/
body,
html {
  margin: 0;
  padding: 0;
}
button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff;
}
.projects a::before {
  font-family: "icomoon";
  content: "\e910";
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - (5.6rem / 2));
  font-size: 5.6rem;
  line-height: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
.btn {
  padding: 2px 10px !important;
  border-radius: 2px !important;
  background-color: #007fb1 !important;
  color: #fff !important;
  cursor: pointer;
}
h1 {
  font-size: 20px;
  border-bottom: 1px solid #555555;
}
h2 {
  font-size: 18px;
  border-bottom: 1px solid #555555;
}
section {
  max-width: 100%;
  width: 1600px;
  margin: 0 auto;
}
/*
* header
*/
header {
  padding-top: 10px;
}
.nav {
  width: 100%;
  display: flex;
}
.nav li:nth-of-type(2) a {
  background-color: #BF1E56;
  color: #fff;
  margin-right: 2px;
  padding: 4px 8px;
  border-radius: 2px;
}
.nav li:nth-of-type(3) a {
  background-color: #009F8C;
  color: #fff;
  padding: 4px 8px;
  border-radius: 2px;
}
.nav li:first-child {
  margin-right: auto;
}
.nav li:first-child img {
  height: 40px;
}
/*
* table
*/
ul.table > li:nth-of-type(1) ul li {
  text-align: center !important;
  background-color: #6a6a6a;
  color: #fff;
}
ul.table > li:last-child ul li {
  border-bottom: 1px solid #555555;
}
ul.table > li > ul {
  display: inline-flex;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 90%;
}
ul.table > li > ul > li {
  padding: 8px 10px;
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
  text-align: center;
}
/*
* stocks
*/
ul.stocks > li:nth-of-type(1) > ul > li a {
  cursor: pointer;
  color: #fff;
}
ul.stocks > li > ul > li:nth-of-type(1) {
  width: 3%;
}
ul.stocks > li > ul > li:nth-of-type(2) {
  width: 15%;
  text-align: left;
}
ul.stocks > li > ul > li:nth-of-type(3) {
  width: 5%;
}
ul.stocks > li > ul > li:nth-of-type(4) {
  width: 5%;
}
ul.stocks > li > ul > li:nth-of-type(5) {
  width: 4%;
}
ul.stocks > li > ul > li:nth-of-type(6) {
  width: 3%;
}
ul.stocks > li > ul > li:nth-of-type(7) {
  width: 5%;
}
ul.stocks > li > ul > li:nth-of-type(8) {
  width: 5%;
}
ul.stocks > li > ul > li:nth-of-type(9) {
  width: 5%;
}
ul.stocks > li > ul > li:nth-of-type(10) {
  width: 5%;
}
ul.stocks > li > ul > li:nth-of-type(11) {
  width: 5%;
}
ul.stocks > li > ul > li:nth-of-type(12) {
  width: 22%;
  text-align: left;
}
ul.stocks > li > ul > li:nth-of-type(13) {
  width: 5%;
  border-right: 1px solid #555555;
}
/*
* stock_detail
*/
.stockWrap {
  width: 50%;
}
ul.stocks.detail,
ul.stocks.count {
  margin-bottom: 10px;
}
ul.stocks.detail > li > ul > li:nth-of-type(1),
ul.stocks.count > li > ul > li:nth-of-type(1),
ul.stocks.detail > li > ul > li:nth-of-type(2),
ul.stocks.count > li > ul > li:nth-of-type(2),
ul.stocks.detail > li > ul > li:nth-of-type(3),
ul.stocks.count > li > ul > li:nth-of-type(3) {
  width: 25%;
}
ul.stocks.detail > li > ul > li:nth-of-type(4),
ul.stocks.count > li > ul > li:nth-of-type(4) {
  width: 25%;
  border-right: 1px solid #555555;
}
ul.stocks.detail > li > ul > li select,
ul.stocks.count > li > ul > li select {
  height: 100%;
  padding-left: 10px;
  background: #f8fad4;
}
ul.stocks.detail > li > ul > li .kabuWrap::after,
ul.stocks.count > li > ul > li .kabuWrap::after {
  content: '株';
}
ul.stocks.detail > li > ul > li input,
ul.stocks.count > li > ul > li input {
  text-align: right;
  display: inline-block;
  font-size: 15px;
  width: 85%;
  background: #f8fad4;
}
ul.stocks.count > li:nth-of-type(2) {
  background: #f8fad4;
}
ul.stocks.count .price li {
  text-align: right;
}
ul.stocks.memo {
  margin-bottom: 30px;
}
ul.stocks.memo > li > ul > li:nth-of-type(1) {
  width: 100%;
  text-align: left;
  border-right: 1px solid #555555;
}
ul.stocks.memo > li:nth-of-type(2) > ul > li {
  height: 120px;
  background: #f8fad4;
}
ul.stocks.memo > li:nth-of-type(2) > ul > li textarea {
  width: 100%;
  height: 100%;
  background: #f8fad4;
}
.stock {
  margin-bottom: 40px;
}
.stock .submitArea {
  text-align: center;
  margin-bottom: 30px;
}
/*
* chart
*/
.chart .chartWrap {
  max-width: 1220px;
}
.chart #span {
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #555555;
}
.chart dl {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 100px;
}
.chart dl dt {
  font-size: 14px;
}
.chart dl dd {
  padding: 8px 12px;
  margin: 0 4px 0 20px;
}
.chart dl dd:nth-of-type(1) {
  background-color: green;
}
.chart dl dd:nth-of-type(2) {
  background-color: red;
}
.chart dl dd:nth-of-type(3) {
  background-color: orange;
}
/*
* prices
*/
ul.prices > li > ul > li:nth-of-type(1) {
  width: 25%;
}
ul.prices > li > ul > li:nth-of-type(2) {
  width: 15%;
  text-align: right;
}
ul.prices > li > ul > li:nth-of-type(3) {
  width: 15%;
  text-align: right;
}
ul.prices > li > ul > li:nth-of-type(4) {
  width: 15%;
  text-align: right;
}
ul.prices > li > ul > li:nth-of-type(5) {
  width: 15%;
  text-align: right;
}
ul.prices > li > ul > li:nth-of-type(6) {
  width: 15%;
  border-right: 1px solid #555555;
}
/*
* login
*/
.login .formInputArea {
  margin-top: 100px;
}
.login input[type="text"] {
  display: block;
  width: 300px;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #555;
  margin: 10px auto;
}
.login input[type="submit"] {
  display: block;
  border-radius: 2px;
  padding: 5px;
  width: 300px;
  background-color: #007fb1;
  color: #fff;
  margin: 40px auto;
  cursor: pointer;
}
/*
* formInput
*/
.formInput li {
  display: inline-flex;
  margin: 0 10px 10px 0;
}
.formInput input,
.formInput select,
.formInput textarea {
  border: 1px solid #555555;
  border-radius: 2px;
  padding: 1px 10px;
  margin: 0 10px 10px 0;
}
.formInput select {
  cursor: pointer;
}
.formInput input {
  padding: 6px 10px;
}
.formInput textarea {
  width: 465px;
  height: 50px;
}
.submitArea .btn {
  padding: 6px 40px !important;
  font-size: 18px;
}
.submitSubArea {
  text-align: right;
}
.submitSubArea .btn {
  padding: 4px 10px !important;
  font-size: 14px;
  background-color: #DA5019 !important;
}
