@charset "UTF-8";
/*スタイルリセット*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1.2;
  -webkit-text-size-adjust: none;
}

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

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

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

/*スタイルリセット　ここまで*/
/*◆◆◆◆◆全ページ共通項目◆◆◆◆◆ */
body {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: black;
  background-size: 7px 10px;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: none;
  color: gray;
}

body {
  background: black;
}
body #mainvisual {
  min-height: 700px;
}
body #wrapper {
  max-width: none !important;
}
body #menu {
  color: white;
  width: 20%;
  float: left;
  padding-top: 20px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
}
body #menu ul {
  width: 69%;
  margin: 0 auto;
  font-size: 20px;
}
body #menu ul li {
  margin-bottom: 10px;
  font-family: serif;
}
body #menu #logo img {
  width: 60%;
  margin: 0 auto 40px auto;
  display: block;
}
body #content {
  width: 80%;
  min-height: 600px;
  float: right;
}
body #mainvisual {
  width: 100%;
}
body #footer {
  position: fixed;
  bottom: 10px;
}
body #footer p {
  font-style: 8px;
  color: gray;
  width: 69%;
  margin: 0 auto;
}

/*  タグページ */
body.page-tag #mainvisual {
  display: none;
}
body.page-tag #content {
  margin-top: 40px;
}
body.page-tag #content .block {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  width: 50%;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
body.page-tag #content .block img {
  width: 100%;
}
body.page-tag #content .block h1, body.page-tag #content .block h2, body.page-tag #content .block h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
body.page-tag #content .block p {
  margin-bottom: 20px;
}

/*◆◆◆◆◆モジュール(小パーツ)◆◆◆◆◆ */
.textOneColumn .textArea {
  width: 100% !important;
}

.imageOneColumn .imageArea {
  width: 90% !important;
  margin: 0 auto !important;
}
.imageOneColumn .imageArea img {
  width: 100%;
}

#pagination .current_page {
  color: gray;
}
