@charset "utf-8";
/* based on normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  height: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  font-feature-settings: 'pkna';
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fff;
  color: #666;
  font-size: 625%;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body {
  margin: 0 auto;
  min-height: 100%;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: 'Futura', 'Avant Garde', 'Century Gothic', 'Verdana', 'Helvetica', 'Arial', 'メイリオ', sans-serif;
  font-weight: 300;
  box-sizing: border-box;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-bottom: 1px solid #ddd;
}
header,
footer,
main,
section,
article,
aside,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
i,
dl,
dt,
dd,
ol,
ul,
li,
figcaption,
form,
input,
button,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.group::after,
.clause::after {
  content: "";
  clear: both;
}
p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin: 0 0 0.12rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0;
}
h1,
h2,
h3 {
  clear: both;
}
h1 {
  font-size: 0.314rem;
  line-height: 0.42rem;
}
h2 {
  font-size: 0.314rem;
  line-height: 0.42rem;
}
h3 {
  font-size: 0.259rem;
  line-height: 0.36rem;
}
h4 {
  font-size: 0.24rem;
  line-height: 0.3rem;
}
h5 {
  font-size: 0.16rem;
  line-height: 0.3rem;
  font-weight: 500;
}
h6 {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 500;
}
small {
  font-size: 0.12rem;
  line-height: 0.18rem;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #666;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #666;
}
a:hover,
a:active {
  outline: none;
  text-decoration: none;
  color: #666;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
strong,
b {
  font-weight: bolder;
}
address,
i {
  font-style: normal;
}
pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 0.12rem;
  line-height: 0.18rem;
}
sub,
sup {
  font-size: 0.625em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
ruby {
  display: inline-table;
  border-collapse: collapse;
  height: 2em;
  margin: 0;
  padding: 0;
  border: none;
  white-space: nowrap;
  text-indent: 0;
  vertical-align: 1em;
  text-decoration: inherit;
  text-align: center;
  line-height: 1em;
}
ruby > rt {
  display: table-header-group;
  height: 25%;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 50%;
  text-align: center;
  line-height: 1em;
  letter-spacing: -0.05em;
}
ruby > rp {
  display: none;
}
img,
object,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
img {
  border-style: none;
  margin: 0;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
progress {
  vertical-align: baseline;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
}
th,
dt {
  font-weight: bolder;
}
ul,
ol {
  list-style: none outside;
  padding: 0;
  text-align: left;
  margin: 0 0 0.12rem;
}
li {
  list-style: none outside;
  vertical-align: top;
}
figure {
  margin: 0;
  box-sizing: border-box;
}
/* -- BASE ---------------------------------------------- */
body {
  width: 100%;
  min-width: 760px;
  text-align: center;
  background: #ccc url("../img/body_bk.gif") 50% 0% repeat-x;
}
.inner {
  margin: 0 auto;
  width: 760px;
  text-align: left;
  position: relative;
}
/* -- HEADER ---------------------------------------------- */
#header {
  padding: 0;
  margin: 0;
  width: 100%;
}
#header h2 {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 1;
}
#header h2 a {
  background-image: url("../img/hdr_logo.gif");
  width: 166px;
  height: 81px;
  background-size: contain;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
}
#header h1 {
  background-image: url("../img/essc_h1.jpg");
  width: 760px;
  height: 348px;
  background-size: contain;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
}
#header p {
  font-size: 0.18rem;
  line-height: 0.42rem;
  margin: 30px 25px 25px 25px;
  height: 126px;
  padding: 0 45px;
  border-left: 1px solid #96d3d7;
  border-right: 1px solid #96d3d7;
}
/* -- FOOTER ---------------------------------------------- */
#footer {
  width: 100%;
  padding: 0;
}
#footer #ftr_rlogo {
  width: 760px;
  padding-bottom: 15px;
  font-size: 8px;
  line-height: 1.8em;
}
#footer #ftr_rlogo img {
  display: inline;
}
/* -- MAIN ---------------------------------------------- */
#main {
  width: 100%;
  padding: 0 0 0.48rem;
}
#main p,
#main ul li {
  font-size: 0.18rem;
  line-height: 0.34rem;
}
#main p.note,
#main ul li.note {
  font-size: 0.16rem;
  line-height: 0.3rem;
}
/* -- PAGE ---------------------------------------------- */
/* exam special selected candidates */
body#essc #main .detail {
  margin-top: 70px;
  margin-bottom: 30px;
  -o-box-pack: center;
  justify-content: center;
  position: relative;
}
body#essc #main .detail h3 {
  background-image: url("../img/essc_h3.gif");
  width: 367px;
  height: 29px;
  background-size: contain;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 30px;
}
body#essc #main .detail .column-outer {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  -o-box-orient: horizontal;
  flex-direction: row;
  -o-box-pack: justify;
  justify-content: space-between;
  -o-box-align: normal;
  align-items: normal;
}
body#essc #main .detail .column {
  width: 240px;
}
body#essc #main .detail .column + .column {
  width: 500px;
}
body#essc #main .detail h4 {
  font-size: 0.2rem;
  line-height: 0.34rem;
  font-weight: bold;
  color: #2eb6aa;
}
body#essc #main .detail ul li {
  font-size: 0.18rem;
  line-height: 0.34rem;
  margin-left: 0.95em;
  margin-bottom: 3px;
  text-indent: -0.95em;
}
body#essc #main .detail ul li::before {
  content: "";
  width: 0.7em;
  height: 0.75em;
  margin-right: 0.25em;
  border-radius: 100%;
  display: inline-block;
  background-color: #2eb6aa;
}
body#essc #main .detail p.news {
  font-size: 0.16rem;
  line-height: 0.3rem;
  display: block;
  color: #999;
  margin: 1em 0 2em;
}
body#essc #main .link {
  padding-bottom: 15px;
}
body#essc #main .link a {
  background-image: url("../img/essc_btn.gif");
  width: 518px;
  height: 85px;
  background-size: contain;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}
