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

	FileName	:	top.css
	Generator	:	Compass

-------------------------------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html.ie {
  font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
}

/**
 * Remove default margin.
 */
body {
  color: #525252;
  font-size: 81.25%;
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  color: #24b47a;
}
a:hover {
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

p {
  margin: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  vertical-align: top;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  background: url("../img/global/headline.png") repeat-x top center;
}

@media (max-width: 640px) {
  body.sidr-open {
    height: 100%;
    overflow: hidden;
  }

  .sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 240px;
    overflow-x: none;
    overflow-y: auto;
    background: #00995c;
    -webkit-box-shadow: 0 0 15px 2px #666;
    -moz-box-shadow: 0 0 15px 2px #666;
    box-shadow: 0 0 15px 2px #666;
  }

  .sidr .sidr-inner {
    padding: 0 0 15px;
  }

  .sidr .sidr-inner > p {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sidr.right {
    left: auto;
    right: -240px;
  }

  .sidr.left {
    left: -240px;
    right: auto;
  }
}
@media (min-width: 641px) {
  #wrapper {
    padding: 0;
    margin: 0 !important;
  }
}
@media (max-width: 640px) {
  #wrapper {
    padding: 0;
  }
}
@media (min-width: 641px) {
  #wrapper > header {
    position: relative;
    width: 1000px;
    height: 415px;
    margin: 0 auto 5px;
  }
  #wrapper > header h1 {
    position: absolute;
    top: 5px;
    left: -50px;
  }
  #wrapper > header h1 a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 230px;
    width: 280px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -1540px;
  }
}
@media (max-width: 640px) {
  #wrapper > header {
    position: relative;
    width: 100%;
    height: 180px;
    margin: 0 auto 0px;
  }
  #wrapper > header h1 {
    position: absolute;
    top: 5px;
    left: 5px;
  }
  #wrapper > header h1 a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 115px;
    width: 140px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -2020px;
  }
  .retina #wrapper > header h1 a {
    background-position: 0 -770px;
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    -ms-background-size: 140px auto;
    background-size: 140px auto;
  }
  #wrapper > header #nav {
    display: none;
  }
}
@media (min-width: 641px) {
  #wrapper > footer {
    position: relative;
    padding: 0;
  }
  #wrapper > footer #footInfo {
    background: #f2f2f2;
  }
  #wrapper > footer #footInfo #footInfoInner {
    width: 1000px;
    margin: 0 auto;
  }
  #wrapper > footer #footInfo #footInfoInner ul {
    padding: 18px 0;
  }
  #wrapper > footer #footInfo #footInfoInner ul:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #wrapper > footer #footInfo #footInfoInner ul li {
    float: left;
    border-left: 1px solid #c0c0c0;
    padding: 0 12px;
  }
  #wrapper > footer #footInfo #footInfoInner ul li a {
    display: inline-block;
    color: #525252;
    text-decoration: none;
    font-size: 84.61538%;
  }
  #wrapper > footer #footInfo #footInfoInner ul li a:hover {
    color: #24b47a;
  }
  #wrapper > footer #footInfo #footInfoInner ul li:first-child {
    border: none;
    padding-left: 0;
  }
  #wrapper > footer #footSec {
    width: 1000px;
    margin: 20px auto 40px;
    font-size: 84.61538%;
  }
  #wrapper > footer #footSec:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #wrapper > footer #footSec ul {
    float: left;
  }
  #wrapper > footer #footSec ul:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #wrapper > footer #footSec ul li {
    float: left;
    border-left: 1px solid #c0c0c0;
    padding: 0 12px;
  }
  #wrapper > footer #footSec ul li:first-child {
    border: none;
    padding-left: 0;
  }
  #wrapper > footer #footSec ul li a {
    text-decoration: none;
  }
  #wrapper > footer #footSec #footSecInner {
    float: right;
    text-align: right;
  }
  #wrapper > footer #footSec #footSecInner address {
    font-style: normal;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  #wrapper > footer {
    text-align: center;
  }
  #wrapper > footer #footInfo {
    background: #f2f2f2;
    font-size: 84.61538%;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  #wrapper > footer #footInfo:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #wrapper > footer #footInfo ul li {
    float: left;
    width: 50%;
  }
  #wrapper > footer #footInfo ul li a {
    text-decoration: none;
  }
  #wrapper > footer #footSec {
    font-size: 84.61538%;
    margin: 0 0 20px;
  }
  #wrapper > footer #footSec ul {
    margin-bottom: 10px;
  }
  #wrapper > footer #footSec ul li a {
    text-decoration: none;
  }
  #wrapper > footer #footSec #footSecInner {
    text-align: center;
  }
  #wrapper > footer #footSec #footSecInner address {
    font-style: normal;
  }
}

@media (min-width: 641px) {
  #global {
    position: absolute;
    top: 365px;
    left: 0px;
    width: 1000px;
  }
  #global h2 {
    display: none;
  }
  #global ul {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 1000px;
    display: table;
  }
  #global ul li {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #ddd;
  }
  #global ul li:first-child {
    border-left: 1px solid #ddd;
  }
  #global ul li a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 139px;
    height: 46px;
    border: 1px solid #fff;
    position: relative;
  }
  #global ul li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    right: 3px;
    height: 5px;
    width: 5px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -1525px;
  }
  #global .gNav01 a {
    background: url("../img/global/gnav01.png") no-repeat center center;
  }
  #global .gNav01 a:hover, #global .gNav01 a.active {
    background: url("../img/global/gnav01.png") #cce73a no-repeat center center;
  }
  #global .gNav02 a {
    background: url("../img/global/gnav02.png") no-repeat center center;
  }
  #global .gNav02 a:hover, #global .gNav02 a.active {
    background: url("../img/global/gnav02.png") #cce73a no-repeat center center;
  }
  #global .gNav03 a {
    background: url("../img/global/gnav03.png") no-repeat center center;
  }
  #global .gNav03 a:hover, #global .gNav03 a.active {
    background: url("../img/global/gnav03.png") #cce73a no-repeat center center;
  }
  #global .gNav04 a {
    background: url("../img/global/gnav04.png") no-repeat center center;
  }
  #global .gNav04 a:hover, #global .gNav04 a.active {
    background: url("../img/global/gnav04.png") #cce73a no-repeat center center;
  }
  #global .gNav05 a {
    background: url("../img/global/gnav05.png") no-repeat center center;
  }
  #global .gNav05 a:hover, #global .gNav05 a.active {
    background: url("../img/global/gnav05.png") #cce73a no-repeat center center;
  }
  #global .gNav06 a {
    background: url("../img/global/gnav06.png") no-repeat center center;
  }
  #global .gNav06 a:hover, #global .gNav06 a.active {
    background: url("../img/global/gnav06.png") #cce73a no-repeat center center;
  }
  #global .gNav07 a {
    background: url("../img/global/gnav07.png") no-repeat center center;
  }
  #global .gNav07 a:hover, #global .gNav07 a.active {
    background: url("../img/global/gnav07.png") #cce73a no-repeat center center;
  }
}

@media (min-width: 641px) {
  #target h2 {
    display: none;
  }
  #target ul {
    position: absolute;
    top: 85px;
    right: 0px;
  }
  #target ul:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #target ul li {
    float: left;
    margin: 0 0 0 14px;
    border-left: 1px solid #ddd;
    padding: 3px 0 3px 14px;
  }
  #target ul li a {
    display: inline-block;
  }
  #target ul li:first-child {
    border: none;
    margin-left: 0;
  }
  #target .future a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 12px;
    width: 73px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -2347px;
  }
  #target .future a:hover {
    background-position: 0 -2369px;
  }
  #target .inside a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 12px;
    width: 61px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -2435px;
  }
  #target .inside a:hover {
    background-position: 0 -2457px;
  }
  #target .parents a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 12px;
    width: 73px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -2479px;
  }
  #target .parents a:hover {
    background-position: 0 -2501px;
  }
  #target .alumni a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 12px;
    width: 72px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -2303px;
  }
  #target .alumni a:hover {
    background-position: 0 -2325px;
  }
  #target .general a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 12px;
    width: 91px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -2391px;
  }
  #target .general a:hover {
    background-position: 0 -2413px;
  }
  #target .researcher a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 12px;
    width: 116px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -2523px;
  }
  #target .researcher a:hover {
    background-position: 0 -2545px;
  }
}

@media (min-width: 641px) {
  #assist ul {
    position: absolute;
    top: 40px;
    right: 400px; /*  260px  */ /* 20160913 */
  }
  #assist ul:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #assist ul li {
    float: left;
    padding: 0 0 0 14px;
  }
  #assist ul li a {
    display: inline-block;
  }
  #assist .topPage {
    display: none;
  }
  #assist .inquiry a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 12px;
    width: 68px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -44px;
  }
  #assist .inquiry a:hover {
    background-position: 0 -66px;
  }
  #assist .request a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 12px;
    width: 57px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -132px;
  }
  #assist .request a:hover {
    background-position: 0 -154px;
  }
  #assist .access a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 12px;
    width: 80px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 0;
  }
  #assist .access a:hover {
    background-position: 0 -22px;
  }
  #assist .library a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 12px;
    width: 45px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -88px;
  }
  #assist .library a:hover {
    background-position: 0 -110px;
  }
}

@media (min-width: 641px) {
  #menu {
    display: none;
  }
  
  #s_icon_f_l{ /* 20160913 */
	display: none;  
  }
}
@media (max-width: 640px) {
  #menu {
    position: absolute;
    top: 22px;
    right: 22px;
  }
  #menu a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 32px;
    width: 32px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -2145px;
  }
  .retina #menu a {
    background-position: 0 -1093px;
    -webkit-background-size: 140px auto;
    -moz-background-size: 140px auto;
    -o-background-size: 140px auto;
    -ms-background-size: 140px auto;
    background-size: 140px auto;
  }
  
  #s_icon_f_l{ /* 20160913 */
    position: absolute;
    top: 22px;
    right: 70px;
  }
  #icon_f_l { /* 20160913 */
	display: none;  
  }
  
}

@media (min-width: 641px) {
  #nav {
    display: block;
  }
}
@media (max-width: 640px) {
  #nav {
    display: none;
  }
  #nav h2 {
    color: #fff;
    padding: 5px 10px;
    font-size: 84.61538%;
    background: #008144;
  }
  #nav ul {
    border-bottom: 1px solid #40b385;
  }
  #nav ul li {
    border-bottom: 1px solid #008144;
    border-top: 1px solid #40b385;
  }
  #nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    background: #00995c;
    position: relative;
  }
  #nav ul li a:after {
    content: "";
    width: 4px;
    height: 6px;
    position: absolute;
    top: 44%;
    right: 25px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    height: 6px;
    width: 4px;
    background: url('/univ/img/global/sprite.png') no-repeat 0 -208px;
  }
}

#modal {
  display: none;
}

@media (min-width: 641px) {
  #search { /* 20160913 */
    position: absolute;
    top: 26px;
	right: 140px;
    /*right: 102px;*/ /* 0px */
    background: #eee;
    padding: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    width: 235px;
  }  
   #icon_f_l { /* 20160913 */
    position: absolute; 
    top: 26px;
    right: -13px; /* 0px */
    padding: 5px;
	width: 130px;
    /*width: 80px;*/
  } 
}
@media (max-width: 641px) {
  #search {
    background: #00995c;
  }
}

@media (min-width: 641px) {
  #searchInner:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #searchInner .inText {
    float: left;
  }
  #searchInner .inText input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    width: 159px;
    height: 17px;
    margin: 0px;
    padding: 5px 10px;
    background: #fff;
    outline: 0;
    border: 0;
    font-size: 76.92308%;
  }
  #searchInner .search {
    float: right;
  }
  #searchInner .search input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    width: 47px;
    height: 27px;
    padding: 0;
    margin: 0 0 0 5px;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    border: 0;
    outline: 0;
    background: url("../img/global/icon_search.png") #00995c no-repeat center 5px;
  }
  #searchInner .search input:hover {
    border-top: 1px solid #A0CB79;
    border-left: 1px solid #A0CB79;
    background-color: #A9D680;
  }
}
@media (max-width: 640px) {
  #searchInner form {
    display: table;
    width: 100%;
    padding: 10px 5px 10px 10px;
  }
  #searchInner .inText {
    display: table-cell;
    padding: 0 1px 0 0;
    vertical-align: top;
  }
  #searchInner .inText input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    width: 140px;
    height: 30px;
    padding: 0 10px;
    outline: 0;
    font-size: 76.92308%;
    background: #40b385;
    border: 0;
  }
  #searchInner .search {
    display: table-cell;
    vertical-align: top;
    width: 70px;
    padding-right: 5px;
    padding-left: 5px;
  }
  #searchInner .search input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 0;
    width: 60px;
    height: 30px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    outline: 0;
    background: url("../img/global/icon_search.png") #008144 no-repeat center 6px;
  }
}

.pagetop {
  position: fixed;
  display: none;
}
.pagetop a {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #00995c url("../img/arrow_pagetop.png") no-repeat center center;
  border: 1px solid #40b385;
}
.pagetop a:hover {
  background-color: rgba(0, 152, 94, 0.5);
}
@media (min-width: 641px) {
  .pagetop {
    bottom: 43px;
    left: 50%;
    margin: 0 0 0 530px;
  }
}
@media (max-width: 640px) {
  .pagetop {
    right: 10px;
    bottom: 20px;
  }
}

#wrapper {
  position: relative;
}

#wrapper > header {
  position: relative;
  z-index: 100;
}
@media (min-width: 641px) {
  #wrapper > header {
    height: 125px;
    margin-bottom: 812px;
  }
}
@media (max-width: 640px) {
  #wrapper > header {
    height: 70px;
    margin-bottom: 500px;
  }
  #wrapper > header #feature {
    display: block;
  }
}

#mainVisual0,
#mainVisual1,
#mainVisual7,
#mainVisual8,
#mainVisual9,
#mainVisual10,
#mainVisual12,
#mainVisual13,
#mainVisual14,
#mainVisual15,
#mainVisual16,
#mainVisual17,
#mainVisual18,
#mainVisualA,
#mainVisualB,
#mainVisualC,
#mainVisualD,
#mainVisualE,
#mainVisualF,
#mainVisualG {
  cursor: pointer;
}


#mainVisual {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#mainVisual figure {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
}
#mainVisual figure figcaption {
  display: none;
  font-family: 'Arial';
}
#mainVisual #loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 641px) {
  #mainVisual {
    top: 125px;
    height: 692px;
  }
  #mainVisual #loading {
    margin: -120px 0 0 -24px;
  }
  #mainVisual figure {
    margin: 0 0 0 -730px;
  }
  #mainVisual figure figcaption {
    position: absolute;
    top: 192px;
    left: 235px;
    width: 100%;
  }
  #mainVisual figure figcaption a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
  }
  #mainVisual figure figcaption a .title_oc {
    position: absolute;
    top: 50px;
    left: 350px;
    width: 100%;
    margin: -165px auto 40px;
    height: 290px;
    width: 290px;
    background: url('/univ/img/top/title.png') no-repeat 0 -220px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #mainVisual figure figcaption a .title_education {
    margin-bottom: 10px;
    height: 55px;
    width: 232px;
    background: url('/univ/img/top/title.png') no-repeat 0 -55px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #mainVisual figure figcaption a .text_education {
    height: 45px;
    width: 520px;
    background: url('/univ/img/top/title.png') no-repeat 0 -610px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
  }
  #mainVisual figure figcaption a .title_oralhealth {
    margin-bottom: 10px;
    height: 55px;
    width: 214px;
    background: url('/univ/img/top/title.png') no-repeat 0 -510px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #mainVisual figure figcaption a .text_oralhealth {
    height: 45px;
    width: 403px;
    background: url('/univ/img/top/title.png') no-repeat 0 -745px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
  }
  #mainVisual figure figcaption a .title_medical {
    margin-bottom: 10px;
    height: 55px;
    width: 214px;
    background: url('/univ/img/top/title.png') no-repeat 0 -110px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #mainVisual figure figcaption a .text_medical {
    height: 45px;
    width: 418px;
    background: url('/univ/img/top/title.png') no-repeat 0 -655px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
  }
  #mainVisual figure figcaption a .title_nursing {
    margin-bottom: 10px;
    height: 55px;
    width: 153px;
    background: url('/univ/img/top/title.png') no-repeat 0 -165px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #mainVisual figure figcaption a .text_nursing {
    height: 45px;
    width: 464px;
    background: url('/univ/img/top/title.png') no-repeat 0 -700px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
  }
  #mainVisual figure figcaption a .title_ccn {
    margin-bottom: 10px;
    height: 55px;
    width: 185px;
    background: url('/univ/img/top/title.png') no-repeat 0 0;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #mainVisual figure figcaption a .text_ccn {
    height: 45px;
    width: 499px;
    background: url('/univ/img/top/title.png') no-repeat 0 -565px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
  }
  #mainVisual figure figcaption a:hover {
    color: #84d8b0;
  }
}
@media (max-width: 640px) {
  #mainVisual {
    top: 70px;
    height: 303px;
  }
  #mainVisual #loading {
    margin: -60px 0 0 -24px;
  }
  #mainVisual figure {
    margin: 0 0 0 -320px;
  }
  #mainVisual figure img {
    width: 640px !important;
    height: auto !important;
  }
  #mainVisual figure figcaption {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #mainVisual figure figcaption a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
  }
  #mainVisual figure figcaption a .title_oc {
    position: relative;
    top: -80px;
    width: 145px;
    height: 145px;
    background-image: url("/univ/img/top/title.png");
    background-repeat: no-repeat;
    background-position: 0 -110px;
    -webkit-background-size: 260px auto;
    -moz-background-size: 260px auto;
    -o-background-size: 260px auto;
    -ms-background-size: 260px auto;
    background-size: 260px auto;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #mainVisual figure figcaption a .title_education {
    -webkit-text-stroke: 1.0px #FFFFFF;
    -webkit-text-fill-color: #24B47A;
    display: block;
    font-weight: bold;
    font-size: 230.76923%;
    letter-spacing: 0.01em;
    line-height: 1;
    -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  #mainVisual figure figcaption a .text_education {
    margin-top: 10px;
    font-size: 107.69231%;
    font-weight: bold;
    display: block;
    -webkit-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -moz-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -o-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -ms-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    letter-spacing: 0.01em;
    line-height: 1;
  }
  #mainVisual figure figcaption a .title_oralhealth {
    -webkit-text-stroke: 1.0px #FFFFFF;
    -webkit-text-fill-color: #24B47A;
    display: block;
    font-weight: bold;
    font-size: 230.76923%;
    letter-spacing: 0.01em;
    line-height: 1;
    -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  #mainVisual figure figcaption a .text_oralhealth {
    margin-top: 10px;
    font-size: 107.69231%;
    font-weight: bold;
    display: block;
    -webkit-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -moz-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -o-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -ms-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    letter-spacing: 0.01em;
    line-height: 1;
  }
  #mainVisual figure figcaption a .title_medical {
    -webkit-text-stroke: 1.0px #FFFFFF;
    -webkit-text-fill-color: #24B47A;
    display: block;
    font-weight: bold;
    font-size: 230.76923%;
    letter-spacing: 0.01em;
    line-height: 1;
    -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  #mainVisual figure figcaption a .text_medical {
    margin-top: 10px;
    font-size: 107.69231%;
    font-weight: bold;
    display: block;
    -webkit-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -moz-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -o-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -ms-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    letter-spacing: 0.01em;
    line-height: 1;
  }
  #mainVisual figure figcaption a .title_nursing {
    -webkit-text-stroke: 1.0px #FFFFFF;
    -webkit-text-fill-color: #24B47A;
    display: block;
    font-weight: bold;
    font-size: 230.76923%;
    letter-spacing: 0.01em;
    line-height: 1;
    -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  #mainVisual figure figcaption a .text_nursing {
    margin-top: 10px;
    font-size: 107.69231%;
    font-weight: bold;
    display: block;
    -webkit-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -moz-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -o-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -ms-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    letter-spacing: 0.01em;
    line-height: 1;
  }
  #mainVisual figure figcaption a .title_ccn {
    -webkit-text-stroke: 1.0px #FFFFFF;
    -webkit-text-fill-color: #24B47A;
    display: block;
    font-weight: bold;
    font-size: 230.76923%;
    letter-spacing: 0.01em;
    line-height: 1;
    -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  #mainVisual figure figcaption a .text_ccn {
    margin-top: 10px;
    font-size: 107.69231%;
    font-weight: bold;
    display: block;
    -webkit-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -moz-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -o-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    -ms-text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    text-shadow: 1px 1px 2px white, 1px -1px 2px white, -1px 1px 2px white, -1px -1px 2px white;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}

#feature {
  background: rgba(0, 152, 94, 0.7);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
@media (min-width: 641px) {
  #feature {
    position: absolute;
    top: 560px;
    left: 0;
    width: 980px;
    height: 217px;
    padding: 10px;
  }
  #feature:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #feature div {
    float: left;
    margin: 0 10px 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
  }
  #feature div a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 237px;
    height: 217px;
  }
  #feature div a:hover {
    opacity: 0.7;
  }
  #feature .feature1 a {
    background: url("../img/top/feature01.png") no-repeat 0 0;
  }
  .retina #feature .feature1 a {
    background: url("../img/top/feature01_retina.png") no-repeat 0 0;
    -webkit-background-size: 237px auto;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -ms-background-size: 237px auto;
    background-size: 237px auto;
  }
  #feature .feature2 a {
    background: url("../img/top/feature02.png") no-repeat 0 0;
  }
  .retina #feature .feature2 a {
    background: url("../img/top/feature02_retina.png") no-repeat 0 0;
    -webkit-background-size: 237px auto;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -ms-background-size: 237px auto;
    background-size: 237px auto;
  }
  #feature .feature3 a {
    background: url("../img/top/feature03.png") no-repeat 0 0;
  }
  .retina #feature .feature3 a {
    background: url("../img/top/feature03_retina.png") no-repeat 0 0;
    -webkit-background-size: 237px auto;
    -moz-background-size: 237px auto;
    -o-background-size: 237px auto;
    -ms-background-size: 237px auto;
    background-size: 237px auto;
  }
  #feature .feature4 {
    margin: 0;
  }
  #feature .feature4 a {
    width: 239px;
    background: url("../img/top/feature04.png") no-repeat 0 0;
  }
  .retina #feature .feature4 a {
    background: url("../img/top/feature04_retina.png") no-repeat 0 0;
    -webkit-background-size: 239px auto;
    -moz-background-size: 239px auto;
    -o-background-size: 239px auto;
    -ms-background-size: 239px auto;
    background-size: 239px auto;
  }
}
@media (max-width: 640px) {
  #feature {
    position: relative;
    top: 250px;
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
  }
  #feature div {
    margin: 0 auto 10px;
    width: 280px;
  }
  #feature div a {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 280px;
    height: 60px;
  }
  #feature .feature1 a {
    background: url("../img/sp_top/feature01.png") no-repeat 0 0;
  }
  .retina #feature .feature1 a {
    background: url("../img/sp_top/feature01_retina.png") no-repeat 0 0;
    -webkit-background-size: 280px auto;
    -moz-background-size: 280px auto;
    -o-background-size: 280px auto;
    -ms-background-size: 280px auto;
    background-size: 280px auto;
  }
  #feature .feature2 a {
    background: url("../img/sp_top/feature02.png") no-repeat 0 0;
  }
  .retina #feature .feature2 a {
    background: url("../img/sp_top/feature02_retina.png") no-repeat 0 0;
    -webkit-background-size: 280px auto;
    -moz-background-size: 280px auto;
    -o-background-size: 280px auto;
    -ms-background-size: 280px auto;
    background-size: 280px auto;
  }
  #feature .feature3 a {
    background: url("../img/sp_top/feature03.png") no-repeat 0 0;
  }
  .retina #feature .feature3 a {
    background: url("../img/sp_top/feature03_retina.png") no-repeat 0 0;
    -webkit-background-size: 280px auto;
    -moz-background-size: 280px auto;
    -o-background-size: 280px auto;
    -ms-background-size: 280px auto;
    background-size: 280px auto;
  }
  #feature .feature4 {
    margin: 0 auto;
  }
  #feature .feature4 a {
    height: 61px;
    background: url("../img/sp_top/feature04.png") no-repeat 0 0;
  }
  .retina #feature .feature4 a {
    background: url("../img/sp_top/feature04_retina.png") no-repeat 0 0;
    -webkit-background-size: 280px auto;
    -moz-background-size: 280px auto;
    -o-background-size: 280px auto;
    -ms-background-size: 280px auto;
    background-size: 280px auto;
  }
}

@media (min-width: 641px) {
  #global {
    top: 838px;
  }
}

@media (min-width: 641px) {
  #contents {
    width: 1000px;
    margin: 0 auto 110px;
  }
}
@media (max-width: 640px) {
  #contents {
    margin: 0 10px 50px;
  }
}

main nav h2 {
  font-size: 123.07692%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 3px;
  margin: 0 0 15px;
}
main nav h2 .eng {
  font-size: 68.75%;
}
main nav h2 .eng:before {
  content: '/';
  font-size: 145.45455%;
  font-weight: normal;
  padding: 0 0.5em 0 0;
}
main #banners ul li {
  margin: 0 0 10px;
}

/*190509追加*/
main #topics{
	width:670px;}
	
@media (max-width: 640px) {
main #topics{
	width:100%;}
}
/*190509追加*/


	
main #topics dl dt .icon {
  display: inline-block;
  width: 80px;
  margin: 0 0 0 20px;
  padding: 3px 0;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
main #topics dl dt .topics {
  color: #fff;
  background: #f76734;
}
main #topics dl dt .event {
  color: #525252;
  background: #ffe400;
}
main #topics dl dt .important {
  color: #fff;
  background: #d13f3a;
}
main #topics dl dt .admission {
  background: #abd4f6;
}
main #topics dl dt .other {
  background: #ccc;
}
main #topics dl dt .blog {
  background: #90cf9b;
}
@media (min-width: 641px) {
  main {
    position: relative;
  }
  main #pickup {
    width: 670px;
    margin: 0 0 50px;
  }
  main #pickup ul {
    display: table;
    margin: 0 0 15px;
  }
  main #pickup ul li {
    display: table-cell;
    width: 320px;
    padding: 0 0 15px;
    border-bottom: 1px dotted #a2a2a2;
  }
  main #pickup ul li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  main #pickup ul li.space {
    width: 30px;
    border-bottom: 0;
  }
  main #pickup ul li figure {
    float: left;
    padding: 0 0 0 5px;
  }
  main #pickup ul li dl {
    padding: 0 0 0 107px;
  }
  main #banners {
    position: absolute;
    top: 30px;
    right: 0;
  }
  main #topics header {
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  main #topics header:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  main #topics header h2 {
    float: left;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  main #topics header a {
    float: right;
    display: inline-block;
    padding: 0 0 0 14px;
    background: url("../img/arrow01.png") no-repeat 0 6px;
    text-decoration: none;
    color: #525252;
  }
  
/*190509追加*/
  main #topics dl {
    padding: 0;
  }
@media (max-width: 640px) {  
  main #topics dl {
    padding: 0 20px;
  }
}
/*190509追加*/


  main #topics dl:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  main #topics dl dt {
    float: left;
  }
  main #topics dl dt time {
    display: inline-block;
    padding: 3px 0;
  }
  main #topics dl dd {
    margin: 0 0 10px;
    padding: 3px 0 13px 15em;
    border-bottom: 1px dotted #a2a2a2;
  }
}
@media (max-width: 640px) {
  main #pickup {
    margin: 0 0 30px;
  }
  main #pickup ul {
    margin: 0 0 15px;
  }
  main #pickup ul li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dotted #a2a2a2;
  }
  main #pickup ul li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  main #pickup ul li.space {
    display: none;
  }
  main #pickup ul li:last-child {
    margin: 0;
  }
  main #pickup ul li figure {
    float: left;
    padding: 0 0 0 5px;
  }
  main #pickup ul li dl {
    padding: 0 0 0 107px;
  }
  main #pickup ul:last-child {
    margin: 0;
  }
  main #topics {
    margin: 0 0 30px;
  }
  main #topics header {
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  main #topics header h2 {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  main #topics header a {
    float: right;
    display: inline-block;
    padding: 0 0 0 14px;
    background: url("../img/arrow01.png") no-repeat 0 6px;
    text-decoration: none;
    color: #525252;
    margin-top: -20px;
  }
  main #topics dl dt {
    padding: 0 5px;
    margin: 0 0 5px;
  }
  main #topics dl dt time {
    display: inline-block;
    padding: 3px 0;
  }
  main #topics dl dd {
    margin: 0 0 10px;
    padding: 0 5px 10px;
    border-bottom: 1px dotted #a2a2a2;
  }
  main #topics dl dd a {
    display: inline-block;
  }
  main #topics dl dd:last-child {
    margin: 0;
  }
  main #banners li {
    text-align: center;
  }
}

#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 999999;
  /* Specify the width of your pageslide here */
  width: 75%;
  /* These styles are optional, and describe how the pageslide will look */
}
@media (min-width: 641px) {
  #pageslide {
    display: none !important;
  }
}
