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

	FileName	:	style.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;
  }
}
/* contents
---------------------------------------------------------------------------*/
#contentWrap #content {
  padding: 0 0 540px;
}
#contentWrap #content:after {
  content: "";
  display: block;
  clear: both;
}

.spOnly {
  display: none;
}
@media only screen and (max-width: 640px) {
  .spOnly {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
}

#main {
  width: 95%;
  min-width: 1000px;
  max-width: 1270px;
  margin: 0 auto;
  padding: 70px 0 0;
}
#main #voiceContent {
  position: relative;
  z-index: 2;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main #voiceContent .inner {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}
#main #voiceContent section {
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#main #voiceContent section.interview {
  padding: 45px 45px 60px;
}
#main #voiceContent section.interview .headArea:after {
  content: "";
  display: block;
  clear: both;
}
#main #voiceContent section.interview .headArea .img {
  float: left;
  margin: -20px 25px 0 -15px;
}
#main #voiceContent section.interview .headArea h1 {
  display: inline-block;
}
#main #voiceContent section.interview .headArea h1 .year {
  display: block;
  margin: 5px 0 0;
}
#main #voiceContent section.interview .headArea h1 .name {
  display: block;
  margin: 15px 0 0;
}
#main #voiceContent section.interview .headArea .airplane {
  position: absolute;
  right: -32px;
  top: 24px;
}
#main #voiceContent section.interview .headArea:after {
  content: '';
  display: block;
  width: 382px;
  height: 160px;
  position: absolute;
  right: -32px;
  top: 50px;
}
#main #voiceContent section.interview .txtBlock {
  padding: 0 15px 40px;
}
#main #voiceContent section.interview .txtBlock:last-child {
  background: none;
  padding-bottom: 0;
}
#main #voiceContent section.message {
  margin: 50px 0 0;
  padding: 40px 45px 35px;
}
#main #voiceContent section.message h2 {
  text-align: center;
  margin-top: 0;
}
#main.literature .headArea:after {
  background: url("/50th/voice/img/subpage/airplane_l_orange.png") 0 0 no-repeat;
}
#main.literature .txtBlock {
  background: url("../img/subpage/line_orange.png") center bottom no-repeat;
}
#main.literature h3:before {
  background: #c95704;
}
#main.literature ul li:before {
  background: #c95704;
}
#main.literature ul.link li:before {
  background: url("../img/subpage/ico_link_orange.png") 0 0 no-repeat;
}
#main.literature ul.link li a {
  color: #c95704;
}
#main.education .headArea:after {
  background: url("/50th/voice/img/subpage/airplane_l_red.png") 0 0 no-repeat;
}
#main.education .txtBlock {
  background: url("../img/subpage/line_red.png") center bottom no-repeat;
}
#main.education h3:before {
  background: #b60005;
}
#main.education ul li:before {
  background: #b60005;
}
#main.education ul.link li:before {
  background: url("../img/subpage/ico_link_red.png") 0 0 no-repeat;
}
#main.education ul.link li a {
  color: #b60005;
}
#main.medicine .headArea:after {
  background: url("/50th/voice/img/subpage/airplane_l_green.png") 0 0 no-repeat;
}
#main.medicine .txtBlock {
  background: url("../img/subpage/line_green.png") center bottom no-repeat;
}
#main.medicine h3:before {
  background: #347a29;
}
#main.medicine ul li:before {
  background: #347a29;
}
#main.medicine ul.link li:before {
  background: url("../img/subpage/ico_link_green.png") 0 0 no-repeat;
}
#main.medicine ul.link li a {
  color: #347a29;
}
#main.sociology .headArea:after {
  background: url("/50th/voice/img/subpage/airplane_l_blue.png") 0 0 no-repeat;
}
#main.sociology .txtBlock {
  background: url("../img/subpage/line_blue.png") center bottom no-repeat;
}
#main.sociology h3:before {
  background: #1756d4;
}
#main.sociology ul li:before {
  background: #1756d4;
}
#main.sociology ul.link li:before {
  background: url("../img/subpage/ico_link_blue.png") 0 0 no-repeat;
}
#main.sociology ul.link li a {
  color: #1756d4;
}
#main em {
  font-weight: bold;
}
#main strong {
  color: #333;
  font-weight: bold;
}
#main *.txtC {
  text-align: center;
}
#main *.txtR {
  text-align: right;
}
#main *.txtL {
  text-align: left;
}
#main *.big {
  font-size: 114.28571%;
  font-weight: bold;
}
#main p, #main ul, #main ol, #main dl {
  margin: 1em 0;
}
#main p {
  line-height: 1.8;
}
#main img {
  max-width: 100%;
  height: auto;
}
#main img.imgBorder {
  border: 3px solid #ddd;
}
#main section {
  margin: 1em 0;
  width: 100%;
}
#main h2 {
  margin: 35px 0 20px;
  line-height: 1;
}
#main h3 {
  margin: 1.6em 0 0.6em;
  padding: 0 0 0 22px;
  font-size: 121.42857%;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
#main h3:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0.15em;
  border-radius: 15px;
  background: #000;
}
#main h4 {
  margin: 1.8em 0 0.5em;
  font-size: 121.42857%;
  font-weight: bold;
  line-height: 1.4;
}
#main h4 + p, #main h4 + ul, #main h4 + ol, #main h4 + dl {
  margin-top: 0.8em;
}
#main h5 {
  margin: 1.5em 0 0.8em;
  font-size: 121.42857%;
  line-height: 1.4;
}
#main h5 + p, #main h5 + ul, #main h5 + ol, #main h5 + dl {
  margin-top: 0.6em;
}
#main h6 {
  margin: 1.5em 0 0.6em;
  font-size: 114.28571%;
  line-height: 1.4;
}
#main h6 + p, #main h6 + ul, #main h6 + ol, #main h6 + dl {
  margin-top: 0.6em;
}
#main p.lead {
  margin: 1.4em 0 0.6em;
  line-height: 1.4;
  font-size: 157.14286%;
  color: #333;
}
@media only screen and (max-width: 640px) {
  #main p.lead {
    margin: 1.2em 0 0.6em;
  }
}
#main p.link {
  position: relative;
  padding: 0;
}
#main p.link:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
}
#main p.link a {
  display: inline-block;
  padding: 0 0 0 24px;
}
#main p.komeMark {
  padding-left: 1em;
  text-indent: -1em;
}
#main dl dt {
  font-weight: bold;
}
#main dl dd {
  margin: 0.5em 0 1.5em;
}
#main dl dd ul {
  margin: 0;
}
#main ul {
  margin: 1.2em 0;
  padding: 0 0 0 4px;
}
#main ul li {
  margin: 0.6em 0;
  padding: 0 0 0 15px;
  position: relative;
}
#main ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  background: #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#main ul li ul {
  margin: 0.6em 0;
}
#main ul li ul li {
  font-size: 92.85714%;
  padding: 0 0 0 13px;
}
#main ul li ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#main ul.link {
  padding: 0;
}
#main ul.link li {
  position: relative;
  padding: 0;
}
#main ul.link li:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0.1em;
}
#main ul.link li a {
  display: inline-block;
  padding: 0 0 0 24px;
}
#main ol {
  list-style-type: none;
  counter-reset: num;
}
#main ol li {
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 0.8em;
}
#main ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.54em;
  font-size: 107.14286%;
  line-height: 1.3;
  color: #333;
}
#main ol li ol {
  margin: 0.6em 0;
}
#main ol li ol li {
  font-size: 92.85714%;
  padding: 0 0 0 42px;
}
#main ol li ol li:before {
  font-size: 100%;
  width: 2.8em;
  line-height: 1.5;
}
#main ol li ul {
  counter-reset: num;
  margin: 0.6em 0;
}
#main ol li ul li {
  padding: 0 0 0 15px;
  font-size: 92.85714%;
}
#main ol li ul li:before {
  content: "";
  display: none;
}
#main ul.noStyle {
  padding: 0;
  margin: 1em 0;
}
#main ul.noStyle li {
  padding: 0;
  margin: 0 0 15px;
  line-height: 1.3;
}
#main ul.noStyle li:after {
  background: none;
}
#main ul.columLink {
  margin: 1.5em 0;
  padding: 0;
  width: 100%;
}
#main ul.columLink:after {
  content: "";
  display: block;
  clear: both;
}
#main ul.columLink li {
  float: left;
  width: 49%;
  margin: 0 0 10px;
  padding: 0;
  border: 3px double #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #main ul.columLink li {
    float: none;
    width: 100%;
  }
}
#main ul.columLink li:nth-child(2n) {
  float: right;
}
@media only screen and (max-width: 640px) {
  #main ul.columLink li:nth-child(2n) {
    float: none;
  }
}
#main ul.columLink li:nth-child(2n+1) {
  clear: left;
}
@media only screen and (max-width: 640px) {
  #main ul.columLink li:nth-child(2n+1) {
    clear: none;
  }
}
#main ul.columLink li:after {
  display: none;
}
#main ul.columLink li a {
  display: block;
  padding: 10px 5px 10px 30px;
  text-decoration: none;
  color: #333;
  position: relative;
}
#main ul.columLink li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}
#main ul.columLink li a:hover {
  background-color: #f2f2f2;
}
#main ul.columLink + h2 {
  margin-top: 1.5em !important;
}
#main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: none;
  border-top: 1px solid #ddd;
  margin: 1.2em 0;
}
#main table caption {
  font-weight: bold;
  padding: 0 0 0.2em 8px;
  border-left: 3px solid #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
#main table td {
  word-break: break-all;
}
#main table th, #main table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 8px;
  vertical-align: middle;
}
#main table th:last-child, #main table tr td:last-child {
  border-right: none;
}
#main table th {
  background: #333;
  color: #333;
  font-weight: bold;
}
#main table thead th, #main table thead td {
  background: #333;
  color: #fff;
  font-size: 107.14286%;
  text-align: center;
}
#main table tfoot th, #main table tfoot td {
  background: #eee;
  color: #333;
  text-align: center;
}
#main p.noteSp, #main p.note {
  margin: -1em 0 2em;
  font-size: 78.57143%;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
#main p.noteSp {
  color: #e63e0b;
}
#main ul.notesSp, #main ul.notes {
  margin: -1em 0 1.5em;
  padding: 0;
}
#main ul.notesSp li, #main ul.notes li {
  font-size: 78.57143%;
  background: none;
  padding: 0;
  margin: 0 0 0.3em;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
#main ul.notesSp li:before, #main ul.notes li:before {
  display: none;
}
#main ul.notesSp li {
  color: #e63e0b;
}
#main figure {
  margin: 0;
}
#main figure figcaption {
  font-size: 78.57143%;
  text-align: center;
  padding: 5px 0 0 0;
}
#main .figRight figure {
  float: right;
  margin: 0 0 15px 20px;
}
#main .figLeft figure {
  float: left;
  margin: 0 20px 15px 0;
}
#main .figLeft, #main .figRight {
  margin: 1.5em 0 0.5em;
}
#main .figLeft:after, #main .figRight:after {
  content: "";
  display: block;
  clear: both;
}
#main .figLeft figure img, #main .figRight figure img {
  max-width: 100%;
}
#main .figLeft h2, #main .figLeft h3, #main .figLeft h4, #main .figLeft h5, #main .figRight h2, #main .figRight h3, #main .figRight h4, #main .figRight h5 {
  overflow: hidden;
}
#main .figColum2 {
  margin: 2em auto;
  text-align: center;
}
#main .figColum2:after {
  content: "";
  display: block;
  clear: both;
}
#main .figColum2 figure {
  width: 49%;
  margin: 0 0 12px 2%;
  float: left;
}
#main .figColum2 figure:nth-child(2n+1) {
  margin: 0 0 12px;
}
#main .figColum3 {
  margin: 2em auto;
  text-align: center;
}
#main .figColum3:after {
  content: "";
  display: block;
  clear: both;
}
#main .figColum3 figure {
  width: 32%;
  margin: 0 0 12px 2%;
  float: left;
}
#main .figColum3 figure:first-child {
  margin: 0;
}
#main .figColum3 figure:nth-child(3n+1) {
  margin: 0 0 12px;
}
@media only screen and (max-width: 640px) {
  #main .figColum3 figure {
    width: 49%;
    margin: 0 0 12px 2%;
  }
  #main .figColum3 figure:nth-child(3n+1) {
    margin: 0 0 12px 2%;
  }
  #main .figColum3 figure:nth-child(2n+1) {
    margin: 0 0 12px;
  }
}
#main .figColum4 {
  margin: 2em auto;
  text-align: center;
}
#main .figColum4:after {
  content: "";
  display: block;
  clear: both;
}
#main .figColum4 figure {
  width: 23.5%;
  margin: 0 0 12px 2%;
  float: left;
}
#main .figColum4 figure:first-child {
  margin: 0;
}
#main .figColum4 figure:nth-child(4n+1) {
  margin: 0 0 12px;
}
@media only screen and (max-width: 640px) {
  #main .figColum4 figure {
    text-align: center;
    width: 100%;
    float: none;
    margin: 0.8em auto;
    display: block;
  }
}
#main .box1, #main .box2, #main .box3 {
  border: 1px solid #ddd;
  margin: 1em 0 1.2em;
  padding: 15px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#main .box1 *:first-child, #main .box2 *:first-child, #main .box3 *:first-child {
  margin-top: 0 !important;
}
#main .box1 *:last-child, #main .box2 *:last-child, #main .box3 *:last-child {
  margin-bottom: 0 !important;
}
#main .box2 {
  background: #f2f2f2;
}
#main .box3 {
  border: 1px solid #333;
}

/* width設定
-------------------------------------------------------------------- */
#main .wid5 {
  width: 5% !important;
}

#main .wid6 {
  width: 6% !important;
}

#main .wid7 {
  width: 7% !important;
}

#main .wid8 {
  width: 8% !important;
}

#main .wid9 {
  width: 9% !important;
}

#main .wid10 {
  width: 10% !important;
}

#main .wid11 {
  width: 11% !important;
}

#main .wid12 {
  width: 12% !important;
}

#main .wid13 {
  width: 13% !important;
}

#main .wid14 {
  width: 14% !important;
}

#main .wid15 {
  width: 15% !important;
}

#main .wid16 {
  width: 16% !important;
}

#main .wid17 {
  width: 17% !important;
}

#main .wid18 {
  width: 18% !important;
}

#main .wid19 {
  width: 19% !important;
}

#main .wid20 {
  width: 20% !important;
}

#main .wid21 {
  width: 21% !important;
}

#main .wid22 {
  width: 22% !important;
}

#main .wid23 {
  width: 23% !important;
}

#main .wid24 {
  width: 24% !important;
}

#main .wid25 {
  width: 25% !important;
}

#main .wid26 {
  width: 26% !important;
}

#main .wid27 {
  width: 27% !important;
}

#main .wid28 {
  width: 28% !important;
}

#main .wid29 {
  width: 29% !important;
}

#main .wid30 {
  width: 30% !important;
}

#main .wid31 {
  width: 31% !important;
}

#main .wid32 {
  width: 32% !important;
}

#main .wid33 {
  width: 33% !important;
}

#main .wid34 {
  width: 34% !important;
}

#main .wid35 {
  width: 35% !important;
}

#main .wid36 {
  width: 36% !important;
}

#main .wid37 {
  width: 37% !important;
}

#main .wid38 {
  width: 38% !important;
}

#main .wid39 {
  width: 39% !important;
}

#main .wid40 {
  width: 40% !important;
}

#main .wid41 {
  width: 41% !important;
}

#main .wid42 {
  width: 42% !important;
}

#main .wid43 {
  width: 43% !important;
}

#main .wid44 {
  width: 44% !important;
}

#main .wid45 {
  width: 45% !important;
}

#main .wid46 {
  width: 46% !important;
}

#main .wid47 {
  width: 47% !important;
}

#main .wid48 {
  width: 48% !important;
}

#main .wid49 {
  width: 49% !important;
}

#main .wid50 {
  width: 50% !important;
}

#main .wid51 {
  width: 51% !important;
}

#main .wid52 {
  width: 52% !important;
}

#main .wid53 {
  width: 53% !important;
}

#main .wid54 {
  width: 54% !important;
}

#main .wid55 {
  width: 55% !important;
}

#main .wid56 {
  width: 56% !important;
}

#main .wid57 {
  width: 57% !important;
}

#main .wid58 {
  width: 58% !important;
}

#main .wid59 {
  width: 59% !important;
}

#main .wid60 {
  width: 60% !important;
}

#main .wid61 {
  width: 61% !important;
}

#main .wid62 {
  width: 62% !important;
}

#main .wid63 {
  width: 63% !important;
}

#main .wid64 {
  width: 64% !important;
}

#main .wid65 {
  width: 65% !important;
}

#main .wid66 {
  width: 66% !important;
}

#main .wid67 {
  width: 67% !important;
}

#main .wid68 {
  width: 68% !important;
}

#main .wid69 {
  width: 69% !important;
}

#main .wid70 {
  width: 70% !important;
}

#main .wid71 {
  width: 71% !important;
}

#main .wid72 {
  width: 72% !important;
}

#main .wid73 {
  width: 73% !important;
}

#main .wid74 {
  width: 74% !important;
}

#main .wid75 {
  width: 75% !important;
}

#main .wid76 {
  width: 76% !important;
}

#main .wid77 {
  width: 77% !important;
}

#main .wid78 {
  width: 78% !important;
}

#main .wid79 {
  width: 79% !important;
}

#main .wid80 {
  width: 80% !important;
}

#main .wid81 {
  width: 81% !important;
}

#main .wid82 {
  width: 82% !important;
}

#main .wid83 {
  width: 83% !important;
}

#main .wid84 {
  width: 84% !important;
}

#main .wid85 {
  width: 85% !important;
}

#main .wid86 {
  width: 86% !important;
}

#main .wid87 {
  width: 87% !important;
}

#main .wid88 {
  width: 88% !important;
}

#main .wid89 {
  width: 89% !important;
}

#main .wid90 {
  width: 90% !important;
}

#main .wid91 {
  width: 91% !important;
}

#main .wid92 {
  width: 92% !important;
}

#main .wid93 {
  width: 93% !important;
}

#main .wid94 {
  width: 94% !important;
}

#main .wid95 {
  width: 95% !important;
}

#main .wid96 {
  width: 96% !important;
}

#main .wid97 {
  width: 97% !important;
}

#main .wid98 {
  width: 98% !important;
}

#main .wid99 {
  width: 99% !important;
}

#main .wid100 {
  width: 100% !important;
}

#main .wid101 {
  width: 101% !important;
}

#main .wid102 {
  width: 102% !important;
}

#main .wid103 {
  width: 103% !important;
}

#main .wid104 {
  width: 104% !important;
}

#main .wid105 {
  width: 105% !important;
}

@media print {
  #pagetop {
    display: none !important;
  }
}
