@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text|Noto+Serif+JP&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 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 {
  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;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.01em;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.main_head {
  width: 760px;
  margin: auto;
  background: url("../img/share_lib/760_bar.gif") no-repeat bottom;
  padding-bottom: 8px;
  margin-bottom: 5px;
}

.main_area {
  width: 760px;
  margin: 0 auto 10px;
  background: #000;
}
.main_area .main_image {
  width: 390px;
  float: left;
}
.main_area .main_manu {
  float: right;
  width: 370px;
  background: #000;
}
.main_area .main_manu li {
  float: left;
  width: 170px;
  height: 62px;
  background: #fff;
  border: 1px solid #cccccc;
  position: relative;
  padding: 2px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.main_area .main_manu li:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #990000;
  top: 0px;
  left: 0px;
}
.main_area .main_manu li a {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #666666;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 0 11px;
  text-align: left;
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  color: #990000;
  line-height: 1.2;
  font-size: 14px;
}
.main_area .main_manu li a span {
  display: block;
  font-size: 10px;
  color: #000;
}
.main_area .main_manu li a:hover {
  text-decoration: none;
}
.main_area .main_manu li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  top: 0;
  height: 42px;
  left: 4px;
  background: #990000;
}

.footer_link {
  width: 760px;
  margin: 0 auto 16px;
  background: url("../img/pages.gif") no-repeat center top;
  border: 1px solid #000;
  padding: 40px 0 34px;
  position: relative;
}
.footer_link ul {
  text-align: center;
}
.footer_link ul li {
  display: inline-block;
  margin: 0 30px;
}
.footer_link:after {
  content: url("../img/share_lib/760_bar.gif");
  display: block;
  position: absolute;
  bottom: -10px;
}

footer {
  background: #000;
  width: 760px;
  margin: auto;
  padding: 10px 0;
}
