@charset "UTF-8";
/* --------------------------------------------

	FileName	:	index.css

-------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
.textOver {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

/* --------------------------------------------

	FileName	:	common.css

-------------------------------------------- */
.textOver {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

/*! 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-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;
}

header a.active {
  background: #fceeee !important;
  color: #aa0000 !important;
}

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;
}

#pageTop {
  position: fixed;
  left: 0;
  bottom: 100px;
  width: 100%;
  display: none;
  z-index: 10;
}

#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;
}

#contentWrap {
  background: #77bdf3 url(/50th/voice/img/common/bg_top.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  min-width: 1000px;
}
#contentWrap #content {
  background: url(/50th/voice/img/common/bg_bottom.png) bottom center no-repeat;
  padding: 0 0 345px;
  position: relative;
}

#main {
  position: relative;
}
#main .cloud01 {
  position: absolute;
  right: -126px;
  top: 98px;
}
#main .cloud02 {
  position: absolute;
  left: -130px;
  top: 458px;
}
#main .cloud03 {
  position: absolute;
  right: -126px;
  top: 772px;
}
#main .airplane01 {
  position: absolute;
  right: -74px;
  top: 240px;
}
#main .airplane02 {
  position: absolute;
  left: -90px;
  top: 424px;
}
#main .airplane03 {
  position: absolute;
  right: -60px;
  top: 772px;
}
#main .airplane04 {
  position: absolute;
  right: 160px;
  bottom: 125px;
}

.voiceHead {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
.voiceHead .ttl {
  position: absolute;
  right: 0;
  top: 88px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url('/50th/voice/img/common/sprite-scc1e6ae813.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 540px;
  height: 78px;
  background-position: 0 -20px;
}
.voiceHead .txt {
  position: absolute;
  right: 0;
  top: 200px;
  width: 545px;
  text-align: center;
  font-size: 114.28571%;
}

#topicPath {
  background: rgba(170, 0, 0, 0.7);
}
#topicPath ol {
  width: 100%;
  min-width: 1000px;
  max-width: 1270px;
  text-align: center;
  margin: 0 auto;
  padding: 8px 0;
}
#topicPath ol li {
  line-height: 1.2;
  color: #fff;
  font-size: 92.85714%;
  display: inline-block;
}
#topicPath ol li a {
  color: #fff;
  padding-right: 30px;
  position: relative;
}
#topicPath ol li a:after {
  background: url('/50th/voice/img/common/sprite-scc1e6ae813.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 9px;
  height: 10px;
  background-position: 0 0;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* print
--------------------------------------------------------------- */
@media print {
  body {
    zoom: 75%;
  }

  html:lang(ja) body {
    zoom: 1;
  }

  #pageTop {
    display: none !important;
  }
}
/* style for indexpage 
-------------------------------------------------------------------- */
#main {
  width: 100%;
  min-width: 1000px;
  max-width: 1270px;
  margin: 0 auto;
}
#main #voiceContent {
  position: relative;
  z-index: 2;
  padding: 0 0 0 114px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1960px;
  background: url("/50th/voice/img/index/flow_year.png") 10px 25px no-repeat;
}
#main #voiceContent .inner {
  position: relative;
}
#main .voiceList li {
  position: absolute;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main .voiceList li:after, #main .voiceList li:before {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main .voiceList li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#main .voiceList li:hover:after, #main .voiceList li:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#main .voiceList li:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  pointer-events: none;
}
#main .voiceList li a {
  display: block;
  padding-top: 55px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 312px;
  height: 312px;
}
#main .voiceList li .year {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
#main .voiceList li .name {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 14px auto 0;
}
#main .voiceList li .department {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 12px auto 0;
}
#main .voiceList li#morii {
  top: 25px;
  left: 13%;
  background: url("/50th/voice/img/index/bg_circle_01.png") center center no-repeat;
}
#main .voiceList li#morii .year {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 131px;
  height: 56px;
  background-position: 0 -1008px;
}
#main .voiceList li#morii .name {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 173px;
  height: 59px;
  background-position: 0 -296px;
}
#main .voiceList li#morii .department {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 112px;
  height: 18px;
  background-position: 0 0;
}
#main .voiceList li#morii:after {
  right: -88px;
  top: 168px;
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 184px;
  height: 84px;
  background-position: 0 0;
}
#main .voiceList li#wakabayashi {
  top: 82px;
  left: 56%;
  background: url("/50th/voice/img/index/bg_circle_02.png") center center no-repeat;
}
#main .voiceList li#wakabayashi .year {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 137px;
  height: 56px;
  background-position: 0 -1074px;
}
#main .voiceList li#wakabayashi .name {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 174px;
  height: 59px;
  background-position: 0 -365px;
}
#main .voiceList li#wakabayashi .department {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 112px;
  height: 17px;
  background-position: 0 -28px;
}
#main .voiceList li#wakabayashi:after {
  right: -64px;
  top: 193px;
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 166px;
  height: 77px;
  background-position: 0 -94px;
}
#main .voiceList li#satou {
  top: 335px;
  left: 25%;
  background: url("/50th/voice/img/index/bg_circle_04.png") center center no-repeat;
}
#main .voiceList li#satou a {
  padding-top: 48px;
}
#main .voiceList li#satou .year {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 134px;
  height: 56px;
  background-position: 0 -1206px;
}
#main .voiceList li#satou .name {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 238px;
  height: 80px;
  background-position: 0 -503px;
}
#main .voiceList li#satou .department {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 149px;
  height: 18px;
  background-position: 0 -101px;
}
#main .voiceList li#satou:after {
  right: -75px;
  top: 70px;
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 165px;
  height: 90px;
  background-position: 0 -294px;
}
#main .voiceList li#satou:before {
  bottom: 40px;
}
#main .voiceList li#ueda {
  top: 580px;
  left: 52%;
  background: url("/50th/voice/img/index/bg_circle_05.png") center center no-repeat;
}
#main .voiceList li#ueda .year {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 138px;
  height: 56px;
  background-position: 0 -1272px;
}
#main .voiceList li#ueda .name {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 213px;
  height: 59px;
  background-position: 0 -593px;
}
#main .voiceList li#ueda .department {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 113px;
  height: 18px;
  background-position: 0 -129px;
}
#main .voiceList li#ueda:after {
  left: -9px;
  top: -38px;
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 198px;
  height: 95px;
  background-position: 0 -394px;
}
#main .voiceList li#akiyoshi {
  top: 660px;
  left: 6%;
  background: url("/50th/voice/img/index/bg_circle_06.png") center center no-repeat;
}
#main .voiceList li#akiyoshi .year {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 139px;
  height: 56px;
  background-position: 0 -1338px;
}
#main .voiceList li#akiyoshi .name {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 174px;
  height: 59px;
  background-position: 0 -662px;
}
#main .voiceList li#akiyoshi .department {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 113px;
  height: 18px;
  background-position: 0 -157px;
}
#main .voiceList li#akiyoshi:after {
  left: -60px;
  top: 66px;
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 159px;
  height: 96px;
  background-position: 0 -499px;
}
#main .voiceList li#itou {
  top: 856px;
  left: 70%;
  background: url("/50th/voice/img/index/bg_circle_07.png") center center no-repeat;
}
#main .voiceList li#itou .year {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 149px;
  height: 56px;
  background-position: 0 -1404px;
}
#main .voiceList li#itou .name {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 181px;
  height: 59px;
  background-position: 0 -731px;
}
#main .voiceList li#itou .department {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 196px;
  height: 18px;
  background-position: 0 -185px;
}
#main .voiceList li#itou:after {
  left: -88px;
  top: 78px;
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 176px;
  height: 79px;
  background-position: 0 -605px;
}
#main .voiceList li#mizutani {
  top: 946px;
  left: 31%;
  background: url("/50th/voice/img/index/bg_circle_08.png") center center no-repeat;
}
#main .voiceList li#mizutani .year {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 137px;
  height: 56px;
  background-position: 0 -1470px;
}
#main .voiceList li#mizutani .name {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 197px;
  height: 60px;
  background-position: 0 -800px;
}
#main .voiceList li#mizutani .department {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 95px;
  height: 17px;
  background-position: 0 -213px;
}
#main .voiceList li#mizutani:after {
  right: -94px;
  top: 196px;
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 203px;
  height: 95px;
  background-position: 0 -694px;
}
#main .voiceList li#fujitani {
  top: 1200px;
  left: 7%;
  background: url("/50th/voice/img/index/bg_circle_09.png") center center no-repeat;
}
#main .voiceList li#fujitani .year {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 141px;
  height: 56px;
  background-position: 0 -1536px;
}
#main .voiceList li#fujitani .name {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 214px;
  height: 59px;
  background-position: 0 -870px;
}
#main .voiceList li#fujitani .department {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 95px;
  height: 18px;
  background-position: 0 -240px;
}
#main .voiceList li#fujitani:after {
  left: -70px;
  top: 180px;
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 181px;
  height: 81px;
  background-position: 0 -799px;
}
#main .voiceList li#matsutani {
  top: 1245px;
  left: 54%;
  background: url("/50th/voice/img/index/bg_circle_10.png") center center no-repeat;
}
#main .voiceList li#matsutani .year {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 139px;
  height: 56px;
  background-position: 0 -1602px;
}
#main .voiceList li#matsutani .name {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 173px;
  height: 59px;
  background-position: 0 -939px;
}
#main .voiceList li#matsutani .department {
  background: url('/50th/voice/img/index/txt-s1a06cca124.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 113px;
  height: 18px;
  background-position: 0 -268px;
}
#main .voiceList li#matsutani:after {
  right: -114px;
  top: 142px;
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 197px;
  height: 92px;
  background-position: 0 -890px;
}
#main .voiceList li.close {
  width: 312px;
  height: 312px;
}
#main .voiceList li.close:before {
  display: none;
}
#main .voiceList li.close:hover {
  opacity: 1 !important;
}
#main .voiceList li.close:hover:after {
  opacity: 1 !important;
}
#main .voiceList li.close .comingsoon {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .voiceList li:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  pointer-events: none;
}
#main .voiceList li.literature:before {
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 79px;
  height: 17px;
  background-position: 0 -1046px;
}
#main .voiceList li.sociology:before {
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 79px;
  height: 17px;
  background-position: 0 -992px;
}
#main .voiceList li.education:before {
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 79px;
  height: 17px;
  background-position: 0 -1073px;
}
#main .voiceList li.medicine:before {
  background: url('/50th/voice/img/index/sprite-s9845b2f240.png');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 79px;
  height: 17px;
  background-position: 0 -1019px;
}
