@charset "UTF-8";
/*==========================================================================
	reset
==========================================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul, ol, li, dl, dt, dd {
  list-style-type: none;
  list-style-position: outside; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

img {
  vertical-align: top;
  border: 0; }

del {
  text-decoration: line-through; }

hr {
  display: block;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

em, strong {
  font-weight: bold; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

input, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  background: #000;
  position: relative;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  width: 100%;
  margin: 0 auto; }
  body p, body li, body a:link {
    color: #fff; }
  body a:hover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); }

header h1 {
  padding-bottom: 33px; }
  header h1 img {
    width: 100%; }

header nav ul li {
  width: 993px;
  margin: 160px auto;
  text-align: center; }
  header nav ul li p {
    font-size: 11px;
    text-align: left;
    margin: 0 0 6px 125px; }
  header nav ul li img {
    width: 700px; }

article {
  width: 700px;
  margin: 186px auto;
  text-align: center; }
  article h2 {
    margin-bottom: 33px; }
  article p {
    text-align: left;
    line-height: 21px;
    font-size: 12px; }
    article p img {
      width: 700px;
      margin: 0 auto; }
  article ul li {
    float: left; }

body .sns {
  height: 70px; }
  body .sns ul {
    position: relative;
    left: 50%;
    float: left; }
    body .sns ul li {
      position: relative;
      left: -50%;
      margin: auto 37px;
      float: left; }

footer {
  margin: 71px auto 184px auto;
  text-align: center; }
  footer ul li {
    margin: 25px 0; }
    footer ul li a {
      text-decoration: underline;
      font-size: 30px; }
