@CHARSET "UTF-8";

html, body {
  min-width: 1170px;
}

body{
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

p {
  margin: 0;
}


/* header styles
-------------------------------------------------- */
.header {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  height: 55px;
  width: 100%;
  z-index: 1;
}

.header-logo {
  margin: inherit;
  padding: 0;

}

.header .container {
  min-width: 1024px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 140px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 140px;
/*   background-color: #0d0d0d; */
  color: #999;
}

.footer .footer-text {
  position: absolute;
  margin-left: 10px;
  bottom: 10px;
  font-size: 13px;
}


/* サポート */
.support {
  position: absolute;
  margin-left: 10px;
  top: 30px;
  color: white;
}
