/********        hello there.        ********/


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight: normal;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1.5;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 125%;
  font-size: 20px;
  color: #404040;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

ul,
nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/****************/

/** header **/
header nav {
  width: 100%;
  line-height: 40px;
  vertical-align: middle;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(20, 66, 204, 0.9);
}

header ul{
  max-width: 960px;
  margin: auto;
}

header li {
  display: inline-block;
  margin: 8px 4px 8px 16px;
}

header a.misc,
header a.misc:link,
header a.misc:visited {
  border: 1px solid #1442cc;
  border-radius: 4px;
  padding: 4px;
  color: #ffffff;
  background-color: #1442cc;
  text-decoration: none;
  transition: .25s;
}

header a.misc:hover,
header a.misc:active {
  color: #1442cc;
  background-color: transparent;
}

header a.apply,
header a.apply:link,
header a.apply:visited {
  top: 2px;
  border: 1px solid #ffaf0d;
  border-radius: 4px;
  padding: 4px;
  color: #ffffff;
  background-color: #ffaf0d;
  text-decoration: none;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

header a.apply:hover,
header a.apply:active {
  color: #ffaf0d;
  background-color: transparent;
}

.emp {
  color: #ffaf0d;
  font-weight: bold;
}

header a .fa {
  font-size: 28px;
}

/** contents **/

#contents-wrapper {
  overflow-x: hidden;
}

#header-section {
  min-width: 100%;
}

#title-bg {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.section-wrapper {
  padding: 8px;
  background-color: #ffffff;
}

.section-wrapper:nth-child(2n-1) {
  background-color: #f5f8ff;
}

.info-container {
  max-width: 960px;
  margin: 0 auto;
}

#event-title-wrapper {
  max-width: 960px;
  margin: auto;
}

#event-title {
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: rgba(20, 66, 204, 0.8);
  font-size: 24px;
  text-align: center;
  padding: 32px;
  margin: 128px 80px 0 0;
}

#event-title:after {
  position: absolute;
  content: "";
  top: 0;
  left: -1000%;
  width: 1000%;
  height: 100%;
  display: block;
  background-color: rgba(20, 66, 204, 0.8);
}

#header-company-list-wrapper {
  text-align: right;
  margin: 64px 0 64px 64px;
}

#header-company-list {
  display: inline-block;
  position: relative;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 32px 16px;
  margin: 0 auto;
  max-width: 528px;
}

#header-company-list:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 1000%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
}


#header-company-list img {
  width: 160px;
  height: 80px;
}

#header-company-list ul {
  text-align: right;
}

#header-company-list li {
  display: inline-block;
}

#footer-wrapper {
  background-color: #1442cc;
  padding: 16px;
}

#footer-area {
  max-width: 960px;
  margin: 0 auto;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
}

#footer-area img {
  display: inline-block;
  width: 160px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 24px;
  color: #ffffff;
  background-color: #1442cc;
  margin: 16px 8px;
  padding: 0 8px;
}

h3 {
 font-size: 36px;
}

h4 {
 color: #1442cc;
}

dl {
  margin: 16px 16px 48px;
}

dt {
  color: #1442cc;
  margin: 0 0 8px;
}

dd {
  border-bottom: 1px solid #1442cc;
  margin: 0 0 16px;
}

dd p {
  margin: 0 0 8px;
}

dd img {
  width: 100%;
}

.comp-info {
  width: 430px;
  height: 208px;
  margin: 16px;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  float: left;
}

@media (max-width: 959px) {
  .comp-info {
    float: none;
    margin: 16px auto;
  }
}

.comp-logo {
  float: left;
  width: 160px;
  height: 80px;
  padding: 64px 0;
}

.comp-logo img {
  width: 160px;
}

.comp-disc {
  float: left;
  width: 254px;
  font-size: 16px;
  padding: 8px;
  -webkit-text-size-adjust: 100%;
}

.comp-disc p {
  margin: 0 0 4px;
}

.category {
  display: inline-block;
  color: #1442cc;
  border: 1px solid #1442cc;
  line-height: 1.75;
  vertical-align: middle;
  padding: 4px;
}

a.product,
a.product:link,
a.product:visited {
  display: inline-block;
  padding: 4px;
  color: #ffffff;
  background-color: #ffaf0d;
  border: 1px solid #ffaf0d;
  border-radius: 4px;
  transition: .25s;
}

a.product:hover,
a.product:active {
  color: #ffaf0d;
  background-color: #ffffff;
}

a.acweb-jobinfo,
a.acweb-jobinfo:link,
a.acweb-jobinfo:visited {
  display: inline-block;
  padding: 4px;
  color: #ffffff;
  background-color: #1d2abf;
  border: 1px solid #1d2abf;
  border-radius: 4px;
  transition: .25s;
}

a.acweb-jobinfo:hover,
a.acweb-jobinfo:active {
  color: #1d2abf;
  background-color: #ffffff;
}

dl.time-table dt {
  float: left;
  width: 192px;
  border-bottom: 1px solid #1442cc;
}

.logo-and-catchphrase {
  background-color: #ffffff;
  margin: 8px;
  padding: 8px;
  border: 1px solid #cccccc;
}

.logo-and-catchphrase img {
  display: block;
  float: left;
  width: 160px;
  margin: 32px 16px;
}

.catchphrase-wrapper {
  float: left;
  margin: 8px;
  max-width: 688px;
}

@media screen and (max-width: 959px) {
  .logo-and-catchphrase img {
    float: none;
    margin: 0 auto;
  }

  .catchphrase-wrapper {
    float: none;
    text-align: center;
    margin: 8px auto;
  }
}

.company-intro dt {
  font-size: 24px;
  border-bottom: 1px solid #1442cc;
}

.company-intro dd {
  font-size: 16px;
  border-bottom: none;
}

.company-name {
  font-size: 24px;
  color: #1442cc;
}

.catchphrase {
  font-size: 18px;
}

#p-mark {
  background-color: #ffffff;
  max-width: 960px;
  margin: 0 auto;
  vertical-align: middle;
}

#p-mark-wrapper {
  background-color: #ffffff;
  padding: 16px;
}

#p-mark img {
  float: left;
  padding: 20px;
}

#p-mark p {
  padding: 40px 0;
  font-size: 16px;
}

@media screen and (max-width: 539px) {
  .footer-logo {
    clear: both;
    width: 200px;
    margin: 0px auto; }
    .footer-logo img {
      width: 100%; } }
.apply-btn {
  width: 100%;
  height: 110px;
  padding: 18px 0px;
  text-align: center; }
  .apply-btn a {
    width: 300px;
    padding: 15px 0px;
    border: #FF9800 2px solid;
    margin: 0px auto;
    background: #FF9800;
    color: #FFF;
    font-weight: bold;
    display: block; }
    .apply-btn a:hover {
      background: #FFF;
      color: #FF9800; }
    .apply-btn a span {
      display: block; }
      .apply-btn a span:first-child {
        font-size: 16px; }
      .apply-btn a span:last-child {
        line-height: 34px;
        font-size: 32px; }
  .apply-btn p {
    padding: 5px 0px;
    font-weight: bold; }

/* button */
.btn-reg {
  position: relative;
  display: block;
  margin: 32px auto;
  width: 320px;
  height: 48px;
  line-height: 48px;
  font-size: 28px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  transition: .05s;
  top: 2px;
  background-color: #ffb726;
  box-shadow: 0 4px 0 #d99c21;
  color: hsl(0, 0%, 100%);
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
}

.btn-reg:link {
  top: 0px;
  color: #ffffff;
  box-shadow: 0 8px 0 #d99c21;
}

.btn-reg:hover {
  top: 4px;
  color: #f7f7f7;
  box-shadow: 0 4px 0 #d99c21;
}

.btn-reg:active {
  top: 6px;
  box-shadow: 0 0 0 rgba(217, 156, 33, 0);
}
