@charset "UTF-8";
/* ---------------------------------------------------------------

	style.css

--------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font: 14px/1.6 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  *font-size: small;
  *font: x-small;
  color: #231815;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

a {
  outline: none;
}

a:link,
a:visited {
  color: #815256;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #815256;
  text-decoration: none;
}

.blank, .pdf, .word, .excel, .ppt, .zip, .music {
  vertical-align: middle;
  margin: 0 0.2em 0 0.5em;
}

#wrapper {
  background: url(/50th/img/index/bg01.jpg) top center no-repeat;
  background-size: 100%;
}

header {
  min-width: 1000px;
}
header .navTop {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
header .navTop .inner {
  padding: 10px 0;
  min-width: 1000px;
  max-width: 1270px;
  margin: 0 auto;
}
header .navTop .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
header .navTop h1 {
  float: left;
}
header .navTop p {
  float: right;
}
header nav {
  background: #fff;
  padding: 5px 0;
}
header nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
header nav li {
  float: left;
  width: 16.66%;
  text-align: center;
  border-left: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header nav li:first-child {
  border-left: none;
}
header nav a {
  font-weight: bold;
  color: #231815 !important;
  display: block;
  padding: 10px 20px;
  text-decoration: none !important;
}
header nav a:hover {
  background: #fceeee;
  color: #aa0000;
}

footer {
  font-size: 85.71429%;
  background: #3a3e3f;
  color: #fff;
  text-align: center;
}
footer ul {
  background: #515151;
  padding: 15px 0;
}
footer li {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #fff;
}
footer li a {
  color: #fff !important;
  text-decoration: none !important;
}
footer li a:hover {
  color: #ccc !important;
}
footer li:first-child {
  border-left: none;
}
footer p {
  padding: 10px 0;
  letter-spacing: 1px;
}

#wrapper.news {
  background-image: url(../img/news/bg.jpg);
}
#wrapper.greeting {
  background-image: url(../img/greeting/bg.jpg);
}
#wrapper.history {
  background-image: url(../img/history/bg.jpg);
}
#wrapper.memorial_business {
  background-image: url(../img/memorial_business/bg.jpg);
}
#wrapper.symbol_mark {
  background-image: url(../img/symbol_mark/bg.jpg);
}
#wrapper.voice {
  background-image: url(../img/voice/bg.jpg);
}
#wrapper.relay {
  background-image: none;
}

header > .inner {
  padding: 30px 0;
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1270px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header > .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
header .active {
  color: #aa0000 !important;
  background: #fceeee;
}
header .logo01 {
  width: 215px;
  margin: 0 auto;
}
header img {
  max-width: 100%;
  height: auto;
}

#main {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  margin: 0 auto 100px;
  min-width: 1000px;
  max-width: 1270px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents {
  float: left;
  width: 75%;
}
#main #contents h1 {
  line-height: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-right: 4em;
}
#main #contents h1 span {
  margin-bottom: -1px;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
#main #contents h1 span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 1000px;
  background: #aa0000;
}
#main #contents > .inner {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
#main #contents > .inner > h2, #main #contents > .inner .h2_style {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin: 30px 0 20px;
}
#main #contents > .inner > h3, #main #contents > .inner .h3_style {
  background: #eee;
  padding: 5px 10px;
  margin: 20px 0 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#main #contents > .inner > h4, #main #contents > .inner .h4_style {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 10px;
  line-height: 1.5;
}
#main #contents > .inner > h4:after, #main #contents > .inner .h4_style:after {
  position: absolute;
  left: 0;
  top: 0.2em;
  content: '';
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 1em;
  height: 1em;
  border: 4px solid #aa0000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main #contents > .inner p {
  margin-bottom: 1em;
}
#main #contents > .inner p.lead {
  margin-bottom: 1.5em;
}
#main #contents > .inner strong {
  color: #aa0000;
}
#main #contents > .inner .txtR {
  text-align: right;
}
#main #contents > .inner .txtL {
  text-align: left;
}
#main #contents > .inner .txtC {
  text-align: center;
}
#main #contents > .inner .name {
  font-size: 142.85714%;
  text-align: right;
  margin-top: 2em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  line-height: 1.5;
}
#main #contents > .inner .listStyle li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
#main #contents > .inner .listStyle li:after {
  content: "";
  background: #dd9999;
  width: 0.5em;
  height: 0.5em;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
}
#main #contents > .inner .btnSingle {
  text-align: center;
  margin-top: 30px;
}
#main #contents > .inner .btnSingle:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .btnSingle a {
  width: 50%;
  text-align: left;
  display: inline-block;
  padding: 10px 0 10px 20px;
  background: #eee;
  text-decoration: none;
  font-weight: bold;
  color: #aa0000;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
#main #contents > .inner .btnSingle a:hover {
  background: #fbeeee;
}
#main #contents > .inner .btnSingle a:after {
  content: '';
  display: block;
  height: 9px;
  width: 5px;
  background: url('../img/sprite-s97167aa531.png') 0 -44px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  right: 20px;
  top: 1.4em;
  position: absolute;
}
#main #contents > .inner .indexList {
  text-align: center;
  margin-top: 30px;
}
#main #contents > .inner .indexList:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .indexList li {
  text-align: left;
  width: 50%;
  padding: 0 20px;
}
#main #contents > .inner .indexList li a {
  display: block;
  background: #eee;
  text-decoration: none;
  font-weight: bold;
  color: #aa0000;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
#main #contents > .inner .indexList li a:hover {
  background: #fbeeee;
}
#main #contents > .inner .indexList li a:hover dt img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#main #contents > .inner .indexList li a dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .indexList li a dl dt {
  position: relative;
  overflow: hidden;
}
#main #contents > .inner .indexList li a dl dt img {
  -moz-transition: -moz-transform 1.5s linear;
  -webkit-transition: -webkit-transform 1.5s linear;
  -o-transition: -o-transform 1.5s linear;
  -ms-transition: -ms-transform 1.5s linear;
  transition: transform 1.5s linear;
}
#main #contents > .inner .indexList li a dl dd {
  padding: 15px 35px 15px 15px;
  border-top: 1px solid #ccc;
  position: relative;
  line-height: 1.5;
}
#main #contents > .inner .indexList li a dl dd:after {
  content: '';
  display: block;
  height: 9px;
  width: 5px;
  background: url('../img/sprite-s97167aa531.png') 0 -44px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  right: 20px;
  top: 1.6em;
  position: absolute;
}
#main #contents > .inner .indexListBig {
  text-align: center;
}
#main #contents > .inner .indexListBig:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .indexListBig li {
  text-align: left;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
#main #contents > .inner .indexListBig li a {
  display: block;
  background: #eee;
  text-decoration: none;
  font-weight: bold;
  color: #aa0000;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
#main #contents > .inner .indexListBig li a:hover {
  background: #fbeeee;
}
#main #contents > .inner .indexListBig li a:hover dt img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#main #contents > .inner .indexListBig li a dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .indexListBig li a dl dt {
  position: relative;
  overflow: hidden;
}
#main #contents > .inner .indexListBig li a dl dt img {
  -moz-transition: -moz-transform 1.5s linear;
  -webkit-transition: -webkit-transform 1.5s linear;
  -o-transition: -o-transform 1.5s linear;
  -ms-transition: -ms-transform 1.5s linear;
  transition: transform 1.5s linear;
}
#main #contents > .inner .indexListBig li a dl dd {
  padding: 15px 60px;
  border-top: 1px solid #ccc;
  position: relative;
  line-height: 1.5;
  font-size: 142.85714%;
  text-align: center;
}
#main #contents > .inner .indexListBig li a dl dd:after {
  content: '';
  display: block;
  height: 22px;
  width: 22px;
  background: url('../img/sprite-s97167aa531.png') 0 -80px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px 15px;
}
#main #contents > .inner .note {
  color: #aa0000;
  font-size: 85.71429%;
  text-indent: -1em;
  margin-left: 1em;
}
#main #contents > .inner .accessLink {
  text-align: center;
}
#main #contents > .inner .accessLink li {
  display: inline-block;
  width: 300px;
  text-align: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #ddd;
  padding-left: 0;
  margin: 0 10px;
}
#main #contents > .inner .accessLink li a {
  display: block;
  padding: 10px 0 10px 20px;
  background: #eee;
  text-decoration: none;
  font-weight: bold;
  color: #aa0000;
  position: relative;
}
#main #contents > .inner .accessLink li a:hover {
  background: #fbeeee;
}
#main #contents > .inner .accessLink li a:after {
  content: '';
  display: block;
  height: 9px;
  width: 5px;
  background: url('../img/sprite-s97167aa531.png') 0 -44px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  right: 20px;
  top: 1.4em;
  position: absolute;
}
#main #contents > .inner .notice {
  text-align: center;
  font-size: 128.57143%;
  font-weight: bold;
  padding: 50px 0;
}
#main #contents > .inner .btn {
  text-align: center;
}
#main #contents > .inner .btn a {
  display: inline-block;
  width: 350px;
  padding: 10px 0;
  background: #aa0000;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#main #contents > .inner .btn a:hover {
  background: #880000;
}
#main #contents > .inner .btn a:after {
  content: '';
  display: block;
  height: 9px;
  width: 5px;
  background: url('../img/sprite-s97167aa531.png') 0 -71px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  right: 20px;
  top: 1.4em;
  position: absolute;
}
#main #contents > .inner figure {
  margin-bottom: 1em;
}
#main #contents > .inner figure figcaption {
  text-align: center;
  display: block;
  padding: 5px;
  font-size: 92.85714%;
  line-height: 1.8;
}
#main #contents > .inner img {
  width: auto;
  max-width: 100%;
}
#main #contents > .inner .figBox:after, #main #contents > .inner .figBox02:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .figBox .imgR, #main #contents > .inner .figBox02 .imgR {
  float: right;
  margin: 0 0 1em 2em;
}
#main #contents > .inner .figBox .imgL, #main #contents > .inner .figBox02 .imgL {
  float: left;
  margin: 0 2em 1em 0;
}
#main #contents > .inner .figBox .caption, #main #contents > .inner .figBox02 .caption {
  text-align: center;
  display: block;
  padding: 5px;
  font-size: 92.85714%;
  line-height: 1.8;
}
#main #contents > .inner .figBox div.imgR, #main #contents > .inner .figBox02 div.imgR {
  margin-bottom: 0;
}
#main #contents > .inner .figBox div.imgR:after, #main #contents > .inner .figBox02 div.imgR:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .figBox div.imgR p, #main #contents > .inner .figBox02 div.imgR p {
  font-size: 92.85714%;
  text-align: center;
  line-height: 1.5;
  float: left;
  margin-left: 10px;
}
#main #contents > .inner .figBox div.imgR p img, #main #contents > .inner .figBox02 div.imgR p img {
  margin-bottom: 5px;
}
#main #contents > .inner .figBox02 h3, #main #contents > .inner .figBox02 p {
  overflow: hidden;
  zoom: 1;
}
#main #contents > .inner .fig02:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .fig02 figure {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#main #contents > .inner > ul {
  margin-bottom: 1em;
}
#main #contents > .inner > ul li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
#main #contents > .inner > ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #de6f6f;
}
#main #contents > .inner .newsList {
  margin-bottom: 20px;
}
#main #contents > .inner .newsList ul li {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
#main #contents > .inner .newsList ul dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .newsList ul dt {
  padding-right: 6em;
  float: left;
  position: relative;
}
#main #contents > .inner .newsList ul dt:before {
  display: block;
  width: 7em;
  text-align: center;
  padding: 3px 0;
  letter-spacing: 2px;
  font-size: 71.42857%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
#main #contents > .inner .newsList ul dt.catNews:before {
  content: 'お知らせ';
  background: #d15d66;
}
#main #contents > .inner .newsList ul dt.catInfo:before {
  content: '記念事業';
  background: #38b66e;
}
#main #contents > .inner .newsList ul dt.catBusiness:before {
  content: '式典';
  background: #5d6dd1;
}
#main #contents > .inner .newsList ul dd {
  padding-left: 14.5em;
}
#main #contents > .inner #pageNav {
  margin-bottom: 30px;
}
#main #contents > .inner #pageNav ul {
  text-align: center;
}
#main #contents > .inner #pageNav li {
  display: inline-block;
}
#main #contents > .inner #pageNav li a, #main #contents > .inner #pageNav li span {
  display: block;
  width: 2.3em;
  padding: 3px 0;
  background: #eee;
  border: 1px solid #ccc;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin: 0 5px;
}
#main #contents > .inner #pageNav li a.link_page {
  text-decoration: none;
}
#main #contents > .inner #pageNav li a.link_page:hover {
  background: #fbeeee;
  color: #aa0000;
}
#main #contents > .inner #pageNav li span {
  background: #aa0000;
  color: #fff;
}
#main #contents > .inner #pageNav li .link_before, #main #contents > .inner #pageNav li .link_next {
  width: auto;
  background: none;
  border: none;
}
#main #contents > .inner .historyList {
  margin: 30px 0 20px;
  border-top: 1px dotted #ccc;
  padding-top: 1em;
}
#main #contents > .inner .historyList dt {
  float: left;
  color: #aa0000;
  font-weight: bold;
  margin-left: 1em;
}
#main #contents > .inner .historyList dd {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 1em 10em;
  margin-bottom: 1em;
}
#main #contents > .inner .historyList ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
#main #contents > .inner .historyList ul li:after {
  content: "";
  background: #dd9999;
  width: 0.5em;
  height: 0.5em;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
}
#main #contents > .inner .symbol_markStyle {
  text-align: center;
  font-size: 128.57143%;
  font-weight: bold;
}
#main #contents > .inner .symbol_markStyle .logo {
  margin: 50px 0;
}
#main #side {
  float: right;
  width: 23%;
}
#main #side h2 {
  text-align: center;
}
#main #side h2 a {
  background: #aa0000;
  display: block;
  padding: 15px 0;
}
#main #side h2 a:hover {
  background: #880000;
}
#main #side ul {
  background: #f2f1f1;
}
#main #side ul li {
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
#main #side ul li a {
  color: #231815;
  text-decoration: none;
  display: block;
  padding: 1.5em 30px 1.5em 1em;
  position: relative;
}
#main #side ul li a:after {
  content: '';
  display: block;
  height: 19px;
  width: 19px;
  background: url('../img/sprite-s97167aa531.png') 0 -102px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: 10px;
}
#main #side ul li a:hover, #main #side ul li a.active {
  background: #fbeeee;
  color: #aa0000;
}
#main #side ul li a.active {
  font-weight: bold;
}
#main #side ul li ul {
  border-top: 1px dotted #ccc;
  background: #f1f1f1;
}
#main #side ul li li {
  border-bottom: 1px dotted #ccc;
  font-size: 92.85714%;
}
#main #side ul li li small {
  font-size: 85.71429%;
}
#main #side ul li li:last-child {
  border-bottom: none;
}
#main #side ul li li a {
  padding: 0.8em 25px 0.8em 2em;
}
#main #side ul li li a:after {
  display: block;
  height: 9px;
  width: 5px;
  background: url('../img/sprite-s97167aa531.png') 0 -44px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  right: 16px;
  top: 50%;
  bottom: 50%;
  margin: auto;
}

.movie video {
  width: 100%;
  height: auto;
  border: 3px solid #aa0000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#pharmacyCont, #literatureCont, #educationCont, #human_societiesCont {
  width: 100%;
  height: 235px;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-color 0s;
  cursor: pointer;
}
@media only screen and (max-width: 1270px) {
  #pharmacyCont, #literatureCont, #educationCont, #human_societiesCont {
    overflow: hidden;
  }
}
#pharmacyCont:after, #literatureCont:after, #educationCont:after, #human_societiesCont:after {
  display: block;
  content: '';
  position: absolute;
}
#pharmacyCont:hover, #literatureCont:hover, #educationCont:hover, #human_societiesCont:hover {
  transition: background-color 0s;
}
#pharmacyCont img, #literatureCont img, #educationCont img, #human_societiesCont img {
  vertical-align: top;
}
#pharmacyCont h2, #literatureCont h2, #educationCont h2, #human_societiesCont h2 {
  line-height: 1;
  margin-bottom: 10px;
}
#pharmacyCont .name, #literatureCont .name, #educationCont .name, #human_societiesCont .name {
  margin: 0 !important;
  text-align: left !important;
  font-size: 100% !important;
}
#pharmacyCont .day, #literatureCont .day, #educationCont .day, #human_societiesCont .day {
  line-height: 1;
  margin-bottom: 10px;
}
#pharmacyCont .day:after, #literatureCont .day:after, #educationCont .day:after, #human_societiesCont .day:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#pharmacyCont .day dt, #literatureCont .day dt, #educationCont .day dt, #human_societiesCont .day dt {
  float: left;
  text-align: center;
  width: 150px;
  font-weight: bold;
  padding: 5px 0;
  font-size: 85.71429%;
  line-height: 1.3;
}
#pharmacyCont .day dd, #literatureCont .day dd, #educationCont .day dd, #human_societiesCont .day dd {
  float: left;
  margin-left: 10px;
  text-align: center;
  padding: 10px 0 0;
}
#pharmacyCont .day dd span, #literatureCont .day dd span, #educationCont .day dd span, #human_societiesCont .day dd span {
  font-family: 'Oswald', sans-serif;
  font-size: 157.14286%;
}
#pharmacyCont .detail, #literatureCont .detail, #educationCont .detail, #human_societiesCont .detail {
  font-size: 78.57143%;
  line-height: 1.7;
}
#pharmacyCont .link, #literatureCont .link, #educationCont .link, #human_societiesCont .link {
  position: absolute;
  display: inline-block;
  right: 40px;
  top: 95px;
}
#pharmacyCont .link a, #literatureCont .link a, #educationCont .link a, #human_societiesCont .link a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
#pharmacyCont .link a:after, #literatureCont .link a:after, #educationCont .link a:after, #human_societiesCont .link a:after {
  content: '';
  display: block;
  height: 18px;
  width: 11px;
  background: url('../img/sprite-s97167aa531.png') 0 -53px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -30px;
}
@media only screen and (max-width: 1270px) {
  #pharmacyCont .inner, #literatureCont .inner, #educationCont .inner, #human_societiesCont .inner {
    z-index: 10;
    position: relative;
  }
}

#literatureCont .inner, #educationCont .inner, #human_societiesCont .inner {
  width: 430px;
}
@media only screen and (max-width: 1270px) {
  #literatureCont .inner, #educationCont .inner, #human_societiesCont .inner {
    width: 390px;
  }
}
#literatureCont .day, #educationCont .day, #human_societiesCont .day {
  padding-top: 10px;
}

#pharmacyCont {
  background: url(../img/memorial_business/relay/bg_pharmacy.png) right top no-repeat;
  background-color: #eef4ed;
  color: #347a29;
  padding-top: 35px !important;
}
@media only screen and (max-width: 1270px) {
  #pharmacyCont {
    background: url(../img/memorial_business/relay/bg_pharmacy_min.png) right top no-repeat;
    background-color: #eef4ed;
  }
  #pharmacyCont:hover {
    background-position: right bottom;
  }
}
#pharmacyCont:hover {
  background-color: #d9f0d6;
  background-position: right bottom;
}
#pharmacyCont .inner {
  display: inline-block;
}
#pharmacyCont h2 {
  border-bottom: 1px solid #347a29;
  padding-bottom: 10px;
}
#pharmacyCont .day {
  margin-top: 15px;
}
#pharmacyCont .day dt {
  background-color: rgba(52, 122, 41, 0.15);
}
#pharmacyCont .day dd {
  padding-top: 2px;
}

#literatureCont {
  background: url(../img/memorial_business/relay/bg_literature.png) right top no-repeat;
  background-color: #f9eee5;
  color: #c95704;
}
#literatureCont:after {
  background: url(../img/memorial_business/relay/img_literature.png) left bottom no-repeat;
  background-size: contain;
  width: 235px;
  height: 249px;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1270px) {
  #literatureCont:after {
    height: 210px;
    left: -20px;
  }
}
#literatureCont:hover {
  background-color: #f9e5d5;
  background-position: right bottom;
}
#literatureCont .inner {
  padding-left: 240px;
}
@media only screen and (max-width: 1270px) {
  #literatureCont .inner {
    text-shadow: 1px 1px 0px #f9eee5;
    padding-left: 150px;
  }
}
#literatureCont .day {
  border-top: 1px solid #c95704;
}
#literatureCont .day dt {
  background-color: rgba(201, 87, 4, 0.15);
}

#educationCont {
  background: url(../img/memorial_business/relay/bg_education.png) right top no-repeat;
  background-color: #f9e7e8;
  color: #b60005;
  padding-top: 35px !important;
}
#educationCont:after {
  background: url(../img/memorial_business/relay/img_education.png) left bottom no-repeat;
  background-size: contain;
  width: 258px;
  height: 253px;
  left: 475px;
  bottom: 0;
}
@media only screen and (max-width: 1270px) {
  #educationCont:after {
    height: 213px;
    left: 53%;
  }
}
#educationCont:hover {
  background-color: #f9d7d9;
  background-position: right bottom;
}
@media only screen and (max-width: 1270px) {
  #educationCont .inner {
    text-shadow: 1px 1px 0px #f9e5d5;
  }
}
#educationCont .day {
  border-top: 1px solid #b60005;
}
#educationCont .day dt {
  background-color: rgba(182, 0, 5, 0.15);
}

#human_societiesCont {
  background: url(../img/memorial_business/relay/bg_human_societies.png) right top no-repeat;
  background-color: #ecf0f8;
  color: #1756d4;
}
#human_societiesCont:after {
  background: url(../img/memorial_business/relay/img_human_societies.png) left bottom no-repeat;
  background-size: contain;
  width: 235px;
  height: 252px;
  left: 10px;
  bottom: 0;
}
@media only screen and (max-width: 1270px) {
  #human_societiesCont:after {
    height: 212px;
    left: -10px;
  }
}
#human_societiesCont:hover {
  background-color: #d9e3f6;
  background-position: right bottom;
}
#human_societiesCont .inner {
  padding-left: 240px;
}
@media only screen and (max-width: 1270px) {
  #human_societiesCont .inner {
    text-shadow: 1px 1px 0px #ecf0f8;
    padding-left: 150px;
  }
}
#human_societiesCont .day {
  border-top: 1px solid #1756d4;
}
#human_societiesCont .day dt {
  background-color: rgba(23, 86, 212, 0.15);
}

#mainRelay {
  line-height: 1.8;
  overflow: hidden;
  min-width: 1000px;
}
#mainRelay .mainImg {
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#mainRelay .mainImg img {
  position: absolute;
  left: 50%;
  margin-left: -900px;
  top: 0;
}
#mainRelay > div {
  position: relative;
}
#mainRelay > div:before {
  content: '';
  background: url(../img/memorial_business/relay/bg_shadow.png) top center no-repeat;
  display: block;
  width: 1400px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 0;
}
#mainRelay > div > .inner {
  margin: 0 auto;
  padding: 30px 0 50px;
  width: 1000px;
}
#mainRelay .profile .inner {
  position: relative;
}
#mainRelay .profile .inner:after {
  content: '';
  position: absolute;
}
#mainRelay .profile h1 {
  margin-bottom: 10px;
}
#mainRelay .profile p {
  margin-bottom: 1em;
}
#mainRelay .profile .sub {
  margin-bottom: 15px;
}
#mainRelay .detail h2 {
  padding: 5px 0 5px 15px;
}
#mainRelay .detail dl {
  margin-bottom: 30px;
}
#mainRelay .detail dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#mainRelay .detail dl dt {
  float: left;
  margin: 8px 0 0 30px;
}
#mainRelay .detail dl dt .num {
  font-family: 'Oswald', sans-serif;
  font-size: 142.85714%;
  font-weight: bold;
}
#mainRelay .detail dl dd {
  padding: 15px 15px 15px 100px;
}
#mainRelay .detail dl dd:nth-of-type(odd) {
  background: #f5f5f5;
}
#mainRelay .detail p {
  margin-bottom: 30px;
}
#mainRelay .course {
  color: #fff;
}
#mainRelay .course h2 {
  position: relative;
}
#mainRelay .course h2 span {
  background: #fff;
  width: 230px;
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 57.14286%;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#mainRelay .course dl {
  padding: 20px;
  margin-top: 30px;
  background: url(../img/memorial_business/relay/bg_logo.png) 670px center no-repeat;
}
#mainRelay .course dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#mainRelay .course dl dt {
  float: left;
  width: 130px;
  border: 1px solid #fff;
  padding: 3px 0;
  text-align: center;
  font-size: 85.71429%;
}
#mainRelay .course dl dd {
  padding: 2px 10px 10px 145px;
}
#mainRelay h2 {
  margin-bottom: 20px;
  line-height: 1;
}
#mainRelay h2 img {
  vertical-align: bottom;
}
#mainRelay .navBtn {
  text-align: center;
  margin: 30px 0 80px;
}
#mainRelay .navBtn li {
  width: 400px;
  display: inline-block;
  margin: 0 10px;
}
#mainRelay .navBtn .back a {
  display: block;
  font-weight: bold;
  padding: 20px 0;
  text-decoration: none;
  font-size: 114.28571%;
  position: relative;
  transition: background-color 0.2s;
  border: 4px solid #717171;
  color: #717171;
}
#mainRelay .navBtn .back a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 1.7em;
  display: block;
  height: 14px;
  width: 8px;
  background: url('../img/sprite-s97167aa531.png') 0 -121px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#mainRelay .navBtn .back a:hover {
  transition: background-color 0.5s;
  background: rgba(113, 113, 113, 0.2);
}
#mainRelay .navBtn .info a {
  display: block;
  font-weight: bold;
  padding: 20px 0;
  text-decoration: none;
  font-size: 114.28571%;
  position: relative;
  transition: background-color 0.2s;
}
#mainRelay .navBtn .info a:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 1.7em;
}
#mainRelay .navBtn .info a:hover {
  transition: background-color 0.5s;
}

.relay.literature .profile {
  background: #f9eee5;
}
.relay.literature .profile .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 350px !important;
}
.relay.literature .profile .inner:after {
  background: url(../img/memorial_business/relay/img_literature_big.png);
  width: 337px;
  height: 426px;
  left: 0;
  bottom: 0;
}
.relay.literature .detail h2 {
  border-left: 4px solid #e07105;
}
.relay.literature .course {
  background: #e07105;
}
.relay.literature .course h2 span {
  color: #e07105;
}
.relay.literature .course dl {
  border-top: 1px solid #e68d37;
  border-bottom: 1px solid #e68d37;
}
.relay.literature .navBtn {
  text-align: center;
}
.relay.literature .navBtn .info a {
  border: 4px solid #e07105;
  color: #e07105;
}
.relay.literature .navBtn .info a:after {
  display: block;
  height: 14px;
  width: 8px;
  background: url('../img/sprite-s97167aa531.png') 0 -174px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.relay.literature .navBtn .info a:hover {
  background: rgba(224, 113, 5, 0.2);
}
.relay.human_societies .profile {
  background: #ecf0f8;
}
.relay.human_societies .profile .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 350px !important;
}
.relay.human_societies .profile .inner:after {
  background: url(../img/memorial_business/relay/img_human_societies_big.png);
  width: 338px;
  height: 417px;
  right: 0;
  bottom: 0;
}
.relay.human_societies .detail h2 {
  border-left: 4px solid #1756d4;
}
.relay.human_societies .course {
  background: #0246c4;
}
.relay.human_societies .course h2 span {
  color: #0246c4;
}
.relay.human_societies .course dl {
  border-top: 1px solid #2862cd;
  border-bottom: 1px solid #2862cd;
}
.relay.human_societies .navBtn {
  text-align: center;
}
.relay.human_societies .navBtn .info a {
  border: 4px solid #1756d4;
  color: #1756d4;
}
.relay.human_societies .navBtn .info a:after {
  display: block;
  height: 14px;
  width: 8px;
  background: url('../img/sprite-s97167aa531.png') 0 -160px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.relay.human_societies .navBtn .info a:hover {
  background: rgba(2, 70, 196, 0.2);
}
.relay.education .profile {
  background: #f9e7e8;
}
.relay.education .profile .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 380px !important;
}
.relay.education .profile .inner:after {
  background: url(../img/memorial_business/relay/img_education_big.png);
  width: 404px;
  height: 718px;
  right: -50px;
  bottom: 0;
}
.relay.education .detail h2 {
  cursor: pointer;
  margin-top: 25px;
  background: #eee;
  padding: 10px 0 !important;
  position: relative;
}
.relay.education .detail h2:after {
  content: '';
  position: absolute;
  top: 1.2em;
  right: 20px;
  display: block;
  height: 11px;
  width: 18px;
  background: url('../img/sprite-s97167aa531.png') 0 -135px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.relay.education .detail h2 span {
  border-left: 4px solid #b60005;
  display: block;
  padding: 5px 0 5px 15px;
}
.relay.education .detail h2:hover {
  background: #f9e7e8;
}
.relay.education .detail h2.active:after {
  display: block;
  height: 11px;
  width: 18px;
  background: url('../img/sprite-s97167aa531.png') 0 -188px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.relay.education .detail ul {
  display: none;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.relay.education .detail ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.relay.education .detail ul li:after {
  content: '';
  width: 1em;
  height: 1em;
  background: #ddd;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.relay.education .detail ul li:last-child {
  margin-bottom: 0;
}
.relay.education .course {
  background: #b60005;
}
.relay.education .course h2 span {
  color: #b60005;
}
.relay.education .course dl {
  border-top: 1px solid #c84044;
  border-bottom: 1px solid #c84044;
}
.relay.education .navBtn {
  text-align: center;
}
.relay.education .navBtn .info a {
  border: 4px solid #b60005;
  color: #b60005;
}
.relay.education .navBtn .info a:after {
  display: block;
  height: 14px;
  width: 8px;
  background: url('../img/sprite-s97167aa531.png') 0 -146px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.relay.education .navBtn .info a:hover {
  background: rgba(182, 0, 5, 0.2);
}

#ceremonyBox {
  background: url(/50th/img/memorial_business/ceremony/bg_main.png) top center no-repeat #aa0000;
  padding: 0 5px 5px;
}
#ceremonyBox .title {
  width: 580px;
  margin: 0 auto;
  color: #fff;
  font-size: 114.28571%;
  position: relative;
  padding: 15px 0 30px;
}
#ceremonyBox .title:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 210px;
  margin-left: -442px;
  display: block;
  background: url(/50th/img/memorial_business/ceremony/border_gold.png) left top no-repeat;
  width: 884px;
  height: 1px;
}
#ceremonyBox .title h2 {
  text-align: center;
  margin-bottom: 50px;
}
#ceremonyBox .title p {
  margin-bottom: 0 !important;
}
#ceremonyBox .title p.day {
  text-align: center;
}
#ceremonyBox .title p.day .num {
  font-size: 142.85714%;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
#ceremonyBox .title p.btnAccess {
  position: absolute;
  right: 0;
  bottom: 20px;
}
#ceremonyBox .inner {
  margin-bottom: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbf7ef+0,f6efe2+100 */
  background: #fbf7ef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbf7ef 0%, #f6efe2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fbf7ef 0%, #f6efe2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fbf7ef 0%, #f6efe2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf7ef', endColorstr='#f6efe2',GradientType=0 );
  /* IE6-9 */
  padding: 30px 10px 30px 0;
}
#ceremonyBox .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#ceremonyBox .inner:last-child {
  margin-bottom: 0;
}
#ceremonyBox .inner h3 {
  float: left;
  margin: 0 4%;
}
#ceremonyBox .inner .detail {
  zoom: 0;
  overflow: hidden;
  position: relative;
}
#ceremonyBox .inner .detail .figBox figure {
  position: absolute;
  right: 0;
  top: 0;
}
#ceremonyBox .inner .detail .figBox p {
  margin-top: 50px;
}
@media only screen and (max-width: 1155px) {
  #ceremonyBox .inner .detail .figBox p {
    margin-top: 40px;
    width: 245px;
    height: 47px;
    display: block;
    background: url(/50th/img/memorial_business/ceremony/theme02.gif) left top no-repeat;
  }
  #ceremonyBox .inner .detail .figBox p img {
    display: none;
  }
}
#ceremonyBox .inner .detail dl {
  margin-bottom: 70px;
}
#ceremonyBox .inner .detail dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#ceremonyBox .inner .detail dl dt {
  margin-right: 10px;
  width: 20%;
  background: #e7dfd3;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 107.14286%;
}
#ceremonyBox .inner .detail dl dd {
  overflow: hidden;
  zoom: 1;
  font-size: 128.57143%;
  padding-left: 12%;
}
@media only screen and (max-width: 1100px) {
  #ceremonyBox .inner .detail dl dd {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1060px) {
  #ceremonyBox .inner .detail dl dd {
    padding-left: 3%;
  }
}
#ceremonyBox .inner .detail ol {
  counter-reset: num;
}
#ceremonyBox .inner .detail ol li {
  font-size: 114.28571%;
}
#ceremonyBox .inner .detail ol > li {
  padding-left: 1em;
  position: relative;
}
#ceremonyBox .inner .detail ol > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 1px;
}
#ceremonyBox .inner .detail ol ul li {
  padding-left: 1em;
  position: relative;
  font-size: 100%;
}
#ceremonyBox .inner .detail ol ul li:after {
  position: absolute;
  left: 0.3em;
  top: 0.7em;
  content: '';
  display: block;
  background: #231815;
  width: 0.3em;
  height: 0.3em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#main #contents > .inner .report h2 {
  border-bottom: 1px solid #b37814;
  text-align: center;
  margin: 100px 0 45px;
}
#main #contents > .inner .report h2 img {
  margin-bottom: -13px;
  padding: 0 20px;
  background: #fff;
}
#main #contents > .inner .report .day {
  margin-bottom: 30px;
}
#main #contents > .inner .report .day dt {
  font-weight: bold;
  float: left;
}
#main #contents > .inner .report .nav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .report .nav li {
  font-size: 92.85714%;
  float: left;
  width: 25%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}
@media only screen and (max-width: 1100px) {
  #main #contents > .inner .report .nav li {
    padding: 0 3px;
  }
}
#main #contents > .inner .report .nav li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 56px;
  line-height: 1.3;
  padding: 0 30px 0 10px;
  vertical-align: middle;
  text-decoration: none;
  display: table-cell;
  background: #aa0000;
  color: #fff;
  width: 100%;
  position: relative;
}
#main #contents > .inner .report .nav li a:after {
  content: '';
  background: url(../img/memorial_business/ceremony/icon_arrow_white.png) left top no-repeat;
  width: 5px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 1.7em;
}
#main #contents > .inner .report .nav li a:hover {
  background: #880000;
}
#main #contents > .inner .report .kouen:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .report .kouen dt {
  float: left;
  margin-right: 30px;
}
#main #contents > .inner .report .kouen dd {
  padding-top: 50px;
  overflow: hidden;
  zoom: 1;
}
#main #contents > .inner .report .kouen dd p:last-child {
  font-size: 114.28571%;
}
@media only screen and (max-width: 1100px) {
  #main #contents > .inner .report .kouen dd p:last-child {
    font-size: 100%;
  }
}
#main #contents > .inner .report .kouen dd strong {
  background: #edeae7;
  display: inline-block;
  padding: 0 30px;
  color: #231815 !important;
  margin-right: 10px;
  font-size: 71.42857%;
}
#main #contents > .inner .report .pht:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#main #contents > .inner .report .pht li {
  text-align: center;
  float: left;
  width: 33.3%;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main #contents > .inner .report .pht li figure figcaption {
  padding: 10px 0 0;
  font-size: 100%;
  line-height: 1.5 !important;
}
@media only screen and (max-width: 1230px) {
  #main #contents > .inner .report .pht li figure figcaption {
    font-size: 92.85714%;
  }
}
@media only screen and (max-width: 1130px) {
  #main #contents > .inner .report .pht li figure figcaption {
    font-size: 85.71429%;
  }
}
@media only screen and (max-width: 1050px) {
  #main #contents > .inner .report .pht li figure figcaption {
    font-size: 78.57143%;
  }
}

#pageTop {
  position: fixed;
  left: 0;
  bottom: 100px;
  width: 100%;
  display: none;
}
#pageTop p {
  position: relative;
  min-width: 1000px;
  max-width: 1270px;
  margin: 0 auto;
}
#pageTop p a {
  outline: none;
  position: absolute;
  right: 25px;
  bottom: 0;
}
#pageTop p a img {
  vertical-align: bottom;
}

#topicPath {
  padding-top: 0.6em;
  margin-bottom: 10px;
}
#topicPath ol:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#topicPath li {
  font-size: 92.85714%;
  float: left;
  margin: 0 2.5em 0.5em 0;
  list-style: none;
  position: relative;
}
#topicPath li:after {
  color: #b0b0b0;
  position: absolute;
  right: -1.5em;
  top: 0;
  content: ">";
}
#topicPath li.last:after, #topicPath li:last-child:after {
  display: none;
}
#topicPath li a {
  color: #231815;
}

/* print
--------------------------------------------------------------- */
@media print {
  body {
    zoom: 75%;
  }

  html:lang(ja) body {
    zoom: 1;
  }

  #pageTop {
    display: none !important;
  }
}
