@charset "UTF-8";
@font-face {
  font-family: minmoji;
  src: url('https://minmoji.ucda.jp/fontseot/http%3A__www.kmu.ac.jp_');
  src: local('minmoji'),  url('https://minmoji.ucda.jp/fontswoff/http%3A__www.kmu.ac.jp_') format('woff'),  url('https://minmoji.ucda.jp/fonts/http%3A__www.kmu.ac.jp_') format('opentype');
}
body {
  font-family: minmoji !important;
}
/*-------------------------------------------------------------------------

    * layout

---------------------------------------------------------------------------*/

#wrap {
  width: 980px;
  margin: 0 auto 40px;
  text-align: left;
}
.inner {
  width:980px;
  margin:0 auto;
}
#innerWrap {
  background:#fff;
}
#contents {
  width: 745px;
}
/*hr {
    margin: 10px auto 30px ;
    padding: 0px;
    text-align: center;
    height: 0px;
    border: 0px;
    border-top: 1px dotted #ccc;
}*/
hr.line {
  width: 619px;
  margin: 5px auto 25px;
  padding: 0px;
  text-align: center;
  height: 0px;
  border: 0px;
  border-top: 1px dotted #ccc;
}
.showPC {
  display: block;
}
.showSP {
  display: none;
}
/*-----parts-----*/
.listType {
  list-style-type: none!important;
}
.listType:before {
  content: '※';
  margin-left: -20px;
  padding-right: 5px;
  display: inline-block;
}
ol li {
  list-style-type: decimal;
  /*font-size:16px;*/
        line-height:1.5;
}
#contents .catch {
  margin-bottom: 30px;
  color: #D06590;/*font-size: 16px;*/
}
.float_L, .float_R {
  width:200px;
}
.float_L {
  margin-bottom: 10px;
  margin-right: 30px;
  float: left;
}
.float_R {
  margin-left: 30px;
  float: right;
}
.font {
 font-size: 100%!important;
}
.font16 {
 font-size: 114%!important;
}
.none {
  display: none;
}
.textPc {
  display: block;
}
#wrap #contents .alignL {
  text-align: left;
}
.ml20 {
  margin-left: 20px;
}
#contents .profileName {
 width: 100%;
  margin-top: 15px;
  margin-left: 0;
  text-align: right;
  clear: both;
}
.imgL {
  margin-right:15px;
  float: left;
}
.imgR {
  float: right;
}
.imgR img {
  margin-left:15px;
}
dl .disc:before {
  content: "・";
  display: inline-block;
}
ul.circle li:before, dl.circle dt:before {
  content: "○";
  display: inline-block;
}
dl.circle dd, dl.attention dd {
  margin-left: 18px;
}
ul.disc {
  margin-left: 20px;
}
ul.disc li {
  list-style-type: disc;
}
.attention dt:before {
  content: "※";
  display: inline-block;
}
.pdf, .word {
  position: relative;
}
.pdf:before {
  content: "";
  width: 28px;
  height: 35px;
  background: url(/kori/img/icon_pdf.gif) no-repeat;
  display: inline-block;
  position: absolute;
  left: -35px;
  top: -10px;
}
.word:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/kori/img/icon_word.png) no-repeat;
  display: inline-block;
  position: absolute;
  left: -35px;
  top: -8px;
}
/*-------------------------------------------------------------------------

    * head

---------------------------------------------------------------------------*/
#dropMenu {
  display: none;
}
#head {
  margin: 0px 0px 0px;
  padding: 0px;
 max-width: 100%;
  text-align: center;
  border-top: 3px solid #ffcce3;
}
#head .logo {
  margin-top: 20px;
  float:left;
}
/* hnavi --------------------------- */

.subnav {
  width: 460px;
  float: right;
  margin-bottom: 17px;
}
#hnavi {
  margin-top: 12px;
  margin-left: 50px;
  float:left;
}
#hnavi li {
  float: left;
  margin-right: 15px;
  list-style:none;
}
#hnavi a {
  color:#333333;
  text-decoration: underline;
}
#hnavi li:first-child+li a {
  position: relative;
}
#hnavi li:first-child+li a:before, #hnavi li:first-child+li a:after {
  content: '|';
  width: 2px;
  display: inline-block;
  position: absolute;
  top: -3px;
}
#hnavi li:first-child+li a:before {
  left: -9px;
}
#hnavi li:first-child+li a:after {
  right: -6px;
}
.subnav .contact {
  padding: 2px 20px 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffcce3;
  border-radius: 4px;
  float: right;
}
.subnav .contact a {
  color:#666;
}
/* searchBox --------------------------- */
#head .searchBox {
  width: 238px;
  margin: 0 auto;
  padding: 0;
  display: inline;
  float: right;
}
#head .searchBox form {
  white-space: nowrap;
}
#head .searchBox input {
  vertical-align: middle;
}
#head .searchBox input.search {
  width: 172px;
  height: 19px;
  margin-left: 7px;
  padding: 6px 0px 5px 3px;
  border: none;
  background-color: #E8E8E8;
  border-radius: 0;
  -webkit-appearance: none;
  display:inline-block;
}
#head .searchBox .submit {
  height: 30px;
  margin-left: -6px;
  padding: 6px 13px;
  background-color: #333333;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  display:inline-block;
}
@-moz-document url-prefix() {
#head .searchBox input.search {
 margin-left: 2px;
}
#head .searchBox .submit {
 padding: 6px 13px;
}
}
/* ----------------------------------------------
    fontSizeSwitcher css
---------------------------------------------- */
#fontSizeSwitcher {
  width: 133px;
  margin: 0 0 0 87px;
  padding: 0;
  list-style: none;
  clear: both;
  float: left;
  position: relative;
}
#fontSizeSwitcher:before {
  content: '文字サイズ';
  width: 80px;
  position: absolute;
  top: 6px;
  left: -73px;
  display: inline-block;
  font-size: 13px;
}
#fontSizeSwitcher li {
  margin: 0;
  font-size:16px;
  float: left;
}
#fontSizeSwitcher li.middle {
  margin-left: 10px;
  margin-right: 10px;
}
#fontSizeSwitcher li.middle,
#fontSizeSwitcher li.large {
  background-color: #E8E8E8;
  padding: 5px 10px 1px;
  height: 24px;
  cursor: pointer;
}
#fontSizeSwitcher .middle:hover,
#fontSizeSwitcher .large:hover,
#fontSizeSwitcher li:focus,
#fontSizeSwitcher .middle.current,
#fontSizeSwitcher .large.current {
  background: #ffcce3!important;
  padding: 5px 10px 1px;
  color: #666;
}
/* gnavi --------------------------- */
#glovalNav {
  background-color: #ffcce3;
}
ul#gnavi {
  margin: 0px auto;
  padding: 0px;
  width: 980px;
  height: 56px;
  background-color: #ffcce3;
  list-style:none;
  clear:both;
  position: relative;
}
ul#gnavi li {
  width: 326px;
  float: left;
  text-align: center;
}
ul#gnavi li:first-child {
  width: 327px;
}
ul#gnavi li span {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  color: #666;
  font-size: 18px;
  padding-top: 18px;
  cursor: pointer;
  height: 38px;
  border-right: 1px solid #ed97be;
}
ul#gnavi li:first-child span {
  border-left: 1px solid #ed97be;
  position: relative;
}
ul#gnavi li span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 9px solid #ffcce3;
    position: absolute;
    top: 21px;
    right: 30px;
}
ul#gnavi li span:hover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 9px solid #ffeaf3;
    position: absolute;
    top: 21px;
    right: 30px;
}
ul#gnavi li span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 9px solid #666;
    position: absolute;
    top: 24px;
    right: 30px;
}
ul#gnavi li span:hover {
  background-color: #ffeaf3;
}
ul#gnavi span.selected {
  background-color: #ffeaf3;
}
ul#gnavi li a:hover,
ul#gnavi li a.self {    /*background-image: url(../images/index/gnavi_bg_on.gif);*/
}
#gnavi_visithing {
  position:relative;
}
ul#gnavi li .menu {
  width: 977px;
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  border: 2px solid #D06590;
  border-top: none;
  display: none;
  top: 56px;
  left: -1px;
}
ul#gnavi li .menu li {
  padding-top: 10px;
}
ul#gnavi li .drop02 {
  left: -328px;
}
ul#gnavi li div .first:before {
  content:'';
  width:38px;
  height:38px;
  display:inline-block;
  background-image: url(/pen_kori/common/img/icon_check.gif);
  position: absolute;
  left: 220px;
}
ul#gnavi li div .second:before {
  content:'';
  width:38px;
  height:38px;
  display:inline-block;
  background-image: url(/pen_kori/common/img/icon_mail.gif);
  position: absolute;
  left: 45px;
}
ul#gnavi li .menu .list01 {
  width: 650px;
  padding-bottom: 85px;
  border-right: 1px solid #C2CDDF;
}
ul#gnavi li .menu .list01, ul#gnavi li .menu .list02 {
  padding-top: 15px;
}
ul#gnavi li .menu .list01 ul {
  float:left;
  padding-left: 40px;
}
ul#gnavi li .menu .list01 li {
  width:auto;
  float:none;
  text-align: left;
  position: relative;
}
ul#gnavi li .menu .list01 li:before, ul#gnavi li .menu .list02 li:before {
  content:'';
  width:7px;
  height:11px;
  display:inline-block;

  position: absolute;
  top: 13px;
  left: -15px;
}
ul#gnavi li .menu .list02 {
  width: 325px;
  height: 213px;
  background-color: rgba(255,0,0,0.03);
}
ul#gnavi li .menu .list02 ul {
  padding-left:30px;
}
ul#gnavi li .menu .list02 li {
  width: auto;
  float: none;
  text-align: left;
  position: relative;
}
ul#gnavi li .menu li a {
  height:auto;
  color:#D06590;
  font-size: 18px;
}
ul#gnavi li .menu .close {
  width: 68px;
  padding: 14px 10px 10px 25px;
  position: absolute;
  top: 185px;
  top: 183px\9;
 left: 50%;
  color: white;
  background-color: #D06590;
  font-size: 16px;
  cursor: pointer;
}
ul#gnavi li .menu .close:before {
  content: '×';
  font-size: 24px;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 14px;
}
#gnavi_visithing .drop02.menu .close {
  top: 183px;
  top: 180px\9;
 left: 50%;
}
/*#gnavi_concerned .drop03.menu .close {
  top: 153px;
  top: 150px\9;
}*/
/* crumb --------------------------- */
.crumb {
  margin: 10px auto 15px;
}
.crumb li {
  float: left;
}
.crumb li.arrow:after {
  content: ">";
  padding: 0 10px;
  display: inline-block;
}
.crumb li a {
  color: #333;
  text-decoration: underline;
}
.crumb li a:after {
  content: ">";
  padding: 0 10px;
  display: inline-block;
}
/*-------------------------------------------------------------------------

    * contents

---------------------------------------------------------------------------*/
/*----parts----*/
.borderLeftNone {
  border-left: none!important;
}
#contents .professorText {
  margin-left: 0;
  margin-bottom: 10px;
}
.professorText span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-size: 11px\9;
  color: #666666;
}
#contents {
  float: left;
}
#contents .close {
  display: none;
}
.contentsTop {
  margin-bottom: 40px;
}
.navSub {
  clear: both;
  overflow: hidden;
}

/*削除予定*/
.contentsTop h2 {
  font-size: 30px;
  border-bottom: 2px solid;
  color: #D06590;
}

.contentsTop h2 span {
  color: #333;
}
/*削除予定*/


.contentsTop h1 {
  font-size: 30px;
  border-bottom: 2px solid;
  color: #D06590;
}

.contentsTop h1 span {
  color: #333;
}
.contentsTop ul, .navSub ul {
  margin-top: 25px;
  border: 1px solid #CFCFCF;
}
.contentsTop li, .navSub li {
  border-left: 1px solid #CFCFCF;
  float: left;
}
.contentsTop li:first-child, .navSub li:first-child {
  border-left: none;
}
.contentsTop li a, .navSub li a {
  width: 105px;
  padding: 10px 0;
  border-left: 0;
  text-align: center;
  display: table-cell;
  color: #333;
  position: relative;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}
.contentsTop li a:before, .navSub li a:before {
  content: "";
  width: 7px;
  height: 4px;
  padding-top: 3px;
  padding-right: 5px;
  margin-left: -15px;
  display: inline-block;
  background-image: url(/kori/img/icon_arrow_down.gif);
  background-repeat: no-repeat;
}
#contents #con01, #contents #con02, #contents #con03, #contents #con04, #contents #con05, #contents #con06, #contents #con07 {
  margin-bottom: 50px;
}
#contents .con01, #contents .con02, #contents .con03 {
  margin-bottom: 50px;
}
#contents p, #contents dl, #wrap #contents .ttl04+.borderBox {
 font-size: 114%;
}
#wrap #contents .ttl04+.borderBox p {
 font-size: 100%;
}
#contents p {
  margin-left: 20px;
}
#contents .ttl03+.accordion>.section {
  margin-left: 20px;
}
#contents .ttl04+.section, #contents .ttl04+ul, #contents .ttl04+dl, #contents .ttl04+p, #wrap #contents .ttl04+.borderBox {
  margin-left: 40px;
}
#contents .pageTop {
  margin-top: 50px;
  text-align: right;
}
#contents .pageTop a {
  position: relative;
  font-size: 14px;
}
#contents .pageTop a:before {
  content: "";
  width: 9px;
  height: 5px;
  padding-top: 3px;
  padding-right: 5px;
  margin-left: -15px;
  display: inline-block;
  background-image: url(/kori/img/icon_arrow_up.gif);
  background-repeat: no-repeat;
}
#contents .courseHp {
  margin-top: 20px;
}
#contents .ttl03, .ttl03Drnone {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 5px 0 5px 0;
  background-color: #F9F9FA;
 font-size: 142%;
}
#contents .ttl03:before, .ttl03Drnone:before {
  content: "";
  border-left: 5px solid #D06590;
  height: 10px;
  padding-right: 15px;
}
#contents .ttl04 {
  margin-left: 20px;
  margin-bottom: 20px;
 font-size: 135%;
}
#contents .ttl04:before {
  content: "";
  width: 10px;
  height: 11px;


  margin-right: 10px;
  background-image: url(/kori/img/icon_ttl04_arrow.gif);
  display: inline-block;
}
#nyuin #contents #con03 .con01 dl dd li dl {
 font-size: 100%;
}
#shinryoubumon #contents p {
  color:#666666;
}
#contents .borderBox {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
#contents .relation {
  margin-top: 40px;
  margin-bottom: 20px;
}
#wrap #contents .centerList, #wrap #contents .clinicList {
  margin-left: 25px;
}
#contents .centerList li {
 width: 29%;
  margin-bottom: 15px;
}
#contents .clinicList li {
 width: 31%;
}
#contents .centerList li, #contents .clinicList li {
  margin-bottom: 30px;
  margin-left: 15px;
  float: left;
}
#contents .centerList li a, #contents .clinicList li a {
  border: 5px solid #F9F9FA;
  outline: 1px solid #ccc;
  padding: 2px 5px 0px 20px;
  height: 47px;
  position: relative;
  display: table-cell;
  line-height: 1.3;
  width: 230px;
  vertical-align: middle;
}

.tokushuList {
    border: 5px solid #F9F9FA;
    outline: 1px solid #ccc;
    padding: 2px 5px 0px 20px;
    height: 47px;
    position: relative;
    display: table-cell;
    line-height: 1.3;
    width: 230px;
    vertical-align: middle;
    text-decoration: none;

}

#contents .contact .centerList li a:before{
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(/kori/img/icon_tel.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 21px;
  left: 10px;
}
#contents .centerList li a:before, #contents .clinicList li a:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;

  background-repeat: no-repeat;
  position: absolute;
  top: 21px;
  left: 10px;
}
#contents .actualResults {
  border-top: 1px solid #CFCFCF;
}
/*#contents .actualResults dt,
#contents .actualResults dd {
    border: 1px solid #CFCFCF;
    border-top: none;
}*/
#contents .actualResults {
  margin-left: 40px;
  margin-bottom: 40px;
  color: #666666;
 font-size: 114%;
}
#contents .actualResults td {
 width: 25%;
  padding: 10px;
  text-align: right;
}
#contents .actualResults td:first-child {
  width: 620px;
  text-align: left;
}
#contents .actualResults .tableTtl td {
  text-align: center;
}
/*-----table-----*/
#contents table {
  margin-left: 20px;
  border-collapse:collapse;
  border-right: 1px solid #CFCFCF;
}
#contents table th, #contents table td {
  border: 1px solid #CFCFCF;
  border-right: none;
}
#contents .scheduleList li {
  display: inline-block;
  margin-right: 5px;
}
#contents .staff, #contents .schedule {
  margin-left: 0;
}
#contents .staff th, #contents .schedule th {
  background-color: #F6F6F6;
}
#contents .staff th, #contents .schedule th {
  padding: 10px 0;
  text-align: center;
}
#contents .staff td, #contents .schedule td {
  padding: 10px;
  color: #666666;
  text-align: center;
}
#contents .staff td {
  padding: 5px;
}
#contents .staff tr td:first-child {
  white-space: nowrap;
}
#contents .staff td img {
  width: 100px;
  height: auto;
}
#contents .schedule th {
 width: 10%;
}
#contents .schedule tr td {
  padding:10px 2px;
}
#contents .schedule th:first-child {
 width: 3%;
}
#contents .schedule td {
  font-size: 12px;
}
#contents .schedule .thLast {
  padding-top: 30px;
}
#contents .schedule th span {
  display: block;
}
/* sideBar --------------------------- */
.sideBar {
  width: 210px;
  margin-top: 7px;
  float: right;
}
.sideBar .sideItem {
  padding: 9px 0 6px 10px;
  font-size: 16px;
  background-color: #D06590;
  color: white;
  font-weight: 600;
}
.sideBar .visitList li {
  padding: 10px 0 10px 15px;
  border-bottom: 1px dotted #333;
}
.sideBar .visitList li a {
  color: #333;
  display: block;
}
.sideBar .spttl02 {
  padding: 9px 0 6px 10px;
  font-size: 16px;
  background-color: #D06590;
  color: white;
}
.sideBar .main_menu {
  padding: 10px 0 10px 10px;
  background-color: #F6F6F6;
 font-size: 114%;
  font-weight: 600;
  border-top: 2px solid #D06590;
  position: relative;
  cursor: pointer;
}
.sideBar .main_menu:after {
  content: "";
  width: 19px;
  height: 10px;
  display: inline-block;
  background-image: url(/kori/img/ac_arrow_down.gif);
  position: absolute;
  top: 18px;
  right: 10px;
}
.sideBar .main_menu.active:after {
  background-image: url(/kori/img/ac_arrow_up.gif);
  display: inline-block;
}
.sideBar .accordion {
  display: none;
}
.sideBar .sub_menu li {
  padding: 10px 0 10px 15px;
  border-bottom: 1px dotted #333;
}
.sideBar .sub_menu a {
  display: block;
  color: #333;
}
.sideBar .grayLine {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}
.sideBar .consultation {
  margin-top: 30px;
  padding: 10px;
  border: 5px solid #EEEEEE;
  box-shadow: 0 0 0 1px #E2E2E2;
  border-radius: 2px;
}
.sideBar .consultation h6 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 16px;
  color: #D06590;
  border-bottom: 1px solid #D06590;
}
.sideBar .consultation ul li:first-child dt {
  font-size: 13px;
}
.sideBar .consultation ul li:first-child dd {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #BF3737;
  font-weight: 600;
  line-height: 1.2;
}
.sideBar .consultation ul li:first-child .ddLast {
  font-size: 13px;
  color: #333;
}
.sideBar .sideTel {
  margin-top: 5px;
 font-size: 121%;
 font-size: 100%\9;
  color: #D06590;
  font-weight: 600;
  letter-spacing: 0.05em;
    font-size: 15px;
}
.sideBar .sideTel a {
  position: relative;
  padding-left: 30px;
  color: #D06590;
}
.sideBar .sideTel a:before {
  content: '';
  width: 23px;
  height: 24px;
  display: inline-block;
  background-image: url(/kori/img/icon_sidebar_tel.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  top: -6px\9;
  left: 0;
}

.accordion-box{
  margin:15px 0 0 0;
}
/*-------------------------------------------------------------------------

    * footer

---------------------------------------------------------------------------*/
#footer {
  padding-top: 40px;
  margin-top: 115px;
  background-color: #ffcce3;
}
#footer .inner {
  position: relative;
}
#footer .pageTop {
  position: absolute;
  top: -64px;
  right: 0;
}
#footer .pageTop a {
  padding: 15px 40px 10px;
  background-color: #ffcce3;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
}
#footer .pageTop a:hover {
  border-bottom: none;
}
#footer h5,
#footer li,
#footer dt,
#footer dd,
#footer a {
  color: #666;
}
#footer .li01,
#footer .li02,
#footer .li03 {
 width: 33%;
  float: left;
}
#footer h5 {
  margin-left: 40px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: normal;
  position: relative;
}
#footer .ttl05:before {
  content: "";
  width: 18px;
  height: 17px;
  background-image: url(/kori/img/icon_ttl05_arrow.png);
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -22px;
}
#footer .li01 h5 {
  margin-left: 0;
}
#footer ul li dl {
  margin-bottom: 15px;
}
#footer ul li ul {
  margin-bottom: 30px;
}
#footer .li01 ul {
  margin-left: 20px;
}
#footer .li01 ul:first-child {
  margin-left: 0;
}
#footer ul li ul li:first-child {
  margin-left: 0;
}
#footer .li01 ul:first-child li {
  margin-left: 0;
}
#footer .li01 ul:first-child li:first-child {
  margin-bottom: 25px;
  margin-left: 0;
}
#footer ul .li02 ul li, #footer ul .li03 ul li {
  margin-left: 52px;
  margin-bottom: 5px;
}
#footer ul .li03 .liLast li {
  margin-left: 0;
}
#footer a {
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
}
#footer a:hover,
#footer .footerLogo a:hover {
  border-bottom: 1px solid;
  opacity: 1;
}
#footer .footerLogo a:hover {
  padding-bottom: 15px;
}
#footer ul li ul a:before {
  content: "";
  width: 7px;
  height: 10px;
  display: inline-block;
  background-image: url(/kori/img/icon_ftancar_arrow.gif);
  vertical-align: baseline;
  position: absolute;
  top: 3px;
  left: -10px;
}
#footer .li01 ul li a:before,
#footer .ttl05 a:before {
  width: 0;
  height: 0;
  margin-right: 0;
  background-image: none;
}
#footer .liLast li {
  margin-left: 0;
}
#footer .subArea {
  padding: 5px 0;
  background-color: #d06591;
}
#footer .subArea a{
  color: #fff;
}
#footer .subArea li {
  float: left;
  color: #fff;
}
#footer .subArea li:first-child:after {
  content: "|";
  padding: 0 5px;
  display:inline-block;
}
#footer .subArea li a {
  text-decoration: none;
}
#copyright {
  background-color: #F4F4F4;
}
#copyright p {
  padding: 20px 0 10px;
  text-align: right;
}


/*-------------------------------------------------------------------------

    * 訪問看護ステーション

---------------------------------------------------------------------------*/


.hKangoList1{
  font-size: 13px;
  margin-left: -20px;
}

.hKangoList1 ul{
  margin-bottom: 20px;
}
.hKangoList1 ul li{
  width: 165px;
  height: 280px;
  margin-right: 10px;
  vertical-align: top;
}

.hksListInner{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.hKangoList1 ul li h4{
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.hKangoList1 ul li h4 span{
  position: absolute;
  color: #fff;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.hKangoList1 ul li h4.hksl1_1 span{
  background-color: #EA6D8D;
}
.hKangoList1 ul li h4.hksl1_2 span{
  background-color: #A586BC;
}
.hKangoList1 ul li h4.hksl1_3 span{
  background-color: #4CABE1;
}
.hKangoList1 ul li h4.hksl1_4 span{
  background-color: #62BFB3;
}


.hksFrame1{
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#EA6D8D;
  /* position: absolute; */
}

.hksFrame1:after {
  position: relative;
  left: 171px;
  top: -65px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #EA6D8D;
  border-top: 5px solid transparent;
  border-bottom: 7px solid transparent;
}




.nyuinList{
  font-size: 16px;
  margin-left: -20px;
}

.nyuinList ul{
  margin-bottom: 20px;
}
.nyuinList ul li{
  width: 160px;
  height: 150px;

  vertical-align: top;
    position: relative;
}

.nyuinList ul li h4{
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.nyuinList ul li h4 span{
  position: absolute;
  color: #fff;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}


.nyuinFrame1{
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#C2DDF5;
  background-color:#F4F8FC;
  /* position: absolute; */
    margin-right: 25px;
}

.nyuinFrame1:after {
  position: absolute;
  right: -23px;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #CCCCCC;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}


.nyuinFrame2{
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#FDAAB5;
  background-color:#FFEEEF;
}

.nyuinList h3{
  text-align:center;
  background: #fff;
  border-radius: 20px;
  margin:20px 5px 10px 5px;
  padding: 5px 0;
}

.nyuinList h4{
  font-weight:bold;
  font-size:16px;
}

#standard #contents .nyuinList p{
  font-size:15px;
  text-align:center;
}
.hksl1_1{
  color: #EA6D8D;
}
.hksl1_2{
  color: #A586BC;
}
.hksl1_3{
  color: #4CABE1;
}
.hksl1_4{
  color: #62BFB3;
}

.hksCenter{
  text-align: center;
}

.hksList2Right{
  float: right;
}

.hksList2Left{
  float: left;
}

.hksList2Left li,.hksList2Right li{
  list-style-type: none;
}
.hksList2Left li ul li:before,.hksList2Right li ul li:before{
  content: "・";
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #C49865;
}

.hksList2Left li ul li,.hksList2Right li ul li{
  list-style-type: none;
  text-indent: -7px;
  padding-left: 7px;
  font-size: 14px;
  margin-bottom: 5px;
}
.hksList2Left>li:first-child,.hksList2Right>li:first-child{
  height: 170px;
}
.hksList2Left>li:nth-child(2),.hksList2Right>li:nth-child(2){
  height: 140px;
}
.hksList2Left>li:nth-child(3),.hksList2Right>li:nth-child(3){
  height: 120px;
}
.hksList2Left li ul,.hksList2Right li ul{
  margin-bottom: 25px;
}

.hksList2Left h4,.hksList2Right h4{
  font-size: 16px;
  margin-bottom: 7px;
  color: #C49865;
}



.hksList3 h4{
  font-size: 18px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 15px;
  padding: 10px 0;
}
#contents .hksList3 p{
  text-align: center;
  margin: 0 auto 10px;
}
.hksList3LeftArea{
  display: inline-block;
  width: 350px;
  margin-right: 10px;
}

.hkslist3RightArea{
  display: inline-block;
  vertical-align: top;
  width: 350px;
}

.hksList3GreenBox{
  width: 320px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#C3E9DB;
  background-color: #EEF9F6;
  margin-bottom: 15px;
  padding: 10px;
}
.hksList3YellowBox{
  width: 320px;
  height: 315px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#FFD6AC;
  background-color: #FFF6ED;
  padding: 10px;
}
.hksList3YellowBox h4{
  text-align: center;
  margin-bottom: 15px;
}
.hksList3YellowBox p{
  text-align: center;
  margin-bottom: 30px;
}


.hksList4 h4{
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.hksList4Info{
}
.hksList4Info:after{
  content: " ";
  display: block;
  clear: both;
}

.hksList4Map{
  float: left;
}

/*-------------------------------------------------------------------------

    * 訪問看護ステーション

---------------------------------------------------------------------------*/


.hKangoList1{
  font-size: 13px;
  margin-left: -20px;
}

.hKangoList1 ul{
  margin-bottom: 20px;
}
.hKangoList1 ul li{
  width: 165px;
  height: 280px;
  margin-right: 10px;
  vertical-align: top;
}

.hksListInner{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.hKangoList1 ul li h4{
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.hKangoList1 ul li h4 span{
  position: absolute;
  color: #fff;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.hKangoList1 ul li h4.hksl1_1 span{
  background-color: #EA6D8D;
}
.hKangoList1 ul li h4.hksl1_2 span{
  background-color: #A586BC;
}
.hKangoList1 ul li h4.hksl1_3 span{
  background-color: #4CABE1;
}
.hKangoList1 ul li h4.hksl1_4 span{
  background-color: #62BFB3;
}


.hksFrame1{
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#EA6D8D;
  /* position: absolute; */
}

.hksFrame1:after {
  position: relative;
  left: 171px;
  top: -65px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #EA6D8D;
  border-top: 5px solid transparent;
  border-bottom: 7px solid transparent;
}

.hksFrame2{
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#A586BC;
}

.hksFrame2:after {
  position: relative;
  left: 171px;
  top: 22px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #A586BC;
  border-top: 5px solid transparent;
  border-bottom: 7px solid transparent;
}

.hksFrame3{
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#4CABE1;
}

.hksFrame3:after {
  position: relative;
  left: 171px;
  top: -132px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #4CABE1;
  border-top: 5px solid transparent;
  border-bottom: 7px solid transparent;
}

.hksFrame4{
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#62BFB3;
}

.hksl1_1{
  color: #EA6D8D;
}
.hksl1_2{
  color: #A586BC;
}
.hksl1_3{
  color: #4CABE1;
}
.hksl1_4{
  color: #62BFB3;
}

.hksCenter{
  text-align: center;
}

.hksList2Right{
  float: right;
}

.hksList2Left{
  float: left;
}

.hksList2Left li,.hksList2Right li{
  list-style-type: none;
}
.hksList2Left li ul li:before,.hksList2Right li ul li:before{
  content: "・";
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #C49865;
}

.hksList2Left li ul li,.hksList2Right li ul li{
  list-style-type: none;
  text-indent: -7px;
  padding-left: 7px;
  font-size: 14px;
  margin-bottom: 5px;
}
.hksList2Left>li:first-child,.hksList2Right>li:first-child{
  height: 170px;
}
.hksList2Left>li:nth-child(2),.hksList2Right>li:nth-child(2){
  height: 140px;
}
.hksList2Left>li:nth-child(3),.hksList2Right>li:nth-child(3){
  height: 120px;
}
.hksList2Left li ul,.hksList2Right li ul{
  margin-bottom: 25px;
}

.hksList2Left h4,.hksList2Right h4{
  font-size: 16px;
  margin-bottom: 7px;
  color: #C49865;
}



.hksList3 h4{
  font-size: 18px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 15px;
  padding: 10px 0;
}
#contents .hksList3 p{
  text-align: center;
  margin: 0 auto 10px;
}
.hksList3LeftArea{
  display: inline-block;
  width: 350px;
  margin-right: 10px;
}

.hkslist3RightArea{
  display: inline-block;
  vertical-align: top;
  width: 350px;
}

.hksList3GreenBox{
  width: 320px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#C3E9DB;
  background-color: #EEF9F6;
  margin-bottom: 15px;
  padding: 10px;
}
.hksList3YellowBox{
  width: 320px;
  height: 315px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  border:  1px solid;
  border-color:#FFD6AC;
  background-color: #FFF6ED;
  padding: 10px;
}
.hksList3YellowBox h4{
  text-align: center;
  margin-bottom: 15px;
}
.hksList3YellowBox p{
  text-align: center;
  margin-bottom: 30px;
}


.hksList4 h4{
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.hksList4Info{
}
.hksList4Info:after{
  content: " ";
  display: block;
  clear: both;
}

.hksList4Map{
  float: left;
}
#contents .hksList4 table{
  border: none;
  float: left;
  width: 340px;
  margin-right: 20px;
}
#contents .hksList4 table .hksBold{
  font-size: 16px;
}
#contents .hksList4 table .hksMb{
  padding-bottom: 20px;
}
#contents .hksList4 th{
  vertical-align: top;
  width: 100px;
  padding: 0;
  border: none;
}
#contents .hksList4InfoTable1 td{
  width: 120px;
  padding: 0 0 5px 0;
  border: none;
}
#contents .hksList4 .hksList4Info img{
  width: 360px;
  height: auto;
  float: right;
}

.dramaLink{
  display: block;
  margin-left: 40px;
  margin-bottom: 30px;
  font-size: 114%;
}

/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が413以下、
　もしくはアスペクト比が1以上（つまり横長）幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (max-width: 414px), screen and (min-aspect-ratio: 1/1) and (max-width: 736px) {
  .inner, #contents, #contents_top, img, #index .news, #footLink, #copyright, #footerIn, #foot .footerIn, #foot .footerIn ul {
   width: 100%;
  }
  .contentsTop {
    margin-bottom: 20px;
  }
  img {
  width:100%;
        height:auto;
  }
  .imgL {
    margin-right: 0;
  }
  .imgR img {
    margin-left: 0;
  }
  .imgL, .imgR {
    float: none;
  }
  #shoukaki #wrap #con06 table tr img {
    width:auto;
    height:16px;
  }
  .showPC, .displayNone {
    display: none;
  }
  .showPCipNews{
    display: none;
  }
  .showSP {
    display: block;
  }
  .textPc {
    display: inline;
  }
  #wrap {
   width: 95%;
    margin:auto;
  }
  .inner {
   width: 100%;
  }
  #negative {
    margin-top: -40px;
    padding-top: 40px;
  }
  #glovalNav {
    display:none;
  }
  .headSP {
   width: 100%;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: white;
    border-top: 3px solid #ffcce3;
  }
  #head .logo {
   width: 60%;
    margin-top: 13px;
    margin-left: 10px;
    position: relative;
    z-index: 999999;
  }
  /*#head .logo img {
      height: 100%;
  }*/
  .doropOn,  .doropClose {
    padding: 7px 3px 8px 28px;
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: #ffcce3;
    border-radius: 4px;
    color: #666;
    z-index: 99999;
  }
  .doropOn:before, .doropOn:after {
    content: '';
    width: 20px;
    height: 5px;
    position: absolute;
    display: inline-block;
    border-top: 2px solid;
  }
  .doropOn:before {
    top: 10px;
    left: 5px;
    border-bottom: 2px solid;
  }
  .doropOn:after {
    height: 1px;
    top: 24px;
    left: 5px;
    border-top: 2px solid;
  }
  .doropClose:before {
    content: '×';
    font-size: 21px;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 7px;
  }
  #dropMenu {
   width: 100%;
   height: 100%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 9999;
    overflow: auto;
  }
  #dropMenu:before {
    background-color: #000;
   width: 100%;
   height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    z-index: -1;
  }
  #dropMenu, .doropClose {
    display: none;
  }
  #dropMenu ul {
   width: 100%;
    padding-top: 75px;
    background-color: white;
  }
  #dropMenu ul li {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #262626;
    position: relative;
  }
  #dropMenu ul a {
    color: #D06590;
    font-size: 16px;
    padding-left: 5px;
    display: block;
  }
  #dropMenu ul a:before {
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;

    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    left: 0;
  }
  #dropMenu ul .ttlLink a {
    padding-left: 15px;
  }
  #dropMenu ul .ttlLink a:before {
    left: 10px;
  }
  #dropMenu .main_menu {
    position: relative;
    font-size: 16px;
    text-indent: -3px;
  }
  #dropMenu .main_menu:before {
    content: "";
    width: 19px;
    height: 10px;
    display: inline-block;
    background-image: url(/kori/img/ac_arrow_down.gif);
    position: absolute;
    top: 7px;
    right: 10px;
  }
  #dropMenu .main_menu.selected:before {
    background-image: url(/kori/img/ac_arrow_up.gif);
  }
  #dropMenu ul.sub_menu {
    padding-top: 0;
  }
  #dropMenu ul.sub_menu li {
    border-bottom: none;
  }
  #contents .accordion {
    margin-left: 0;
  }
  .spBox {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #CFCFCF;
  }
  #contents .con01 img, #contents #con1 img {
    width: 50%;
    height: auto;
    margin: 20px auto 10px;
    float: none;
    display: block;
  }
#contents #con1 .imgDpc img{
  width: 100%;
  height: auto;
  }
  #contents .professorText {
    text-align: center;
    margin-bottom: 10px;
  }
  #con01 .con01 p {
   width: 100%;
    margin-right: 0;
  }
  #contents .borderBox {
    border: none;
  }
  #wrap #contents #con02 .con01 div {
   width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  #wrap #contents p, #wrap #contents ul, #wrap #contents ol, #wrap #contents dl, #wrap #contents li {
    margin-left: 0;
    font-size: 16px;
  }
  #contents .ttl03+.accordion>.section, #contents .ttl04+.section, #contents .ttl04+ul, #contents .ttl04+dl, #contents .ttl04+p, #wrap #contents .ttl04+.borderBox {
    margin-left: 0;
  }

  #contents p, #contents ul, #contents li, #contents dl, #contents dd, #contents table:not(.nitteiTable)
  {
    margin-left: 0!important;
  }
  #contents .circle dd, #contents .attention dd {
    margin-left: 18px!important;
  }
  #contents ul.disc {
    margin-left: 20px!important;
  }
  /*----parts----*/
  #contents #con01, #contents #con02, #contents #con03, #contents #con04, #contents #con05, #contents #con06, #contents #con07 {
    margin-bottom: 0;
  }
  #contents .con01, #contents .con02, #contents .con03 {
    margin-bottom: 0;
  }
  .ml20 {
    margin-left: 0;
  }
  .telBtn {
   width: 95%;
    margin: 40px auto 0;
  }
  .telBtn li {
   width: 80%;
    margin-top: 15px;
    margin-left: auto;
      margin-right: auto;
    padding: 5px 5px 5px 30px;
    background: #F6F6F6;
    border: 4px solid #E1E1E1;
    border-radius: 6px;
    position: relative;
    text-align: center;
  }
  .telBtn li a {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .telBtn li a>span{
    position: relative;
  }
  .telBtn li a>span:before {
      content: '';
      width: 23px;
      height: 23px;
      display: inline-block;
      background: url(/kori/img/icon_tel.png) no-repeat;
      position: absolute;
      top: 12px;
      left: -35px;
      background-size: 22px;
  }
  .telBtn li a>span span{
    font-size: 18px;
  }
  .telBtn li:first-child {
     margin-top: 55px;
      margin-left: auto;
      margin-right: auto;
  }
  #contents .centerList li a, #contents .clinicList li a {
    width: 300px;
  }
  /* crumb --------------------------- */
  .crumb {
   width: 95%;
  }
  .crumb li {
    font-size: 12px;
  }
  #contents .pageTop {
    display: none;
  }
  #contents .textBlock {
    display: block;
  }
  /* ttlParts-------------------*/
  .contentsTop h2 {
    font-size: 20px;
  }
  .spttl02 {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    color: white;
    background-color: #D06590;
  }
  #contents .ttl03, .ttl03Drnone {
    margin: 0;
    padding:0;
    position: relative;
    background: none;
    font-size: 16px;
  }
  #contents .ttl03:before {
    border-left: none;
    padding-left: 0;
    content: "";
    width: 5px;
    height: 10px;
    display: inline-block;
    background-image: url(/kori/img/ac_arrow_down.gif);
    position: absolute;
    top: 8px;
    right: -2px;
  }
  #contents .ttl03.open:before {
    border-left: none;
    padding-left: 0;
    content: "";
    width: 5px;
    height: 10px;
    display: inline-block;
    background-image: url(/kori/img/ac_arrow_up.gif);
    position: absolute;
    top: 6px;
    right: -2px;
  }
  #contents .ttl03 {
    padding-right: 20px;
  }
  #contents .ttl03Drnone {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #contents .ttl04 {
    margin-top: 20px;
    margin-left: 0;
    font-size: 16px;
    text-align: center;
  }
  #contents .ttl04:before {
    width: 0;
    height: 0;
    margin-right: 0;
    background-image: none;
  }
  .spTtl04 {
    padding-top: 5px;
    background-color: #F6F6F6;
    border-bottom:2px solid #D06590;
    padding-bottom: 5px;
  }
  /* sideBar-------------------*/
  .sideBar {
   width: 100%;
    margin-top: 30px;
    float: none;
  }
  .sideBar .spttl02 {
    padding: 9px 0 6px 10px;
    font-size: 16px;
    background-color: #D06590;
    color: white;
    margin: 0;
  }
  .sideBar .main_menu {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px;
    border: 2px solid #CFCFCF;
    background-color:white;
    font-size: 16px;
  }
  .sideBar .main_menu:after {
    top: 17px;
  }
  .sideBar .main_menu:before {
    top: 17px;
  }
  .sideBar .sub_menu li {
    padding: 0;
    border-bottom: none;
  }
  .sideBar .sub_menu a {
    padding: 10px;
    border: 1px solid #C7C7C7;
    border-top: none;
    color: #333;
    background-color: #F5F5F5;
    display: block;
    text-align: left;
  }
  .sideBar .sub_menu a:before {
    content: '';
    width: 7px;
    height: 12px;
    padding-right: 8px;
    display: inline-block;
    background-image: url(/pen_kori/common/img/icon_arrow.gif);
    background-repeat: no-repeat;
  }
  #footer {
    padding: 0;
    margin-top: 0;
    background-color: white;
  }
  #footer div li {
    text-align: center;
  }
  #footer a:hover, #footer .footerLogo a:hover {
    border-bottom: none;
  }
  #footer div .first li a {
    padding: 20px;
    border: 1px solid #C7C7C7;
    border-bottom: none;
    color: #333;
    background-color: #F5F5F5;
    display: block;
  }
  #footer .spPagetop {
    border-bottom: 1px solid #ed97be;
  }
  #footer .spPagetop a {
    padding: 15px;
    background-color: #ffcce3;
    display: block;
    text-align: center;
  }
  #footer .spPagetop a:before {
    content: '';
    width: 14px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    background-image: url(/pen_kori/common/img/icon_pageTop.gif);
    background-repeat: no-repeat;
    background-size: 14px;
  }
  #footer div .first {
    margin-top: 20px;
  }
  #footer div .first+div+ul li {
    width: 50%;
    display: table;
    float: left;
    border-bottom: 1px solid #ed97be;
  }
  #footer div .first+div+ul li a {
    height: 42px;
    padding: 8px;
    background-color: #ffcce3;
    display: table-cell;
    font-size: 13px;
    vertical-align: middle;
  }
  #footer div .first+div+ul li+li a {
    border-left: 1px solid #ed97be;
  }
  #footer .spContact {
   width: 90%;
    margin: 15px auto 20px;
    text-align: center;
    background-color: #ffcce3;
  }
  #footer .spContact a {
    padding: 15px;
    display: block;
    font-size: 17px;
    border: 3px solid white;
    outline: 1px solid #E1E1E1;
  }
  #copyright {
    margin: 0 auto;
    background-color: #F4F4F4;
  }
  #copyright .address {
    padding: 15px 0 0;
    text-align: center;
    font-size: 12px;
  }
  #copyright .address+p {
   width: 90%;
    margin: 0 auto;
    padding:10px 0;
  }
  /*-------------------------------------------------------------------------

      * treatment_contents

  ---------------------------------------------------------------------------*/
  #contents {
    float: none;
  }
  #con05 .accordion, #con06 .accordion {
    overflow:scroll;
  }
  #contents .borderBox {
    margin-bottom: 0;
  }
  #contents .staff, #contents .schedule {
    width: 747px;
  }
  .multiple-items.showPC {
    display: none;
  }
  #contents .accordion .close {
   width: 50%;
    margin: 20px auto;
    padding: 10px;
    background-color: #D06590;
    border: 2px solid white;
    outline: 1px solid #E1E1E1;
    text-align: center;
    color: white;
    display: block;
  }
  #contents .accordion {
    margin-top: 20px;
  }
  #contents .centerList, #contents .clinicList {
    margin-left: 0;
  }
  #contents .centerList li, #contents .clinicList li {
   width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    float: none;
  }
  #contents .actualResults {
    border-top:none;
  }
  #contents .actualResults dt {
   width: 100%;
    padding: 5px 0 5px 0;
    float: none;
    border: none;
    text-align: center;
    font-weight: 600;
    color: #333;
  }
  #contents .actualResults dd {
   width: 100%;
    padding: 5px 0 5px 0;
    border: none;
    text-align: center;
    font-weight: 600;
  }

  #contents .hksList2Left>li,#contents .hksList2Right>li{
    height: auto;
    margin-bottom: 15px;
  }
  .hksList3LeftArea,.hkslist3RightArea{
    display: block;
    width: auto;
    margin-right: 0;
  }
  .hksList3GreenBox,.hksList3YellowBox {
    width: auto;
    display: block;
    height: auto;
  }
  .hksList4 h4 {
    font-size: 18px;
  }
  #contents .hksList4 table {
    width: auto;
    float: none;
    width: auto;
    margin-right: 0;
  }
  #contents .hksList4 th {
    width: 90px;
    font-size: 12px;
  }
  #contents .hksList4 td {
    width: auto;
    font-size: 12px;
  }
  #contents .hksList4 table .hksBold {
    font-size: 14px;
  }
  #contents .hksList4 .hksList4Info img {
    width: 100%;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  .hKangoList1 {
    margin-left: 0;
  }
  .hKangoList1 ul li {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hksListInner{
    padding-bottom: 10px;
  }
  .hksFrame1:after,.hksFrame2:after,.hksFrame3:after,.hksFrame4:after {
    display: none;
  }
  #home li.topCon2Bnr{
    width:80%;
    margin-top: 20px;
    margin-right: auto!important;
    margin-left: auto!important;
    float: none!important;
  }

  .btnArea{
    padding: 15px 0px;
    border: 5px solid #F9F9FA;
    outline: 1px solid #ccc;
    font-weight: normal;
    text-align: center;
    width: 90% !important;
    margin-right: auto !important; 
  }

  .btnArea　span{
    color: #333 !important;
  }

  .scaleupImg:after{
      content: "";
      background: url(/kori/2671t8000000d8uc/icon_scaleup.png) no-repeat;
      width: 27px;
      height: 27px;
      margin: 0 5px;
      display: inline-block;
      vertical-align: middle;
  }

  .tokushuList {
    width: 300px !important;
    font-size: 16px !important;
  }

  .dramaLink{
    margin-left: 0;
  }
}
