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

   style.css

--------------------------------------------------------------- */
/*! 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.231 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', '繝｡繧､繝ｪ繧ｪ', Meiryo, '・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  *font-size: small;
  *font: x-small;
  color: #333333;
  position: relative;
  border-top: 3px solid #2d764e;
}

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:link,
a:visited {
  color: #383838;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #848484;
  text-decoration: none;
}

.blankIcon, .pdfIcon, .wordIcon, .excelIcon {
  vertical-align: middle;
  margin: 0 0.2em 0 0.3em;
}

.gsc-search-box {
  border: 1px solid #e0e0e0;
}

#gsc-iw-id1 {
  border: none !important;
}
#gsc-iw-id1 #gs_tti50 {
  outline: none !important;
  border: none !important;
}
#gsc-iw-id1 .gsc-input {
  outline: none !important;
}

#gsc input[type="text"]:focus {
  border: 1px solid #008ee1 !important;
  outline: 0 !important;
}

#gsc #gsc-iw-id1 {
  border: none !important;
}

.gsc-input {
  padding: 3px 5px 0 !important;
  border: none !important;
  -moz-box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  outline: none !important;
}

td.gsc-input {
  padding: 5px 0 0 5px !important;
}

input.gsc-input {
  width: 86% !important;
  padding: 0 0 0 3px !important;
}

#gs_id50 {
  outline: none !important;
  border: none !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border-color: #2d764e !important;
  background-color: #2d764e !important;
  margin: 0 !important;
  padding: 0 !important;
}

#cse-search-box input[type="text"]:focus {
  outline: 0 !important;
}

#cse-search-box input[type="text"] {
  border: none !important;
}

table.gsc-search-box, form.gsc-search-box {
  margin: 0 !important;
  padding: 0 !important;
}

form.gsc-search-box {
  height: 29px;
}

.cse input.gsc-search-button:hover, input.gsc-search-button:hover {
  border-color: #6aa084 !important;
  background-color: #6aa084 !important;
}

.gsc-search-button {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.gsib_a {
  padding-top: 2px !important;
  padding-left: 4px !important;
  border: none !important;
  outline: none !important;
  background: none !important;
}

#gs_id50, .gsc-input-box {
  border: none !important;
  outline: none !important;
  background: none !important;
}

.gsc-search-box .gsc-input > input:hover,
.gsc-input-box-hover {
  border: none !important;
  -moz-box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  outline: none !important;
}

.gsc-search-box .gsc-input > input:focus,
.gsc-input-box-focus {
  border: none !important;
  -moz-box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  outline: none !important;
}

#search form.gsc-search-box .gsc-input-box {
  border: none;
  background: none;
}

#search form.gsc-search-box .gsc-input-box:hover {
  border: none;
}

table.gsc-search-box td {
  padding: 0;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: #fff !important;
  border-color: #fff !important;
  color: #cf1171 !important;
  text-shadow: none !important;
}

.gsc-clear-button,
.gsc-resultsHeader {
  display: none !important;
}

.gsc-search-button {
  width: 30px !important;
  height: 30px !important;
  display: block !important;
  position: absolute !important;
  right: -1px !important;
  top: 0 !important;
  min-width: auto !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gsc-search-button input {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  background: url(../img/common/btn_search.png) center center no-repeat;
}

.cse .gsc-cursor-box, .gsc-cursor-box {
  border-color: #e0e0e0 !important;
}

.gsc-above-wrapper-area-container, .gsc-above-wrapper-area-container th, .gsc-above-wrapper-area-container td, .gcsc-branding, .gcsc-branding th, .gcsc-branding td {
  border: none !important;
  padding: 0 !important;
}

.gsc-control-cse {
  padding: 0 !important;
}

/* common
--------------------------------------------------------------- */
#header a {
  text-decoration: none;
}
#header .topNav {
  position: relative;
}
#header .topNav > ul li {
  background: url(../img/common/icon_arrow01.gif) left center no-repeat;
  background-size: 3px;
  padding: 0 0 0 10px;
  margin: 0 20px 0 0;
  float: left;
  display: inline;
}
#header .topNav #search {
  width: 300px;
  position: absolute;
  right: 155px;
  bottom: 17px;
}
#header .topNav #fontSize {
  position: absolute;
  right: 0;
  bottom: 17px;
}
#header .topNav #fontSize dl {
  display: inline-block;
}
#header .topNav #fontSize dl {
  display: block;
}
#header .topNav #fontSize dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#header .topNav #fontSize dl dt {
  margin: 0 10px 0 0;
  padding: 7px 0 0;
  float: left;
  display: inline;
}
#header .topNav #fontSize dl dd {
  float: left;
  display: inline;
}
#header .topNav #fontSize dl dd ul {
  display: inline-block;
}
#header .topNav #fontSize dl dd ul {
  display: block;
}
#header .topNav #fontSize dl dd ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#header .topNav #fontSize dl dd ul li {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/common/bg_fontSize.png) no-repeat;
  background-size: 60px;
  cursor: pointer;
  float: left;
  display: inline;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.ie8 #header .topNav #fontSize dl dd ul li, .ie7 #header .topNav #fontSize dl dd ul li {
  background-image: url(../img/common/ie_bg_fontSize.png);
}
#header .topNav #fontSize dl dd ul li#switchFontSizeMedium {
  background-position: 0px 0px;
}
#header .topNav #fontSize dl dd ul li#switchFontSizeBig {
  background-position: -30px 0px;
}
#header .topNav #fontSize dl dd ul li.active {
  cursor: auto;
}
#header .topNav #fontSize dl dd ul li#switchFontSizeMedium.active {
  background-position: 0px -30px;
}
#header .topNav #fontSize dl dd ul li#switchFontSizeBig.active {
  background-position: -30px -30px;
}
#header .mainMenu .inner dd {
  display: none;
}

#mainImage {
  position: relative;
}
.ie7 #mainImage {
  overflow: hidden;
}
#mainImage .rslides_tabs {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
#mainImage .rslides_tabs {
  display: block;
}
#mainImage .rslides_tabs:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#mainImage .rslides_tabs li {
  margin: 0 8px;
  float: left;
  display: inline;
}
#mainImage .rslides_tabs li a {
  display: block;
  height: 15px;
  width: 15px;
  background: #e0e0e0;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#mainImage .rslides_tabs li a:hover {
  background: #e0e0e0;
}
#mainImage .rslides_tabs li.rslides_here a {
  background: #2d764e !important;
  cursor: default;
}
#mainImage .lead {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -56px 0 0 -428px;
}

#contents {
  margin: 0 0 40px;
  line-height: 1.5;
}
#contents #detailText dl dt {
  color: #2d764e;
  margin: 0 0 0.3em;
  font-weight: bold;
  font-size: 120%;
}
#contents #detailText p a {
  display: block;
  padding: 15px 35px 15px 15px;
  background: url(../img/common/icon_arrow02.png) 90% 1.3em no-repeat #fafafa;
  background-size: 9px;
  color: #333333;
  border: 1px solid #cfebcf;
  text-decoration: none;
  font-size: 15px !important;
}
#contents #detailText p a:hover {
  background-color: #e4f2e4;
}
#contents #detailText > ul li a {
  display: block;
  padding: 15px 35px 15px 15px;
  background: url(../img/common/icon_arrow03.png) 90% 1.3em no-repeat #2d764e;
  background-size: 9px;
  color: #fff;
  text-decoration: none;
  font-size: 15px !important;
}
#contents #detailText > ul li a:hover {
  background-color: #6aa084;
}
#contents #topicPath {
  padding: 1em 0 0.5em;
}
#contents #topicPath ol {
  display: inline-block;
}
#contents #topicPath ol {
  display: block;
}
#contents #topicPath ol:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #topicPath ol li {
  float: left;
  display: inline;
  background: url(../img/common/icon_arrow01.gif) right center no-repeat;
  background-size: 3px;
  padding: 0 1.5em 0 0;
  margin: 0 1em 0.5em 0;
}
#contents #topicPath ol li a {
  text-decoration: none;
}
#contents #topicPath ol li.last {
  background: none !important;
  padding: 0;
  margin: 0 0 0.5em;
  color: #2d764e;
}
#contents #main {
  line-height: 1.8;
}
#contents #main > .inner .accessMap {
  width: 100%;
  height: 300px;
  margin-bottom: 1em;
}
#contents #main h1 {
  background: #fbf9f5;
  border-bottom: 2px solid #f0eeea;
  padding: 15px;
  font-size: 150%;
  margin: 0 0 30px;
}
#contents #main h1 span {
  display: block;
  border-left: 6px solid #2d764e;
  padding: 5px 0 5px 10px;
  line-height: 1.2;
}
#contents #main h2 {
  background: url(../img/common/icon_square01.gif) 0.8em 1.4em no-repeat;
  border-top: 2px solid #f0eeea;
  border-bottom: 1px solid #f0eeea;
  padding: 0.8em 0 0.8em 2em;
  font-size: 130%;
  margin: 30px 0 20px;
  line-height: 1.5;
}
#contents #main h2.nursettl {
  background: #2d764e;
  border-bottom: 2px solid #205337;
  color: #fff;
  padding: 10px;
}
#contents #main h2.nursettl:first-child {
  margin-top: 0;
}
#contents #main h3 {
  background: #fbf9f5;
  padding: 8px 8px 8px 13px;
  margin: 1.5em 0 1em;
  border-left: 3px solid #2d764e;
  font-size: 110%;
}
#contents #main h4 {
  background: url(../img/common/icon_square01.gif) 0.5em 0.6em no-repeat;
  border-bottom: 1px solid #f0eeea;
  font-size: 100%;
  padding: 0 0 8px 2em;
  margin-bottom: 1em;
}
#contents #main h5 {
  border-left: 3px solid #2d764e;
  padding-left: 0.8em;
  margin-bottom: 1em;
  font-size: 100%;
}
#contents #main p {
  margin: 0 0 1em;
}
#contents #main p.lead {
  font-weight: bold;
}
#contents #main dl {
  margin: 0 0 1em;
}
#contents #main dl dt {
  border-left: 3px solid #2d764e;
  padding-left: 0.8em;
  font-weight: bold;
  margin: 1em 0 0.3em;
}
#contents #main table {
  margin: 0 0 20px;
  width: 100%;
  border: 3px solid #f0eeea;
}
#contents #main table caption {
  border-left: 3px solid #2d764e;
  text-align: left;
  margin: 0 0 0.5em;
  font-weight: bold;
}
#contents #main table caption span {
  display: block;
  padding-left: 0.8em;
}
#contents #main table th, #contents #main table td {
  border: 1px solid #f0eeea;
  padding: 10px;
}
#contents #main table thead th {
  background: #2d764e;
  color: #fff;
}
#contents #main table thead td {
  background: #e0e0e0;
  color: #2d764e;
  font-weight: bold;
  text-align: center;
}
#contents #main table tbody th {
  background: #fbf9f5;
  color: #2d764e;
  text-align: left;
}
#contents #main table tfoot th {
  background: #e0e0e0;
  text-align: left;
}
#contents #main figure {
  margin: 0 0 1em;
}
#contents #main figure figcaption {
  display: block;
  padding: 0.5em 0 0;
  font-size: 85%;
  text-align: center;
  min-width: 100%;
}
#contents #main ul {
  margin-bottom: 1em;
}
#contents #main ul li {
  background: url(../img/common/icon_dotted01.gif) 0.2em 0.6em no-repeat;
  background-size: 5px;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
#contents #main ul.linkList02 {
  display: inline-block;
}
#contents #main ul.linkList02 {
  display: block;
}
#contents #main ul.linkList02:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main ul.linkList02 li {
  line-height: 1.5;
  background: none;
  padding: 0;
  width: 49.5%;
  float: left;
  display: inline;
}
#contents #main ul.linkList02 li.even {
  float: right;
  display: inline;
}
#contents #main ul.linkList02 li a {
  text-decoration: none;
  display: block;
  padding: 10px 40px 0 10px;
  background: url(../img/common/icon_arrow08.png) 95% 1em no-repeat #fbf9f5;
  background-size: 16px;
  border: 2px solid #f0eeea;
}
#contents #main ul.linkList02 li a:hover {
  background-color: #2d764e;
  color: #fff;
}
#contents #main ul.linkList {
  border-top: 1px dotted #ddd;
}
#contents #main ul.linkList li {
  background: url(../img/common/icon_arrow04.gif) 0.7em 1.3em no-repeat;
  background-size: 3px;
  padding: 8px 0 8px 1.8em;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  cursor: pointer;
}
#contents #main ul.linkList li.hover {
  background-color: #fbf9f5;
}
#contents #main ul.boxList01 {
  display: inline-block;
}
#contents #main ul.boxList01 {
  display: block;
}
#contents #main ul.boxList01:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main ul.boxList01 li {
  background: #fbf9f5 !important;
  padding: 10px 10px 0;
  width: 298px;
  border: 2px solid #f0eeea;
  float: left;
  display: inline;
}
#contents #main ul.boxList01 li.even {
  float: right;
  display: inline;
}
#contents #main ul.boxList01 li dl {
  margin-bottom: 0;
}
#contents #main ul.boxList01 li dl dt {
  margin-top: 0;
}
#contents #main ul.boxList02 {
  display: inline-block;
}
#contents #main ul.boxList02 {
  display: block;
}
#contents #main ul.boxList02:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main ul.boxList02 li {
  background: #fbf9f5 !important;
  padding: 10px;
  border: 2px solid #f0eeea;
}
#contents #main ul.boxList02 li img {
  max-width: 100%;
}
#contents #main ul.newsList {
  border-top: 1px dotted #ddd;
}
#contents #main ul.newsList li {
  border-bottom: 1px dotted #ddd;
  background: none;
  padding: 0 10px 0 10px;
  margin-bottom: 0;
}
#contents #main ul.newsList li.hover {
  background-color: #fbf9f5;
}
#contents #main ul.newsList li.noLink {
  background: none;
  cursor: text;
}
#contents #main ul.newsList li dl {
  margin-bottom: 0;
  padding: 0.8em 0;
}
#contents #main ul.newsList li dl dt {
  border: none;
  padding-left: 0;
  float: left;
  margin: 0;
  font-weight: normal;
}
#contents #main ul.newsList li dl dt img {
  margin-left: 0.5em;
  vertical-align: middle;
}
#contents #main ul.newsList li dl dd {
  background: url(../img/common/icon_arrow04.gif) 0 0.8em no-repeat;
  background-size: 3px;
  padding-left: 15px;
  margin-left: 16em;
}
#contents #main ol {
  margin: 0 0 1em 1.8em;
}
#contents #main ol li {
  color: #2d764e;
  list-style: decimal;
  font-weight: bold;
  margin: 0 0 0.5em;
}
#contents #main ol li span {
  font-weight: normal;
  color: #333 !important;
}
#contents #main .txtR {
  text-align: right;
}
#contents #main .txtC {
  text-align: center;
}
#contents #main .attention01 {
  color: #f4163b;
}
#contents #main .attention01 li {
  background: none;
  padding: 0;
}
#contents #main .attention02 {
  display: block;
  color: #f4163b;
  font-size: 85%;
  text-indent: -1em;
  margin-left: 1em;
}
#contents #main .attention03 li {
  display: block;
  color: #f4163b;
  font-size: 85%;
  text-indent: -1em;
  margin-left: 1em;
  padding: 0;
  background: none;
}
#contents #main .attention04 {
  display: block;
  color: #f4163b;
  text-indent: -1em;
  margin-left: 1em;
}
#contents #main .link, #contents #main .link02 {
  font-size: 100%;
}
#contents #main .link a, #contents #main .link02 a {
  overflow: hidden;
  padding: 10px 15px;
  background: #2d764e;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#contents #main .link a:hover, #contents #main .link02 a:hover {
  background: #6aa084;
}
#contents #main .link02 {
  text-align: center;
}
#contents #main .link02 a {
  padding: 10px 50px;
}
#contents #main .figureBox {
  display: inline-block;
}
#contents #main .figureBox {
  display: block;
}
#contents #main .figureBox:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main .figureBox .figureR {
  float: right;
  display: inline;
  margin: 0 0 1em 1em;
}
#contents #main .figureBox .figureL {
  float: left;
  display: inline;
  margin: 0 1em 1em 0;
}
#contents #main .figureBox figure > img {
  border: 1px solid #ddd;
  padding: 4px;
}
#contents #main .newsBox {
  zoom: 1;
  overflow: hidden;
}
#contents #main img.imgStyle {
  border: 1px solid #ddd;
  padding: 4px;
}
#contents #main img.noimgStyle {
  border: none;
  padding: 0;
}
#contents #main .phtColumn01 {
  display: inline-block;
}
#contents #main .phtColumn01 {
  display: block;
}
#contents #main .phtColumn01:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main .phtColumn01 li {
  background: none;
  text-align: center;
  padding-left: 0;
  margin-bottom: 1em;
  width: 49%;
  float: left;
}
#contents #main .phtColumn01 li.even {
  float: right;
}
#contents #main .boxStyle01 {
  font-size: 120%;
  background: #ddf0dd;
  border: #2d764e 2px solid;
  text-align: center;
  padding: 2em 2em 1em;
}
#contents #main .floorTab {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
  display: inline-block;
}
#contents #main .floorTab {
  display: block;
}
#contents #main .floorTab:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main .floorTab li {
  background: none;
  width: 31%;
  margin: 0 1% -1px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  float: left;
  display: inline;
}
#contents #main .floorTab li.select {
  border-bottom: 1px solid #fff;
  cursor: auto;
}
#contents #main .floorTab li.select span {
  border-top: 3px solid #2d764e;
  background: #fff;
}
#contents #main .floorTab li span {
  padding: 13px 0;
  display: block;
  border-top: 3px solid #f5f5f5;
  background: #f5f5f5;
}
#contents #main .btnSchedule {
  text-align: right;
  display: inline-block;
}
#contents #main .btnSchedule {
  display: block;
}
#contents #main .btnSchedule:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main .btnSchedule a {
  display: block;
  float: right;
  display: inline;
  background: url(../img/common/icon_arrow08.png) left center no-repeat;
  background-size: 16px;
  text-decoration: none;
  width: 10.8em;
}
#contents #main #pager {
  display: inline-block;
}
#contents #main #pager {
  display: block;
}
#contents #main #pager:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main #pager ul {
  margin: 1em auto;
  float: left;
  position: relative;
  left: 50%;
}
#contents #main #pager ul li {
  border: 2px solid #f0eeea;
  background: none;
  text-align: center;
  position: relative;
  float: left;
  right: 50%;
  padding: 0;
  margin: 0 0 0 5px;
}
#contents #main #pager ul li span, #contents #main #pager ul li a {
  display: block;
  width: 2.5em;
  padding: 5px 0;
}
#contents #main #pager ul li .current_page {
  font-weight: bold;
  background-color: #fff;
}
#contents #main #pager ul li a {
  background: #fbf9f5;
  text-decoration: none;
}
#contents #main #pager ul li a:hover {
  background: #2d764e;
  color: #fff;
}
#contents #main #pager ul li a.link_next, #contents #main #pager ul li a.link_before {
  width: auto;
  padding: 5px;
}
#contents #main .disnon {
  display: none;
}
#contents #main .gsc-cursor-box {
  display: inline-block;
}
#contents #main .gsc-cursor-box {
  display: block;
}
#contents #main .gsc-cursor-box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main .gsc-cursor-box .gsc-cursor {
  margin: 1em auto;
  float: left;
  position: relative;
  left: 50%;
}
#contents #main .gsc-cursor-box .gsc-cursor > div:hover {
  background: #2d764e;
  color: #fff;
}
#contents #main .gsc-cursor-box .gsc-cursor-current-page, #contents #main .gsc-cursor-box .gsc-cursor-page {
  border: 2px solid #f0eeea !important;
  background: #fbf9f5;
  text-align: center;
  position: relative;
  float: left;
  right: 50%;
  padding: 0;
  margin: 0 0 0 5px;
  display: block;
  width: 2.5em;
  padding: 5px 0;
  text-decoration: none;
}
#contents #main .gsc-cursor-box .gsc-cursor-current-page {
  font-weight: bold !important;
  background-color: #fff !important;
  color: #333333 !important;
}
#contents #main .busTable {
  display: inline-block;
}
#contents #main .busTable {
  display: block;
}
#contents #main .busTable:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main .busTable table tbody th, #contents #main .busTable table tbody td {
  text-align: center !important;
  background: none !important;
  font-size: 120%;
  padding: 5px;
}
#contents #main .busTable table tr.even th, #contents #main .busTable table tr.even td {
  background: #fbf9f5 !important;
}
#contents #main .date {
  border-top: 1px solid #ddd;
  padding: 10px 0 0;
  margin: 30px 0 0;
  display: inline-block;
}
#contents #main .date {
  display: block;
}
#contents #main .date:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main .date ul {
  float: right;
  display: inline;
}
#contents #main .date ul li {
  background: none;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
}
#contents #main .date ul li.cat {
  margin-right: 10px;
  padding: 0 10px;
  background: #eeeeee;
  color: #2d764e;
}
#contents #main .tableStyle {
  margin: 0 0 20px;
}
#contents #main .tableStyle strong {
  margin-left: 0.5em;
  font-weight: normal;
  color: #f4163b;
}
#contents #main .tableStyle small {
  color: #333333;
}
#contents #main .tableStyle input {
  margin-right: 0.5em;
  vertical-align: middle;
  border: 1px solid #ddd;
}
#contents #main .tableStyle textarea {
  width: 99%;
  height: 150px;
  border: 1px solid #ddd;
}
#contents #main .tableStyle label, #contents #main .tableStyle #incumbent01, #contents #main .tableStyle #incumbent02, #contents #main .tableStyle #gender01, #contents #main .tableStyle #gender02 {
  cursor: pointer;
}
#contents #main .tableStyle span {
  color: #333333;
}
#contents #main .tableStyle p {
  margin-bottom: 0.5em;
}
#contents #main .tableStyle .attention02 {
  padding-bottom: 0.5em;
  margin-bottom: 0;
  font-size: 100%;
}
#contents #main .tableStyle #incumbent01, #contents #main .tableStyle #incumbent02, #contents #main .tableStyle #gender01, #contents #main .tableStyle #gender02 {
  border: none;
}
#contents #main .tableStyle .wL {
  width: 50%;
}
#contents #main .tableStyle .wM {
  width: 30%;
}
#contents #main .tableStyle .wS {
  width: 10%;
}
#contents #main .btnForm {
  display: block;
}
#contents #main .btnForm .inner {
  margin: 1em auto 0;
  float: left;
  position: relative;
  left: 50%;
}
#contents #main .btnForm input {
  border: none;
  background: none;
  padding: 15px 0;
  text-align: center;
  width: 150px;
  text-align: center;
  position: relative;
  float: left;
  right: 50%;
  margin: 0 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#contents #main .btnForm .confirm, #contents #main .btnForm .submit {
  background: #2d764e;
  color: #fff;
}
#contents #main .btnForm .confirm:hover, #contents #main .btnForm .submit:hover {
  background: #6aa084;
}
#contents #main .btnForm .reset, #contents #main .btnForm .return {
  background: #eee;
}
#contents #main .btnForm .reset:hover, #contents #main .btnForm .return:hover {
  background: #f6f4f5;
}
#contents #main .ancLink {
  border-bottom: 1px dotted #e0e0e0;
  padding-bottom: 1em;
  display: inline-block;
}
#contents #main .ancLink {
  display: block;
}
#contents #main .ancLink:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#contents #main .ancLink li {
  background: none;
  padding: 0;
  margin: 0 0.6em 0.6em 0;
  float: left;
  display: inline;
}
#contents #main .ancLink li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 0.5em 1.7em 0.5em 1em;
  background: url(../img/common/icon_arrow02.png) 90% 1.1em no-repeat #eeeeee;
  background-size: 6px;
}
#contents #main .ancLink li a:hover, #contents #main .ancLink li a.active {
  background: url(../img/common/icon_arrow03.png) 90% 1.1em no-repeat #6aa084;
  background-size: 6px;
  color: #fff;
}
#contents #main .videoInner {
  margin-bottom: 30px;
}
#contents #sub .banner li img {
  width: 100%;
}
#contents #sub dl {
  background: #f0eeea;
  padding: 5px;
}
#contents #sub dl dt a {
  background: #2d764e;
  font-size: 130%;
  padding: 18px 15px;
  color: #fff;
}
#contents #sub dl dt a:hover {
  background: #6aa084;
}
#contents #sub dl dd {
  background: #fff;
}
#contents #sub dl dd > ul > li {
  border-top: 2px solid #f0eeea;
}
#contents #sub dl dd > ul > li > a {
  padding: 12px 40px 12px 15px;
  background: url(../img/common/icon_arrow02.png) 93% center no-repeat;
  background-size: 10px 15px;
}
#contents #sub dl dd > ul > li > ul > li {
  border-top: 1px dotted #f0eeea;
}
#contents #sub dl dd > ul > li > ul > li a {
  background: url(../img/common/icon_arrow09.gif) 93% center no-repeat;
  background-size: 3px;
  padding: 10px 35px 10px 15px;
}
#contents #sub dl dd > ul .active {
  color: #2d764e;
  background-color: #fbf9f5;
}
#contents #sub dl dd a:hover {
  background-color: #fbf9f5;
}
#contents #sub a {
  display: block;
  text-decoration: none;
}

/* PC
--------------------------------------------------------------- */
@media only screen and (min-width: 641px) {
  #wrapper {
    overflow: hidden;
    min-width: 960px;
  }

  body {
    min-width: 960px;
  }

  #header .topNav {
    height: 40px;
    padding: 25px 0 0;
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
  }
  #header .mainMenu {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  #header .mainMenu .inner {
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
  }
  #header .mainMenu .inner #logo {
    float: left;
    display: inline;
    padding: 30px 0 0;
  }
  #header .mainMenu .inner #logo img {
    height: 56px;
  }
  #header .mainMenu .inner nav li {
    float: left;
    display: inline;
    border-right: 1px solid #e0e0e0;
  }
  #header .mainMenu .inner nav li:first-child {
    border-left: 1px solid #e0e0e0;
  }
  #header .mainMenu .inner nav li a {
    display: block;
    width: 105px;
    height: 126px;
    background: url(../img/common/gnav.png) no-repeat;
    background-size: 525px;
    outline: none;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .ie8 #header .mainMenu .inner nav li a, .ie7 #header .mainMenu .inner nav li a {
    background-image: url(../img/common/ie_gnav.png) !important;
  }
  #header .mainMenu .inner nav li.nav1 a {
    background-position: 0px 0;
  }
  #header .mainMenu .inner nav li.nav1 a:hover, #header .mainMenu .inner nav li.nav1 a.active {
    background-position: 0px -252px;
  }
  #header .mainMenu .inner nav li.nav2 a {
    background-position: -105px 0;
  }
  #header .mainMenu .inner nav li.nav2 a:hover, #header .mainMenu .inner nav li.nav2 a.active {
    background-position: -105px -252px;
  }
  #header .mainMenu .inner nav li.nav3 a {
    background-position: -210px 0;
  }
  #header .mainMenu .inner nav li.nav3 a:hover, #header .mainMenu .inner nav li.nav3 a.active {
    background-position: -210px -252px;
  }
  #header .mainMenu .inner nav li.nav4 a {
    background-position: -315px 0;
  }
  #header .mainMenu .inner nav li.nav4 a:hover, #header .mainMenu .inner nav li.nav4 a.active {
    background-position: -315px -252px;
  }
  #header .mainMenu .inner nav li.nav5 a {
    background-position: -420px 0;
  }
  #header .mainMenu .inner nav li.nav5 a:hover, #header .mainMenu .inner nav li.nav5 a.active {
    background-position: -420px -252px;
  }
  #header .mainMenu .inner nav li.nav6 a {
    background-position: -525px 0;
  }
  #header .mainMenu .inner nav li.nav6 a:hover, #header .mainMenu .inner nav li.nav6 a.active {
    background-position: -525px -252px;
  }
  #header .mainMenu .inner dl {
    float: right;
    display: inline;
  }
  #header .mainMenu .inner dl dt {
    display: none;
  }
  #header .mainMenu .inner dl dd {
    display: block !important;
  }

  #mainImage {
    margin: 0 0 40px;
    padding: 0 0 8px;
    background: url(../img/index/bg_shadow.gif) left bottom repeat-x #fdfdfd;
    z-index: 0;
  }
  #mainImage #slider {
    margin: 0 auto;
    z-index: -5;
  }
  #mainImage .rslides_tabs li a {
    border: 1px solid #fff;
    -moz-box-shadow: 0 3px 3px #dddddd;
    -webkit-box-shadow: 0 3px 3px #dddddd;
    box-shadow: 0 3px 3px #dddddd;
  }

  .ttl {
    background: #fefefe;
    position: relative;
    min-width: 920px;
    overflow: hidden;
    height: 160px;
    border-bottom: 1px solid #e0e0e0;
  }
  .ttl > p {
    width: 1060px;
    height: 160px;
    padding: 0 0 0 140px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -600px;
    background: url(../img/common/bg_ttl_pc.jpg) no-repeat 0 -960px;
    background-size: 1200px;
  }
  .ttl > p span {
    position: absolute;
    top: 45%;
    left: 140px;
    font-size: 180%;
    font-weight: bold;
  }
  .ttl .hospital {
    background-position: 0 0;
  }
  .ttl .guide {
    background-position: 0 -160px;
  }
  .ttl .departments {
    background: url(../img/departments/bg_departments_pc.jpg) left top no-repeat;
    background-size: 1200px;
  }
  .ttl .regional {
    background-position: 0 -480px;
  }
  .ttl .recruit {
    background: url(../img/recruit/bg_recruit_pc.jpg) left top no-repeat;
    background-size: 1200px;
  }
  .ttl .nurse {
    background: url(../img/nurse/bg_nurse_pc.jpg) left top no-repeat;
    background-size: 1200px;
  }
  .ttl .smile_hirako {
    background-position: 0 -1120px;
  }
  .ttl .hirako_club {
    background-position: 0 -1280px;
  }
  .ttl .news, .ttl .procurement {
    background-position: 0 -1440px;
  }

  #contents {
    overflow: hidden;
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
    margin-bottom: 100px;
    display: inline-block;
  }
  #contents {
    display: block;
  }
  #contents:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents .btnMessage {
    background: url(../img/index/bg_message.jpg) left top no-repeat;
    margin-bottom: 40px;
    width: 288px;
    height: 247px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    float: left;
    display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #contents .btnMessage a {
    position: absolute;
    width: 238px;
    left: 0;
    bottom: 0;
    display: block;
    padding: 15px 35px 15px 15px;
    background: url(../img/common/icon_arrow03.png) 90% 1.3em no-repeat #2d764e;
    background-size: 9px;
    color: #fff;
    text-decoration: none;
    font-size: 15px !important;
  }
  #contents .btnMessage a:hover {
    background-color: #6aa084;
  }
  #contents .btnMessage.hover {
    background-position: -290px top;
  }
  #contents .btnMessage.hover a {
    background-color: #6aa084;
  }
  #contents #detailText {
    width: 543px;
    float: right;
    display: inline;
    background-color: #fffdfe;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin: 0 0 40px;
    height: 227px;
    padding: 20px 30px 0 30px !important;
  }
  #contents #detailText .inner {
    position: relative;
    overflow: hidden;
  }
  #contents #detailText .inner ul {
    margin: 0 -25px 0 0;
    display: inline-block;
  }
  #contents #detailText .inner ul {
    display: block;
  }
  #contents #detailText .inner ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #detailText .inner ul li {
    margin: 0 25px 10px 0; /*  0 25px 15px 0 */
    float: left;
    display: inline;
    font-size: 15px !important;
  }
  #contents #detailText .inner ul li dd {
    font-size: 14px !important;
  }
  #contents #detailText .inner ul li.tel { /* 1701225 */
    margin-bottom:0px;
  }
  #contents #detailText .inner ul li.tel dd {
    background: url(../img/index/icon_tel.gif) left center no-repeat;
    background-size: 35px;
    padding: 0 0 0 45px;
  }
  #contents #detailText .inner ul li.tel dt { /* 1701225 */
    margin-bottom:0;
  }
  #contents #detailText .inner ul li.tel dd a {
    font-size: 220%;
    font-weight: bold;
    text-decoration: none;
  }
  #contents #detailText p {
    width: 171px;
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  #contents #detailText > ul {
    margin: 0 -17px 0 0;
    display: inline-block;
  }
  #contents #detailText > ul {
    display: block;
  }
  #contents #detailText > ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #detailText > ul li {
    width: 169px;
    margin: 0 17px 0 0;
    float: left;
    display: inline;
  }
  #contents .pickUp {
    margin: 0 -25px 0 0;
    display: inline-block;
    clear: both;
  }
  #contents .pickUp {
    display: block;
  }
  #contents .pickUp:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  .ie7 #contents .pickUp {
    margin-bottom: 40px;
  }
  #contents .pickUp li {
    width: 290px;
    margin: 0 25px 40px 0;
    float: left;
    display: inline;
  }
  #contents .pickUp li dt {
    margin: 0 0 5px;
  }
  #contents .pickUp li dd a {
    padding: 15px;
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    background: #ddf0dd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #contents .pickUp .hover {
    cursor: pointer;
  }
  #contents .pickUp .hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents .pickUp .hover a {
    color: #fff;
    background: #2d764e;
  }
  #contents #news_bnr {
    margin: 0 0 40px;
    display: inline-block;
  }
  #contents #news_bnr {
    display: block;
  }
  #contents #news_bnr:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #news_bnr #news {
    width: 605px;
    float: left;
    display: inline;
  }
  #contents #news_bnr #news h2 {
    margin: 0 0 15px;
  }
  #contents #news_bnr #news .inner {
    padding: 50px 0 0;
    position: relative;
  }
  #contents #news_bnr #news .inner .tab {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
  }
  #contents #news_bnr #news .inner .tab {
    display: block;
  }
  #contents #news_bnr #news .inner .tab:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #news_bnr #news .inner .tab li {
    width: 170px;
    height: 50px;
    margin: 0 2px 0 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    font-size: 15px !important;
    font-weight: bold;
    float: left;
    display: inline;
  }
  #contents #news_bnr #news .inner .tab li span {
    background: #e0e0e0;
    display: block;
    padding: 0.8em 0;
    cursor: pointer;
  }
  #contents #news_bnr #news .inner .tab li.select span {
    background: none;
    cursor: auto;
  }
  #contents #news_bnr #news .inner .tab li.select {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    color: #2d764e;
    background: #fffefe;
  }
  #contents #news_bnr #news .inner > div {
    padding: 20px 20px 50px;
    position: relative;
    border: 1px solid #e0e0e0;
    background-color: #fffefe;
  }
  #contents #news_bnr #news .inner > div.disnon {
    display: none;
  }
  #contents #news_bnr #news .inner > div ul li {
    margin: 0 0 1em;
  }
  #contents #news_bnr #news .inner > div ul li dl {
    display: inline-block;
  }
  #contents #news_bnr #news .inner > div ul li dl {
    display: block;
  }
  #contents #news_bnr #news .inner > div ul li dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #news_bnr #news .inner > div ul li dl dt {
    float: left;
    display: inline;
  }
  #contents #news_bnr #news .inner > div ul li dl dt img {
    margin: 0 0 0 0.5em;
  }
  #contents #news_bnr #news .inner > div ul li dl dd {
    background: url(../img/common/icon_arrow04.gif) left 0.6em no-repeat;
    background-size: 3px;
    padding: 0 0 0 15px;
    margin: 0 0 0 16.5em;
  }
  #contents #news_bnr #news .inner > div ul li > a {
    background: url(../img/common/icon_arrow04.gif) left 0.6em no-repeat;
    background-size: 3px;
    padding: 0 0 0 15px;
  }
  #contents #news_bnr #news .inner > div ul li.noLink dd {
    background: none;
  }
  #contents #news_bnr #news .inner > div p {
    float: right;
    display: inline;
    width: 105px;
  }
  #contents #news_bnr #news .inner > div p a {
    display: block;
    padding: 7px 25px 7px 7px !important;
    display: block;
    padding: 15px 35px 15px 15px;
    background: url(../img/common/icon_arrow02.png) 90% 1.3em no-repeat #fafafa;
    background-size: 9px;
    color: #333333;
    border: 1px solid #cfebcf;
    text-decoration: none;
    font-size: 15px !important;
    font-size: 13px !important;
    background-position: 90% 0.8em;
  }
  #contents #news_bnr #news .inner > div p a:hover {
    background-color: #e4f2e4;
  }
  #contents #news_bnr .banner {
    width: 290px;
    float: right;
    display: inline;
  }
  #contents #news_bnr .banner li {
    margin: 0 0 15px;
  }
  #contents #access h2 {
    margin: 0 0 15px;
  }
  #contents #access .inner {
    background-color: #fffdfe;
    position: relative;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin: 0 0 40px;
    display: inline-block;
    padding-right: 465px;
    padding: 20px 30px 0;
    height: 278px;
    margin-bottom: 15px;
  }
  #contents #access .inner {
    display: block;
  }
  #contents #access .inner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #access .inner ul {
    padding: 15px 0 0;
    margin: 0 0 -15px;
  }
  #contents #access .inner ul li {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    background: url(../img/common/icon_arrow06.gif) 0 0.4em no-repeat;
    background-size: 13px;
  }
  #contents #access .inner .btn {
    display: none;
  }
  #contents #access .inner .accessMap {
    /* width: 450px; */
    height: 300px;
    top: 0;
    right: 0;
    position: absolute !important;
  }
  #contents .btnMap {
    text-align: right;
  }
  #contents #topicPath {
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
  }
  #contents #main {
    width: 650px;
    float: left;
    display: inline;
  }
  #contents #main .tableStyle {
    border: 3px solid #f0eeea;
  }
  #contents #main .tableStyle dl {
    background: #fbf9f5;
    margin-bottom: 0;
    border-top: 1px solid #f0eeea;
    display: inline-block;
  }
  #contents #main .tableStyle dl {
    display: block;
  }
  #contents #main .tableStyle dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #main .tableStyle dl:first-child {
    border-top: none;
  }
  #contents #main .tableStyle dl dt {
    float: left;
    margin: 0;
    padding: 10px 0 10px 10px;
    border-left: 0;
    color: #2d764e;
  }
  #contents #main .tableStyle dl dd {
    background: #fff;
    margin: 0 0 0 19em;
    padding: 10px;
    border-left: 1px solid #f0eeea;
  }
  #contents #main .tableStyle strong {
    margin-left: 0.5em;
    font-weight: normal;
    color: #f4163b;
  }
  #contents #main .tableStyle small {
    color: #333333;
  }
  #contents #main .tableStyle input {
    margin-right: 0.5em;
    vertical-align: middle;
  }
  #contents #main .tableStyle textarea {
    width: 99%;
    height: 150px;
  }
  #contents #main .tableStyle .wLL {
    width: 65%;
  }
  #contents #main .tableStyle .wL {
    width: 50%;
  }
  #contents #main .tableStyle .wM {
    width: 30%;
  }
  #contents #main .tableStyle .wS {
    width: 10%;
  }
  #contents #main .busTable table {
    width: 49%;
    float: right;
  }
  #contents #main .busTable table:first-child {
    float: left;
  }
  #contents #main .optimumTable table .wrap {
    display: none;
  }
  #contents #main .w5 {
    width: 5%;
  }
  #contents #main .w10 {
    width: 10%;
  }
  #contents #main .w13 {
    width: 13%;
  }
  #contents #main .w15 {
    width: 15%;
  }
  #contents #main .w16 {
    width: 16%;
  }
  #contents #main .w19 {
    width: 19%;
  }
  #contents #main .w20 {
    width: 20%;
  }
  #contents #main .w23 {
    width: 23%;
  }
  #contents #main .w25 {
    width: 25%;
  }
  #contents #main .w30 {
    width: 30%;
  }
  #contents #main .w35 {
    width: 35%;
  }
  #contents #main .w40 {
    width: 40%;
  }
  #contents #main .w50 {
    width: 50%;
  }
  #contents #main .w55 {
    width: 55%;
  }
  #contents #main .w60 {
    width: 60%;
  }
  #contents #main .w65 {
    width: 65%;
  }
  #contents #main .w70 {
    width: 70%;
  }
  #contents #main .w80 {
    width: 80%;
  }
  #contents #main .w90 {
    width: 90%;
  }
  #contents #main .tableInner {
    height: auto !important;
    display: block !important;
  }
  #contents #main .videoInner video {
    height: 365px;
  }
  #contents #main .flash {
    text-align: center;
    margin: 0 auto;
    width: 650px;
  }
  #contents #sub {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 250px;
    float: right;
    display: inline;
  }
  #contents #sub dl {
    margin-bottom: 20px;
  }
  #contents #sub .banner li {
    margin-bottom: 10px;
  }

  .footerNav {
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
    position: relative;
  }
  .footerNav ul {
    display: inline-block;
    margin-bottom: 15px;
  }
  .footerNav ul {
    display: block;
  }
  .footerNav ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  .footerNav ul li {
    float: left;
    display: inline;
    border-right: 1px solid #e0e0e0;
    padding: 3px 30px;
  }
  .footerNav ul li:first-child {
    border-left: 1px solid #e0e0e0;
  }
  .footerNav ul li a {
    text-decoration: none;
  }
  .footerNav #pageTop {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .footerNav #pageTop p {
    display: block !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  .footerNav #pageTop p a {
    position: static !important;
    background: url(../img/common/icon_arrow07.png) 12px 1.4em no-repeat #2d764e;
    background-size: 12px;
    text-decoration: none;
    display: block;
    width: 135px;
    padding: 1em 10px 1em 30px;
    color: #fff;
  }
  .footerNav #pageTop p a:hover {
    background-color: #6aa084;
  }

  #footer {
    padding: 20px 0;
    margin: 0 0 30px;
    background: #ddf0dd;
  }
  #footer .inner {
    position: relative;
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
    display: inline-block;
  }
  #footer .inner {
    display: block;
  }
  #footer .inner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #footer .inner dl {
    width: 34em;
    float: left;
    display: inline;
    display: inline-block;
  }
  #footer .inner dl {
    display: block;
  }
  #footer .inner dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #footer .inner dl dt {
    margin: 0 15px 0 0;
    float: left;
    display: inline;
  }
  #footer .inner dl dd {
    float: left;
    display: inline;
    margin: 0 0 5px;
  }
  #footer .inner .copyRight {
    position: absolute;
    right: 0;
    bottom: 0;
    letter-spacing: 1px;
  }
}
/* SP
--------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  #header .topNav {
    background: #eee;
    padding: 15px 0 15px 10px;
  }
  #header .topNav #search, #header .topNav #fontSize {
    display: none;
  }
  #header .mainMenu {
    position: relative;
  }
  #header .mainMenu .inner {
    display: inline-block;
  }
  #header .mainMenu .inner {
    display: block;
  }
  #header .mainMenu .inner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #header .mainMenu .inner #logo {
    margin: 14px 0 20px 10px;
    width: 250px;
    height: 40px;
    float: left;
    display: inline;
    background: url(../img/common/logo01_2015.png) left top no-repeat;
    background-size: 250px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .mainMenu .inner #logo a {
    display: block;
  }
  #header .mainMenu .inner dl {
    clear: both;
    z-index: 30;
  }
  #header .mainMenu .inner dl dt {
    background: url(../img/common/btn_menu.gif) left top no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  #header .mainMenu .inner dl dt.active {
    background-position: left bottom;
  }
  #header .mainMenu .inner dl dd {
    background: #2d764e;
    border: 2px solid #2d764e;
  }
  #header .mainMenu .inner dl dd ul li {
    border-top: 1px solid #62987a;
    background: url(../img/common/icon_gnav.png) no-repeat;
    background-size: 50px;
    font-size: 17px !important;
  }
  #header .mainMenu .inner dl dd ul li:first-child {
    border-top: none;
  }
  #header .mainMenu .inner dl dd ul li.hover {
    background-color: #6aa084;
  }
  #header .mainMenu .inner dl dd ul li a {
    display: block;
    padding: 14px 10px 14px 43px;
    color: #fff;
    background: url(../img/common/icon_arrow03.png) 96% 1em no-repeat;
    background-size: 10px;
  }
  #header .mainMenu .inner dl dd ul li.nav1 {
    background-position: -5px 0px;
  }
  #header .mainMenu .inner dl dd ul li.nav1.hover, #header .mainMenu .inner dl dd ul li.nav1.active {
    background-position: -5px -250px;
  }
  #header .mainMenu .inner dl dd ul li.nav2 {
    background-position: -5px -50px;
  }
  #header .mainMenu .inner dl dd ul li.nav2.hover, #header .mainMenu .inner dl dd ul li.nav2.active {
    background-position: -5px -300px;
  }
  #header .mainMenu .inner dl dd ul li.nav3 {
    background-position: -5px -100px;
  }
  #header .mainMenu .inner dl dd ul li.nav3.hover, #header .mainMenu .inner dl dd ul li.nav3.active {
    background-position: -5px -350px;
  }
  #header .mainMenu .inner dl dd ul li.nav4 {
    background-position: -5px -150px;
  }
  #header .mainMenu .inner dl dd ul li.nav4.hover, #header .mainMenu .inner dl dd ul li.nav4.active {
    background-position: -5px -400px;
  }
  #header .mainMenu .inner dl dd ul li.nav5 {
    background-position: -5px -200px;
  }
  #header .mainMenu .inner dl dd ul li.nav5.hover, #header .mainMenu .inner dl dd ul li.nav5.active {
    background-position: -5px -450px;
  }
  #header .mainMenu .inner dl dd ul li.nav6 {
    background-position: -5px -250px;
  }
  #header .mainMenu .inner dl dd ul li.nav6.hover, #header .mainMenu .inner dl dd ul li.nav6.active {
    background-position: -5px -500px;
  }

  #mainImage {
    margin: 0;
  }
  #mainImage .rslides_tabs {
    position: static;
    text-align: center;
  }
  #mainImage .rslides_tabs li {
    display: inline-block;
    padding: 1em;
    float: none;
    margin: 0;
    \display: inline;
    \zoom: 1;
  }
  #mainImage .rslides_tabs li a {
    width: 17px;
    height: 17px;
  }
  #mainImage .lead {
    z-index: 10;
    width: 100%;
    margin: 0;
    left: 0;
    top: 30%;
  }
  #mainImage .lead img {
    width: 70%;
    margin: 0 0 0 4%;
  }

  .ttl {
    background: #fefefe;
    position: relative;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .ttl > p {
    height: 100px;
    background: url(../img/common/bg_ttl_sp.jpg) right -600px no-repeat;
    background-size: 570px;
    text-shadow: 2px 1px 0 #fff;
  }
  .ttl > p span {
    position: absolute;
    top: 37%;
    left: 10px;
    font-size: 150%;
    font-weight: bold;
  }
  .ttl .hospital {
    background-position: right 0;
  }
  .ttl .guide {
    background-position: right -100px;
  }
  .ttl .departments {
    background: url(../img/departments/bg_departments_sp.jpg) right top no-repeat;
    background-size: 570px;
  }
  .ttl .regional {
    background-position: right -300px;
  }
  .ttl .recruit {
    background: url(../img/recruit/bg_recruit_sp.jpg) right top no-repeat;
    background-size: 570px;
  }
  .ttl .nurse {
    background: url(../img/nurse/bg_nurse_sp.jpg) right top no-repeat;
    background-size: 570px;
  }
  .ttl .smile_hirako {
    background-position: right -700px;
  }
  .ttl .hirako_club {
    background-position: right -800px;
  }
  .ttl .news, .ttl .procurement {
    background-position: right -900px;
  }

  #contents .btnMessage {
    margin: 0 10px;
    border: 2px solid #2d764e;
    margin-bottom: 20px;
  }
  #contents .btnMessage a {
    background: url(../img/index/bg_message_sp.jpg) left top no-repeat;
    background-size: 300px;
    padding: 30px 20px;
    text-align: right;
    display: block;
    font-size: 140%;
    text-decoration: none;
  }
  #contents #detailText .inner {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fffdfe;
    border: 1px solid #ddf0dd;
    padding: 10px;
    margin: 0 10px 20px;
  }
  #contents #detailText .inner ul li dl dd {
    margin: 0 0 1em;
  }
  #contents #detailText .inner ul li dl dd a {
    font-size: 180%;
    text-decoration: none;
  }
  #contents #detailText .inner p a {
    background-position: 95% 1.3em;
  }
  #contents #detailText > ul {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 20px;
  }
  #contents #detailText > ul li {
    border-top: 1px solid #ddf0dd;
  }
  #contents #detailText > ul li:first-child {
    border-top: none;
  }
  #contents #detailText > ul li a {
    background-position: 95% 1.3em;
  }
  #contents .pickUp {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ddf0dd;
    border: 1px solid #cfebcf;
    margin: 0 10px 20px;
  }
  #contents .pickUp li {
    cursor: pointer;
    border-top: 1px solid #cfebcf;
    padding: 10px 15px 10px 10px;
    font-size: 15px !important;
  }
  #contents .pickUp li:first-child {
    border-top: none;
  }
  #contents .pickUp li:hover {
    background-color: #cfebcf;
  }
  #contents .pickUp li dl {
    background: url(../img/common/icon_arrow08.png) right center no-repeat;
    background-size: 16px;
    display: inline-block;
  }
  #contents .pickUp li dl {
    display: block;
  }
  #contents .pickUp li dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents .pickUp li dl dt {
    margin: 0 10px 0 0;
    float: left;
    display: inline;
  }
  #contents .pickUp li dl dt img {
    width: 70px;
  }
  #contents .pickUp li dl dd {
    padding: 25px 0 0;
    float: left;
    display: inline;
  }
  #contents .pickUp li dl dd a {
    text-decoration: none;
  }
  #contents .pickUp li dl dd a:hover {
    color: #383838;
  }
  #contents #news_bnr {
    padding-top: 17px;
    background: url(../img/common/bg_shadow_sp.gif) left top repeat-x;
    background-size: 2px;
  }
  #contents #news_bnr #news {
    margin: 0 0 20px;
  }
  #contents #news_bnr #news h2 {
    margin: 0 10px 10px;
  }
  #contents #news_bnr #news .inner {
    padding: 50px 0 0;
    position: relative;
  }
  #contents #news_bnr #news .inner .tab {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 12px;
    display: inline-block;
  }
  #contents #news_bnr #news .inner .tab {
    /*display: block;*/
  display: flex;
width:100%;
  }
  #contents #news_bnr #news .inner .tab:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #news_bnr #news .inner .tab li {
    /*width: 145px;*/
    height: 50px;
    margin: 0 2px 0 0;
    text-align: center;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    font-size: 15px !important;
    font-weight: bold;
    /*float: left;
    display: inline;*/
flex: 0 0 30%;
max-width: 30%;
  }
  #contents #news_bnr #news .inner .tab li span {
    background: #eeeeee;
    display: block;
    padding: 0.8em 0;
    cursor: pointer;
  }
  #contents #news_bnr #news .inner .tab li.select span {
    background: none;
    cursor: auto;
  }
  #contents #news_bnr #news .inner .tab li.select {
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    color: #2d764e;
    background: #fffefe;
  }
  #contents #news_bnr #news .inner > div {
    padding: 0 0 10px;
    position: relative;
    border: 1px solid #eeeeee;
    height: auto !important;
  }
  #contents #news_bnr #news .inner > div.disnon {
    display: none;
  }
  #contents #news_bnr #news .inner > div ul {
    margin: 0 0 10px;
  }
  #contents #news_bnr #news .inner > div ul li {
    background: url(../img/common/bg_shadow01.gif) left bottom repeat-x;
    background-size: 3px;
    padding: 10px 13px;
    border-bottom: 1px solid #eeeeee;
  }
  #contents #news_bnr #news .inner > div ul li.hover {
    background: #fff;
  }
  #contents #news_bnr #news .inner > div ul li.noLink {
    background-image: none;
    background-color: #fffefe;
  }
  #contents #news_bnr #news .inner > div ul li.noLink dl {
    background: none;
  }
  #contents #news_bnr #news .inner > div ul li.noLink dl dd {
    background: none;
    padding: 0;
  }
  #contents #news_bnr #news .inner > div ul li dl dt {
    margin-bottom: 0.5em;
  }
  #contents #news_bnr #news .inner > div ul li dl dt img {
    margin: 0 0 0 0.5em;
  }
  #contents #news_bnr #news .inner > div ul li dl dd {
    background: url(../img/common/icon_arrow04.gif) left 0.6em no-repeat;
    background-size: 3px;
    padding: 0 0 0 15px;
    font-size: 110%;
  }
  #contents #news_bnr #news .inner > div ul li > a {
    background: url(../img/common/icon_arrow04.gif) left 0.6em no-repeat;
    background-size: 3px;
    padding: 0 0 0 15px;
    display: block;
  }
  #contents #news_bnr #news .inner > div p {
    width: auto;
    margin: 0 10px;
  }
  #contents #news_bnr #news .inner > div p a {
    display: block;
    padding: 10px 25px 10px 10px !important;
    display: block;
    padding: 15px 35px 15px 15px;
    background: url(../img/common/icon_arrow02.png) 90% 1.3em no-repeat #fafafa;
    background-size: 9px;
    color: #333333;
    border: 1px solid #cfebcf;
    text-decoration: none;
    font-size: 15px !important;
    font-size: 13px !important;
    background-position: 95% 1em;
  }
  #contents #news_bnr #news .inner > div p a:hover {
    background-color: #e4f2e4;
  }
  #contents #news_bnr .banner {
    margin: 0 10px 20px;
  }
  #contents #news_bnr .banner ul {
    padding: 10px 10px 0;
    background: #e0e0e0;
  }
  #contents #news_bnr .banner ul li {
    padding: 0 0 10px;
    width: 100%;
  }
  #contents #news_bnr .banner ul li img {
    width: 100%;
  }
  #contents #access {
    display: none;
    padding-top: 17px;
    background: url(../img/common/bg_shadow_sp.gif) left top repeat-x;
    background-size: 2px;
  }
  #contents #access h2 {
    margin: 0 10px 10px;
  }
  #contents #access .inner {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fffdfe;
    border: 1px solid #ddf0dd;
    padding: 10px;
    margin: 0 10px 20px;
  }
  #contents #access .inner p {
    margin: 0 0 10px;
  }
  #contents #access .inner p.btn {
    margin: 0;
  }
  #contents #access .inner p a {
    display: block;
    padding: 15px 35px 15px 15px;
    background: url(../img/common/icon_arrow02.png) 90% 1.3em no-repeat #fafafa;
    background-size: 9px;
    color: #333333;
    border: 1px solid #cfebcf;
    text-decoration: none;
    font-size: 15px !important;
    background-position: 95% 1.3em;
  }
  #contents #access .inner p a:hover {
    background-color: #e4f2e4;
  }
  #contents #access .inner ul li {
    background: url(../img/common/icon_dotted01.gif) 0.2em 0.5em no-repeat;
    background-size: 5px;
    padding-left: 1em;
    margin: 0 0 10px;
  }
  #contents #access .inner .accessMap {
    display: none !important;
  }
  .index #contents .btnMap {
    display: none;
  }
  #contents #topicPath {
    margin: 0 10px;
  }
  #contents #topicPath ol li {
    padding: 0 0.8em 0 0;
    margin: 0 0.5em 0.3em 0;
  }
  #contents #main {
    margin-bottom: 40px;
  }
  #contents #main h1 {
    margin-bottom: 20px;
  }
  #contents #main ul.newsList li {
    background: none;
    padding-left: 0;
    padding-right: 13px;
  }
  #contents #main ul.newsList li dl {
    padding: 10px 13px;
  }
  #contents #main ul.newsList li dl dt {
    float: none;
  }
  #contents #main ul.newsList li dl dd {
    background: url("../img/common/icon_arrow04.gif") no-repeat scroll left 0.6em/3px auto transparent;
    padding-left: 15px;
    margin-left: 0;
    font-size: 110%;
  }
  #contents #main ul.newsList li:first-child {
    border-top: 1px dotted #ddd;
  }
  #contents #main ul.newsList li.noLink dl {
    background: none;
  }
  #contents #main > .inner {
    padding: 0 10px;
    overflow: hidden;
  }
  #contents #main > .inner img {
    max-width: 100%;
  }
  #contents #main > .inner figure > img {
    border: none;
    padding: 0;
  }
  #contents #main > .inner .boxList01 li {
    height: auto !important;
    float: none !important;
    width: auto !important;
    display: block !important;
    padding-bottom: 10px;
  }
  #contents #main > .inner .boxList02 li {
    padding-bottom: 10px;
  }
  #contents #main > .inner .link, #contents #main > .inner .link02, #contents #main > .inner .link02 {
    text-align: center;
    font-size: 110%;
  }
  #contents #main > .inner .link a, #contents #main > .inner .link02 a, #contents #main > .inner .link02 a {
    display: block;
    padding: 10px;
  }
  #contents #main > .inner .tableStyle {
    border-bottom: 1px solid #f0eeea;
    border-top: 1px solid #f0eeea;
  }
  #contents #main > .inner .tableStyle dl {
    border-bottom: 1px solid #f0eeea;
    border-top: 1px solid #f0eeea;
    margin: 0;
    padding: 10px;
  }
  #contents #main > .inner .tableStyle dl.even {
    background: #fbf9f5;
  }
  #contents #main > .inner .tableStyle dl dt {
    margin: 0 0 7px;
  }
  #contents #main > .inner .btnForm input {
    width: 110px;
  }
  #contents #main > .inner .br {
    display: block;
  }
  #contents #main > .inner .boxStyle01 {
    font-size: 100%;
  }
  #contents #main > .inner .scrollX {
    overflow-x: scroll;
  }
  #contents #main > .inner .scrollX table {
    width: 650px;
  }
  #contents #main > .inner .btnMap a {
    background: #eeeeee;
    color: #2d764e;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
  }
  #contents #main > .inner .btnMap a:hover {
    background: #e0e0e0;
  }
  #contents #main > .inner .optimumTable {
    overflow: hidden;
  }
  #contents #main > .inner .optimumTable table,
  #contents #main > .inner .optimumTable table thead,
  #contents #main > .inner .optimumTable table tfoot,
  #contents #main > .inner .optimumTable table tbody,
  #contents #main > .inner .optimumTable table tr,
  #contents #main > .inner .optimumTable table th,
  #contents #main > .inner .optimumTable table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
  }
  #contents #main > .inner .optimumTable table thead {
    display: none;
  }
  #contents #main > .inner .optimumTable table tbody th {
    font-size: 140%;
    padding: 0.2em 0;
    text-align: center;
  }
  #contents #main > .inner .optimumTable table tbody td {
    padding: 10px 10px 5px;
    font-size: 120%;
    border: none;
    border-top: 1px dotted #f0eeea;
  }
  #contents #main > .inner .optimumTable table tbody td.none {
    display: none !important;
  }
  #contents #main > .inner .optimumTable table tbody td .week {
    display: inline-block;
    border: 1px solid #2d764e;
    color: #2d764e;
    margin-right: 1em;
    font-size: 85%;
    padding: 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #contents #main > .inner .optimumTable table .ttlStyel {
    background: #eee;
    font-size: 120%;
    color: #333333;
  }
  #contents #main > .inner .tableTab h2 {
    cursor: pointer;
    background: url(/img/common/icon_up.gif) 0.8em 1.3em no-repeat #eeeeee;
    background-size: 12px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px;
  }
  #contents #main > .inner .tableTab h2.active {
    background-image: url(/img/common/icon_down.gif);
    background-color: #e0e0e0;
  }
  #contents #main > .inner .tableTab .tableInner {
    display: inline-block;
  }
  #contents #main > .inner .tableTab .tableInner {
    display: block;
  }
  #contents #main > .inner .tableTab .tableInner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #main > .inner .floorTab {
    padding-left: 2%;
  }
  #contents #main > .inner .floorTab li {
    width: 30%;
  }
  #contents #main > .inner .floorTab li span {
    padding: 10px 0;
  }
  #contents #main > .inner .accessMap {
    width: 85%;
    margin: 0 auto 1em;
    height: 280px;
  }
  #contents #main > .inner .videoInner video {
    width: 100%;
  }
  #contents #main > .inner .flash {
    width: 100%;
  }
  #contents #main > .inner > table .w5 {
    width: 5%;
  }
  #contents #main > .inner > table .w10 {
    width: 10%;
  }
  #contents #main > .inner > table .w13 {
    width: 13%;
  }
  #contents #main > .inner > table .w15 {
    width: 15%;
  }
  #contents #main > .inner > table .w16 {
    width: 16%;
  }
  #contents #main > .inner > table .w19 {
    width: 19%;
  }
  #contents #main > .inner > table .w20 {
    width: 20%;
  }
  #contents #main > .inner > table .w23 {
    width: 23%;
  }
  #contents #main > .inner > table .w25 {
    width: 25%;
  }
  #contents #main > .inner > table .w30 {
    width: 30%;
  }
  #contents #main > .inner > table .w35 {
    width: 35%;
  }
  #contents #main > .inner > table .w40 {
    width: 40%;
  }
  #contents #main > .inner > table .w50 {
    width: 50%;
  }
  #contents #main > .inner > table .w55 {
    width: 55%;
  }
  #contents #main > .inner > table .w60 {
    width: 60%;
  }
  #contents #main > .inner > table .w65 {
    width: 65%;
  }
  #contents #main > .inner > table .w70 {
    width: 70%;
  }
  #contents #main > .inner > table .w80 {
    width: 80%;
  }
  #contents #main > .inner > table .w90 {
    width: 90%;
  }
  #contents #sub dl {
    margin-bottom: 20px;
  }
  #contents #sub dl dt a {
    padding: 12px 40px 12px 15px;
  }
  #contents #sub .banner {
    margin: 0 10px 20px;
    padding: 10px 10px 0;
    background: #e0e0e0;
  }
  #contents #sub .banner li {
    padding: 0 0 10px;
    width: 100%;
  }
  #contents #sub .banner li img {
    width: 100%;
  }

  .footerNav #pageTop {
    z-index: 100;
    position: relative;
    width: 90%;
    max-width: 900px;
    height: 0;
    margin: 0 auto;
  }
  .footerNav #pageTop a {
    position: fixed;
    bottom: 10px;
    left: auto;
    display: block;
    margin-left: 920px;
    text-decoration: none;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../img/common/icon_arrow09.png) 0 0 no-repeat #2d764e;
    background-size: 50px;
    text-decoration: none;
    display: block;
    color: #fff;
    height: 50px;
    width: 50px;
    padding: 0;
  }
  .footerNav #pageTop a:hover {
    background-color: #6aa084;
  }
  .footerNav #pageTop {
    width: 100%;
  }
  .footerNav #pageTop a {
    left: -60px;
    margin-left: 100%;
  }
  .footerNav ul {
    margin: 0 10px 20px;
  }
  .footerNav ul li {
    background: url("../img/common/icon_arrow04.gif") 0.2em 0.3em no-repeat;
    background-size: 3px;
    padding-left: 1em;
    margin: 0 0 10px;
  }
  .footerNav ul li a {
    text-decoration: none;
  }

  #footer .inner dl {
    background: #ddf0dd;
    padding: 10px;
    display: inline-block;
  }
  #footer .inner dl {
    display: block;
  }
  #footer .inner dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #footer .inner dl dt {
    margin-right: 10px;
    float: left;
    display: inline;
  }
  #footer .inner dl dd {
    float: left;
    display: inline;
  }
  #footer .inner dl dd span {
    display: block;
  }
  #footer .inner dl dd.last {
    padding-top: 10px;
    clear: both;
  }
  #footer .inner dl dd.last span {
    display: inline-block;
  }
  #footer .inner small {
    display: block;
    padding: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 501px) and (max-width: 640px) {
  #contents #news_bnr .banner ul {
    display: inline-block;
  }
  #contents #news_bnr .banner ul {
    display: block;
  }
  #contents #news_bnr .banner ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #news_bnr .banner ul li {
    width: 49%;
    float: left;
    display: inline;
  }
  #contents #news_bnr .banner ul li.even {
    float: right;
    display: inline;
  }
  #contents #main .figureBox {
    display: inline-block;
  }
  #contents #main .figureBox {
    display: block;
  }
  #contents #main .figureBox:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #main .figureBox .figureR, #contents #main .figureBox .figureL {
    max-width: 50%;
  }
  #contents #sub .banner {
    display: inline-block;
  }
  #contents #sub .banner {
    display: block;
  }
  #contents #sub .banner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #sub .banner li {
    width: 49%;
    float: left;
    display: inline;
  }
  #contents #sub .banner li.even {
    float: right;
    display: inline;
  }
}
@media only screen and (max-width: 500px) {
  #contents #main .figureBox {
    display: inline-block;
  }
  #contents #main .figureBox {
    display: block;
  }
  #contents #main .figureBox:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #main .figureBox .figureR, #contents #main .figureBox .figureL {
    display: block;
    text-align: center;
    float: none;
    margin: 0 0 1em;
  }
}
@media only screen and (max-width: 400px) {
  #footer .inner dl dd.last span {
    display: block;
    margin-bottom: 0.5em;
    font-size: 110%;
  }
}
@media only screen and (max-width: 327px) {
  #wrapper {
    width: 320px;
    overflow: hidden;
  }
}
/* tab
--------------------------------------------------------------- */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
  /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
  .ui-tabs-hide {
    display: none;
  }
}
/* Hide useless elements in print layouts... */
@media print {
  .ui-tabs-nav {
    display: none;
  }
}
/* clearfix
--------------------------------------------------------------- */
.clearfix, #header .topNav > ul, #header .mainMenu .inner, #header .mainMenu .inner ul {
  display: inline-block;
}

.clearfix, #header .topNav > ul, #header .mainMenu .inner, #header .mainMenu .inner ul {
  display: block;
}

.clearfix:after, #header .topNav > ul:after, #header .mainMenu .inner:after, #header .mainMenu .inner ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

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

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

  #wrapper {
    overflow: hidden;
  }

  body {
    min-width: 920px;
  }

  #contents #main .optimumTable table .wrap {
    display: none;
  }

  .tableInner {
    display: block !important;
  }

  #header .topNav {
    height: 40px;
    padding: 25px 0 0;
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
  }
  #header .mainMenu {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  #header .mainMenu .inner {
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
  }
  #header .mainMenu .inner #logo {
    float: left;
    display: inline;
    padding: 45px 0 0;
  }
  #header .mainMenu .inner #logo img {
    height: 33px;
  }
  #header .mainMenu .inner nav li {
    float: left;
    display: inline;
    border-right: 1px solid #e0e0e0;
  }
  #header .mainMenu .inner nav li:first-child {
    border-left: 1px solid #e0e0e0;
  }
  #header .mainMenu .inner nav li a {
    display: block;
    width: 105px;
    height: 126px;
    background: url(../img/common/gnav.png) no-repeat;
    background-size: 525px;
    outline: none;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .ie8 #header .mainMenu .inner nav li a, .ie7 #header .mainMenu .inner nav li a {
    background-image: url(../img/common/ie_gnav.png) !important;
  }
  #header .mainMenu .inner nav li.nav1 a {
    background-position: 0px 0;
  }
  #header .mainMenu .inner nav li.nav1 a:hover, #header .mainMenu .inner nav li.nav1 a.active {
    background-position: 0px -252px;
  }
  #header .mainMenu .inner nav li.nav2 a {
    background-position: -105px 0;
  }
  #header .mainMenu .inner nav li.nav2 a:hover, #header .mainMenu .inner nav li.nav2 a.active {
    background-position: -105px -252px;
  }
  #header .mainMenu .inner nav li.nav3 a {
    background-position: -210px 0;
  }
  #header .mainMenu .inner nav li.nav3 a:hover, #header .mainMenu .inner nav li.nav3 a.active {
    background-position: -210px -252px;
  }
  #header .mainMenu .inner nav li.nav4 a {
    background-position: -315px 0;
  }
  #header .mainMenu .inner nav li.nav4 a:hover, #header .mainMenu .inner nav li.nav4 a.active {
    background-position: -315px -252px;
  }
  #header .mainMenu .inner nav li.nav5 a {
    background-position: -420px 0;
  }
  #header .mainMenu .inner nav li.nav5 a:hover, #header .mainMenu .inner nav li.nav5 a.active {
    background-position: -420px -252px;
  }
  #header .mainMenu .inner nav li.nav6 a {
    background-position: -525px 0;
  }
  #header .mainMenu .inner nav li.nav6 a:hover, #header .mainMenu .inner nav li.nav6 a.active {
    background-position: -525px -252px;
  }
  #header .mainMenu .inner dl {
    float: right;
    display: inline;
  }
  #header .mainMenu .inner dl dt {
    display: none;
  }
  #header .mainMenu .inner dl dd {
    display: block !important;
  }

  #mainImage {
    margin: 0 0 40px;
    padding: 0 0 8px;
    background: url(../img/index/bg_shadow.gif) left bottom repeat-x #fdfdfd;
    z-index: 0;
  }
  #mainImage #slider {
    margin: 0 auto;
    z-index: -5;
  }
  #mainImage .rslides_tabs li a {
    border: 1px solid #fff;
    -moz-box-shadow: 0 3px 3px #dddddd;
    -webkit-box-shadow: 0 3px 3px #dddddd;
    box-shadow: 0 3px 3px #dddddd;
  }

  .ttl {
    background: #fefefe;
    position: relative;
    min-width: 920px;
    overflow: hidden;
    height: 160px;
    border-bottom: 1px solid #e0e0e0;
  }
  .ttl > p {
    width: 1060px;
    height: 160px;
    padding: 0 0 0 140px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -600px;
    background: url(../img/common/bg_ttl_pc.jpg) no-repeat 0 -960px;
    background-size: 1200px;
  }
  .ttl > p span {
    position: absolute;
    top: 45%;
    left: 140px;
    font-size: 180%;
    font-weight: bold;
  }
  .ttl .hospital {
    background-position: 0 0;
  }
  .ttl .guide {
    background-position: 0 -160px;
  }
  .ttl .departments {
    background: url(../img/departments/bg_departments_pc.jpg) left top no-repeat;
    background-size: 1200px;

  }
  .ttl .regional {
    background-position: 0 -480px;
  }
  .ttl .recruit {
    background: url(../img/recruit/bg_recruit_pc.jpg) left top no-repeat;
    background-size: 1200px;
  }
  .ttl .nurse {
    background: url(../img/nurse/bg_nurse_pc.jpg) left top no-repeat;
    background-size: 1200px;
  }
  .ttl .smile_hirako {
    background-position: 0 -1120px;
  }
  .ttl .hirako_club {
    background-position: 0 -1280px;
  }
  .ttl .news, .ttl .procurement {
    background-position: 0 -1440px;
  }

  #contents {
    overflow: hidden;
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
    margin-bottom: 100px;
    display: inline-block;
  }
  #contents {
    display: block;
  }
  #contents:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents .btnMessage {
    background: url(../img/index/bg_message.jpg) left top no-repeat;
    margin-bottom: 40px;
    width: 288px;
    height: 247px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    float: left;
    display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #contents .btnMessage a {
    position: absolute;
    width: 238px;
    left: 0;
    bottom: 0;
    display: block;
    padding: 15px 35px 15px 15px;
    background: url(../img/common/icon_arrow03.png) 90% 1.3em no-repeat #2d764e;
    background-size: 9px;
    color: #fff;
    text-decoration: none;
    font-size: 15px !important;
  }
  #contents .btnMessage a:hover {
    background-color: #6aa084;
  }
  #contents .btnMessage.hover {
    background-position: -290px top;
  }
  #contents .btnMessage.hover a {
    background-color: #6aa084;
  }
  #contents #detailText {
    width: 543px;
    float: right;
    display: inline;
    background-color: #fffdfe;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin: 0 0 40px;
    height: 227px;
    padding: 20px 30px 0 30px !important;
  }
  #contents #detailText .inner {
    position: relative;
    overflow: hidden;
  }
  #contents #detailText .inner ul {
    margin: 0 -25px 0 0;
    display: inline-block;
  }
  #contents #detailText .inner ul {
    display: block;
  }
  #contents #detailText .inner ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #detailText .inner ul li {
    margin: 0 25px 15px 0;
    float: left;
    display: inline;
    font-size: 15px !important;
  }
  #contents #detailText .inner ul li dd {
    font-size: 14px !important;
  }
  #contents #detailText .inner ul li.tel dd {
    background: url(../img/index/icon_tel.gif) left center no-repeat;
    background-size: 35px;
    padding: 0 0 0 45px;
  }
  #contents #detailText .inner ul li.tel dd a {
    font-size: 220%;
    font-weight: bold;
    text-decoration: none;
  }
  #contents #detailText p {
    width: 171px;
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  #contents #detailText > ul {
    margin: 0 -17px 0 0;
    display: inline-block;
  }
  #contents #detailText > ul {
    display: block;
  }
  #contents #detailText > ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #detailText > ul li {
    width: 169px;
    margin: 0 17px 0 0;
    float: left;
    display: inline;
  }
  #contents .pickUp {
    margin: 0 -25px 0 0;
    display: inline-block;
    clear: both;
  }
  #contents .pickUp {
    display: block;
  }
  #contents .pickUp:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  .ie7 #contents .pickUp {
    margin-bottom: 40px;
  }
  #contents .pickUp li {
    width: 290px;
    margin: 0 25px 40px 0;
    float: left;
    display: inline;
  }
  #contents .pickUp li dt {
    margin: 0 0 5px;
  }
  #contents .pickUp li dd a {
    padding: 15px;
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    background: #ddf0dd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #contents .pickUp .hover {
    cursor: pointer;
  }
  #contents .pickUp .hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents .pickUp .hover a {
    color: #fff;
    background: #2d764e;
  }
  #contents #news_bnr {
    margin: 0 0 40px;
    display: inline-block;
  }
  #contents #news_bnr {
    display: block;
  }
  #contents #news_bnr:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #news_bnr #news {
    width: 605px;
    float: left;
    display: inline;
  }
  #contents #news_bnr #news h2 {
    margin: 0 0 15px;
  }
  #contents #news_bnr #news .inner {
    padding: 50px 0 0;
    position: relative;
  }
  #contents #news_bnr #news .inner .tab {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
  }
  #contents #news_bnr #news .inner .tab {
    display: block;
  }
  #contents #news_bnr #news .inner .tab:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #news_bnr #news .inner .tab li {
    width: 170px;
    height: 50px;
    margin: 0 2px 0 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    font-size: 15px !important;
    font-weight: bold;
    float: left;
    display: inline;
  }
  #contents #news_bnr #news .inner .tab li span {
    background: #e0e0e0;
    display: block;
    padding: 0.8em 0;
    cursor: pointer;
  }
  #contents #news_bnr #news .inner .tab li.select span {
    background: none;
    cursor: auto;
  }
  #contents #news_bnr #news .inner .tab li.select {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    color: #2d764e;
    background: #fffefe;
  }
  #contents #news_bnr #news .inner > div {
    padding: 20px 20px 50px;
    position: relative;
    border: 1px solid #e0e0e0;
    background-color: #fffefe;
  }
  #contents #news_bnr #news .inner > div.disnon {
    display: none;
  }
  #contents #news_bnr #news .inner > div ul li {
    margin: 0 0 1em;
  }
  #contents #news_bnr #news .inner > div ul li dl {
    display: inline-block;
  }
  #contents #news_bnr #news .inner > div ul li dl {
    display: block;
  }
  #contents #news_bnr #news .inner > div ul li dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #news_bnr #news .inner > div ul li dl dt {
    float: left;
    display: inline;
  }
  #contents #news_bnr #news .inner > div ul li dl dt img {
    margin: 0 0 0 0.5em;
  }
  #contents #news_bnr #news .inner > div ul li dl dd {
    background: url(../img/common/icon_arrow04.gif) left 0.6em no-repeat;
    background-size: 3px;
    padding: 0 0 0 15px;
    margin: 0 0 0 16.5em;
  }
  #contents #news_bnr #news .inner > div ul li > a {
    background: url(../img/common/icon_arrow04.gif) left 0.6em no-repeat;
    background-size: 3px;
    padding: 0 0 0 15px;
  }
  #contents #news_bnr #news .inner > div ul li.noLink dd {
    background: none;
  }
  #contents #news_bnr #news .inner > div p {
    float: right;
    display: inline;
    width: 105px;
  }
  #contents #news_bnr #news .inner > div p a {
    display: block;
    padding: 7px 25px 7px 7px !important;
    display: block;
    padding: 15px 35px 15px 15px;
    background: url(../img/common/icon_arrow02.png) 90% 1.3em no-repeat #fafafa;
    background-size: 9px;
    color: #333333;
    border: 1px solid #cfebcf;
    text-decoration: none;
    font-size: 15px !important;
    font-size: 13px !important;
    background-position: 90% 0.8em;
  }
  #contents #news_bnr #news .inner > div p a:hover {
    background-color: #e4f2e4;
  }
  #contents #news_bnr .banner {
    width: 290px;
    float: right;
    display: inline;
  }
  #contents #news_bnr .banner li {
    margin: 0 0 15px;
  }
  #contents #access h2 {
    margin: 0 0 15px;
  }
  #contents #access .inner {
    background-color: #fffdfe;
    position: relative;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin: 0 0 40px;
    display: inline-block;
    padding-right: 465px;
    padding: 20px 30px 0;
    height: 278px;
    margin-bottom: 15px;
  }
  #contents #access .inner {
    display: block;
  }
  #contents #access .inner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #access .inner ul {
    padding: 15px 0 0;
    margin: 0 0 -15px;
  }
  #contents #access .inner ul li {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    background: url(../img/common/icon_arrow06.gif) 0 0.4em no-repeat;
    background-size: 13px;
  }
  #contents #access .inner .btn {
    display: none;
  }
  #contents #access .inner .accessMap {
    width: 450px;
    height: 300px;
    top: 0;
    right: 0;
    position: absolute !important;
  }
  #contents .btnMap {
    text-align: right;
  }
  #contents #topicPath {
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
  }
  #contents #main {
    width: 650px;
    float: left;
    display: inline;
  }
  #contents #main .tableStyle {
    border: 3px solid #f0eeea;
  }
  #contents #main .tableStyle dl {
    background: #fbf9f5;
    margin-bottom: 0;
    border-top: 1px solid #f0eeea;
    display: inline-block;
  }
  #contents #main .tableStyle dl {
    display: block;
  }
  #contents #main .tableStyle dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #contents #main .tableStyle dl:first-child {
    border-top: none;
  }
  #contents #main .tableStyle dl dt {
    float: left;
    margin: 0;
    padding: 10px 0 10px 10px;
    border-left: 0;
    color: #2d764e;
  }
  #contents #main .tableStyle dl dd {
    background: #fff;
    margin: 0 0 0 19em;
    padding: 10px;
    border-left: 1px solid #f0eeea;
  }
  #contents #main .tableStyle strong {
    margin-left: 0.5em;
    font-weight: normal;
    color: #f4163b;
  }
  #contents #main .tableStyle small {
    color: #333333;
  }
  #contents #main .tableStyle input {
    margin-right: 0.5em;
    vertical-align: middle;
  }
  #contents #main .tableStyle textarea {
    width: 99%;
    height: 150px;
  }
  #contents #main .tableStyle .wLL {
    width: 65%;
  }
  #contents #main .tableStyle .wL {
    width: 50%;
  }
  #contents #main .tableStyle .wM {
    width: 30%;
  }
  #contents #main .tableStyle .wS {
    width: 10%;
  }
  #contents #main .busTable table {
    width: 49%;
    float: right;
  }
  #contents #main .busTable table:first-child {
    float: left;
  }
  #contents #main .optimumTable table .wrap {
    display: none;
  }
  #contents #main .w5 {
    width: 5%;
  }
  #contents #main .w10 {
    width: 10%;
  }
  #contents #main .w13 {
    width: 13%;
  }
  #contents #main .w15 {
    width: 15%;
  }
  #contents #main .w16 {
    width: 16%;
  }
  #contents #main .w19 {
    width: 19%;
  }
  #contents #main .w20 {
    width: 20%;
  }
  #contents #main .w23 {
    width: 23%;
  }
  #contents #main .w25 {
    width: 25%;
  }
  #contents #main .w30 {
    width: 30%;
  }
  #contents #main .w35 {
    width: 35%;
  }
  #contents #main .w40 {
    width: 40%;
  }
  #contents #main .w50 {
    width: 50%;
  }
  #contents #main .w55 {
    width: 55%;
  }
  #contents #main .w60 {
    width: 60%;
  }
  #contents #main .w65 {
    width: 65%;
  }
  #contents #main .w70 {
    width: 70%;
  }
  #contents #main .w80 {
    width: 80%;
  }
  #contents #main .w90 {
    width: 90%;
  }
  #contents #main .tableInner {
    height: auto !important;
    display: block !important;
  }
  #contents #main .videoInner video {
    height: 365px;
  }
  #contents #main .flash {
    text-align: center;
    margin: 0 auto;
    width: 650px;
  }
  #contents #sub {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 250px;
    float: right;
    display: inline;
  }
  #contents #sub dl {
    margin-bottom: 20px;
  }
  #contents #sub .banner li {
    margin-bottom: 10px;
  }

  .footerNav {
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
    position: relative;
  }
  .footerNav ul {
    display: inline-block;
    margin-bottom: 15px;
  }
  .footerNav ul {
    display: block;
  }
  .footerNav ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  .footerNav ul li {
    float: left;
    display: inline;
    border-right: 1px solid #e0e0e0;
    padding: 3px 30px;
  }
  .footerNav ul li:first-child {
    border-left: 1px solid #e0e0e0;
  }
  .footerNav ul li a {
    text-decoration: none;
  }
  .footerNav #pageTop {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .footerNav #pageTop p {
    display: block !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  .footerNav #pageTop p a {
    position: static !important;
    background: url(../img/common/icon_arrow07.png) 12px 1.4em no-repeat #2d764e;
    background-size: 12px;
    text-decoration: none;
    display: block;
    width: 135px;
    padding: 1em 10px 1em 30px;
    color: #fff;
  }
  .footerNav #pageTop p a:hover {
    background-color: #6aa084;
  }

  #footer {
    padding: 20px 0;
    margin: 0 0 30px;
    background: #ddf0dd;
  }
  #footer .inner {
    position: relative;
    width: 920px;
    min-width: 920px;
    margin: 0 auto;
    display: inline-block;
  }
  #footer .inner {
    display: block;
  }
  #footer .inner:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #footer .inner dl {
    width: 34em;
    float: left;
    display: inline;
    display: inline-block;
  }
  #footer .inner dl {
    display: block;
  }
  #footer .inner dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #footer .inner dl dt {
    margin: 0 15px 0 0;
    float: left;
    display: inline;
  }
  #footer .inner dl dd {
    float: left;
    display: inline;
    margin: 0 0 5px;
  }
  #footer .inner .copyRight {
    position: absolute;
    right: 0;
    bottom: 0;
    letter-spacing: 1px;
  }
}
