html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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 {
  font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  display: block;
}

ul.menu_cat {
  border: 1px solid black;
  padding: 10px;
  text-align: left;
}



blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


* {
  margin: 0;
  padding: 0;
  font-size: 13px;
  word-break: break-all;
}

body {
  font-family: sans-serif;
  padding: 2px;
}

.page_title {
  background-color: black;
  padding: 3px;
  color: white;
  text-align: center;
  font-size: 18px;
}

.head {
  display: inline-block;
  width: 100%;
  padding: 3px 2px;
  background-color: #696969;
  color: white;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.head a,
.head a:visited {
  color: white;
}


div.card {
  display: inline-block;
  vertical-align: top;
  max-width: 245px;
  text-align: left;
  border: 1px solid black;
  margin: 2px;
}


@media (max-width: 880px) {
  div.card {
    display: inline-block;
    vertical-align: top;
    max-width: 480px;
    text-align: left;
    border: 1px solid black;
    margin-bottom: 10px;
  }
}


.small {
  font-size: 10px;
  padding: 3px;
}

.medium {
  font-size: 12px;
}

.desc {
  font-size: 11px;
  padding: 3px;
}

.desc_product,
.desc_segment {
  font-size: 11px;
  padding: 3px;
}


img {
  width: 100%;
  height: inherit;
}


ul.data01 img {
  width: 25px;
  margin-right: 3px;
  height: inherit;
  float: left;
}

ul.data01 li {
  clear: both;
  list-style: none;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-size: 10px;
}

ul.data01 li,
ul.data01 a {
  font-size: 12px;
}


.data02 li {
  list-style: none;
  font-size: 11px;
  margin-bottom: 1px;
  padding: 1px 3px;
  font-size: 10px;
}

.shinyo {
  font-size: 13px;
  padding: 4px;
}

.karauri li {
  list-style: none;
  font-size: 11px;
  margin-bottom: 5px;
  padding: 2px;
}

.nisshoukin li {
  list-style: none;
  font-size: 11px;
  background-color: #f5f5f5;
  margin-bottom: 3px;
  padding: 2px;
}

.karauri {
  padding: 3px;
}

form {
  display: inline-block;
  margin: 4px;
}

form input {
  height: 20px;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;

}


table th {
  text-align: center;
  color: white;
  background: gray !important;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  padding: 0px;
  font-size: 4px;
}

table td {
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 0px;
  font-size: 5px;
  white-space: nowrap;
}


div.table01 table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid grey;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

div.table01 table th {
  color: white;
  background: gray !important;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  padding: 3px;
  font-size: 10px !important;
  text-align: center;
}

div.table01 table td {
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 3px;
  font-size: 9px !important;
  text-align: center;
}


div.haito01 table {
  width: 100%;
  border-spacing: 0;
}

div.haito01 table th {
  color: white;
  background: gray;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  padding: 3px;
  font-size: 8px;
  text-align: center;
}

div.haito01 table td {
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}


div.haito02 table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid grey;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

div.haito02 table th {
  color: white;
  background: gray !important;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  padding: 3px;
  font-size: 10px !important;
  text-align: center;
}

div.haito02 table td {
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 3px;
  font-size: 10px !important;
  font-weight: bold;
  text-align: center;
}

div.yutai01 table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid grey;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

div.yutai01 table th {
  color: white;
  background: gray !important;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  padding-bottom: 5px;
  font-size: 9px !important;
  text-align: left;
  overflow-wrap normal;
}

div.yutai01 table td {
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 3px;
  font-size: 9px !important;
  text-align: left;
  overflow-wrap normal;
}

.ullet_news img {
  display: none;
}

hr {
  padding-top: 5px;
  height: 5px;
  border: 0;
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}

.trend_table td {
  text-align: center;
  font-size: 10px;
}

.trend_table img {
  width: 30px;
  height: inherit;
}

.related_theme li {
  font-size: 10px;
  list-style: none;
  display: inline-block;
  border: 1px solid grey;
}

.related_theme li a {
  padding: 3px;
  margin: 2px;
  font-size: 10px;
}

.highlight {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 3px;
  background-color: #fca103;
  color: white;
}

/* parent style */
.text_round_style {
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin: 3px;
}

.icon_round_style {
  color: white;
  padding: 2px;
  display: inline-block;
  border-radius: 5px;
  margin: 2px;
}

/* parent style */

.sinyo_style {
  background-color: chocolate;
}

.taishaku_style {
  background-color: darkblue;
}

.open_date_style {
  background-color: green;
}

.company_settlement_close {
  background-color: crimson;
}

.company_settlement_past {
  background-color: midnightblue;
}

.highlight_style {
  background-color: chocolate;
}

.highlight_style_karauri {
  background-color: mediumblue;
}

.highlight_style_hittou {
  background-color: firebrick;
}

.kabuyoho_report_forcast_by_four_half table th {
  font-size: 10px !important;
}

.kabuyoho_report_forcast_by_four_half .bg_purple {
  background-color: lavender;
}

.kabuyoho_report_forcast_by_four_half .up {
  display: inline-block;
  background-color: green;
  color: white;
  padding: 1px;
  border-radius: 3px;
}

.kabuyoho_report_forcast_by_four_half .down {
  display: inline-block;
  background-color: red;
  color: white;
  padding: 1px;
  border-radius: 3px;
}

/*Jqueryモーダル */
#modal-win {
  width: 100%;
  position: absolute;
}

#modal-win-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  margin: 0 auto;
  position: relative;
  z-index: 101;
}

#modal-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}

/*Jqueryモーダル */

/*開閉　*/
div.close {
  display: none;
}

div.open_btn::before {
  content: "\025bc  ";
}

div.arrow_close::before {
  content: "\025b6  ";
}

/* 以下はデザイン部分 ここをカスタマイズします*/
div.open_btn,
div.open_content {
  width: 100%;
  font-size: 12px;
}

div.open_btn {
  color: steelblue;
}

table.us_stock {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 10px !important;
}


table.us_stock th {
  text-align: left;
  color: white;
  background: gray !important;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  padding: 3px;
  font-size: 10px;
  width: 50px
}

table.us_stock td {
  text-align: left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 2px;
  font-size: 10px;
  white-space: normal;
}