/* Shared presentation for the active English desktop pages. */
body.en-refresh { background: #eef1f3; color: #29323a; }
body.en-refresh main {
  box-sizing: border-box;
  width: min(1080px, calc(100% - 40px));
  margin: 30px auto 44px;
  padding: 30px;
  border: 1px solid #dce3e7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(28, 48, 61, .07);
  text-align: left;
}
body.en-refresh main *, body.en-refresh main *::before, body.en-refresh main *::after { box-sizing: border-box; }
body.en-refresh main .theme-tmp { width: 100%; margin: 0; padding: 0; text-align: left; }
body.en-refresh main p, body.en-refresh main li { font-size: 16px; line-height: 1.9; }
body.en-refresh main .p2,
body.en-refresh main > h2,
body.en-refresh main .theme-tmp > h2,
body.en-refresh main .h2-chuo {
  margin: 26px 0 16px !important;
  padding: 10px 14px !important;
  border-left: 5px solid #315c8c;
  border-radius: 0 7px 7px 0;
  background: #f3f7fa;
  color: #183a60;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.45;
  text-align: left !important;
}
body.en-refresh main .p2:first-child,
body.en-refresh main > h2:first-child { margin-top: 0 !important; }
body.en-refresh main table { width: 100% !important; margin: 16px 0 24px !important; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid #dce3e7; border-radius: 10px; background: #fff; }
body.en-refresh main th { background: #eaf1f6; color: #183a60; font-weight: 700; }
body.en-refresh main th, body.en-refresh main td { padding: 13px 14px; border-color: #dce3e7 !important; line-height: 1.65; vertical-align: top; }
body.en-refresh main img { max-width: 100%; height: auto; }
body.en-refresh main a { color: #175a9c; text-underline-offset: 3px; }
body.en-refresh.en-gallery main > a { display: inline-block; margin: 8px 6px 18px 0; padding: 8px; border: 1px solid #dfe6ea; border-radius: 9px; background: #f8fafb; }
body.en-refresh.en-gallery main iframe { max-width: 100%; border-radius: 8px; }
body.en-refresh.en-staff main .theme-tmp { padding-top: 8px; }
body.en-refresh.en-voices main { max-width: 920px; }
body.en-refresh.en-home main { margin-top: 24px; }
@media (max-width: 760px) {
  body.en-refresh main { width: calc(100% - 24px); padding: 20px 16px; }
  body.en-refresh main .p2, body.en-refresh main > h2, body.en-refresh main .theme-tmp > h2, body.en-refresh main .h2-chuo { font-size: 19px !important; }
  body.en-refresh main th, body.en-refresh main td { padding: 10px 8px; font-size: 14px; }
}
