html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: none;
  outline: none;
  vertical-align: baseline;
  background: transparent; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

img {
  border: none;
  outline: none;
  vertical-align: top; 
}

li {
  list-style: none; }

address {
  font-style: normal; }

a {
  color:#555;
  text-decoration: none; 
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  outline: none;
  vertical-align: middle;
}
input[type="submit"],
input[type="button"]{
  border:none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer; }

i, cite, em, var, address {
  font-style: normal; }

em {
  font-weight: bold; }

/*
strong, b {
  font-weight: normal; }
*/
img {
  max-width: 100%;
  height: auto; 
}

body {
  background: #fff;
  font-family: 'Helvetica Neue',Helvetica,Arial,Hiragino Kaku Gothic ProN,'Hiragino Sans','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

#document {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px){
  #document {
    overflow-x: hidden;
  }
}

#globalHd {
  width: 100%;
  margin:0 auto 2rem;
  position: relative;
  z-index: 1;
}

#globalHd .content{
  width: 80%;
  margin: 0 auto;
}

#globalHd .content .siteLink{
  margin: 0 -1.8rem;
  display: flex;
  justify-content: flex-end;
}
#globalHd .content .siteLink li{
  margin: 0 1.8rem;
}
#globalHd .content .siteLink li a{
  width: 12.8rem;
  padding: .6rem 1rem;
  display:block;
  background: #fff;
  border-bottom-right-radius: .8rem;
  border-bottom-left-radius: .8rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
#globalHd .content .siteLink li a.datajacket{
  background: #3eb16a;
}
#globalHd .content .siteLink li a.imdj{
  background: #f5c539;
}

#globalMain {
  width: 100%;
  padding: 0 .72rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex: 1 0 auto;
  position: relative;
}

#globalFt{
  width: 100%;
  padding: 1.2rem 0;
  text-align: center;
}
#globalFt address{
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}