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;
}

#main {
  padding: 0 5px;
}

div.ready {
  border: 1px solid #ccc;
  margin: 60px auto;
  padding: 80px 10px;
  text-align: center;
  width: 1040px;
  background: #f4f4f7;
}
div.ready p {
  color: #555;
  font-weight: bold;
}
div.ready div.message {
  margin-top: 10px;
  font-size: 13px;
}

div.housing {
  background: #003F97;
  box-sizing: border-box;
  height: 220px;
  margin: 20px auto;
  width: 1040px;
}
div.housing:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  div.housing {
    border-bottom: 1px solid #003F97;
    height: auto;
    width: 100%;
  }
}

div.ho_img {
  float: left;
  height: 220px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  div.ho_img {
    float: none;
    height: auto;
    width: 100%;
  }
  div.ho_img img {
    width: 100%;
  }
}

div.ho_textbox {
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  float: right;
  height: 220px;
  padding: 20px 0 0 25px;
  width: 720px;
}
div.ho_textbox h2 {
  font-size: 18px;
}
div.ho_textbox p {
  margin: 18px 0 37px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  div.ho_textbox {
    float: none;
    height: auto;
    padding: 0;
    width: 100%;
  }
  div.ho_textbox h2 {
    line-height: 1.4;
    padding: 10px 5px;
  }
  div.ho_textbox p {
    line-height: 1.5;
    margin: 0;
    padding: 0 5px 10px;
  }
  div.ho_textbox p a {
    color: #fff;
  }
}

div.detail, div.reserve {
  background: #fff;
  color: #003F97;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 200px;
}
div.detail a, div.reserve a {
  color: #000;
  text-decoration: none;
}
div.detail a:hover, div.reserve a:hover {
  color: #1166E4;
  cursor: pointer;
  text-decoration: underline;
}
div.detail a, div.reserve a {
  color: #003F97;
  display: block;
}
@media screen and (max-width: 767px) {
  div.detail, div.reserve {
    border-left: 1px solid #003F97;
    border-right: 1px solid #003F97;
    height: auto;
    line-height: 1.4;
    padding: 10px 0;
    width: 50%;
  }
}

div.reserve {
  background: #c5dbfa;
  border-left: 0;
}

#gmap {
  height: 550px !important;
  margin: 40px auto;
  width: 960px !important;
}
@media screen and (max-width: 767px) {
  #gmap {
    height: 250px !important;
    width: 100% !important;
  }
}

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