@charset "UTF-8";
/* ================================================
	汎用
================================================ */
body {
  font-family: sans-serif;
}

h1 {
  font-size: 20px;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}

p {
  text-align: center;
  font-size: 14px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wrap_bg {
  background: linear-gradient(90deg, #fff calc( 48% + 180px), #eef calc( 52% - 180px));
}

.iTable {
  width: 90%;
  border-collapse:collapse;
  border-spacing: 0;
  border:1px solid #333;
}

.iTable td {
  padding: 5px;
  font-size: 14px;
}

.iTable tr td:nth-child(2) {
  width:360px;
}

.item_img {
  width: auto;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

header {
  font-family: 'Noto sans JP', sans-serif;
  font-weight: 400;
}

header .header_box1 {
  padding: 2px 15px;
}

footer {
  font-family: 'Noto sans JP', sans-serif;
  font-weight: 400;
}

footer .footer_box1 {
  padding: 2px 0;
}

#item_info {
  margin-right: auto;
  margin-left : auto;
}

.bg_eef_dark {
  background-color: rgba(190, 190, 204, 0.7) !important;
}

.chart {
  width: 100%;
  height: 320px;
  margin: 0px;
  padding: 2px;
  background-color: white;
  margin-right: auto;
  margin-left : auto;
}
    
.img_center {
  text-align: center;
}

.alert {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.0;
  color: #A12621
}
