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

h3.company {
  width: 780px;
  font-size: 24px;
  font-weight: bold;
  margin: 30px auto 10px;
}
@media screen and (max-width: 767px) {
  h3.company {
    width: 100%;
  }
}

table.company {
  border-top: 1px solid #ccc;
  margin: 50px auto 30px;
  width: 780px;
}
table.company tr th,
table.company tr td {
  border-bottom: 1px solid #ccc;
  padding: 4px 5px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  table.company tr th,
  table.company tr td {
    font-size: 13px;
  }
}
table.company tr th div + div,
table.company tr td div + div {
  margin-top: 10px;
}
table.company tr th {
  white-space: nowrap;
  padding-right: 40px;
}
table.company.history th {
  background: #efefef;
  width: 100px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  table.company {
    font-size: 12px;
    padding-left: 10px;
    width: 100%;
  }
  table.company tr th {
    padding: 7px;
  }
  table.company tr > td {
    min-width: 45px;
    padding: 0 5px;
  }
}

h3.company + table.company {
  margin-top: 0;
}

div.pics {
  text-align: center;
}
div.pics img {
  max-width: 100%;
}

div.for_access {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  width: 300px;
  margin: 30px auto;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 50px;
}
div.for_access a {
  color: #000;
  display: block;
  text-decoration: none;
}
div.for_access a:hover {
  color: blue;
  text-decoration: underline;
}

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