body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  color: #333333;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

button, input, select, textarea {
  font-family : inherit;
}

#header {
  margin: 0;
  padding: 0;
}

#header_inner {
  margin: 0;
  padding: 0;
  height: 52px;
  background: #333333;
}

#login_info_block {
  height: 24px;
  background: #e1e1e1;
}

#login_info_block p {
  margin: 0;
  padding: 1px 10px 1px 0px;
  line-height: 24px;
  color: #333;
  font-size: 13px;
  text-align: right;
}

#login_info_block p span {
  color: #f1677e;
}

#top_image_block {
  margin: 0;
  padding: 0;
  height: 90px;
  overflow: hidden;
}

#top_image_block a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

#top_image_block a img {
  display: block;
  margin: 0 auto;
}

#update_block {
  display: grid;
  display: -ms-grid;
  grid-gap: 1px;
  grid-template-columns: auto auto;
  grid-template-rows: 19px 19px;
  -ms-grid-columns: 2.5fr 7.5fr;
  -ms-grid-rows: 19px 19px;
  margin: 3px 10px 7px 10px;
  padding: 0;
}

.update_image_box {
  grid-column: 1/2;
  grid-row: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  margin: 0;
  padding: 0;
  text-align: right;
}

.update_image_box span {
  display: inline-block;
  padding: 10px 8px 0 0;
}

.update_info_box {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update_date_box {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.update_next_box {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

.update_info_box span {
  font-size: 12px;
  font-weight: bold;
}

.bright_red {
  color: #e42f2f;
}

.very_dark_gray {
  color: #666666;
}

#corp_name {
  margin: 0;
  line-height: 52px;
  padding: 0 50px 0 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  border-bottom: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#footer {
  margin:0;
  padding:0
}

#info_block {
  margin: 0;
  padding:10px 15px 10px 15px;
  background: #F48883;
}

#bottom_info {
  font-size: 12px;
}

#bottom_info ul {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

#bottom_info li {
  border-bottom: 1px solid #ffffff;
}

#bottom_info a {
  display: block;
  position: relative;
  padding: 10px 0 10px 5px;
  color: #ffffff;
  text-decoration: none;
}

#bottom_info a:after {
  display: block;
  content: "";
  position: absolute;
  margin: -4px 0 0 0;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bottom_company {
  margin: 0;
  padding: 15px 0 15px 0;
  font-size: 9px;
  color: #ffffff;
  text-align: center;
}

.page_top {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
}

.page_top a {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 20px 5px 20px;
  background: url("../images/page_top.png"), linear-gradient(to bottom, #ffffff, #f9f9f9);
  background: url("../images/page_top.png"), -webkit-gradient(linear,left top,left bottom,color-stop(#ffffff),color-stop(#f9f9f9));
  background: url("../images/page_top.png"), -webkit-linear-gradient(top, #ffffff, #f9f9f9);
  background: url("../images/page_top.png"), -moz-linear-gradient(top, #ffffff, #f9f9f9);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 18px, auto;
  border: 1px solid #b4b4b4;
  border-bottom: 0;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}

.page_top span {
  margin-right:8px;
}

.fixed_navi {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 3;
}