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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
img {
  border: 0;
}

div.event_inner {
  box-sizing: border-box;
  background: #ffffff;
  margin: 55px auto;
  padding: 25px 30px 5px;
  width: 1020px;
}
div.event_inner h2 {
  background: url(../media/images/event/ev_detail_title.png) no-repeat;
  color: #fff;
  font-size: 20px;
  height: 70px;
  line-height: 60px;
  margin: 0 0 0 -40px;
  text-align: center;
  width: 1040px;
}
div.event_inner p.event_title {
  color: #003F97;
  line-height: 1.7;
  margin-top: 15px;
}
div.event_inner hr {
  border: solid #003F97;
  border-width: 1px 0 0 0;
  margin: 0 -5px;
}
div.event_inner div.event_text {
  line-height: 1.6;
  padding-bottom: 30px;
  min-height: 300px;
}
div.event_inner div.event_text p {
  margin: 2em 0;
}
div.event_inner div.event_text p.br3 {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  div.event_inner {
    margin: 25px auto;
    padding: 0;
    width: 100%;
  }
  div.event_inner h2 {
    background: #003F97;
    background-size: 100% 100%;
    font-size: 16px;
    height: auto;
    line-height: 1.4;
    margin-left: 0;
    padding: 5px 5px 7px;
    width: 100%;
  }
  div.event_inner p.event_title {
    padding: 0 5px;
    margin-top: 5px;
  }
  div.event_inner div.event_text {
    padding: 10px 5px;
  }
}

div.inquity {
  margin: 30px auto 60px;
  width: 1020px;
}
div.inquity:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
div.inquity div.ev_enq {
  border-left: 5px solid #003F97;
  color: #003F97;
  font-size: 16px;
  font-weight: bold;
  float: left;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  width: 215px;
}
div.inquity div.ev_company {
  font-size: 14px;
  float: left;
  line-height: 1.7;
}
div.inquity div.ev_company span {
  color: #003F97;
  display: inline;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  div.inquity {
    margin: 30px auto;
    padding: 0 5px;
    width: 100%;
  }
  div.inquity div.ev_enq {
    margin-bottom: 10px;
    width: 100%;
  }
  div.inquity div.ev_company {
    float: none;
  }
  div.inquity div.ev_company span {
    font-size: 18px;
  }
}

/*# sourceMappingURL=event_detail.css.map */
