@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?89m34x');
  src:  url('/fonts/icomoon.eot?89m34x#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?89m34x') format('truetype'),
    url('/fonts/icomoon.woff?89m34x') format('woff'),
    url('/fonts/icomoon.svg?89m34x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bold-down:before {
  content: "\e901";
}
.icon-arrow-bold-up:before {
  content: "\e902";
}
.icon-minus:before {
  content: "\e903";
}
.icon-circle:before {
  content: "\e900";
}
.icon-circle_x:before {
  content: "\e904";
}
.icon-remove:before {
  content: "\e15b";
}
.ic-fav:before {
	font-family: "Font Awesome 5 Free";
	content: "\f005";
	font-weight: 400;
	color: #FC3;
	font-size: 1.2em;
	line-height: 1.0em;
	cursor:pointer;
	display: contents;
}
.ic-fav-active:before {
	font-family: "Font Awesome 5 Free";
	content: "\f005";
	font-weight: 900;
	color: #FC3;
	font-size: 1.2em;
	line-height: 1.0em;
	cursor:pointer;
	display: contents;
}
.fa-copy {
	padding-left: 5px;
	cursor:pointer;
}
table.tby tr td.ic-sunny,
table.tby tr td.ic-sunnyhalf,
table.tby tr td.ic-rainy,
table.tby tr td.ic-rainyhalf,
table.tby tr td.ic-cloudy,
table.tby tr td.ic-snowy,
table.tby tr td.ic-na {
	text-align:center;
}
.ic-sunny:before {
	font-family: "Font Awesome 5 Free";
	content: "\f185";
	font-weight: 900;
	color: #F60;
	font-size: 2.5em;
	line-height: 1.0em;
	padding: 10px 0 0;
}
.ic-sunnyhalf:before {
	font-family: "Font Awesome 5 Free";
	content: "\f6c4";
	font-weight: 900;
	color: #FC6;
	font-size: 2.5em;
	line-height: 1.0em;
}
.ic-rainy:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e9";
	font-weight: 900;
	color: #39F;
	font-size: 2.5em;
	line-height: 1.0em;
}
.ic-rainyhalf:before {
	font-family: "Font Awesome 5 Free";
	content: "\f73d";
	font-weight: 900;
	color: #B6DEDB;
	font-size: 2.5em;
	line-height: 1.0em;
}
.ic-cloudy:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c2";
	font-weight: 900;
	color: #999;
	font-size: 2.5em;
	line-height: 1.0em;
}
.ic-snowy:before {
	font-family: "Font Awesome 5 Free";
	content: "\f2dc";
	font-weight: 900;
	color: #339;
	font-size: 2.5em;
	line-height: 1.0em;
}
.ic-na:before {
	content:"N/A";
	font-size: 2.4em;
	line-height:2.4em;
	color:#CCC;
}

.ic-sunny-aft:after {
	font-family: "Font Awesome 5 Free";
	content: "\f185";
	font-weight: 900;
	color: #F60;
	font-size: 1.7em;
	line-height: 1.0em;
	padding: 0 20px;
}
.ic-sunnyhalf-aft:after {
	font-family: "Font Awesome 5 Free";
	content: "\f6c4";
	font-weight: 900;
	color: #FC6;
	font-size: 1.7em;
	line-height: 1.0em;
	padding: 0 20px;
}
.ic-rainy-aft:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0e9";
	font-weight: 900;
	color: #39F;
	font-size: 1.7em;
	line-height: 1.0em;
	padding: 0 20px;
}
.ic-rainyhalf-aft:after {
	font-family: "Font Awesome 5 Free";
	content: "\f73d";
	font-weight: 900;
	color: #B6DEDB;
	font-size: 1.7em;
	line-height: 1.0em;
	padding: 0 20px;
}
.ic-cloudy-aft:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0c2";
	font-weight: 900;
	color: #999;
	font-size: 1.7em;
	line-height: 1.0em;
	padding: 0 20px;
}
.ic-snowy-aft:after {
	font-family: "Font Awesome 5 Free";
	content: "\f2dc";
	font-weight: 900;
	color: #339;
	font-size: 1.7em;
	line-height: 1.0em;
	padding: 0 20px;
}
.ic-na-aft:after {
	content:"N/A";
	font-size: 1.4em;
	line-height:1.4em;d
	color:#CCC;
	padding: 0 20px;
}
.ic-link:after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
    font-weight: 900;
	color: #999;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.ic-fav:before,
	.ic-fav-active:before {
		padding: 0 5px 0 0;
	}
}


/* bootstrap追加 */
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  color: #111;
  text-align:right;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 2px solid #ddd;
  font-size:85%;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  margin: auto 15px;
}
.table-responsive::-webkit-scrollbar {
  height: 3px;
  overflow-x: scroll;
}
.table-responsive::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}

.thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
	text-align:center;
}
.thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
	text-align:center;
	border-left: 1px solid #fff;
}
.thead-morelight th {
	color: #495057;
	background-color: #f0f4f7;
	border-color: #dee2e6;
	text-align:center;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin: auto 0 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table {
	  font-size: 0.9em;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
/*    white-space: nowrap; */
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #555;
  color:#fff;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius:1px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  padding: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  cursor:pointer;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
ul .list-inb {
	display:inline-block;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.large { font-size: 140%;}
.x-large { font-size: 170%;}
small, .small { font-size: 70%;}

.border-btm {
    border-bottom: 2px solid #bbb;
    margin-bottom: 1.2em;
}
.inline-block {
	display:inline-block;
}
.m-l5 { margin-left: 5px;}
.m-l10 { margin-left: 10px;}
.m-l20 { margin-left: 20px;}
.m-b10 { margin-bottom: 10px;}
.m-b20 { margin-bottom: 20px;}
.m-y10 { margin-top: 10px; margin-bottom: 10px;}
.m-y20 { margin-top: 20px; margin-bottom: 20px;}


/* 米国株用 */
.scroll-wrap {
	width:1100px;
	margin: auto;
}
.xscroll-xs-wrap {
	overflow-y: hidden;
	overflow-x: scroll;
	width:100%;
	display: flex;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.xscroll-xs-box {
  flex: 0 0 10%;
  padding: 0 3px 5px;
}
.us-stock-scrollbox {
  flex: 0 0 5%;
  margin-right: 4px;
    font-size: 0.9em;
    height: 2em;
    margin: 1em 0.2em 0.5em;
}
.us-stock-scrollbox span {
  white-space:nowrap;
  padding: 3px 10px;
  line-height:1.5em;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fcfcfc;
}
.xscroll-xs-wrap div.active span {
  background-color: #39C;
  color:#fff;
}
.rank-wrap {
	margin: 1em auto .5em;
	width: 1100px;
}
.rank-contents { padding: 0 1em; }
table tbody tr td .rise { color:#da0000; }
table tbody tr td .fall { color:#009944; }
table.tb-stock-rk { width: 900px; margin: auto }
table.tb-stock-rk tbody tr td { white-space:nowrap;}
table.tb-stock-rk tr td:nth-child(2) { width:10%; text-align:center; }
table.tb-stock-rk tr td:nth-child(3) { width:37%; text-align:left; }
table.tb-stock-rk tr td:nth-child(6) { width:10%;}

.nav-tabs > li > span {
  margin-right: 3px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  border-radius: 8px 8px 0 0;
  padding: 5px 8px;
  color: #39C;
}
.nav-tabs > li.active > span {
  cursor: default;
  background-color: #39C;
  color:#fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.content_wrap {
	width: 900px;
	margin: 10px auto;
}
.picker__select--month, .picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: 0 .5em !important;
    margin-left: .25em;
    font-size: 0.7em;
}

.range-head-txt {
	text-align:center;
	margin: 10px auto 20px;
    font-size: 1.4em;
    padding: 20px 0 0;
}
.tab-content {
	background-color: #fff; 
	clear: both;
	color: #333;
}
button.dl-btn {
	margin: 20px auto;
}
h1 {
    font-size: 2.0em;
    padding-bottom: 0.5em;
}
h1#login {
    padding-bottom: 0;
}
h2.sec-title {
	font-size: 1.5em;
	margin: 90px 0px 15px; 
}
h2.sec-title-0 {
	font-size: 1.5em;
	margin: 0px 0px 15px; 
}

form table {
}
table.payinfo {
}
#cal_area .loading {
	text-align:center;
	margin: 20px auto;
}
@media screen and (max-width:640px) {
	.scroll-wrap {
		width:100%;
		padding: 0 5px;
	}
	table.tb-stock-rk { width: 100%; }
	.rank-wrap {
		padding: 0 0 0 .6em;
		width: 100%;
	}
	.content_wrap {
		width: 100%;
	}
	button.dl-btn {
		margin: 20px 8px;
	}
	.range-head-txt strong {
		display: block;
	}

}
#date_box {
	padding: 6px 10px;
}
.tb-usre-list {}
.tb-usre-list li,
.tb-usre-list-detail li {
	text-align:left;
	margin-bottom: 3px;
    font-size: 1.1em;
}
.tb-usre-list li:nth-child(1) {
    font-size: 1.35em;
	font-weight:600;
}
.tb-usre-list li:nth-child(2) {
	margin:10px 0;
	font-size: 0.9em;
}
.tb-usre-list li:nth-child(2) span {
}
.tb-usre-list li span.tb-usre-label,
.tb-usre-list-detail li span.tb-usre-label {
	width: 15%;
	display:inline-block;
	text-align:center;
	vertical-align: top;
	color:#fff;
	background-color:#777;
	font-size:0.8em;
	border:1px solid #999;
	border-radius: 4px;
	padding: 1px 5px;
	margin-right: 10px;
}
.tb-usre-num {
	font-size: 1.2em;
	line-height:1.2em;
	display:inline-block;
	width: 71%;
}
.tb-usre-num small {
	color:#999;
	font-size:0.8em;
    line-height: 1.35em;
	margin-left: 15px;
}

table.tb-cur,
table.tb-cur2 {
	font-size:1.4em;
}
.tb-cur tr:nth-child(1) {
	color:#000b9b;
}
.tb-cur tr td:nth-child(1) {
	text-align:left;
}
.tb-cur tr:nth-child(2) {
	color:#46b1e1;
}
.tb-cur tr:nth-child(3) {
	color:#bbb;
}

.tb-cur tr:last-child td,
.tb-cur2 tr:last-child td {
	border-bottom: 1px solid #ddd;
}
.tb-cur2 tr:nth-child(1) td {
	border-bottom: 1px solid #ddd;
}

.tb-cur2 tr:nth-child(1) td {
	text-align:center;
    vertical-align: middle;
}
.tb-cur2 tr td:nth-last-child(2) {
	text-align:left;
}

.no-rebound-text {
	text-align:center;
	font-weight:600;
	background-color:#ddd;
	border: 2px solid #999;
	font-size: 1.5em;
	margin: 30px 30px 50px;
	padding: 10px;	
}
.rebound_chart {
	width: 88%;
	height: 200px;
}
table.tb-ipo > tbody > tr { width:100% !important;}
table.tb-ipo > tbody > tr > td { height: 260px;	text-align:left;}
.arrow-dayweek {
	text-align:right !important;
	margin:0 !important;
}
#search {
	margin-bottom:10px;
}
.btn-search {
	margin:0;
	padding: 1px 12px !important;
}
input.search-form {
	width:80px;
}
.loading {
	text-align:center;
	margin: 10px auto;
	font-size: 1.2em;
	color:#999;
}
@media screen and (max-width:640px) {
	.tb-usre-list {
		width: 100%;
	}
	.tb-usre-list li {
    	font-size: 1.2em;
	}
	.tb-usre-list li:nth-child(1) {
		font-size: 1.3em;
	}
	.tb-usre-list li:nth-child(2) {
		font-size: 1.0em;
	}
	.tb-usre-list li span.tb-usre-label,
	.tb-usre-list-detail li span.tb-usre-label {
		width: 27%;
		font-size:1.0em
	}
	.tb-usre-num {
		width: 65%;
	}
	.tb-usre-num {
		font-size: 1.4em;
		line-height: 1.3em;
	}
	.btn-search {
		padding: 5px 12px !important;
	}
	.form-control {
		width: 70% !important;
		display:inline-block !important;
	}
	input.search-form {
	width:auto;
	}
	.tb-usre-num small {
		display: block;
		margin-left: 0px;
	}
}

/* datepicker.css追記 */
@media screen and (max-width:640px) {
	.daterangepicker .drp-selected {
	    display: block !important;
	}
	.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
		padding:0;
	}
}


/*　追加220309　*/
.h2-jpre {
	font-size:1.2em;
	margin:20px 0 0;
}
table.tbs{
	margin:10px 0;
	text-align:center;
}
table.tbs tr th,
table.tbs tr td {
	font-weight:600;
	padding: 5px 8px;
	border: 1px solid #ccc;
}
table.tbs tr th:nth-child(1),
table.tbs tr td:nth-child(1){
	font-weight:normal;
}

table.tby {
	margin:10px 0;
}
table.tby tr th,
table.tby tr td {
	padding: 5px 8px;
	border: 1px solid #ccc;
}
table.tby tr td {
	text-align:right;
}
table.tby tbody tr th:nth-child(1),
table.tby tbody tr td:nth-child(1){
	font-weight:normal;
}
table.tbs thead tr th,
table.tbs thead tr td,
table.tby thead tr th,
table.tby thead tr td {
	background-color: #dedede;
	font-weight:normal;
}

table.tb-fx > thead > tr > th {
	font-size:0.8em;
	color: #555;
    padding: 3px 5px;
}
table.tb-fx > thead > tr > td {
	font-size:0.85em;
}
table.tb-fx > tbody {
	line-height: 1.4em;
}
table.tb-fx > tbody > tr > td {
	text-align:left;
}
table.tb-fx > tbody > tr > td:nth-child(1) {
	width: 6%;
}
table.tb-fx > tbody > tr > td:nth-child(2) {
	width: 3%;
}
table.tb-fx > tbody > tr > td:nth-child(3) {
	width: 6%;
	text-align:right;
}
table.tb-fx > tbody > tr > td:nth-child(6) {
	width: 8%;
}
table.tb-fx > tbody > tr > td:nth-child(7),
table.tb-fx > tbody > tr > td:nth-child(8) {
	width: 12%;
}

table.tb-fx > tbody > tr > td:nth-child(1),
table.tb-fx > tbody > tr > td:nth-child(2),
table.tb-fx > tbody > tr > td:nth-child(3),
table.tb-fx > tbody > tr > td:nth-child(4) {

}
table.tb-fx > tbody > tr > td:nth-child(9),
table.tb-fx > tbody > tr > td:nth-child(10),
table.tb-fx > tbody > tr > td:nth-child(11),
table.tb-fx > tbody > tr > td:nth-child(12),
table.tb-fx > tbody > tr > td:nth-child(13) {
	font-size:0.8em;
}
table.tb-fx > tbody > tr > td:nth-child(3) span {
	font-size:0.8em;
}
table.tb-fx > tbody > tr > td:nth-child(4) span {
	font-size:0.8em;
}
table.tb-fx > tbody > tr > td:nth-last-child(2) span {
	font-size:0.8em;
}
table.tb-fx > tbody > tr > td:last-child span {
	font-size:0.8em;
}

table.tb-theme > thead > tr >th {
	font-size:0.8em;
	color: #555;
    padding: 3px 5px;
}
table.tb-theme > tbody {
	line-height: 1.4em;
}
table.tb-theme > tbody > tr > td:nth-child(1) {
	width: 3%;
	font-size:1.3em;
}
table.tb-theme > tbody > tr > td:nth-child(2) {
}
table.tb-theme > tbody > tr > td:nth-child(3),
table.tb-theme > tbody > tr > td:last-child {
	text-align:left;
}
table.tb-theme > tbody > tr > td:nth-child(3) span {
	font-weight:600;
}
table.tb-theme > tbody > tr > td:nth-child(3) span {
	font-size:0.8em;
}
table.tb-theme > tbody > tr > td:nth-child(4) span {
	font-size:0.8em;
}
table.tb-theme > tbody > tr > td:nth-last-child(2) span {
	font-size:0.8em;
}
table.tb-theme > tbody > tr > td:last-child span {
	font-size:0.8em;
}
.rebound-wrap {
	margin-bottom: 50px;
	padding: 0 5px;
}
.rebound-wrap h5 {
	margin-bottom: 3px;
	color: #036;
    padding: 10px 0 6px;
	font-size: 1.1em;
}
.chart-wrap {
	margin: 20px auto;
    border: 2px solid #eee;
    padding: 10px 0;
}
.tb-usre-list li span img {
	width: 20px;
	height: auto;
}
.tb-usre-yield {
	font-weight: normal;
	font-size: 0.8em;
	padding-left: 8px;
}
.rebound-text-red {
	font-size: 1.25em;
	color:#F00;
	font-weight:600;
}
.industry {
	font-weight:normal;
	color: #666;
    font-size: 0.9em;
}
.help-icon {
    margin-right: 15px;
}
.tooltips {
  position: absolute;
  bottom: 1.5em;
  z-index: 1000;
  padding: 0.5em;
  color: #000;
  background: #ddd;
  border-radius: 0.5em;
  font-size: 11px;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 10, .1);
}
.tooltips:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0.8em;
  border-bottom:14px solid transparent;
  border-left:14px solid #ddd;
}

.text-red { color: #F00; }
.text-orange { color: #F90; }
@media screen and (max-width:640px) {
	.h2-jpre {
		font-size:1.4em;
	}
	table.tb-fx > thead > tr > th {
		font-size: 1.0em;
		-webkit-text-size-adjust: 100%;
	}
	table.tb-fx > tbody > tr > td {
		font-size: 1.2em;
		white-space:nowrap;
	}
	table.tb-fx > tbody > tr > td:nth-child(1) {
		font-size: 1.2em;
	}
	table.tb-fx > tbody > tr > td:nth-child(2) {
		white-space:nowrap;
	}
	table.tb-fx > tbody > tr > td:nth-child(9),
	table.tb-fx > tbody > tr > td:nth-child(10),
	table.tb-fx > tbody > tr > td:nth-child(11),
	table.tb-fx > tbody > tr > td:nth-child(12),
	table.tb-fx > tbody > tr > td:nth-child(13) {
		font-size:1.2em;
		-webkit-text-size-adjust: 100%;
	}
	table.tb-theme > thead > tr > th {
		font-size: 1.0em;
	}
	table.tb-theme > tbody > tr > td {
		font-size: 1.2em;
		white-space:nowrap;
	}
	table.tb-theme > tbody > tr > td:nth-child(1) {
		font-size: 1.2em;
	}
	table.tb-theme > tbody > tr > td:nth-child(3) {
		white-space:nowrap;
	}
	.rebound-text-red {
		margin-left: 0;
	}
}

/* crash.php */
.pager {
	display:table;
	width: 100%;
}
.pager li.fisrt-li,
.pager li.second-li {
	display:table-cell;
	width:50%;
	padding: 5px;
}
.pager li.fisrt-li {
	text-align:left;
}
.pager li.second-li {
	text-align:right;
}
.pager li a {
	padding: 3px 10px;
	border: 1px solid #ddd;
	border-radius: 20px;
	text-decoration: none;
}

/* お気に入り編集 */
.form-fav-edit {
	width: 50%;
}
.form-fav-edit input.fav-textarea {
	width: 100%;
    padding: 5px;
}
.form-fav-edit button {
    padding: 10px 30px;
    color: #fff;
    background: linear-gradient(#4B4B4B, #0d0d0d);
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.form-fx-sel {
	padding: 5px;
	font-size: 1.05em;
}
@media screen and (max-width:640px) {
	.form-fav-edit {
		width: 100%;
	}
	.form-fx-sel {
		margin: 0 5px 10px;
	}
}
.ui-autocomplete-row {
    cursor: pointer;
    cursor: hand;
}

/* より細かい業種 */
.selectbox-detail {
	display:block;
	margin:5px;
	font-size:1.1em;
}
.selectbox-detail a {
    color: #39C;
}
.selectbox-detail-link {
	padding-right:2px;
    color: #aaa;
}
.selectbox-detail-link:after {
	content:"/";
	padding: 0 5px;
}
.selectbox-detail-link a {
}
.selectbox-detail-trans {
	padding: 5px;
	margin-top:10px;
	text-align:right;
	font-weight:bold;
}
.subcate-box {
	margin-bottom: 40px;
	line-height: 1.9em;
}
.subcate-box h5 {
	margin: 20px 0 10px;
}

/*　ポップアップ　*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  font-size: 0.9em;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
	font-size:1.2em;
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 600px;
  padding: 40px 10px 10px;
  background-color:#FFFFE1;
  border:1px solid #CCC;
  z-index: 2;
}
.popup-inner h5 {
	font-size:1.1em;
	margin-bottom:20px;
}
.popup-inner p {
	line-height: 1.8em;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 30px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
  cursor: pointer;
}
.name {
	font-weight: 900;
	padding-right: 5px;
}
.code {
	font-weight: 900;
}
.copy {
	color:#666;
}
#copy-app {
   background-color: #999999!important;
   color: #fff;
   font-size: 0.7em;
   display: inline-block;
   padding: 5px;

}
/* accordion */
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em;
  font-weight: normal;
  color: #999;
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  color: #999;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #999;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  left: 230px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
}

/* CSS for CodePen */
.accordion-container {
  width: 1100px;
  margin: 0 auto 1.5em;
}
@media screen and (max-width:640px) {
	.accordion-title:after {
	  left: 190px;
	}
	.accordion-container {
	  width: 100%;
	}
}

/*　FX-TRACK追加　*/
nav.nav_menu .header_container {
	padding: 0 5px;
}

.event_pager {}
.event_pager > .pager > li > a {
	background-color:#010101;
	color:#fff;
}
.event_pager > .pager > li > a:hover {
	background-color: #333;
	color: #F4F4F4;
}

.border-btm-detail {
    border-bottom: 2px dotted #bbb;
    margin-bottom: 1.2em;
}
.border-btm-detail h1.h1-detail {
	font-size:2.0em;
}
.detail-cur {
    margin-top: 10px;
}
.detail-cur .rise,
.detail-cur .fall {
	font-size: 1.3em;
}
.detail-cur .rise small,
.detail-cur .fall small {
	font-size: 0.7em;
}
.date_text {
	font-size:0.65em;
	padding-left:10px;
	font-weight:normal;
}
.rise {
	color:#da0000;
}
.fall {
	color:#009944;
}
.rise-arrow:before {
	color:#da0000;
	content:"\f062";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 4px;
    font-size: 1.1em;
}
.fall-arrow:before {
	color:#009944;
	content:"\f063";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 4px;
    font-size: 1.1em;
}
.tb-culup,
.tb-dash {}
table.tb-culup > thead > tr > th,
table.tb-culup > tbody > tr > td,
table.tb-dash > thead > tr > th,
table.tb-dash > tbody > tr > td {
	text-align:center;
	vertical-align:middle
}
.tb-culup > tbody > tr > td,
.tb-dash > tbody > tr > td {
	font-size:1.1em;
	color: #000;
	width:20%;
}

.tb-dash > tbody > tr > td:nth-child(1),
.tb-dash > tbody > tr > td:last-child {
	width:20%;
}
.tb-dash > tbody > tr > td.rise,
.tb-dash > tbody > tr > td.fall {
	font-size:1.3em;
	color:#000;
}
.tb-dash > tbody > tr > td.rise span,
.tb-dash > tbody > tr > td.fall span {
	font-size:0.6em;
	display:block;
}


.tb-culup > tbody > tr > td.tb-arrow-rise:before,
.tb-dash > tbody > tr > td.tb-arrow-rise:before {
	content:"\f062";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 2px;
    font-size: 1.1em;
}
.tb-culup > tbody > tr > td.tb-arrow-fall:before,
.tb-dash > tbody > tr > td.tb-arrow-fall:before {
	content:"\f063";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 2px;
    font-size: 1.1em;
}
.tb-culup > tbody > tr > td.tb-arrow-rise,
.tb-dash > tbody > tr > td.tb-arrow-rise {
	font-size:1.2em;
}
.tb-culup > tbody > tr > td.tb-arrow-fall,
.tb-dash > tbody > tr > td.tb-arrow-fall {
	font-size:1.2em;
}
.tb-dashper {
	font-size:0.6em;
	display:block;
}
.tb-culup > tbody > tr.tb-focus td,
.tb-dash > tbody > tr.tb-focus td {
	opacity:1;
}
.tb-culup > tbody > tr > td,
.tb-dash > tbody > tr > td {
	opacity:0.2;
}
.tb-culup > tbody > tr > td.tb-bg-riseall,
.tb-dash > tbody > tr > td.tb-bg-riseall {
	background-color: #ec6c72;
}
.tb-culup > tbody > tr > td.tb-bg-rise60,
.tb-dash > tbody > tr > td.tb-bg-rise60 {
	background-color: #f0bfc4;
}
.tb-culup > tbody > tr > td.tb-bg-rise55,
.tb-dash > tbody > tr > td.tb-bg-rise55 {
	background-color: #fcf4f4;
}
.tb-culup > tbody > tr > td.tb-bg-fall45,
.tb-dash > tbody > tr > td.tb-bg-fall45 {
	background-color: #e2f6e8;
}
.tb-culup > tbody > tr > td.tb-bg-fall40,
.tb-dash > tbody > tr > td.tb-bg-fall40 {
	background-color: #9fdaa1;
}
.tb-culup > tbody > tr > td.tb-bg-fallall,
.tb-dash > tbody > tr > td.tb-bg-fallall {
	background-color: #009c31;
}


table.tb-culup > tbody > tr.cul_display {
	border-top: 1px solid #666 !important;
}
table.tb-culup > tbody > tr.cul_display > td {
	color: #333;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	font-weight:600;
}

.wrap_culrate {
	margin: 20px 0 0;
    padding: 20px 10px 5px;
    border: 1px solid #ccc;
    border-radius: 1em;
}
table.tb-culrate > tbody > tr > td  {
	border: none;
}
.tb-culrate tr > td:nth-child(1) {
	text-align:left;
}
.tb-culrate tr > td:nth-child(2) {
	font-size: 1.1em;
}
.tb-culrate tr > td:nth-child(3) {
	font-size: 0.8em;
	color:#666;
}
.event_pager .pager {
	display:table;
}
.event_pager .pager li {
    display: table-cell;
    width: 33%;
    vertical-align: top;
}
.event_pager > .pager li > a:focus,
.event_pager > .pager li > a:link,
.event_pager > .pager li > a:visited,
.event_pager > .pager li > a:active,
.event_pager > .pager li > a:hover {
    background-color: #010101 !important;
    color: #fff;
}


@media screen and (max-width:640px) {

	.detail-cur {
		margin-top: -10px;
	}
	table.tb-fx > thead > tr > th,
	table.tb-fx > tbody > tr > td {
		padding: 5px;
	}
	table.tb-culup > thead > tr > th,
	table.tb-culup > tbody > tr > td,
	table.tb-dash > thead > tr > th,
	table.tb-dash > tbody > tr > td {
		padding: 3px;
	}
}