/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

input[type="number"] {
  width: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  user-select: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

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

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

textarea {
  resize: vertical; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
header .company:after, .globalNavi:after, footer .company:after, .middleBox:after {
  content: "";
  display: block;
  clear: both; }

header .company:after, .globalNavi:after, footer .company:after, .middleBox:after {
  content: "";
  display: block;
  clear: both; }

header .company {
  width: 1080px;
  margin: 0 auto; }
  header .company .logo {
    width: 290px;
    margin: 0 auto;
    padding: 15px; }
    header .company .logo img {
      width: 100%;
      border: none; }
  header .company .title {
    font-size: 16px;
    padding-left: 5px; }

.globalNaviWrap {
  background-color: #333; }

.globalNavi {
  width: 1080px;
  margin: auto; }
  .globalNavi li {
    display: inline-block;
    float: left;
    width: 180px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 35px; }
    .globalNavi li:hover {
      background: #D42929;
      color: #fff; }
    .globalNavi li a {
      display: block;
      width: 100%;
      height: 100%;
      color: inherit; }
  .globalNavi .current {
    border-bottom: 3px solid #D42929; }

footer {
  background-color: #D42929; }
  footer .company {
    width: 1080px;
    margin: 0 auto; }
    footer .company .contact {
      float: left;
      width: 400px;
      margin: 15px 0;
      color: #fff; }
      footer .company .contact .title {
        font-size: 13px;
        padding-right: 5px; }
      footer .company .contact .number {
        font-size: 25px; }
      footer .company .contact .address {
        font-size: 13px; }
    footer .company .logo {
      float: right;
      width: 200px;
      margin-top: 11px; }
      footer .company .logo img {
        width: 100%; }
  footer .sitemap {
    clear: both;
    padding: 10px;
    background-color: #333;
    list-style-type: none;
    text-align: center; }
    footer .sitemap li {
      display: inline-block;
      color: #fff;
      font-size: 14px; }
      footer .sitemap li + li:before {
        content: '|';
        display: inline-block;
        padding: 0 5px 0 2px; }
      footer .sitemap li a {
        color: inherit; }
        footer .sitemap li a:hover {
          color: #F6AB00;
          text-decoration: underline; }

body {
  font-family: sans-serif;
  color: #333; }

.content {
  width: 1080px;
  margin: 0 auto 50px; }

.companyWrap {
  min-width: 1080px; }

.headlineWrap {
  text-align: center;
  padding: 50px; }
  .headlineWrap .mainHeadline {
    display: inline-block;
    margin: 0 auto;
    padding: 25px 100px;
    text-align: center;
    background-color: #D42929;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 3px; }
    .headlineWrap .mainHeadline .sub {
      font-size: 13px; }

.middleBox {
  width: 900px;
  margin: 0 auto; }

.halfBox {
  width: 520px; }

.left {
  float: left; }

.right {
  float: right; }

.headline {
  margin-bottom: 8px;
  letter-spacing: 6px;
  color: #D42929; }

.text, .signature {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px; }

.signature {
  margin-top: 20px;
  text-align: right; }

footer {
  min-width: 1080px; }

.attachment {
  float: right;
  width: 200px;
  margin-left: 20px; }

.middleBox {
  padding-bottom: 20px; }

.officer {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  padding: 15px; }
  .officer .headline {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333; }
  .officer .officerList {
    text-align: center; }
    .officer .officerList li {
      display: inline-block;
      width: 200px;
      vertical-align: top;
      list-style-type: none; }
      .officer .officerList li .face img {
        width: 160px; }
      .officer .officerList li .position {
        margin-top: 8px;
        font-size: 14px; }
      .officer .officerList li .name {
        font-weight: bold; }
      .officer .officerList li .note {
        font-size: 12px; }

.company {
  font-size: 14px;
  width: 900px;
  margin: 10px auto 30px; }
  .company tr {
    height: 25px; }
  .company tr + tr {
    border-top: 1px solid #ccc; }
  .company th {
    width: 200px;
    text-align: left;
    padding: 8px 15px 8px 30px; }
  .company td {
    padding: 8px 15px; }

.twocol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.history {
  font-size: 12px;
  margin: 10px auto 30px; }
  .history tr {
    height: 25px; }
  .history tr + tr {
    border-top: 1px solid #ccc; }
  .history th {
    width: 150px;
    text-align: left;
    padding: 8px 5px 8px 20px; }
  .history td {
    padding: 8px 15px; }

.pdf {
  text-align: center;
  font-size: 14px;
  color: #333;
  text-decoration: underline; }
  .pdf a {
    color: inherit; }
