
.press_title {
/*
	font-weight: bold;
	color: #00559D;
	font-size: medium;
	padding: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
*/
  text-align: center;
  display: block;
  /* border: 2px solid #fff; */
  border: 1px solid #c0c0c0;
  padding: 10px;
  line-height: 1.5;
  background: #f5f5f5;
  color: #0a5799;
  font-size: 18px;
  font-weight: bold;
}

.press_date {
	text-align: right;
	font-size: small;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.t10 {
	font-size: x-small;
	color: #666666;
}


.tab-center .tab a {
  display: flex;
  align-items: center;      /* 縦中央 */
  justify-content: center;  /* 横中央 */
  height: 56px;
  line-height: 1.2;
  padding: 0 12px;
}

.pagetop {
  display: none;
}

.en_disclaimer {
  padding-top: 10px;
}


/* =========================
   本文（段落）
========================= */
.press_contents {
  margin: 20px 10px;
  text-indent: 1em;
}

/* =========================
   脚注（ol.t10）：番号は残して装飾だけ消す
   ※ グローバルの counter を使っている前提
========================= */
ol.t10 {
  font-size: x-small;
  color: #666666;
}

/* グローバルの青い四角を、t10では「普通の数字表示」に上書き */
ol.t10 > li::before {
  content: counter(number) ".";
  counter-increment: number;

  /* 見た目をリセット */
  float: none;
  display: inline;
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 .4em 0 0;
  color: inherit;
  background: none;
  text-align: left;
  font-size: inherit;
  box-sizing: content-box;
}

/* =========================
   本文中の箇条書き（.press_contents 直下の ul）
   見出しテキストとドット左端を揃える
========================= */
.press_contents > ul {
  margin: 0;                  /* 余計な上下左右余白を消す */
  padding: 0;                 /* 左インデントを消す */
  list-style: disc inside;    /* ドットを「本文開始位置」に合わせる */
  text-indent: 0;             /* 親pの字下げの影響を切る */
}

/* li：通常のlist-itemとして表示 */
.press_contents > ul > li.press_contents {
  display: list-item;
  list-style: disc;
}

/* グローバルの ::before（四角/番号）を無効化 */
.press_contents > ul > li.press_contents::before {
  content: none !important;
}

/* 本文直後に現れる ul を対象にする */
#contents p.press_contents + ul {
  list-style: disc outside;
  margin-left: 1em;     /* 本文と揃えたい場合 */
  padding-left: 1em;
}

/* li を通常の list-item に戻す */
#contents p.press_contents + ul > li {
  display: list-item;
}

/* グローバルで付いている ::before（四角・番号）を殺す */
#contents p.press_contents + ul > li::before {
  content: none !important;
}


.products_info_dt {
    list-style-image: url(../Images/baseimg/ys-02.gif);
    list-style-position: outside;
    list-style-type: none;
    font-size: small;
    color: #4B5B72;
    background-color: #ededed;
    border: 1px solid #e1e1e1;
    padding: 5px;
    font-weight: bold;
}

/*
.products_dd ol {
  list-style-type: decimal;
  counter-reset: none;
}
*/

.products_dd ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}

.products_dd ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-top: 20px;
  margin-left: 20px;
}

.products_dd ol > li {
  display: list-item;
}

.products_dd ol > li::before {
  content: none;
  display: none;
}

.products_dd ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
}

.products_dd ul > li::before {
  content: none;
  display: none;
}


.detail_list_carendar_en {
  display: block;
  margin: 18px 0 0;
}
.detail_list_carendar_en:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.detail_list_carendar_en dt, .detail_list_carendar_en dd {
  margin: 0 0 18px;
  padding: 0 0 18px 27px;
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.detail_list_carendar_en dt {
  position: relative;
  line-height: 1.5;
  width: 30%;
  float: left;
  font-weight: normal;
}
.detail_list_carendar dt:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #004896;
}
.detail_list_carendar_en dd {
  overflow: hidden;
  _zoom: 1;
  line-height: 1.5;
}
