* {
  margin: 0;
  padding: 0;
  font-family: "M PLUS 1p", serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  line-height: 1em;
}

html,
body {
  height: 100%;
  text-align: center;
}

body {
  background: url(../img_main/body_bg.png);
  background-size: 50px;
  background-attachment: fixed;
}

img {
  border: 0;
  outline: 0;
}

.btn {
  cursor: pointer;
}

a:link,
a:visited {
  color: #2863d1;
  text-decoration: none;
}

a:hover,
a:active {
  color: #2668bc;
  text-decoration: underline;
}

#content {
  height: auto;
  min-height: 70rem;
}

#content .google-link {
  font-size: 75% !important;
}

.current {
  font-weight: bold;
}

#container {
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
  text-align: left;
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  box-shadow: 0px 1px 2px #a0a0a0;
}

#container-print {
  text-align: left;
}

#header {
  padding: 0px 8px;
  position: relative;
  background: url(../img_main/header_bg.png) repeat-x;
}

#title-mini {
  display: none;
}
#title-mini img {
  max-width: 100%;
  height: auto;
}

#contact {
  position: absolute;
  top: 0px;
  right: 10px;
}
#contact img {
  height: 100%;
  width: auto;
}

#layout {
  margin: 0px 10px;
  width: 890px;
  border-collapse: collapse;
}

#layout td {
  vertical-align: top;
}

#side {
  position: absolute;
  top: 100px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img_main/bg_side.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1000;
}

#side-head {
  z-index: 1001;
  display: none;
  position: absolute;
  cursor: pointer;
}
#side-head img {
  width: 100px;
  height: auto;
}

@media print {
  @page {
    size: portrait;
  }
  body {
    background: none;
  }
}
#content-print {
  padding: 0px 10px;
  position: relative;
}

#content-print p {
  font-size: 90%;
  line-height: 1.5;
  margin: 4px;
}

#content-print .caution {
  color: #dd0000;
}

.print {
  border-collapse: collapse;
}

.print th {
  width: 15%;
  text-align: center;
  padding: 4px;
  border: 1px solid silver;
  background-color: #f1f1f1;
  line-height: 1.4;
}

.print #time-schedule th.header {
  width: 25%;
}

.print td {
  padding: 4px;
  font-size: 110%;
  border: 1px solid silver;
  line-height: 1.4;
}

.print td img {
  max-width: 90%;
  height: auto;
  display: block;
  margin-left: 5%;
}

.print #time-schedule {
  width: 100%;
  font-size: 110%;
}

a.btn-print {
  display: inline-block;
  font-size: 0.8rem;
  width: 90%;
  padding: 6px 2%;
  border: 1px solid silver;
  border-radius: 4px;
  background: linear-gradient(to bottom, white 0%, #f0f0f0 100%) #f0f0f0;
  text-align: center;
  margin: 2px 3%;
  color: #308986;
}
a.btn-print :hover {
  background: linear-gradient(to bottom, #f0f0f0 20%, #fff 100%) #f0f0f0;
  color: #ff9248;
  text-decoration: none;
}

#content {
  margin-left: 170px;
  padding: 0px 10px;
  width: auto;
  overflow: hidden;
  position: relative;
}
#content h1 {
  clear: both;
  font-size: 100%;
  padding: 4px 10px;
  border-bottom: 1px solid #58beb9;
  color: #333;
}
#content h2 {
  clear: both;
  width: 90%;
  font-size: 100%;
  margin-top: 20px;
  margin-left: 20px;
  padding: 15px 10px 4px;
  border-bottom: 1px solid #58beb9;
  color: #4ab2aa;
}
#content h2 small {
  color: #4ab2aa;
}
#content h2.mental {
  border-color: #fb87b1;
}
#content h3 {
  clear: both;
  width: 86%;
  margin-left: 25px;
  font-size: 0.8rem;
  padding: 30px 10px 4px;
  border-bottom: 1px solid #e0e0e0;
}
#content h4 {
  clear: both;
  font-size: 0.8rem;
  padding: 15px 10px 4px;
}
#content p {
  font-size: 0.8rem;
  line-height: 2;
  padding: 10px 10px;
}
#content ul {
  margin: 4px 30px;
}
#content ol {
  margin: 4px 30px;
}
#content li {
  padding: 8px 4px;
  line-height: 1.5em;
}
#content ul li {
  font-size: 0.8rem;
}
#content li p {
  font-size: 0.8rem;
}
#content dl {
  margin: 10px;
}
#content dt {
  font-size: 0.8rem;
  font-weight: bold;
  width: 100px;
  clear: left;
  float: left;
  padding: 8px 0px;
  line-height: 1.4em;
  text-align: left;
}
#content dd {
  font-size: 0.8rem;
  margin-left: 110px;
  padding: 8px 0px;
  line-height: 1.4em;
}
#content hr {
  margin: 0px 30px;
}
#content dl.selfpaid {
  width: 90%;
  margin: 10px auto 0px;
}
#content dl.selfpaid dt {
  clear: left;
  float: left;
  width: 30em;
}
#content dl.selfpaid dd {
  margin-left: 30.5em;
}

.img-spbg {
  float: right;
  width: 200px;
  text-align: center;
}
.img-spbg img {
  max-width: 100%;
  height: auto;
}

#content p.q-line {
  background: url(../img_main/head_q.png) no-repeat;
  padding: 10px 0px 4px 40px;
  font-weight: bold;
}
#content p.a-line {
  background: url(../img_main/head_a.png) no-repeat;
  padding: 10px 0px 4px 40px;
  border-bottom: 1px solid silver;
}
#content span.q-update {
  color: #d22222;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 3px 4px 2px;
  border: 1px solid #d90000;
  border-radius: 2px;
  background: -moz-linear-gradient(90deg, #ffb3b3 0%, #ffeded 100%) #ffcbcb;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffb3b3), to(#ffeded)) #ffcbcb;
  text-shadow: 0 1px 1px #ffffff;
  letter-spacing: 0;
}
#content .qa-chart {
  width: 700px;
  margin: 0px auto;
}
#content .qa-chart th,
#content .qa-chart td {
  width: 45%;
  text-align: center;
}
#content .qa-chart th img,
#content .qa-chart td img {
  max-width: 100%;
  height: auto;
}
#content .qa-chart .cell-btn {
  width: 10%;
}
#content .qa-chart .cell-a {
  background: url(../images/bg_unans.png) no-repeat;
  background-position: center center;
  background-size: 80%;
}
#content .qa-chart .cell-a div {
  cursor: pointer;
}
#content .qa-chart .chart-a {
  visibility: hidden;
}
#content .qa-caution {
  text-align: right;
}
#content ul.portfolio-nav {
  border: 1px solid #4ab2aa;
  border-radius: 2px;
  list-style: none;
  width: 50%;
  margin-left: 50%;
}
#content ul.portfolio-nav li {
  margin: 4px 2px;
  padding: 2px;
  line-height: 1.2;
  font-size: 70%;
}
#content .p-pic {
  display: block;
  margin: 0px auto;
  max-width: 90%;
  height: auto;
}
#content .description {
  padding: 10px 10px;
  font-size: 0.8rem;
  line-height: 1.4;
}

.health-chart {
  width: 500px;
  margin: 10px auto;
  border-collapse: collapse;
}
.health-chart th {
  margin: 0;
  padding: 4px;
  border: 1px solid silver;
  font-size: 0.8rem;
  background: #f0f0f0;
  border-right: 3px double silver;
}
.health-chart td {
  text-align: right;
  margin: 0;
  padding: 8px;
  border: 1px solid silver;
  font-size: 0.8rem;
}

.anchor-health {
  display: inline-block;
  padding: 4px 25px 4px;
  background: url(../img_main/head_link.png) left center no-repeat;
  background-size: 20px 20px;
}

.facility-head {
  float: left;
  margin-top: 10px;
  width: 260px;
  border: 2px solid #73bdba;
}

.facility-head img {
  display: block;
  margin: 5px auto 5px;
}

.facility-sub {
  margin-left: 270px;
  text-align: center;
}

.facility-sub img {
  vertical-align: middle;
}

#content .facility-desc {
  margin-top: 10px;
  padding: 10px 10px 10px 60px;
  line-height: 1.6em;
  margin-left: 270px;
  font-size: 70%;
  background: url(../img_main/facil_desc_bg.png) no-repeat left top #f1fdff;
  border-radius: 2px;
  border: 1px solid #58beb9;
  color: #194d4a;
}

#content .facility-machine-desc {
  font-size: 40%;
  font-weight: bold;
  text-align: right;
  padding: 4px 30px 4px 0px;
}

.img-hol-l {
  float: left;
  max-width: 50%;
}

.img-hol-r {
  float: right;
  width: 50%;
}

.img-hol-c {
  text-align: center;
  padding: 5px 10px;
}

.img-hol-l img,
.img-hol-r img {
  display: block;
  margin: 5px 10px;
}

#content .img-hol-l p,
#content .img-hol-r p {
  text-align: center;
  font-size: 60%;
  line-height: 1.2em;
}

p.signiture {
  text-align: right;
}

.img-badge-timespan {
  max-width: 100%;
  height: auto;
}

.time-schedule-desc {
  border-collapse: collapse;
  width: 400px;
  margin: 10px auto;
}

.time-schedule-desc th,
.time-schedule-desc td {
  padding: 6px 4px;
  font-size: 0.8rem;
  text-align: left;
}

#time-schedule {
  border: 2px solid #009d95;
  border-radius: 5px;
  width: 400px;
  margin: 0px auto;
}

#time-schedule th {
  padding: 4px;
  color: #009d95;
  font-weight: bold;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 75%;
  line-height: 1.4em;
  background: #fff;
  width: auto;
}

#time-schedule th small {
  color: #009d95;
}

#time-schedule th.header {
  width: 120px;
}

#time-schedule td {
  vertical-align: middle;
  padding: 4px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  color: #009d95;
}

.time-info-top {
  margin: 5px;
  font-size: 90%;
  text-align: left;
  min-height: 70px;
  padding-right: 70px;
  border: 1px solid #f8c900;
  border-radius: 4px;
  background: url(../img_main/time-info-bg.png) right center no-repeat #faedbe;
}

#content .time-info-top p {
  line-height: 1.6em;
}

.time-info {
  margin: 10px;
  margin-left: 15%;
  width: 70%;
  min-height: 100px;
  border: 1px solid #f8c900;
  border-radius: 4px;
  background: url(../img_main/time-info-bg_b.png) right center no-repeat #faedbe;
}

#content .time-info p {
  padding-right: 120px;
  margin: 10px 0px;
  line-height: 2em;
}

#content p.desc {
  margin-left: 140px;
}

#content p.desc-big {
  font-size: 100%;
  font-weight: bold;
  padding: 10px 30px;
}

#content p.desc-small {
  font-size: 70%;
}

#content span.caution {
  color: #d71c15;
  font-weight: bold;
}

#mental-list li {
  font-size: 0.8rem;
  margin-bottom: 8px;
  border-bottom: 1px solid silver;
}

#mental-list li:first-line {
  font-weight: bold;
  font-size: 90%;
}

#menu,
#menu-alt {
  position: relative;
  width: 160px;
}
#menu img,
#menu-alt img {
  display: block;
}
#menu #btn-infoSmoking-small,
#menu-alt #btn-infoSmoking-small {
  display: none;
}

#menu-alt {
  margin: 0px auto;
}

#content-menu {
  text-align: center;
}

#recruit-holder {
  height: 160px;
  background: url(../img_main/recruit_bg.jpg) no-repeat right bottom;
  padding-right: 210px;
}

#recruit-holder p {
  padding: 10px 20px 20px;
}

#recruit-holder p.recruit-headline {
  font-weight: bold;
  font-size: 90%;
  color: #f68600;
}

#content .recruit-list {
  border-collapse: collapse;
  width: 500px;
  margin: 10px 100px;
}

#content .recruit-list th {
  padding: 4px;
  font-size: 70%;
  width: 100px;
  background: #c2f1ee;
  text-align: center;
  border: 1px solid silver;
}

#content .recruit-list td {
  padding: 4px 10px;
  font-size: 0.8rem;
  line-height: 1.5em;
  border: 1px solid silver;
}

#submenu1 {
  position: absolute;
  left: 160px;
  top: 35px;
  width: 200px;
  display: none;
  z-index: 100;
}

#submenu2 {
  position: absolute;
  left: 160px;
  top: 70px;
  width: 200px;
  display: none;
  z-index: 110;
}

#subbadge {
  padding: 20px 0px;
}
#subbadge img {
  margin: 4px 0px;
}

#bottom-menu {
  padding: 10px 10px 2px;
}
#bottom-menu p {
  font-size: 70%;
  text-align: right;
  line-height: 2em;
}

#news {
  width: auto;
  height: 200px;
  background: #f4f4f4 url(../img_main/bg_topics_head.png) no-repeat 7px 6px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 5px 5% 0 5%;
  padding: 30px 10px 10px;
  position: relative;
}

#content #news-backnumber-link {
  position: absolute;
  top: 1px;
  right: 10px;
  text-align: right;
  width: 200px;
  line-height: 1em;
  font-size: 65%;
  font-weight: bold;
}

.top-box {
  border: 1px solid silver;
  border-radius: 4px;
  margin: 10px 10px;
  padding-bottom: 40px;
  background-color: #FFFEDF;
}
.top-box h2 {
  border-left: 4px double #4AB3AA;
  padding-top: 5px !important;
}

#news .inner {
  width: 100%;
  height: 98%;
  overflow: auto;
}
#news .inner p {
  font-size: 70%;
  padding: 2px 4px;
  line-height: 1.5em;
}
#news .news-line {
  border-bottom: 1px dotted silver;
}
#news .header {
  font-weight: bold;
}
#news .date {
  text-align: right;
  color: #920f00;
}

#news-content .date {
  font-size: 70%;
  text-align: right;
  color: #920f00;
}

.news-backnumber-link {
  text-align: right;
  font-weight: bold;
}

#content .image {
  float: right;
}

#content .image p {
  font-size: 70%;
  text-align: center;
}

#content .pdf {
  width: 100px;
}

#content .pdf p {
  font-size: 70%;
  text-align: center;
}

.news-bn {
  padding-top: 20px;
  border-bottom: 1px solid #58beb9;
}

#content .news-header {
  font-weight: bold;
}

.icon {
  display: inline !important;
  vertical-align: middle;
  margin: 0px !important;
}

#map-printable {
  position: absolute;
  top: 40px;
  left: 0px;
  cursor: pointer;
  display: none;
}

#map-desc-holder {
  width: 260px;
}

#map-desc dt {
  float: none;
  text-align: left;
  border-bottom: 1px solid silver;
  padding: 2px;
}
#map-desc dd {
  margin-left: 0px;
}

#footer {
  max-width: 1200px;
  height: 40px;
  margin: 0px auto;
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 1px 2px #a0a0a0;
  position: relative;
  border-top: 1px dotted #f0f0f0;
}
#footer .copyright {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 8pt;
  text-align: right;
  color: #999;
}

#link-banner-box {
  text-align: center;
  padding: 10px 0px;
  width: 600px;
  border: 1px solid silver;
  margin: 10px auto;
  border-radius: 10px;
  background: #e0e0e0;
}

#link-banner-box img {
  vertical-align: middle;
}

.sitemap-0 {
  padding-top: 4px;
  padding-left: 24px;
  margin: 8px 10px;
  font-size: 90%;
  background: url(../img_main/head_sitemap.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 20px;
}

.sitemap-1 {
  padding-top: 4px;
  padding-left: 24px;
  margin: 8px 20px 4px;
  font-size: 90%;
  background: url(../img_main/head_sitemap.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
}

.sitemap-2 {
  padding-top: 4px;
  padding-left: 24px;
  margin: 8px 30px 2px;
  font-size: 90%;
  background: url(../img_main/head_sitemap.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
  height: 12px;
}

.smoking-alert {
  font-size: 100%;
  font-weight: bold;
  color: #c51a1b;
}

/* TDS */
.tds-test1 {
  border-collapse: collapse;
}

.tds-test1 td {
  padding: 10px 8px;
  font-size: 0.8rem;
  border: 1px solid #e0e0e0;
  line-height: 1.5em;
}

.tds-test1 td.header {
  text-align: right;
}

.tds-test1 td.switcher {
  width: 180px;
}

.tds-test1 img {
  cursor: pointer;
}

.tds2_box {
  width: 25%;
  float: left;
}

.tds2_box strong {
  font-size: 0.8rem;
  padding-bottom: 4px;
  display: inline-block;
}

.tds2_box input {
  font-size: 20px;
  font-family: sans-serif;
  border: 1px solid silver;
  border-radius: 4px;
  width: 90%;
  padding: 4px 5%;
}

.tds1_panel {
  padding: 20px;
  margin: 10px 0px 20px;
  border: 1px solid silver;
  border-radius: 4px;
  line-height: 2em;
}

.tds2_panel {
  padding: 20px;
  margin: 10px 0px 20px;
  border: 1px solid silver;
  border-radius: 4px;
  line-height: 2em;
}

#test1_result {
  display: inline-block;
  min-width: 2em;
  font-size: 180%;
  font-weight: bold;
}

#tds1_y {
  background-color: #ffb6b6;
}

#tds1_n {
  background-color: #acfec2;
}

#tds1_u {
  background-color: #bdf5fe;
}

#tds2_y {
  background-color: #ffb6b6;
}

#tds2_n {
  background-color: #acfec2;
}

.for-print {
  display: none;
  padding-top: 20px;
}

.tds-name {
  float: left;
  margin-left: 20px;
  padding: 4px 10px !important;
  border-bottom: 1px solid silver;
}

.tds-date {
  float: right;
  padding: 4px 10px !important;
  border-bottom: 1px solid silver;
}

#content .tds-header {
  margin: 4px;
  margin-top: 10px;
  margin-left: 4px;
  padding: 10px;
  border-bottom: 1px solid #56b4e5;
  width: auto;
  color: #444;
  font-size: 100%;
}

.btn-print-holder button {
  display: block;
  width: 200px;
  margin: 0px auto;
  border: 1px solid silver;
  border-radius: 4px;
  background-color: #fefefe;
  font-size: 14px;
  padding: 8px 4px;
  cursor: pointer;
}

.btn-print-holder button:hover {
  background-color: #e0e0e0;
}

@media print {
  .for-print {
    display: block;
    height: 1.3em;
  }
  .no-print {
    display: none;
  }
  .tds-test1 td {
    padding: 2px 8px;
  }
  .content-print {
    width: auto !important;
  }
  .tds1_panel {
    padding: 4px 10px;
    margin: 10px 0px 5px;
    border: 1px solid silver;
    border-radius: 4px;
    line-height: 1.5em;
  }
  .tds2_panel {
    padding: 4px 10px;
    margin: 10px 0px 5px;
    border: 1px solid silver;
    border-radius: 4px;
    line-height: 1.5em;
  }
}
#top-slide-holder {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
#top-slide-holder .top-slide-line {
  width: 400px;
  height: auto;
}
#top-slide-holder div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
#top-slide-holder img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
#top-slide-holder .top-slide-bg1 {
  background: url(../images/imuta_bldg_top.jpg) no-repeat;
  background-size: 110%;
  z-index: 100;
}
#top-slide-holder .top-slide-bg2 {
  background: url(../images/imuta_water_top.jpg) no-repeat;
  background-size: cover;
  z-index: 101;
}

#top-slide-logo {
  width: 140px;
  height: auto;
  z-index: 300;
}

#top-slide-holder #top-slide-line1 {
  top: 50%;
  right: 40px;
  z-index: 400;
}
#top-slide-holder #top-slide-line2 {
  top: 65%;
  right: 20px;
  z-index: 401;
}
#top-slide-holder #top-slide-line3 {
  top: 80%;
  right: 0px;
  z-index: 402;
}

#top-content-left {
  width: 40%;
  text-align: center;
}
#top-content-left #badge {
  width: 100%;
  text-align: center;
}

#top-content-right {
  width: 60%;
  position: absolute;
  top: 250px;
  right: 0;
}

.p-table {
  width: 100%;
  overflow: auto;
}
.p-table table {
  margin: 10px auto;
}

.info-ha {
  display: inline-block;
  padding: 0.5em;
  background: #ffe3a9;
  color: #000000;
  border-radius: 0.2em;
}

.info-ha:link, .info-ha:visited {
  color: #000000;
}

.info-ha:hover, .info-ha:active {
  color: #666;
}

#content .badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#content .badges .badge {
  margin: 5px;
  padding: 20px 0;
  width: 25%;
  height: 100px;
  border: 1px solid #f0f0f0;
  border-top-color: #f9f9f9;
  border-radius: 5px;
  text-align: center;
  vertical-align: center;
  background: linear-gradient(#fff, #e0e0e0);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #content .badges .badge {
    width: 45%;
  }
}
#content .badges .badge p {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
#content .badges .badge p small {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}
#content .badges .badge:hover {
  background: linear-gradient(#fff, #f0f0f0);
}
#content .badges .badge:hover p {
  color: #333;
}
#content .badges .badge:hover p small {
  color: #333;
}
#content .btn-info {
  margin: 10px auto;
  display: block;
  width: 10em;
  padding: 1rem;
  border: 1px solid silver;
  border-radius: 10px;
  background: #48c6bb;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#content .btn-info:hover {
  background: #5ee5da;
}

#content-menu-alt {
  line-height: 1.5;
  text-align: center;
}
#content-menu-alt a {
  color: #333;
  padding: 0px 10px;
  border-left: 3px solid #333;
  display: inline-block;
  margin: 4px 10x;
}
#content-menu-alt span.active {
  color: #e4637b;
  padding: 0px 10px;
  border-left: 3px solid #e4637b;
  display: inline-block;
  margin: 4px 10x;
}

.dimentia-head {
  line-height: 1.5;
  margin: 10px;
  padding: 10px;
  background-color: #ffeed6;
  border-radius: 0.5em;
}

#content.mental h3 {
  text-indent: -1em;
  font-size: 1rem;
  border-bottom: 0;
  line-height: 1.3;
}
#content.mental h3 a {
  text-indent: 0;
}

#content.mental .info-ha {
  font-size: 0.82rem;
}

#content.mental h3 {
  clear: none;
}

#content.mental h4 {
  clear: none;
}

#content.mental h3::first-line {
  font-weight: bold;
}

.img-illust {
  margin: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}
.img-illust img {
  width: 180px;
}

.img-holder-right {
  clear: right;
  float: right;
}

.img-holder-left {
  clear: left;
  float: left;
}

#content.mental h4 {
  font-size: 1rem;
  font-weight: bold;
}

#content.mental ul li {
  padding: 4px;
  line-height: 1.2;
}
#content.mental ul ul {
  padding-bottom: 2px;
  margin-top: 2px;
}
#content.mental ul p {
  margin: 3px;
}

#content.mental ol {
  margin-left: 40px;
}
#content.mental ol li {
  padding-bottom: 2px;
}

#content.mental table {
  width: 96%;
  margin: 10px auto;
  border-collapse: collapse;
}
#content.mental table th {
  border: 1px solid silver;
  padding: 0.4rem;
  font-size: 0.76rem;
  font-weight: bold;
}
#content.mental table td {
  border: 1px solid silver;
  padding: 0.4rem;
  font-size: 0.8rem;
}

.dimentia-nav {
  margin: 10px 10px;
  border-top: 1px dashed silver;
}
.dimentia-nav a {
  display: inline-block;
  margin: 0.5rem;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  background-color: #159881;
  border-radius: 4px;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .dimentia-nav a {
    text-align: left;
  }
}
/* media query */
/* Custom, iPhone Retina */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .img-hol-r,
  .img-hol-l {
    width: auto;
  }
  #time-schedule {
    width: 100%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .img-spbg {
    display: none;
  }
  #content {
    min-height: 71rem;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #content {
    min-height: 72rem;
  }
  #title {
    display: none;
  }
  #title-mini {
    display: block;
  }
  #contact {
    display: none;
  }
  #container {
    width: 98%;
    margin-left: 1%;
  }
  #footer {
    width: 98%;
    margin-left: 1%;
  }
  #news {
    height: 200px;
    margin: 10px auto;
  }
  #content {
    width: 96%;
    height: auto;
    margin-left: 0;
  }
  #content .qa-chart {
    width: 100%;
  }
  #content .subheader-hol img {
    max-width: 100%;
    height: auto;
  }
  #content h2 {
    width: 90%;
  }
  #content h3 {
    width: 86%;
    margin-left: 10px;
    line-height: 1.5;
  }
  #content img {
    max-width: 100%;
    height: auto;
  }
  #content .facility-head {
    width: 40%;
  }
  #content .facility-desc {
    margin-left: 42%;
  }
  #content .img-hol-r {
    margin-right: 10px;
    width: 40%;
  }
  #content #recruit-holder {
    height: auto;
  }
  #content .recruit-list {
    width: 80%;
    margin: 10px 10%;
  }
  #content .img-hol-map {
    float: none;
    width: 90%;
    margin-left: 10px;
  }
  #content dl.selfpaid dt {
    clear: left;
    float: none;
    width: auto;
  }
  #content dl.selfpaid dd {
    margin-left: 2em;
  }
  #link-banner-box {
    width: 80%;
  }
  #side {
    position: fixed;
    top: 10px;
    left: -200px;
    padding: 10px 10px;
    background-image: none;
    border-radius: 4px;
  }
  #side-head {
    display: inline-block;
    position: fixed;
    top: 50px;
    right: 10px;
  }
  #menu #btn-infoSmoking {
    display: none;
  }
  #menu #btn-infoSmoking-small {
    display: block;
  }
  #subbadge {
    padding: 5px 0px;
  }
  #subbadge img {
    margin: 1px 0px;
  }
  #top-slide-holder {
    width: 100%;
    height: 200px;
  }
  #top-slide-holder .top-slide-line {
    width: 250px;
    height: auto;
  }
  #top-slide-holder .top-slide-bg1 {
    background-size: cover;
  }
  #top-content-left {
    width: 95%;
    text-align: center;
    padding: 20px 0px;
  }
  #top-content-left #badge {
    width: 100%;
  }
  #top-content-right {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  #top-content-right .inner {
    width: 100%;
  }
}
