@charset "UTF-8";
/*-------------------------------------------------------------------------

    * home

---------------------------------------------------------------------------*/
#home #contents {
  width: 980px;
  float: none;
}
#mv {
  max-width: 1400px;
  margin: 0 auto;
}
#mv img {
 width: 100%;
}
/* contentsNav -------------------*/
#home .contentsNav {
  margin: 20px auto 30px;
}
#home .contentsNav li {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  list-style: none;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home .contentsNav .first {
  margin-left:0;
}
#home .contentsNav li a {
  width: 230px;
  height: 80px;
  padding-top: 22px;
  padding-bottom: 80px;
  display:block;
  font-size: 22px;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  -ms-box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  background: #fff;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
#home .contentsNav li a:after {
 width: 170%;
 height: 170%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  filter: alpha("opacity=90");
  -ms-filter: alpha("opacity=90");
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translate(150px, 150px) rotate(45deg);
  -moz-transform: translate(150px, 150px) rotate(45deg);
  -o-transform: translate(150px, 150px) rotate(45deg);
  -ms-transform: translate(150px, 150px) rotate(45deg);
  transform: translate(150px, 150px) rotate(45deg);
}
#home .contentsNav li a:hover:after {
  -webkit-transform: translate(-50px, -50px) rotate(45deg);
  -moz-transform: translate(-50px, -50px) rotate(45deg);
  -o-transform: translate(-50px, -50px) rotate(45deg);
  -ms-transform: translate(-50px, -50px) rotate(45deg);
  transform: translate(-50px, -50px) rotate(45deg);
}
#home .contentsNav li a:before {
  content: '';
  width: 73px;
  height: 73px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: block;
}
#home .contentsNav .ie8 li a{
	background-position: center 22px;
}
#home .contentsNav .nav01 a:before,
#home .contentsNav .ie8 .nav01 a {
  background-image: url(/kori/img/bg_nav01.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav02 a:before,
#home .contentsNav .ie8 .nav02 a {
  background-image: url(/kori/img/bg_nav02.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav03 a:before,
#home .contentsNav .ie8 .nav03 a {
  background-image: url(/kori/img/bg_nav03.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav04 a:before,
#home .contentsNav .ie8 .nav04 a {
  background-image: url(/kori/img/bg_nav04.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav05 a:before,
#home .contentsNav .ie8 .nav05 a {
  background-image: url(/kori/img/bg_nav05.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav06 a:before,
#home .contentsNav .ie8 .nav06 a {
  background-image: url(/kori/img/bg_nav06.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav07 a:before,
#home .contentsNav .ie8 .nav07 a {
  background-image: url(/kori/img/bg_nav07.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav08 a:before,
#home .contentsNav .ie8 .nav08 a {
  background-image: url(/kori/img/bg_nav08.png);
  background-repeat: no-repeat;
}
#home .contentsNav .ie8 li a:after{
	display: none;
}
#home .contentsNav .nav01 a:after,
#home .contentsNav .ie8 .nav01 a:hover {
  background-color: #FFD6AC;
}
#home .contentsNav .nav02 a:after,
#home .contentsNav .ie8 .nav02 a:hover {
  background-color: #C3E9DB;
}
#home .contentsNav .nav03 a:after,
#home .contentsNav .ie8 .nav03 a:hover {
  background-color: #fde5a8;
}
#home .contentsNav .nav04 a:after,
#home .contentsNav .ie8 .nav04 a:hover {
  background-color: #FFD4D9;
}
#home .contentsNav .nav05 a:after,
#home .contentsNav .ie8 .nav05 a:hover {
  background-color: #CDEBC3;
}
#home .contentsNav .nav06 a:after,
#home .contentsNav .ie8 .nav06 a:hover {
  background-color: #E2CCE1;
}
#home .contentsNav .nav07 a:after,
#home .contentsNav .ie8 .nav07 a:hover {
  background-color: #cbd9f1;
}
#home .contentsNav .nav08 a:after,
#home .contentsNav .ie8 .nav08 a:hover {
  background-color: #C2DDF5;
}
#home .contentsNav .nav01 a:hover {
}
#home .contentsNav .nav02 a:hover {
}
#home .contentsNav .nav03 a:hover {
}
#home .contentsNav .nav04 a:hover {
}
#home .contentsNav .nav05 a:hover {
}
#home .contentsNav .nav06 a:hover {
}
#home .contentsNav .nav07 a:hover {
}
#home .contentsNav .nav08 a:hover {
}
#home h2 {
  padding: 0px 0px 0px 15px;
  margin-bottom: 15px;
  border-left: 6px solid #D06590;
 font-size: 135%;
}
#home .contentsNav li span {
  margin-top: 6px;
  display:block;
  font-size: 12px;
  color:#777777;
  font-weight: normal;
  color:#231815;
  line-height: 1.4;
}
.homeBnr {
  margin: 30px auto 40px;
}
/* bnr-------------------*/
#home .bnr {
  margin-bottom: 30px;
}
/* news-------------------*/
#home .information h2 {
  float: left;
}
#home .information {
  width: 538px;
  float:left;
}
.tabArea .newsList {
  margin-top: 5px;
  margin-right: 15px;
  float:right;
  position:relative;
}
#home .tabArea .newsList:after {
  content: '';
  width: 7px;
  height: 12px;
  display: inline-block;
  background-image: url(/kori/img/arrow_right.png);
  position: absolute;
  top: 5px;
  left: 98px;
}
#home .tabArea .newsList a {
  font-size: 14px;
  color: #333333;
}
#home .navTab {
  border: 1px solid #D6D9E5;
}
#home .navTab li {
  width: 178px;
  padding: 15px 0;
  float: left;
 font-size: 107%;
  text-align: center;
  cursor: pointer;
}
#home .navTab .center {
  border-left: 1px solid #D6D9E5;
  border-right: 1px solid #D6D9E5;
}
#home .navTab .tabLi.current {
  background-color: #ffcce3;
  color: #666;
}
#home .tabContent li {
  display: none;
}
#home .tabContent .current {
  display: block;
}
#home .information dl {
  border: 1px solid #D6D9E5;
  border-top: none;
 font-size: 107%;
}
#home .information dl:last-child {
  border-radius: 0 0 8px 8px;
}
#home .information .tab02 .event, #home .information .tab03 .news {
  display: none;
}
#home .information dt {
  width: 85px;
  padding: 15px 0 15px 52px;
  float: left;
}
#home .information dd {
  min-height: 3em;
  padding: 15px 0 15px 10px;
  float: left;
  position: relative;
}
#home .information dd.news:before {
  background-color: #FFD4DE;
  content: "ニュース";
  width: 79px;
  height: 25px;
  padding-top: 3px;
  display: inline-block;
  position: absolute;
  top: 39px;
  left: -87px;
 font-size: 80%;
  text-align: center;
}
#home .information dd.event:before {
  content: "イベント";
  width: 79px;
  height: 25px;
  padding-top: 3px;
  background-color: #C3E2F0;
  display: inline-block;
  position: absolute;
  top: 39px;
  left: -87px;
 font-size: 80%;
  text-align: center;
}
#home .information .days .new {
  position: relative;
}
#home .information .days .new:before {
  content: "";
  width: 30px;
  height: 15px;
  background: url(/kori/img/icon_new.jpg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -40px;
  text-align: center;
}
#home .information .days span span {
  display: none;
}
#home .information dd a {
  visibility: hidden;
  color: #087bc5;
}
/* maparea-------------------*/
#home .con01 .maparea {
  width: 400px;
  float: right;
}
#home .con01 .maparea h2 {
  float:none;
}
#home .con01 .maparea .map {
  width: auto;
  height: 250px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
#home .maparea #gMapArea {
  width: auto;
  height: 250px;
}
#home .con01 .maparea li {
  line-height:1.6;
 font-size:114%;
}
#home .con01 .mapLink a {
  width:173px;
  margin-top:30px;
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  position:relative;
  font-size:16px;
}
#home .con01 .mapLink a {
  padding-left: 15px;
  color:#000;
}
#home .con01 .mapLink a:first-child {
  margin-right: 11px;
  padding-left: 15px;
}
#home .con01 .mapLink a:first-child:after {
  position: absolute;
  right: 10px;
}
#home .con01 .mapLink a:first-child:before {
  width: 29px;
  height: 27px;
  background-image: url(/kori/img/icon_train.png);
  background-repeat: no-repeat;
 background-size: 80%;
  top: 15px;
  left: 10px;
}
#home .con01 .mapLink a:after {
  content: '';
  width: 7px;
  height: 12px;
  display: inline-block;
  background-image: url(/kori/img/arrow_right.png);
  position: absolute;
  top: 19px;
  right: 25px;
}
#home .con01 .mapLink a:before {
  content: '';
  width: 27px;
  height: 29px;
  display: inline-block;
  background-image: url(/kori/img/icon_wheelchair.png);
  background-repeat: no-repeat;
 background-size: 80%;
  position: absolute;
  top: 14px;
  left: 30px;
}


/* con02-------------------*/

#home .con02 {
  margin-top:60px;
}
#home .con02 li.bn{
  float:left;
  margin-right: 5px;
}
#home .con02 .new_bnr li.bn {
    margin-right: 0;
}

#home .con02 .new_bnr li.bn.new_bnr_center {
    margin:0 10px;
}
@media screen and (max-aspect-ratio: 9/10) and (max-width: 414px), screen and (max-width: 736px) and (min-aspect-ratio: 1/1) {
  #home .con02 .new_bnr li.bn.new_bnr_center {
    margin-top: 20px;
    margin-right: auto!important;
    margin-left: auto!important;
    float: none!important;
  }
}
#home .con02 .multiple-items li {
  margin-left: 20px;
  float: left;
}
#home .con02 .multiple-items li:first-child {
  margin-left: 0;
}
/* con03-------------------*/

.ipNewsBody{
    margin-left: 0;
    margin-bottom: 30px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    font-weight: 600;
    display: block;
    padding: 15px;
}

#home .con03 {
  margin-top:40px;
}
#home .con03 table {
  margin-left: 0;
  margin-bottom: 30px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  font-weight: 600;
  display: block;
}
#home .con03 tr {
  border-top: 1px solid #D6D9E5;
}
#home .con03 .first {
  border-top:none;
}
#home .con03 tr td {
  width:700px;
  border: none;
}
#home .con03 tr td:first-child {
  width: 280px;
  padding: 15px 0px 13px 30px;
  border-right: 1px solid #D6D9E5;
  background-color: #FAFAFB;
}
#home .con03 .first td:first-child {
  border-radius: 8px 0 0 0;
}
#home .con03 tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
#home .con03 tr td {
  padding: 20px 0 20px 30px;
}
#home .con03 .tel td, #home .con03 .tel td a {
  font-size:20px;
  color:#D06590;
}
#home .con03 .tel td a {
  padding-left: 40px;
  font-size:28px;
  font-weight: normal;
  position:relative;
}
#home .con03 .tel td a:before {
  content:'';
  width:26px;
  height:27px;
  display:inline-block;
  background-image: url(/kori/img/icon_tel.png);
  position: absolute;
  top: 0;
  left: 0;
}
#home .con03 td span {
  font-size:26px;
  font-weight: normal;
}
/* con04-------------------*/
#home .con04 {
  margin-top:50px;
}
#home .con04 li {
  margin-left: 20px;
  float:left;
}
#home .con04 li:first-child {
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * News

---------------------------------------------------------------------------*/
#News_number .before {
  float:left;
}
#News_number .after {
  float:right;
}
/*-------------------------------------------------------------------------

    * gairai

---------------------------------------------------------------------------*/
#standard.gairai a.ttl03{
  display: block;
  color: #333;
  font-weight: bold;
}
#standard.gairai #contents .circle,
#standard.gairai #contents .circle02,
#standard.gairai #contents .circle03,
#standard.gairai #contents .circle04 {
  margin-left: 20px!important;
  text-indent: -10px;
}
#standard.gairai #contents .ml20 {
  margin-left: 20px!important;
}
#standard.gairai #contents .circle:before {
  content: "●";
  display: inline-block;
}
#standard.gairai #contents .circle02:before {
  content: "◎";
  display: inline-block;
}
#standard.gairai #contents .circle03:before {
  content: "○";
  display: inline-block;
}
#standard.gairai #contents .circle04:before {
  content: "※";
  display: inline-block;
}
#standard.gairai .contentsTop li a {
  width: 247px;
}
#standard.yuushin .contentsTop li a{
  width: 147px;
  height: 45px;
}
#standard.gairai .pink,
#standard.gairai .blue {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
}
#standard.gairai .blue .pink,
#standard.gairai .pink .blue{
  margin-bottom: 0;
  margin-top: 10px;
}
#standard.gairai .pink {
  background-color: #FFEEEF;
  border: 1px solid #FDAAB5;
}
#standard.gairai .blue {
  background-color: #F4F8FC;
  border: 1px solid #C2DDF5;
}
#standard.gairai .pink h5,
#standard.gairai .blue h5,
#standard.gairai .text .listTwo li h5 {
  margin-bottom: 20px;
  text-align: center;
 font-size: 142%;
}
#standard.gairai .text dl,
#standard.gairai .text ul li ul li,
#standard.gairai .text ul li p {
 font-size: 100%;
}
#standard.gairai .text .blue dt {
  margin: 15px 0;
}
#standard.gairai .text .blue h5+dl dt {
  margin: 0;
}
#standard.gairai .text .listTwo {
  margin-bottom: 20px;
}
#standard.gairai .text .listTwo>li {
  background-color: #EEF9F6;
  padding: 20px;
 width: 42%;
  float: left;
  border: 1px solid #C3E9DB;
  border-radius: 8px;
}
#standard.gairai .text .listTwo>li+li {
  background-color: #FFF6ED;
  float: right;
  border: 1px solid #FFD6AC;
}
#standard.gairai .text .listTwo>li dl .circle04 {
  margin-top: 20px;
}
#standard.gairai .text .listTwo>li+li p {
  margin-bottom: 30px;
}
#standard.gairai .text .listTwo li .pink {
  width: 230px;
  margin: 0 auto 20px;
  text-align: center;
}
#standard.gairai .text .listTwo li .pink+dl {
  margin-bottom: 10px;
}
#standard #contents .contact .centerList,
#standard.gairai #contents .centerList,
#standard.nyuin #contents .centerList {
  margin-right: -15px;
  letter-spacing: -.4em;
  text-align: center;
}

#standard.gairai #contents .centerList li,
#standard.nyuin #contents .centerList li {
 width: 48%;
  display: inline-block;
  margin-right: 15px;
  margin-left: 0;
  float: none;
  letter-spacing: normal;

}
#standard #contents .contact .centerList li{
  margin-left: 0px;
  display: block;
  width:  350px;
  letter-spacing: normal;
  margin-left: -20px;
}
#standard #contents .contact .centerList li a,
#standard.gairai #contents .centerList li a,
#standard.nyuin #contents .centerList li a {
  width: 350px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
#standard.nyuin #contents .centerList li a:before{
  display: none;
}
#standard.gairai #contents .centerList li a:before {
  /*background: none;*/
}
#standard.gairai #contents .centerList li a[href$=".pdf"]:before {
  content: "";
  width: 16px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
  background-image: url(/kori/img/icon_download.gif);
  background-repeat: no-repeat;
  position: static;
  background-size: 100%;
}
#standard.gairai #contents .centerList li a[href$=".pdf"]:after {
  background: url(/kori/img/icon_pdf.gif) center bottom no-repeat;
  background-size: 80%;
  content: "";
  width: 28px;
  height: 35px;
  margin-left: 10px;
  display: inline-block;
  position: static;
  vertical-align: bottom;
  /*margin-top: -4px\9;*/
}
#standard.gairai #contents .centerList, #standard.gairai #contents .centerList li:first-child {
  margin-left: 0;
}
#standard.gairai .text .arrow {
  position: relative;
  margin-bottom: 70px;
}
#standard.gairai .text .listTwo .arrow {
  margin-bottom: 50px;
}
#standard.gairai .text .arrow:before {
  content: "";
  background: url(/kori/img/icon_gairai_arrow.png) no-repeat;
  width:99px;
  height:44px;
  display: inline-block;
  position: absolute;
  bottom: -60px;
 left: 50%;
  margin-left: -44px;
}
.sethubiblock{
  margin-left:20px !important;
  margin-bottom:20px;
}
.sethubiblock h4{
  font-size: 16px;
}
.sethubitext{
  float:left;
  width:65%;
  margin:0;
}
.sethubitext p{
  margin-left:0px !important;
}

.sethubiimg img{
  margin-left:10px;
}
/*#standard.gairai .text .listTwo .arrow:before {
    left: 50%;
    margin-left: -44px;
}*/
/*-------------------------------------------------------------------------

    * standard

---------------------------------------------------------------------------*/
#standard .link01 li a {
 width: 100% !important;
}
#standard .link02 li a {
  width: 371px !important;
}
#standard .link03 li a {
  width: 247px !important;
}
#standard .link04 li a {
  width: 185px !important;
}
#standard .link05 li a {
  width: 147px !important;
}
#standard .link06 li a {
  width: 123px !important;
}

#standard .navSub .link06 li a,
#shinryoukamoku .navSub .link06 li a {
  width: 162px !important;
}
#standard .navSub .link07 li a,
#shinryoukamoku .navSub .link07 li a {
  width: 138px !important;
}
#standard .line2 li a,
#shinryoukamoku .navSub .line2 li a {
  height: 45px;
}
#standard table {
 width: 100%;
  margin-left: 0;
}
#standard .short{
width:auto;
}
#standard table th, #standard table td {
  padding: 10px;
}
#standard table th {
  text-align: center;

}#standard table td {
 width: 40%;
}
#standard table td.con_03{
  width:75%;
}
#standard table td.con_05{
  width:75%;
}

#standard table td+td {
 width: 80%;
}

#standard #wrap #contents ol {
  margin-left: 35px!important;
}
#standard #contents .ttl04+.section, #standard #contents .ttl04+.section+.section #standard #contents .ttl04+.section+.section+.section {
  margin-left: 40px;
  margin-bottom:50px;
}
#standard #contents p {
  margin-left: 0;
}
#standard #contents .con01 img, #contents .con1 img {
    width: 50%;
    height: auto;
    margin: 20px auto 10px;
    float: none;
    display: block;
}
#standard .section .text {
  margin: 20px 0;
}
#standard .video iframe {
  border: 2px solid #ccc;
 width: 100%;
  height: 500px;
}
#standard .calendar {
  width: 521px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#standard .calendar dt, #standard .calendar dd {
  width: 250px;
  padding: 10px 0;
  float: left;
  text-align: center;
}
#standard .calendar dt {
  border-right: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
}
#standard .calendar dd a {
  margin-left: 35px;
  position: relative;
}
#standard .calendar dd a:before {
  content: "";
  width: 28px;
  height: 35px;
  display: inline-block;
  background-image: url(/kori/img/icon_pdf.gif);
  background-repeat: no-repeat;
 background-size: 80%;
  position: absolute;
  top: -4px;
  right: -30px;
  margin-top: -4px\9;
}
#standard .calendar dd a:after {
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
  background-image: url(/kori/img/icon_download.gif);
  background-repeat: no-repeat;
  position: absolute;
 background-size: 100%;
  top: 0px;
  left: -25px;
}
#standard .dlArea table {
  width: auto;
  margin: 16px auto;
}
#standard .dlArea table tr {
}
#standard .dlArea table tr th,
#standard .dlArea table tr td:first-child{
  white-space: nowrap;
}
#standard .dlArea table tr th{
  font-weight: normal;
  width: 500px;
}
#standard .dlArea table td {
  width: auto !important;
}
#standard .dlArea table td a {
}
#standard .dlArea table td a:before, #standard .dlArea table td a:after {
  display: inline-block;
  content: "";
  position: static !important;
  vertical-align: bottom;
}
#standard .dlArea table td a:before {
  background-image: url(/kori/img/icon_download.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 18px;
  margin: 0 10px;
}
#standard .dlArea table td a:after {
  margin: 0 5px;
  display: inline-block;
  content: "";
}
#standard .dlArea table td a[href$=".doc"]:after {
  background: url(/kori/img/icon_word.png) no-repeat;
  width: 32px;
  height: 32px;
}
#standard .dlArea table td a[href$=".pdf"]:after {
  background: url(/kori/img/icon_pdf.gif) no-repeat;
  width: 28px;
  height: 35px;
}
/*-------------------------------------------------------------------------

    * nyuin

---------------------------------------------------------------------------*/
#standard.nyuin .contentsTop ul+ul {
  margin-top: 0;
  border-top: none;
}
#standard.nyuin .contentsTop ul li a {
  width: 185px;
  height: 45px;
}
#standard.nyuin table {
  width: 350px;
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * shoukaki

---------------------------------------------------------------------------*/
#shoukaki .con01 {
  margin-left: 20px;
}
#shoukaki #contents p, #shoukaki #con04 .con01, #shoukaki #con07 .con01 {
  margin-left: 0;
}
#shoukaki .contentsTop li a {
  width: 90px;
  padding: 10px 0 10px 15px;
}
#shoukaki .contentsTop .noneWidth li a, #shoukaki .contentsTop .noneWidth02 li a {
  width: 108px;
}
#shoukaki .contentsTop .noneWidth.noneWidth02 li a {
  width:132px;
}

.link2 li{
  width: 370px;
}

.link3 li{
    width: 33%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.link4 li{
  width: 180px;
}

.link5 li{
  width: 145px;
}

.link6 li{
  width: 122px;
}

.link7 li{
  width: 104px;
}

#shoukaki #con01 .con01 {
  padding-bottom: 35px;
}
#shoukaki #con01 .con01 img {
  margin-left: 20px;
  float: right;
}
#shoukaki #con01 .con01 p a {
  display: block;
}
#shoukaki #con01 .con02 {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
#shoukaki #con02 .con01 img {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
#shoukaki #con03 .con01 img {
  width: 240px;
  height: 160px;
  margin-bottom: 10px;
  margin-right: 30px;
  float: left;
  font-weight: 600;
}
#shoukaki #con02 .con01 div span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  color: #666666;
}
#shoukaki #con03 .con01 {
  margin-bottom: 40px;
}
#shoukaki #con06 .ttl04, #shoukaki #con06 .scheduleList, #shoukaki #con06 table {
  margin-left: 0;
}
#shoukaki #con06 .scheduleList {
  margin-bottom: 5px;
}
#shoukaki #con06 .scheduleList img {
  width: 20px;
  height: 20px;
  padding-right: 2px;
  padding-bottom: 3px;
}
#shoukaki #con06 .scroll {
  margin-bottom: 50px;
}
#shoukaki #con06 table tr th, #shoukaki #con06 table tr td {
  width: 100px;
  padding: 5px 0px 5px 4px;
  vertical-align: top;
  overflow: hidden;
  letter-spacing: 0;
}
#shoukaki #con06 table tr th {
  background-color: #D06590;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
#shoukaki #con06 table tr td:nth-child(odd) {
  background-color: #F8FBFD;
}
#shoukaki #con06 table tr th:first-child, #shoukaki #con06 table tr td:first-child {
  background-color: #D06590;
  padding-right: 3px;
  width: 10px;
  color: #fff;
  vertical-align: middle;
}
#shoukaki #con06 table tr td hr {
 width: 150%;
  margin: 15px 0 10px -6px;
  border: none;
  border-top: 1px solid #cfcfcf;
}
#shoukaki #con06 table tr td .dotted {
  border-top: 1px dashed #cfcfcf;
}
#shoukaki #con06 table tr td b {
  margin-bottom:5px;
  display:inline-block;
}
#shoukaki #con06 table tr td br*br {
  line-height:0;
}
#shoukaki #wrap #con06 table tr img {
  margin-top:2px;
  margin-right: 2px;
  width:auto;
  height:16px;
}
.nitteiTable tr td img{
  float: left;
}

.nitteiTable tr td{
  font-size: 14px;
}
/*#shoukaki #wrap #con06 table tr .lastTd.kw img{
    margin-top:2px;
    margin-right: 2px;
}*/
/*#shoukaki #con06 table img {
    width: 20px;
    height: 20px;
}
*/

/*-------------------------------------------------------------------------

    * shinryoukamoku

---------------------------------------------------------------------------*/
#standard.yuushin .centerList.yunittei, #shinryoukamoku #contents .centerList, #shinryoukamoku #contents .clinicList {
  margin-left: -15px;
}
#shinryoukamoku .contentsTop li a {
  width: 247px;
}
#standard.gairai.yuushin #contents .centerList.yunittei li,
#shinryoukamoku .centerList li {
  width: 31%;
  float: left;
}
#standard.yuushin .centerList.yunittei li a,
#shinryoukamoku .centerList li a {
  padding: 2px 5px 0px 25px;
  height: 48px;
  color: #231815;
  font-weight: 600;
  position: relative;
  display: table-cell;
  line-height: 1.3;
  width: 230px;
  vertical-align: middle;
}
#standard.yuushin .centerList.yunittei li a:before,
#shinryoukamoku .centerList li a:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(/kori/img/centerList_arrow.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 21px;
  left: 10px;
}

.yunittei li a{
    padding: 2px 5px 0px 25px !important;
    height: 48px !important;
    color: #231815 !important;
    font-weight: 600 !important;
    position: relative !important;
    display: table-cell !important;
    line-height: 1.3 !important;
    width: 230px !important;
    vertical-align: middle !important;
    font-size:14px  !important;
    text-align:left !important;
}

#shinryoukamoku .contentsTop li {
    width: 33%;
}

#standard.yuushin .contentsTop li {
    width: 19%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#standard.nyuin .contentsTop li {
    width: 16.5%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#standard.gairai .contentsTop li {
    width: 16.4%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#standard.gairai #contents .ttl04{
  margin-left:0px;
}

#access .contentsTop li {
    width: 33%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/*-------------------------------------------------------------------------

    * shinryoubumon

---------------------------------------------------------------------------*/

#shinryoubumon #con01 .con01 {
  padding-bottom: 35px;
}
#shinryoubumon #con01 .con01 img {
  float: right;
}
#shinryoubumon #con01 .con01 p {
  width: 500px;
  margin-right: 45px;
}
#shinryoubumon #con01 .con01 p a {
  display: block;
}
#shinryoubumon #con01 .con02 {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
#shinryoubumon #con02 .con01 div, #shinryoubumon #con03 .con01 img {
  width: 240px;
  height: 160px;
  font-weight: 600;
}
#shinryoubumon #con03 .con01 {
  margin-bottom: 40px;
}
/*-------------------------------------------------------------------------

    * shinryoushienbumon

---------------------------------------------------------------------------*/
#shinryoushienbumon .contentsTop li a {
  width: 185px;
}
#shinryoushienbumon .contentsTop .noneWidth li a {
  width: 247px;
}
#shinryoushienbumon #con01 .con01 {
  padding-bottom: 35px;
}
#shinryoushienbumon embed {
  margin-left: 20px;
  float: left;
}
#shinryoushienbumon #con01 .con01 div, #shinryoushienbumon #con02 .con01 div, #shinryoushienbumon #con03 .con01 div {
  margin-left: 20px;
 font-size: 114%;
}
#shinryoushienbumon #con01 .con01 img {
  float: right;
  margin-left: 45px;
}
#shinryoushienbumon #con02 .con01 img, #shinryoushienbumon #con03 .con01 img {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
/*#shinryoushienbumon #con01 .con01 p a {
    display: block;
}*/
#shinryoushienbumon #con01 .con02 {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
/*#shinryoushienbumon #con02 .con01 div,
#shinryoushienbumon #con03 .con01 img {
    width: 200px;
    font-weight: 600;
}*/
#shinryoushienbumon #con03 .con01 {
  margin-bottom: 40px;
}
/*-------------------------------------------------------------------------

    * laryngealCancer

---------------------------------------------------------------------------*/
#laryngealCancer #contents .ttl03 {
  margin-left: 20px;
}
#laryngealCancer #contents .ttl03:before {
  content: "";
  border-left:none;
  padding-right: 0;
  width: 10px;
  height: 13px;
  margin-right: 10px;
  background-image: url(/pen_kori/common/img/icon_ttl04_arrow.gif);
  display: inline-block;
}
#laryngealCancer ol {
  margin-left: 55px;
}
#laryngealCancer ol li {
  margin-bottom: 10px;
}
#laryngealCancer .con01 p {
  margin-left: 40px;
}
#laryngealCancer .con01 p+p {
  margin-top: 30px;
}
/*-------------------------------------------------------------------------

    * specialforeign

---------------------------------------------------------------------------*/
#specialforeign .contentsTop li a {
  width: 147px;
}
#specialforeign .newLink li a {
  width: 247px;
}
#specialforeign #con01 .con01 {
  padding-bottom: 35px;
}
#specialforeign #con01 .con01 img {
  float: right;
  margin-left: 45px;
}
#specialforeign #con01 .con01 p a {
  display: block;
}
#specialforeign #con01 .con02 {
  padding-top: 40px;
  border-top: 1px solid #ccc;

}
#specialforeign #con02 .con01 img {
  float: left;


  margin-right: 30px;
}
#specialforeign #con03 .con01 {
  margin-bottom: 40px;
}
#specialforeign #contents .clinicList {
  margin-left: 5px;
}
#specialforeign .schedule tr th {
  background-color: #D06590;
  width: 119px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
#specialforeign .schedule tr td {
 font-size: 100%;
}
#specialforeign .schedule tr th:first-child, #specialforeign .schedule tr td:first-child {
  background-color: #D06590;
  padding-right: 3px;
  width: 10px;
  color: #fff;
  vertical-align: middle;
}
/*-------------------------------------------------------------------------

    * rinen

---------------------------------------------------------------------------*/

#rinen .contentsTop li a {
  width: 371px;
}
#rinen #con01 ol {
  margin-left: 75px;
}
#rinen .float_L {
  margin-left: 40px;
}
#rinen .float_L+p {
  margin-left: 35px;
}
/*-------------------------------------------------------------------------

    * gaiyou

---------------------------------------------------------------------------*/
#gaiyou #contents table {
  width: 724px;
 font-size: 114%;
}
#gaiyou #contents table td {
 width:30%;
  padding:10px;
}
#gaiyou #contents table td+td {
 width:80%;
}
#gaiyou .contentsTop li a {
  width: 371px;
}
#gaiyou .con01 ul {
  margin-left: 20px;
}
#gaiyou .con01 ul li {
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
 font-size: 114%;
}
#gaiyou .con01 ul li:first-child {
  border-top: 1px solid #ccc;
}
/*-------------------------------------------------------------------------

    * ninteishisetsu

---------------------------------------------------------------------------*/

#ninteishisetsu #contents table th {
  padding:10px;
  text-align:center;
}
#ninteishisetsu #contents table td {
 width:30%;
  padding:10px;
 font-size: 114%;
}
#ninteishisetsu #contents table td+td {
 width:70%;
}
/*-------------------------------------------------------------------------

    * cmtb

---------------------------------------------------------------------------*/

#cmtb #contents table {
  width: 724px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#cmtb #contents table th {
  padding:10px;
  text-align:center;
}
#cmtb #contents table td {
 width:30%;
  padding:10px;
 font-size: 114%;
}
#cmtb #contents table td+td {
 width:70%;
}
#cmtb #contents dl {
  margin-top: 15px;
  margin-left: 20px;
}
#cmtb #contents dl dt {
  margin-bottom: 5px;
  font-weight: 600;
}
#cmtb #contents dl dd {
  margin-left: 10px!important;
  margin-bottom: 15px;
}
#cmtb .contentsTop li a {
  width: 98px;
  height: 45px;
  padding:10px 20px 10px 29px;
  border: none;
  text-align: center;
}
#cmtb .con01 .professorText, #cmtb .con05 .professorText {
  margin-top:20px;
}
#cmtb .con01 .professorText {
  margin-left: 20px;
}
/*-------------------------------------------------------------------------

    * access

---------------------------------------------------------------------------*/

#access #gMapArea {
 width: 100%;
  height: 400px;
}
#access .map ul {
  margin-top: 25px;
}
#access #contents {
}
#access .pageScroll {
  margin-top: 10px;
}
#access #contents p {
  margin-left: 0;
  color: #333;
}
#access .spBox {
  margin-top: 40px;
}
#access #contents div img {
  margin-bottom: 25px;
}
#access .contentsTop li a {
  width: 133px;
  padding: 10px 0 10px 14px;
}
#access .contentsTop .link03 li a{
  width: 233px !important;
}
#access #con05 div img {
 width: 100%;
  margin-bottom: 0;
}
#access #con05 table {
  width: 745px;
  margin-left: 0;
  font-size: 12px;
}
#access #con05 table tr:first-child {
  background-color: #D06590;
  color: white;
}
#access #con05 .tab01 table th {
  width: 100px;
  background-color: rgba(235, 97, 0, 0.15);
}
#access #con05 .tab02 table th {
  background-color: rgba(132,183,23,0.15);
}
#access #con05 .tab03 table th {
  background-color: rgba(46,167,224,0.15);
}
#access #con05 .tab01 table tr:first-child th, #access #con05 .tab02 table tr:first-child th, #access #con05 .tab03 table tr:first-child th {

  background: none;
}
#access #con05 table th {
  padding: 10px;
}
#access #con05 table td {
  width: 10px;
  padding: 0 2px;
  text-align: center;
}
#access #con05 .tab02 table td, #access #con05 .tab03 table td {
  width: 55px;
}
#access #con05 table td #access .sideBar .consultation {
  margin-top: 0;
}
#access .navTab {
  border: 1px solid #D6D9E5;
}
#access .navTab li {
  width: 247px;
  padding: 15px 0;
  float: left;
 font-size: 107%;
  text-align: center;
  cursor: pointer;
}
#access .navTab .center {
  border-left: 1px solid #D6D9E5;
  border-right: 1px solid #D6D9E5;
}
#access .navTab .tabLi.current {
  background-color:#D06590;
  color:white;
}
#access .tabContent li {
  display: none;
}
#access .tabContent .current {
  display: block;
}
#access .tabContent dt {
  position: relative;
}
#access .tabContent dd p {
  margin-top:10px;
 font-size:100%;
}
#access .popUP li {
  display: block;
}
#access .tab01 .popUP li {
  display: inline-block;
}
#access .tab01 .popUP li:first-child {
  margin-right: 15px;
}
#access #contents .large img {
  width: 300px;
  display: none;
  position: absolute;
  top: 80px;
  left: 222px;
}
#access .back-curtain {
  background: rgba(0, 0, 0, 0.5);
  width: 745px;
  height: 651px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#access #contents .back-curtain p {
  width: 26px;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
}
#access .popUP {
  margin: 20px 0;
}
#access .popUP a {
  position: relative;
}
#access .popUP a:before {
  content: "";
  width: 10px;
  height: 13px;
  margin-right: 10px;
  background-image: url(/pen_kori/common/img/icon_ttl04_arrow.gif);
  display: inline-block;
}
#access .mapPdf {
  width: 745px;
  margin: 30px auto 0;
}
#access .mapPdf li {
  width: 372px;
  float: left;
  text-align: center;
}
#access .mapPdf li a {
  padding: 20px 0;
  border: 5px solid #F9F9FA;
  outline: 1px solid #ccc;
  display: block;
  color: #231815;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
#access .mapPdf li:first-child a {
  padding: 20px 0;
}
#access .mapPdf li a:before {
  content: '';
  width: 16px;
  height: 18px;
  display: inline-block;
  background-image: url(/pen_kori/common/img/icon_download.gif);
  position: absolute;
  top: 22px;
  left: 45px;
}
#access .mapPdf li:first-child a:before {
  left: 35px;
}
#access .mapPdf li a:after {
  content: '';
  width: 28px;
  height: 35px;
  display: inline-block;
  background-image: url(/pen_kori/common/img/icon_pdf.gif);
  position: absolute;
  top: 12px;
  right: 35px;
}
#access .mapPdf li:first-child a:after {
  right: 25px;
}
/*-------------------------------------------------------------------------

    * room-map

---------------------------------------------------------------------------*/
#contents.roomMap .tabMap{
}
#contents.roomMap .tabMap table{
  margin: 30px auto;
}
#contents.roomMap .tabMap table th{
  width: 10%;
  font-weight: normal;
}
#contents.roomMap .tabMap table td{
}
#contents.roomMap .tabMap img{
  width: 100%;
  height: auto;
}
#contents.roomMap .tabMap area{
  outline: none;
}
#contents.roomMap .tabMap .tabArea{
  background: #ffcce3;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
}
#contents.roomMap .tabMap .tabArea li{
  padding: 10px 5px;
  display: table-cell;
}
#contents.roomMap .tabMap .tabArea li a{

  background: #fff;
  padding: 10px 0;
  border: solid 1px #D06590;
  display: block;
  color: #333;
  text-align: center;
  line-height: 16px;
}
#contents.roomMap .tabMap .tabArea li a:hover,
#contents.roomMap .tabMap .tabArea .current a{
  background: #D06590;
  color: #fff;
}
#contents.roomMap .tabMap .mapArea{
  padding: 15px;
  border: solid 1px #aaa;
}
#contents.roomMap .tabMap .mapArea li{
  display: none;
}
#contents.roomMap .tabMap .mapArea .current{
  display: block;
}

/*-------------------------------------------------------------------------

    * recruit

---------------------------------------------------------------------------*/
#recruit #contents p {
  color: #333;
}
#recruit #contents ul {
 font-size: 114%;
  text-indent: 0.5em;
}
#recruit .spBox h4 {
  margin-top: 20px;
}
#recruit #con01 p {
  text-indent: 0.5em;
}
#recruit #con01 p+p {
  margin-left: 40px;
}
#recruit .con02 li {
  margin-top: 10px;
}
/*-------------------------------------------------------------------------

    * kanren

---------------------------------------------------------------------------*/
#kanren .con01 .float_L, #kanren .con01 .float_R {
  margin: 0 auto;
}
#kanren .con01 .float_L {
  width: auto;
}
#kanren .con01 .float_R {
  width: 445px;
}

#kanren .con01 .ttl04 {
  margin-bottom: 20px;
}
#kanren .con01 .link {
  margin-top: 10px;
}
#kanren .con01 .link a {
  padding-left: 14px;

  position: relative;
}
#kanren .con01 .link a:before {
  content: "";
  width: 9px;
  height: 8px;
  margin-left: -15px;
  display: inline-block;
  background: url(/kori/img/centerList_arrow.gif) 0 center no-repeat;
  position: absolute;
  top: 4px;
}
#kanren .spBox {
  margin-bottom: 70px;
}
/*-------------------------------------------------------------------------

    * pen_korinow

---------------------------------------------------------------------------*/
#pen_korinow #contents .catch {
  margin-left: 0;
}
#pen_korinow .numbers ul {
  width: 470px;
  margin-left: 53px;
}
#pen_korinow .numbers div {
  margin-left: 16px;
  text-align: left;
  vertical-align: top;
}
#pen_korinow .numbers .ttl03 {
  margin-left: 20px;
  background-color: transparent;
  padding: 0;
  font-size: 19px;
}
#pen_korinow .numbers .ttl03:before {
  content: "";
  width: 10px;
  height: 13px;
  margin-right: 10px;
  padding-right: 0;
  border: none;
  background-image: url(/pen_kori/common/img/icon_ttl04_arrow.gif);
  display: inline-block;
}
#pen_korinow .float_L {
  width: 110px;
  float: none;
  display: inline-block;
}
#pen_korinow .float_L+div {
  float: none;
  display: inline-block;
}
#pen_korinow .numbers .link {
  margin-bottom: 10px;
}
#pen_korinow .numbers .link a {
  padding-left: 14px;
  position: relative;
}
#pen_korinow .numbers .link a:before {
  content: "";
  width: 9px;
  height: 8px;
  margin-left: -15px;
  display: inline-block;
  background: url(/kori/img/centerList_arrow.gif) 0 center no-repeat;
  position: absolute;
  top: 4px;
}
#pen_korinow .numbers ul {
  width: 495px;
  margin-left: 3.4em;
 font-size: 114%;
}
#pen_korinow .numbers li {
  margin-bottom: 5px;
  list-style-type: disc;
}
/*-------------------------------------------------------------------------

    * indigate

---------------------------------------------------------------------------*/
#indigate .contentsTop ul li a {
  width: 170px;
  height: 40px;
}
#indigate .contentsTop h2+ul li+li a {
  padding-left: 20px;
}
#indigate .contentsTop ul+ul {
  margin-top: 0;
  border-top: none;
}
#indigate .contentsTop ul+ul li a {
  width: 247px;
}
#indigate #contents .con01 dd {
  margin-bottom: 30px;
}
#indigate #contents dt.switch {
  background: #D06590;
  margin: 30px auto -30px;
  padding: 10px 0px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  position: relative;
}
#indigate #contents dt.switch:after {
  content: "";
  width: 19px;
  height: 10px;
  display: inline-block;
  background-image: url(/pen_kori/common/img/icon_wharrow_down.png);
  position: absolute;
  top: 18px;
  right: 10px;
}
#indigate #contents dt.open:after {
  background-image: url(/pen_kori/common/img/icon_wharrow_up.png);
}
#indigate #contents .acMenu {
  display: none;
}
#indigate #contents .acMenu .close {
  width: 70px;
  margin: 20px auto;
  padding: 5px 10px;
  background-color: #D06590;
  border: 2px solid white;
  outline: 1px solid #E1E1E1;
  text-align: center;
  color: white;
  display: block;
  cursor: pointer;
  font-size: 14px;
}
#indigate #contents table {
  margin-top: 30px;
  margin-left: 0;
}
#indigate #contents table td {
  padding: 10px 3px;
  font-size: 11px;
}
#indigate #contents table tr:first-child td {
  text-align: center;
  font-weight: 600;
}
#indigate #contents table tr td:first-child {
  white-space: nowrap;
}
#indigate #contents #con07 tr td:first-child {
  white-space: normal;
}
/*-------------------------------------------------------------------------

    * inquiry

---------------------------------------------------------------------------*/

#inquiry #con01 ul {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 50px;
}
#inquiry #con01 .glaph:first-child {
  margin-bottom: 50px;
}
#inquiry #con01 .glaph li {
  width: 229px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  float: left;
  border: 1px solid #ccc;
  text-align: center;
}
#inquiry #con01 .glaph li h5 {

  margin-bottom: 15px;
 font-size: 107%;
  text-align: center;
}
#inquiry #con01 .glaph li img {
  height: 230px;
}
/*-------------------------------------------------------------------------

    * #sitemap

---------------------------------------------------------------------------*/
#sitemap #contents #con04, #sitemap #contents #con04 .con01, #sitemap #contents #con05, #sitemap #contents #con06, #sitemap #contents #con07 {
  margin-bottom: 0;
}
#sitemap .spBox {
  border: none;
}
#sitemap .ttl03Drnone a {
  color: #D06590;
  text-decoration: underline;
}
#sitemap .con01>ul {
  margin-left: 20px;
 font-size: 114%;
}
#sitemap .con01>ul>li {
  overflow: hidden;
}
#sitemap .con01>ul>li a {
  display: inline-block;
  text-decoration: underline;
}
#sitemap .con01>ul>li>a {
  color: #D06590;
 font-size: 114%;
  font-weight: bold;
}
#sitemap .con01>ul>li+li {
  margin-top: 15px;
  font-weight: 600;
}
#sitemap .con01 li ul {
  /*margin: -1px 0 0 0;*/
    padding-left: 1em;
  font-weight: normal;
}
#sitemap .con01 li li {
  margin-top: 10px;
}
#sitemap .con01 li li:before {
  margin-top: 3px;
  background: url(/kori/img/centerList_arrow.gif) 0 center no-repeat;
  height: 1em;
  width: 1em;
  display: inline-block;
  content: "";
  float: left;
}
/*-------------------------------------------------------------------------

    * #privacyguideline

---------------------------------------------------------------------------*/
#privacyguideline .con01 dl {
  margin: 10px 0 10px 40px;
}
#privacyguideline .con01>dl>dt {
  margin-bottom: 5px;
  color: #D06590;
  font-weight: bold;
}
#privacyguideline .con01>dl>dd {
}
#privacyguideline .con01 dl dd dl {
  margin: 10px 0 10px 20px;
}
#privacyguideline .con01>dl>dd+dt {
  margin-top: 20px;
}
#privacyguideline .symbol.star {
  margin-top: 10px;
}
#privacyguideline .symbol.star:before {
  content: "★";
}
#privacyguideline dd>ul>li {
  margin: 0 0 10px 2em;
  text-indent: -1em;
}
#privacyguideline dd>ul>li:before {
  content: "〇";
}
#privacyguideline dd>ul>li ul {
  text-indent: 0;
}
#privacyguideline dd>ul>li li {
  margin-left: 1.5em;
  list-style: disc;
}
#privacyguideline #contents .note {
  margin-left: 75px;
}
#privacyguideline .note li {
  list-style: decimal;
}
/*-------------------------------------------------------------------------

    * #privacypolicy

---------------------------------------------------------------------------*/
#privacypolicy .con01>h4 {
  margin-bottom: 5px;
  color: #D06590;
 font-size: 114%;
}
#privacypolicy .con01>h4+p {
  font-weight: bold;
}
#privacypolicy .con01 .caption {
}
#privacypolicy .con01>dl {
  margin-bottom: 10px;
}
#privacypolicy .con01>dl>* {
  margin-left: 1.5em;
}
#privacypolicy .con01>dl>dt {
  margin-top: 10px;
  position: relative;
  font-weight: bold;
  counter-increment: num;
}
#privacypolicy .con01>dl>dt:before {
  width: 2em;
  position: absolute;
  left: -1.5em;
  display: inline-block;
  content: counter(num)") ";
}
#privacypolicy .con01>dl>dd {
}
#privacypolicy .con01 .mark.attention {
  margin: 20px auto 10px;
  text-align: center;
}
#privacypolicy .con01 .contact {
  margin-top: 15px;
}
#privacypolicy .con01 .contact h5 {
}
#privacypolicy .con01 .contact>p:first-child {
  text-align: center;
}
#privacypolicy .con01 .contact .address {
}
#privacypolicy .con01 .contact .address .zip {
  display: block;
}
#privacypolicy .con01 .contact .person {
}
#privacypolicy .con01 .contact .department {
}
/*-------------------------------------------------------------------------

    * Search

---------------------------------------------------------------------------*/
/* map area btn ------------------- */
.small {
  font-size: 13px;
}
#mapblockLeft {
  margin: 0px 10px 40px 20px;
  position: relative;
}
#mapblockLeft ul li {
  width: 115px;
  display:block;
  position:absolute;
  background-color: #F9F9FA;
  border: 1px solid #ccc;
}
#mapblockLeft ul li a {
  padding: 2px 0 0px 6px;
  font-size: 13px;
  display: block;
  position: relative;
}
#mapblockLeft ul li a:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(/kori/img/centerList_arrow.gif);
  background-repeat: no-repeat;
}
#btn_search01 {
  top:29px;
  left:18px;
}
#btn_search02 {
  top:58px;
  left:18px;
}
#btn_search03 {
  top:87px;
  left:18px;
}
#btn_search04 {
  top:116px;
  left:18px;
}
#btn_search05 {
  top:145px;
  left:18px;
}
#btn_search06 {
  top:174px;
  left:18px;
}
#btn_search07 {
  top:203px;
  left:18px;
}
#btn_search08 {
  top:29px;
  left:250px;
}
#btn_search09 {
  top:241px;
  left:250px;
}
#btn_search10 {
  top:29px;
  left:495px;
}
#btn_search11 {
  top:203px;
  left:495px;
}
#btn_search12 {
  top:58px;
  left:495px;
}
#btn_search13 {
  top:87px;
  left:495px;
}
#btn_search14 {
  top:116px;
  left:495px;
}
#btn_search15 {
  top:145px;
  left:495px;
}
#btn_search16 {
  top:174px;
  left:495px;
}
.searchName {
  margin: 10px 10px 40px 5px;
  clear:both;
}
.searchName ul {
  width: 630px;
  padding: 0px 0px 0px;
  margin: 0px;
  float: left;
  list-style:none;
}
.searchName ul li {
  float: left;
  height: 1.1em;
  line-height: 1;
  white-space: nowrap;
  padding: 0px 12px 0px 12px;
  margin: 0px 0px 0px;
  border-right: 1px solid #ccc;
 font-size: 114%;
}
.linkBox {
  clear: both;
  padding-top: 20px;
  padding-left: 20px;
}
#contents p.search_txt {
  margin: 0px 10px 5px 20px;
  padding: 0px 0px 0px;
}
#contents_top p.search_txt {
  margin: 0px 10px 5px 10px;
  padding: 0px 0px 0px;
}
/* sName -------------------*/
#contents .sName {
  width: 745px;
  margin: -8px 17px 30px 0px;
}


/*削除予定*/
#contents .sName h4 {
  margin: 0px 0px 3px 0px;
  padding-left: 20px;
  line-height: 30px;
}
/*削除予定*/


#contents .sName h3 {
  margin: 0px 0px 3px 0px;
  padding-left: 20px;
  line-height: 30px;
}
#contents .sName p {
  margin: 0px 22px 10px 30px;
}
/* search_st -------------------*/
.search_st {
  margin: 0px 10px 35px 0px;
  border: 1px solid #eee;
}
.search_st ul {
  padding: 10px 0px 10px 0px;
  margin: 0px;
  list-style:none;
 font-size: 114%;
}
.search_st ul li {
  padding: 5px 0px 5px 35px;
  background: url(/kori/img/centerList_arrow.gif) no-repeat 20px 11px;
  line-height: 21px;
}
.introductionsBox {
  margin: 0px 0px 40px 0px;
}
.introductionsBox dl dt {
  padding: 0px 10px 7px 10px;
  color: #444;
}
.introductionsBox dl dd.category {
  padding: 0px 0px 0px 0px;
}
.introductionsBox dl dd.category ul {
  list-style:none;
}
.introductionsBox dl dd.category ul.gray {
  background: #f7f7f7;
  display: block;
}
#contents .introductionsBox dl dd.category ul li {
  width: 233px;
  float: left;
  margin-left: 15px;
  margin-bottom: 30px;
  line-height: 1.4em;
  background: url(/pen_kori/common/img/hos_arrow_category.gif) no-repeat 12px 12px;
  color: #666;
 font-size: 100%;
}
.introductionsBox dl dd.category ul li a {
  padding: 15px 0 15px 10px;
  border: 5px solid #F9F9FA;
  outline: 1px solid #ccc;
  display: block;
  position: relative;
  color: #231815;
}
.introductionsBox dl dd.category ul li a:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(/kori/img/centerList_arrow.gif);
  background-repeat: no-repeat;
}
/*---------------------------------------------------------------------------

    * RInaiyou
        * nousottyuu
        * nyourokessekisyou

---------------------------------------------------------------------------*/
#RInaiyou .contentWrap p, #nousottyuu .contentWrap p, #nyourokessekisyou .contentWrap p {
  text-indent: 1em;
}
#RInaiyou .contentWrap p+p, #nousottyuu .contentWrap p+p, #nyourokessekisyou .contentWrap p+p {
  margin-top: 1em;
}
#RInaiyou .contentWrap .person, #nousottyuu .contentWrap .person, #nyourokessekisyou .contentWrap .person {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
}
#RInaiyou .contentWrap .person span, #nousottyuu .contentWrap .person span, #nyourokessekisyou .contentWrap .person span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
#RInaiyou .contentWrap .person+p, #nousottyuu .contentWrap .person+p, #nyourokessekisyou .contentWrap .person+p {
}
#nousottyuu .contentWrap h3 {
  margin: 10px auto 5px;
  color: #D06590;
}
#RInaiyou .contentWrap .con01>ul {
  margin: 15px auto;
}
#RInaiyou .contentWrap .con01>ul>li {
}
#RInaiyou .contentWrap .con01>ul>li+li {
  margin-top: 10px;
}
#RInaiyou .contentWrap .con01>ul li {
  margin-top: 5px;
  margin-left: 1em;
}
#RInaiyou .contentWrap .con01>ul>li li {
}
#RInaiyou .contentWrap .con01>ul+p {
  text-indent: 0;
}
#RInaiyou .contentWrap dl, #nousottyuu .contentWrap dl, #nyourokessekisyou .contentWrap dl {
  margin: 30px auto;
  overflow: hidden;
}
#RInaiyou .contentWrap dl>*, #nousottyuu .contentWrap dl>*, #nyourokessekisyou .contentWrap dl>* {
  margin-bottom: 5px;
}
#RInaiyou .contentWrap dl dt, #nousottyuu .contentWrap dl dt, #nyourokessekisyou .contentWrap dl dt {
  margin-right: 1em;
  float: left;
  clear: left;
}
#RInaiyou .contentWrap dl dd, #nousottyuu .contentWrap dl dd, #nyourokessekisyou .contentWrap dl dd {
}
/*---------------------------------------------------------------------------

    * liaison

---------------------------------------------------------------------------*/
#liaison .contentWrap p+div {
  margin: 15px auto;
}
#liaison .contentWrap .caption {
  margin-top:5px;
 font-size: 90%;
}
#liaison .contentWrap img {
}
/*-------------------------------------------------------------------------

    * sikkansyousai

---------------------------------------------------------------------------*/
#sikkansyousai #contents .contentsTop h2 .small{
  margin: -5px auto 5px;
  display: block;
  line-height: 2;
}
#sikkansyousai #contents .borderBox p {
  margin-left: 0;
}
#sikkansyousai #contents table {
  width: 725px;
  margin-left: 20px;
  margin-bottom: 50px;
}
#sikkansyousai #contents table th, #sikkansyousai #contents table td {
  padding: 10px;
 font-size: 114%;
}
#sikkansyousai #contents table th {
  width: 90px;
}
#sikkansyousai #contents .ttl04 {
  margin-top: 25px;
}
#sikkansyousai #contents h5 {
 font-size: 114%;
}
#contact .con01>h4 {
  margin-bottom: 5px;
  color: #0F2E60;
 font-size: 114%;
}
#contact .con01>.address {
  margin-left: 0;
}
#contact .con01>.address .zip {
  padding-right: 1em;
}
#contact .con01>dl {
  margin-top: 10px;
}
#contact .con01>dl>* {
  margin-bottom: 5px;
}
#contact .con01>dl dt {
  float: left;
  clear: left;
}
#contact .con01>dl dt:after {
  content: "：";
}
#contact .con01>dl dd {
}
/*-------------------------------------------------------------------------

    * news

---------------------------------------------------------------------------*/
#News dd {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 120px;
  padding-bottom: 40px;

  border-bottom: 1px solid #ccc;
}
#News dd.news, #News dd.event {
  position: relative;
}
#News dd.news:before {
  content: "ニュース";
  width: 95px;
  height: 25px;
  padding-top: 3px;
  background-color: #FFD4DE;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  text-align: center;
}
#News dd.event:before {
  content: "イベント";
  width: 95px;
  height: 25px;
  padding-top: 3px;
  background-color: #C3E2F0;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  text-align: center;
}
/*-------------------------------------------------------------------------

    * newsDetail

---------------------------------------------------------------------------*/
#newsDetail .entryDate {
  padding-left: 115px;
  margin-left: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
#newsDetail .news, #newsDetail .event {
  position: relative;
}
#newsDetail .news:after {
  content: "ニュース";

  width: 95px;
  height: 25px;
  padding: 3px 0;
  background-color: #FFD4DE;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  text-align: center;
  font-size: 16px;
}
#newsDetail .event:after {
  content: "イベント";
  width: 95px;
  height: 25px;
  padding: 3px 0;
  background-color: #C3E2F0;
  display: inline-block;
  position: absolute;

  top: -5px;
  left: 0;
  text-align: center;
  font-size: 16px;
}
#newsDetail .entryBox {
  margin-left: 20px;
 font-size: 114%;
}
#newsDetail .entryBox p {
  margin-left: 0;
 font-size: 100%;
}
/*-------------------------------------------------------------------------

    * newsDetail

---------------------------------------------------------------------------*/
#event #contents table td {
  padding: 10px;
}

/*-------------------------------------------------------------------------

    * これのり追加分

---------------------------------------------------------------------------*/

.pdf:after{
    width: 28px;
    height: 35px;
    background: url("/pen_kori/img/icon_pdf.gif") no-repeat;
}
.excel:after{
    width: 32px;
    height: 32px;
    background: url("/kori/img/icon_excel.gif") no-repeat;
}

#shinryounittei #con01 table tr th:first-child, #shinryoukamoku #con01 table tr td:first-child {
    background-color: #950F1E;
    padding-right: 3px;
    width: 10px;
    color: #fff;
    vertical-align: middle;
}


#shinryounittei #con01 table tr th {
    background-color: #950F1E;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

#shinryounittei #con01 table tr th, #shoukaki #con06 table tr td {
    width: 100px;
    padding: 5px 0px 5px 4px;
    vertical-align: top;
    overflow: hidden;
    letter-spacing: 0;
}

#shinryounittei #con01 table tr td:nth-child(odd) {
    background-color: #F8FBFD;
}



#shinryounittei #con01 table tr img {
    margin-top: 2px;
    margin-right: 2px;
    width: auto;
    height: 16px;
}

#yunitteiList{
    font-size: 14px !important;
    text-align: left !important;
    padding: 2px 5px 0 25px !important;
}

#yunitteiList:before{
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    background-image: url(/pen_kori/img/centerList_arrow.gif) !important;
    background-repeat: no-repeat !important;
    position: absolute;
}

#standard.gairai .pdfDownloadBtn,#standard.nyuin .pdfDownloadBtn {
  margin: 30px auto 15px;
  display: table;
}
#standard.gairai .pdfDownloadBtn a,#standard.nyuin .pdfDownloadBtn a {
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  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: 320px;
  vertical-align: middle;
}
#standard.gairai .pdfDownloadBtn a::before,#standard.nyuin .pdfDownloadBtn a::before {
  content: "";
  width: 16px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
  background-image: url(/kori/img/icon_download.gif);
  background-repeat: no-repeat;
  position: static;
  background-size: 100%;
}
#standard.gairai .pdfDownloadBtn a::after,#standard.nyuin .pdfDownloadBtn a::after {
  background: url(/kori/img/icon_pdf.gif) center bottom no-repeat;
  background-size: 100%;
  content: "";
  width: 28px;
  height: 35px;
  margin-left: 10px;
  display: inline-block;
  position: static;
  vertical-align: bottom;
}
#standard.nyuin .pdfDownloadBtn{
  margin-left:auto !important;
  margin-right:auto;
}
#standard.gairai .shiharai td,#standard.nyuin .shiharai td{
  width: 25%;
}
#standard.gairai .shiharai td+td,#standard.nyuin .shiharai td+td{
  width: 30%;
}
#standard.gairai .sethubiblock table,#standard.nyuin .sethubiblock table{
  width:85%;
}
/*アスペクト比が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) {
/*-------------------------------------------------------------------------

    * #home

---------------------------------------------------------------------------*/
#home .contentsNav {
  margin: 15px auto 50px;
}
#home .contentsNav li {
  margin-bottom: 15px;
}
#contents .scroll {
  overflow-x: scroll;
  position: relative;
}
#contents .scroll:before {
  content: '';
  background: url(/kori/common/img/swipe.png);
  width: 90px;
  height: 60px;
  display: inline-block;
  position: absolute;
 top: 50%;
 left: 35%;
  opacity: 1;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#contents .swipe:before {
  opacity: 0;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#mv {
 width: 100%;
}
#mv img {
 width: 100%;
  margin-top: 15px;
}
#home #contents {
 width: 100%;
}
#home .contentsNav ul {
  margin: 0 auto;
}
#home .contentsNav li {
 width:48%;
  float: right;
  background: none;
  margin-left:0;
}
#home .contentsNav .even {
  margin-left:0;
  float:left;
}
#home .contentsNav li a {
 width: 100%;
  height: auto;
  padding-bottom: 10px;
  font-size: 11px;
}
#home .contentsNav li a:after {
  display: none;
}
#home .contentsNav li a:before {
  width: 50px;
  height: 40px;
 background-size: 100%;
}
#home .contentsNav li a span {
  display: none;
}
#home .information {
 width: 100%;
}
#home .tabArea .newsList {
  margin-top: 0px;
}
#home .tabArea .newsList:after {
  top: 7px;
}
#home .information dl {
  border: none;
  border-bottom: 1px solid #D6D9E5;
  font-size: 14px;
}
#home .information dt, #home .information dd {
  float: none;
}
#home .information dt {
  width: auto;
  padding: 15px 0 0px 25px;
}
#home .information dd {
 width: 90%;
  padding: 50px 0 10px 23px;
}
#home .information dd:before {
  height: 20px;
  padding: 3px 0;
  left: 25px;
}
#home .information dd a {
  color: #D06590;
}
#home .con01 .maparea {
 width: 100%;
  margin-top: 30px;
}
#home .maparea .navTab {
  display:none;
}
#home .con01 .maparea .map {
 width: 100%;
  height: 250px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.maparea #gMapArea {

 width: 100%;
  height: 250px;
}
#home .con01 .maparea li {
  font-size: 14px;
}
#home .con01 .mapLink {
 width: 100%;
}
#home .con01 .mapLink a {
 width: 41%;
  font-size: 12px;
  float: right;
}
#home .con01 .mapLink a:before {
  content: '';
  width: 24px;
  height: 26px;
  display: inline-block;
  background-image: url(/pen_kori/img/icon_wheelchair.png);
  position: absolute;
  top: 14px;
  left: 16px;
}
#home .con01 .mapLink a:after {
  top: 18px;
  right: 15px;
}
#home .con01 .mapLink a:first-child {
  margin-right: 10px;
  float: left;
}
#home .con01 .mapLink a:first-child:before {
  width: 26px;
  height: 28px;
  background-repeat: no-repeat;
  top: 16px;
  left: 6px;
}
#home .con01 .mapLink a:first-child:after {
  top: 18px;
  right: 5px;
}
#home .con02 {
  margin-top: 0;
}
#home .bnr.showSP {
  margin: 15px auto;
}
.multiple-items {
 width: 80%;
  margin: 30px auto;
}
#home .con02 .multiple-items li {
  margin-left: 10px;
  float: left;
}
#home .con03 tr td:first-child {
 width: 35%;
  padding: 15px 0px 13px 6px;
  font-size: 11px;
}
#home .con03 tr td {
 width:70%;
  padding: 20px 0 20px 5px;
  font-size: 11px;
}
#home .con03 td span {
  font-size: 18px;
}
#home .con03 .tel td, #home .con03 .tel td a {
  font-size: 11px;
}
#home .con03 .tel td a {
  padding-left: 25px;
  font-size: 17px;
}
#home .con03 .tel td a:before {
  width: 15px;
  height: 15px;
  top: 2px;
  background-repeat: no-repeat;
  background-size: 15px;
}
#home .con04 .spBnr li {
 width: 48%;
  margin-left: 0;
  margin-bottom: 15px;
}
#home .con04 .spBnr .even {
  float: right;
}
/*-------------------------------------------------------------------------

    * gairai

---------------------------------------------------------------------------*/
#standard.gairai .text .listTwo li .pink {
  width: auto;
}
#standard.gairai .text .listTwo>li {
  width: auto;
  float: none;
}
#standard.gairai .text .listTwo>li+li {
  float: none;
}
#standard.gairai .text .listTwo .arrow {
  margin-bottom: 70px;
}
#standard.gairai .text .listTwo>li+.arrow {
  margin-bottom: 50px;
}
#standard.gairai .text .arrow:before {
  bottom: -60px;
}
#standard #contents .contact .centerList,
#standard.gairai #contents .centerList,
#standard.nyuin #contents .centerList{
  margin-right: 0;
}
#standard #contents .contact .centerList li,
#standard.gairai #contents .centerList li,
#standard.nyuin #contents .centerList li {
 width: 100%;
}
#standard.gairai #contents .centerList a{
}
#standard.gairai .pink h5{
  font-size: 130%;
}
/*-------------------------------------------------------------------------

    * standard

---------------------------------------------------------------------------*/
#standard #contents .ttl04+.section, #standard #contents .ttl04+.section+.section, #standard #contents .ttl04+.section+.section+.section {
  margin-left: 0;
}
#standard table {
 width: 100%;
}
#standard #contents .ttl03 {
  padding-right: 20px;
}
#standard .video iframe {
  height: auto;
}
#standard dl.calendar {
 width: 100%;
  border: none;
}
#standard .calendar dt, #standard .calendar dd {
 width: 100%;
  padding: 10px 0;
  float: none;
  text-align: center;
}
#standard .calendar dt {
  border-right: none;
  margin-bottom: 10px;
}
#standard .calendar dd a {
  margin-left: 0;
}
#standard .dlArea table,
#standard .dlArea tbody,
#standard .dlArea tr,
#standard .dlArea td,
#standard .dlArea th{
  border: none;
  display: block;
  text-align: center;
}
#standard .dlArea table {
  width: auto;
  margin: 16px auto;
}
#standard .dlArea tr>*{
  border-left: solid 1px #cfcfcf;
  border-right: solid 1px #cfcfcf;
}
#standard .dlArea table th {
  margin-top: 10px;
  border-top: solid 1px #cfcfcf;
}
#standard .dlArea table tr th{
  width: auto;
}
#standard .dlArea table tr th,
#standard .dlArea table tr td:first-child{
  white-space: normal;
}
#standard .dlArea table td {
  width: auto !important;
  border-bottom: solid 1px #cfcfcf;
}
#standard .dlArea table th+td{
  border-top: solid 1px #cfcfcf;
}
#standard .dlArea table td a {
}
#standard .dlArea table td a:before,
#standard .dlArea table td a:after{
  vertical-align: middle;
}
/*-------------------------------------------------------------------------

    * nyuin

---------------------------------------------------------------------------*/
#standard.nyuin table {
 width: 100%;
}
/*-------------------------------------------------------------------------

    * shinryoukamoku

---------------------------------------------------------------------------*/
#shinryoukamoku #contents .ttl03 {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px;
  border: 2px solid #CFCFCF;
  background-color: white;
  font-size: 16px;
}
#shinryoukamoku #contents .accordion {
  margin-top: 0;
}
#shinryoukamoku .centerList li {
 width: 100%;
  margin-left: 0;
  padding: 0;
  border-bottom: none;
}
#standard.gairai.yuushin #contents .centerList.yunittei li {
    width: auto;
    float: none;
    margin: 0;
}

#shinryoukamoku .centerList li a {
  width: auto;
  padding: 10px 10px 10px 20px;
  height: auto;
  border: 1px solid #C7C7C7;
  border-top: none;
  color: #333;
  background-color: #F5F5F5;
  display: block;
  text-align: left;
  outline: none;
}
#shinryoukamoku .centerList li a:before {
  top: 17px;
  left: 10px;
}
#shinryoukamoku #contents .ttl03:before {
  top: 18px;
  right: 10px;
}
#shinryoukamoku #contents .ttl03.open:before {
  top: 18px;
  right: 10px;
}
/*-------------------------------------------------------------------------

    * laryngealCancer

---------------------------------------------------------------------------*/
#laryngealCancer #contents .ttl03 {
  margin-left: 0;
}
#laryngealCancer #contents .ttl03:before {
  content: "";
  border-left: none;
  padding-right: 15px;
  width: 5px;
  height: 10px;
  margin-right: 0;
  background-image: url(/pen_kori/common/img/ac_arrow_down.gif);
  display: inline-block;
}
#laryngealCancer #contents .ttl03.open:before {
  background-image: url(/pen_kori/common/img/ac_arrow_up.gif);
}
#laryngealCancer .con01 p {
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * kenri

---------------------------------------------------------------------------*/
#kenri ol {
  margin-top: 20px;
  margin-left:30px;
}
#kenri ol li {
  list-style-type: none;
}
/*-------------------------------------------------------------------------

    * shoukaki

---------------------------------------------------------------------------*/

#shoukaki .con01 {
  margin-left: 0;
}
#syoukai .calendar .con01 dd {
  border: 1px solid #ccc;
}
/*-------------------------------------------------------------------------

    * sikkansyousai

---------------------------------------------------------------------------*/
#sikkansyousai .ttl03 span {
  display: block;
}
#shoukaki #con02 .con01 img {
  margin: 0 auto 20px;
  float: none;
}
#sikkansyousai #contents table {
 width: 100%;
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * hospital

---------------------------------------------------------------------------*/
#aisatsu .ttl03Drnone {
  margin-top: 20px;
}
/*-------------------------------------------------------------------------

    * gaiyou

---------------------------------------------------------------------------*/
#gaiyou #contents table {
 width: 100%;
}
/*-------------------------------------------------------------------------

    * rinen

---------------------------------------------------------------------------*/
#rinen #con01 ol {
  margin-left: 35px;
}
/*-------------------------------------------------------------------------

    * cmtb

---------------------------------------------------------------------------*/
#cmtb #contents table {
 width: 100%;
}
/*-------------------------------------------------------------------------

    * access

---------------------------------------------------------------------------*/

#access #gMapArea {
 width: 100%;
  height: 200px;
}
#access .spBox {
  margin-top: 10px;
}
#access #contents .con01 img {
 width:100%;
}
#access .navTab li {
 width: 100%;
  float: none;
 font-size: 100%;
  border-top: 1px solid #ccc;
}
#access .navTab li:first-child {
  border-top: none;
}
#access .navTab .center {
  border-left: none;
  border-right: none;
}
#access #con05 img {
  margin-top: 0;
}
#access .tab01 .popUP li {
  display: block;
}
#access .tab01 .popUP li:first-child {
  margin-right: 0;
  margin-bottom: 5px;
}
#access .back-curtain {
  background: rgba(0, 0, 0, 0.5);
 width: 100%;
 height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#access #contents .large img {
 width: 50%;
  display: none;
  position: absolute;
  top: 20px;
 left: 25%;
}
#access .mapPdf {
 width: 100%;
}
#access .mapPdf li {
 width: 99%;
  margin-bottom: 15px;
  padding: 0 1px;
  float: none;
}
#access .mapPdf li a:before {
  top: 35px;
  left: 30px;
}
#access .mapPdf li:first-child a:before {
  left: 20px;
}
#access .mapPdf li a:after {
  top: 25px;
  right: 20px;
}
#access .mapPdf li:first-child a:after {
  right: 10px;
}
#access .mapPdf li span {
  display: block;
}
/*-------------------------------------------------------------------------

    * room-map

---------------------------------------------------------------------------*/
#roomMap .con01 img {
  width: auto;
 max-width: 100%;
  height: auto;
}
#roomMap .con01 table {
 width: 100%;
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * kanren

---------------------------------------------------------------------------*/
#kanren .con01 div img {
  width: auto;
 max-width: 100%;
  height: auto;
}
#kanren .con01 .float_L, #kanren .con01 .float_R {
  float: none;
}
#kanren .con01 .float_L {
  width: auto;
}
#kanren .con01 .float_R {
  width: auto;
}
#kanren .con01 .link a {
  margin: 10px auto;
  padding: 5px;
  border: 5px solid #F9F9FA;
  outline: 1px solid #ccc;
  display: block;
  position: relative;
  text-align: center;
}
#kanren .con01 .link a:before {
  display: none;
}
#kanren .spBox {
  margin-bottom: 0;
}
#kanren #con05 .accordion, #kanren #con06 .accordion {
  overflow: visible;
}
/*-------------------------------------------------------------------------

    * pen_korinow

---------------------------------------------------------------------------*/
#pen_korinow .numbers {
  width: auto;
}
#pen_korinow .numbers ul {
 width: 100%;
  margin-left: 20px;
}
#pen_korinow .numbers .ttl03 {
  margin-left: 0;
}
#pen_korinow .numbers div {
  margin-left: 0;
}
#pen_korinow .numbers .ttl03:before {
  border-left: 5px solid #13356C;
  height: 10px;
  margin-right: 0;
  padding-right: 15px;
  border-left: none;
  padding-left: 0;
  content: "";
  width: 5px;
  height: 10px;
  display: inline-block;
  background-image: url(/pen_kori/common/img/ac_arrow_down.gif);
  position: absolute;
  top: 8px;
  right: -2px;
}
#pen_korinow .numbers .float_L {
  margin-right: 0;
  text-align: center;
}
#pen_korinow .numbers .contentWrap div {
  width: auto;
  display: block;
}
#pen_korinow .numbers div img {
  width: auto;
 max-width: 100%;
  height: auto;
}
#pen_korinow .numbers .link a {
  margin: 10px auto;
  padding: 5px;
  border: 5px solid #F9F9FA;
  outline: 1px solid #ccc;
  display: block;
  position: relative;
  text-align: center;
}
#pen_korinow .numbers .link a:before {
  display: none;
}
#pen_korinow #con00 {
  margin-bottom: 20px;
}
#pen_korinow .numbers ul {
  margin-left: 20px!important;
}
/*-------------------------------------------------------------------------

    * renewal

---------------------------------------------------------------------------*/
#renewal #con04 .ttl03 span {
  display: block;
}
#renewal #wrap .contentWrap ol {
  margin-left: 1em;
}
#renewal .listImg li {
  margin: 10px auto;
}
#renewal .listImg li img {
 width: 100%;
  height: auto;
}
#renewal .bxslider li img {
 width: 100% !important;
  height: auto;
}
/*-------------------------------------------------------------------------

    * indigate

---------------------------------------------------------------------------*/
#indigate #contents .con01 .ttl03 {
  margin: 20px 0;
  padding: 5px 0;
  background-color: #F6F6F6;
  border-bottom: 2px solid #D06590;
  text-align: center;
}
#indigate #contents .con01 .ttl03:before {
  background-image: none;
}
#indigate #contents .con01 .ttl04 {
  text-align: center;
}
#indigate #contents .con01 img {
 width: 100%;
}
#indigate #contents .acMenu {
  display: block;
}
#indigate #contents .acMenu .close {
  display: none;
}
/*-------------------------------------------------------------------------

    * #touroku

---------------------------------------------------------------------------*/
#touroku .con01 dl>dt {
  width: auto;
  margin-bottom: 0;
  float: none;
}
/*-------------------------------------------------------------------------

    * calendar

---------------------------------------------------------------------------*/
#syoukai .calendar .con01 dl {
 width: 100%;
  border: none;
}
#syoukai .calendar .con01 dt, #syoukai .calendar .con01 dd {
 width: 100%;
  padding: 10px 0;
  float: none;
  text-align: center;
}
#syoukai .calendar .con01 dt {
  border-right: none;
  margin-bottom: 10px;
}
#syoukai .calendar .con01 dd a {
  margin-left: 0;
}
#syoukai .con01>ol li ul li {
  text-indent: 0;
}
#syoukai #con04 .caption+h3 {
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * #cmtb

---------------------------------------------------------------------------*/
#cmtb #contents #con00 .float_L {
 width: 100%;
  margin-right: 0;
  float: none;
  text-align: center;
}
#cmtb #contents #con00 .float_L img {
 width: 50%;
  margin-bottom: 20px;
}
/*---------------------------------------------------------------------------

    * RInaiyou
        * nousottyuu
        * nyourokessekisyou

---------------------------------------------------------------------------*/
#RInaiyou .contentWrap dl>*, #nousottyuu .contentWrap dl>*, #nyourokessekisyou .contentWrap dl>* {
  margin-bottom: 0;
}
#RInaiyou .contentWrap dl dt, #nousottyuu .contentWrap dl dt, #nyourokessekisyou .contentWrap dl dt {
  margin-right: 0;
  float: none;
}
#RInaiyou .contentWrap dl dd, #nousottyuu .contentWrap dl dd, #nyourokessekisyou .contentWrap dl dd {
  margin-bottom: 10px;
}
#RInaiyou .contentWrap .con01>ul li {
  margin-top: 5px;
  margin-left: 0;
}
#RInaiyou .contentWrap .con01>ul li li {
  margin-left: 1em;
}
/*---------------------------------------------------------------------------

    * liaison

---------------------------------------------------------------------------*/
#liaison .con01 img {
  width: auto;
 max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#liaison .contentWrap .caption {
  margin-top: 0;
}
/*-------------------------------------------------------------------------

    * Search

---------------------------------------------------------------------------*/
/* map area btn ------------------- */
.small {
  display: none;
}
#mapblockLeft {
  margin: 0px 10px 40px 10px;
  position: relative;
  display: none;
}
#mapblockLeft ul li {
 width: 100%;
  display:block;
  position:relative;
  background-color: #F9F9FA;
  border: 1px solid #ccc;
}
#mapblockLeft ul li a {
  padding: 2px 0 0px 6px;
  font-size: 13px;
  display: block;
  position: relative;
}
#mapblockLeft ul li a:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(/kori/img/centerList_arrow.gif);
  background-repeat: no-repeat;
}
.searchName {
  margin: 10px 0px 40px 0px;
  clear:both;
}
.searchName ul {
 width: 100%;
  padding: 0px 0px 0px;
  margin: 0px;
  float: none;
  list-style:none;
}
.searchName ul li {
  float:none;
  height: auto;
  line-height: 1;
  white-space:nowrap;
  padding: 0;
  margin:0px 0px 0px;
  border-right: none;
}
#contents p.search_txt {
  margin: 0px 10px 5px 10px;
  padding: 0px 0px 0px;
}
#contents_top p.search_txt {
  margin: 0px 10px 5px 10px;
  padding: 0px 0px 0px;
}
/* sName -------------------*/
#contents .sName {
 width: 100%;
  margin: 0;
}


/*削除予定*/
#contents .sName h4 {
  margin: 0px 0px 3px 0px;
  padding-left: 0;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
/*削除予定*/


#contents .sName h3 {
  margin: 0px 0px 3px 0px;
  padding-left: 0;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
#contents .sName p {
  margin: 10px 0px 20px 0px;
}
/* search_st -------------------*/
.search_st {
  margin: 0;
  border: none;
}
.search_st ul {
  padding: 0;
  margin: 0px;
  list-style:none;
}
.search_st ul li {
  padding:0;
  background: none;
  line-height: 21px;
}
.introductionsBox {
  margin: 0px 0px 40px 0px;
}
.introductionsBox dl dt {
  padding: 0px 10px 7px 10px;
  color: #444;
}
.introductionsBox dl dd.category {
  padding: 0px 0px 0px 0px;
}
.introductionsBox dl dd.category ul {
 width: 100%;
  margin: 0;
  list-style:none;
}
.introductionsBox dl dd.category ul.gray {

  background: #f7f7f7;
  display: block;
}
#contents .introductionsBox dl dd.category ul li {
  width: 100%;
  float: none;
  margin: 0px 0px 0px 0px;
  padding:0;
  line-height: 1.4em;
  background: url(/pen_kori/common/img/hos_arrow_category.gif) no-repeat 12px 12px;
  color: #666;
}
.introductionsBox dl dd.category ul li a {
}
/*---------------------------------------------------------------------------

    * RInaiyou
        * nousottyuu
        * nyourokessekisyou

---------------------------------------------------------------------------*/
#RInaiyou .contentWrap p, #nousottyuu .contentWrap p, #nyourokessekisyou .contentWrap p {
  text-indent: 1em;
}
#RInaiyou .contentWrap p+p, #nousottyuu .contentWrap p+p, #nyourokessekisyou .contentWrap p+p {
  margin-top: 1em;
}
#RInaiyou .contentWrap .person, #nousottyuu .contentWrap .person, #nyourokessekisyou .contentWrap .person {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
}
#RInaiyou .contentWrap .person span, #nousottyuu .contentWrap .person span, #nyourokessekisyou .contentWrap .person span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
#RInaiyou .contentWrap .person+p, #nousottyuu .contentWrap .person+p, #nyourokessekisyou .contentWrap .person+p {
}
#nousottyuu .contentWrap h3 {
  margin: 10px auto 5px;
  color: #D06590;
}
#RInaiyou .contentWrap .con01>ul {
  margin: 15px auto;
}
#RInaiyou .contentWrap .con01>ul>li {
}
#RInaiyou .contentWrap .con01>ul>li+li {
  margin-top: 10px;
}
#RInaiyou .contentWrap .con01>ul li {
  margin-top: 5px;
  margin-left: 1em;
}
#RInaiyou .contentWrap .con01>ul>li li {
}
#RInaiyou .contentWrap .con01>ul+p {
  text-indent: 0;
}
#RInaiyou .contentWrap dl, #nousottyuu .contentWrap dl, #nyourokessekisyou .contentWrap dl {
  margin: 30px auto;
  overflow: hidden;
}
#RInaiyou .contentWrap dl>*, #nousottyuu .contentWrap dl>*, #nyourokessekisyou .contentWrap dl>* {
  margin-bottom: 5px;
}
#RInaiyou .contentWrap dl dt, #nousottyuu .contentWrap dl dt, #nyourokessekisyou .contentWrap dl dt {
  margin-right: 1em;
  float: none;
  clear: left;
}
#RInaiyou .contentWrap dl dd, #nousottyuu .contentWrap dl dd, #nyourokessekisyou .contentWrap dl dd {
}
/*-------------------------------------------------------------------------

    * sikkansyousai

---------------------------------------------------------------------------*/
.introductionsBox dl dd.category .linkList {
  border-top:none;
}
.introductionsBox dl dd.category .linkList:first-child, #sikkansyousai #contents .search_txt+.linkList, #sikkansyousai #contents .searchName, #sikkansyousai #contents .search_st {
  border-top: 1px solid #C7C7C7;
}
.introductionsBox dl dd.category ul li a {
  border:none;
  outline: none;
}
#sikkansyousai #contents .linkList a {
  padding: 10px;
  border: 1px solid #C7C7C7;
  border-top: none;
  color: #333;
  background-color: #F5F5F5;
  display: block;
  text-align: left;
}
#sikkansyousai #contents .linkList a:before {
  content: '';
  width: 7px;
  height: 12px;
  padding-right: 8px;
  display: inline-block;
  background-image: url(/kori/img/arrow_right.png);
  background-repeat: no-repeat;
}
#sikkansyousai #contents table {
  margin-bottom: 50px;
}
#sikkansyousai #contents table th, #sikkansyousai #contents table td {
  padding: 10px;
}
#sikkansyousai #contents table th {
  width: auto;
}
#sikkansyousai #contents .ttl04 {
  margin-top: 25px;
}
/*-------------------------------------------------------------------------

    * shinryoushienbumon

---------------------------------------------------------------------------*/
#shinryoushienbumon #con01 .con01 img {
 width: 80%;
  margin: 0 auto 20px;
  float:none;
}
#shinryoushienbumon #con02 .con01 img, #shinryoushienbumon #con03 .con01 img {
  margin: 0 auto 20px;
  float: none;
}
/*-------------------------------------------------------------------------

    * specialforeign

---------------------------------------------------------------------------*/
#specialforeign #con01 .con01 img {
 width: 80%;
  margin: 0 auto 20px;
  float:none;
}
#specialforeign #con02 .con01 img {
 width: 80%;
  margin: 0 auto 20px;
  float: none;
}
#specialforeign #con04 {
  overflow-x: scroll;
}
/*-------------------------------------------------------------------------

    * inquiry

---------------------------------------------------------------------------*/
#inquiry #con01 .ttl03 span {
  display: block;
}
#inquiry #con01 .con01 p {
  margin-bottom: 10px;
}
#inquiry #con01 .con01 ul {
  margin-left: 0;
}
#inquiry #con01 .glaph li {
 width: 100%;
  float: none;

}
#inquiry #con01 .glaph li img {
  height: auto;
}
/*-------------------------------------------------------------------------

    * newsDetail

---------------------------------------------------------------------------*/
#home .information dl {
  margin-bottom: 15px;
}
#home .information dt {
  width: auto;
  padding: 15px 0 0px 8px;
}
#home .information dd {
  padding: 10px 0 10px 23px;
  font-size: 14px;
  min-height: 0;
}
#newsDetail .entryBox {
  margin-top: 5px;
  margin-left: 0;
}
#home .information dd.news:before, #home .information dd.event:before {
  height: 20px;
  padding-top: 0px;
  top: -28px;
  left: 110px;
}
#newsDetail .ttl03:before {
  display: none;
}
#home .information .days .new:before {
  top: -20px;
  left: 0;
}
/*-------------------------------------------------------------------------

    * #privacyguideline

---------------------------------------------------------------------------*/
#privacyguideline dd>ul>li {
  text-indent: -1.35em;
  padding-left: 20px;
}
#privacyguideline #contents .note {
  margin-left: 75px;
  padding-left: 20px;
}
#privacyguideline .note li {
  list-style: disc;
}
/*-------------------------------------------------------------------------

    * recruit

---------------------------------------------------------------------------*/
#recruit #con01 p, #recruit #contents ul {
  text-indent: 0;
}
}
@charset "UTF-8";
/*-------------------------------------------------------------------------

    * home

---------------------------------------------------------------------------*/
#home #contents {
  width: 980px;
  float: none;
}
#mv {
  max-width: 1400px;
  margin: 0 auto;
}
#mv img {
 width: 100%;
}
/* contentsNav -------------------*/
#home .contentsNav {
  margin: 20px auto 30px;
}
#home .contentsNav li {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  list-style: none;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home .contentsNav .first {
  margin-left:0;
}
#home .contentsNav li a {
  width: 230px;
  height: 80px;
  padding-top: 22px;
  padding-bottom: 80px;
  display:block;
  font-size: 22px;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  -ms-box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  background: #fff;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
#home .contentsNav li a:after {
 width: 170%;
 height: 170%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  filter: alpha("opacity=90");
  -ms-filter: alpha("opacity=90");
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translate(150px, 150px) rotate(45deg);
  -moz-transform: translate(150px, 150px) rotate(45deg);
  -o-transform: translate(150px, 150px) rotate(45deg);
  -ms-transform: translate(150px, 150px) rotate(45deg);
  transform: translate(150px, 150px) rotate(45deg);
}
#home .contentsNav li a:hover:after {
  -webkit-transform: translate(-50px, -50px) rotate(45deg);
  -moz-transform: translate(-50px, -50px) rotate(45deg);
  -o-transform: translate(-50px, -50px) rotate(45deg);
  -ms-transform: translate(-50px, -50px) rotate(45deg);
  transform: translate(-50px, -50px) rotate(45deg);
}
#home .contentsNav li a:before {
  content: '';
  width: 73px;
  height: 73px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: block;
}
#home .contentsNav .nav01 a:before {
  background-image: url(/kori/img/bg_nav01.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav02 a:before {
  background-image: url(/kori/img/bg_nav02.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav03 a:before {
  background-image: url(/kori/img/bg_nav03.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav04 a:before {
  background-image: url(/kori/img/bg_nav04.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav05 a:before {
  background-image: url(/kori/img/bg_nav05.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav06 a:before {
  background-image: url(/kori/img/bg_nav06.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav07 a:before {
  background-image: url(/kori/img/bg_nav07.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav08 a:before {
  background-image: url(/kori/img/bg_nav08.png);
  background-repeat: no-repeat;
}
#home .contentsNav .nav01 a:after {
  background: #FFD6AC;
}
#home .contentsNav .nav02 a:after {
  background: #C3E9DB;
}
#home .contentsNav .nav03 a:after {
  background: #fde5a8;
}
#home .contentsNav .nav04 a:after {
  background: #FFD4D9;
}
#home .contentsNav .nav05 a:after {
  background: #CDEBC3;
}
#home .contentsNav .nav06 a:after {
  background: #E2CCE1;
}
#home .contentsNav .nav07 a:after {
  background: #cbd9f1;
}
#home .contentsNav .nav08 a:after {
  background: #C2DDF5;
}
#home .contentsNav .nav01 a:hover {
}
#home .contentsNav .nav02 a:hover {
}
#home .contentsNav .nav03 a:hover {
}
#home .contentsNav .nav04 a:hover {
}
#home .contentsNav .nav05 a:hover {
}
#home .contentsNav .nav06 a:hover {
}
#home .contentsNav .nav07 a:hover {
}
#home .contentsNav .nav08 a:hover {
}
#home h2 {
  padding: 0px 0px 0px 15px;
  margin-bottom: 15px;
  border-left: 6px solid #D06590;
 font-size: 135%;
}
#home .contentsNav li span {
  margin-top: 6px;
  display:block;
  font-size: 12px;
  color:#777777;
  font-weight: normal;
  color:#231815;
  line-height: 1.4;
}
.homeBnr {
  margin: 30px auto 40px;
}
/* bnr-------------------*/
#home .bnr {
  margin-bottom: 30px;
}
/* news-------------------*/
#home .information h2 {
  float: left;
}
#home .information {
  width: 538px;
  float:left;
}
.tabArea .newsList {
  margin-top: 5px;
  margin-right: 15px;
  float:right;
  position:relative;
}
#home .tabArea .newsList:after {
  content: '';
  width: 7px;
  height: 12px;
  display: inline-block;
  background-image: url(/kori/img/arrow_right.png);
  position: absolute;
  top: 5px;
  left: 98px;
}
#home .tabArea .newsList a {
  font-size: 14px;
  color: #333333;
}
#home .navTab {
  border: 1px solid #D6D9E5;
}
#home .navTab li {
  width: 178px;
  padding: 15px 0;
  float: left;
 font-size: 107%;
  text-align: center;
  cursor: pointer;
}
#home .navTab .center {
  border-left: 1px solid #D6D9E5;
  border-right: 1px solid #D6D9E5;
}
#home .navTab .tabLi.current {
  background-color: #ffcce3;
  color: #666;
}
#home .tabContent li {
  display: none;
}
#home .tabContent .current {
  display: block;
}
#home .information dl {
  border: 1px solid #D6D9E5;
  border-top: none;
 font-size: 107%;
}
#home .information dl:last-child {
  border-radius: 0 0 8px 8px;
}
#home .information .tab02 .event, #home .information .tab03 .news {
  display: none;
}
#home .information dt {
  width: 85px;
  padding: 15px 0 15px 52px;
  float: left;
}
#home .information dd {
  min-height: 3em;
  padding: 15px 0 15px 10px;
  float: left;
  position: relative;
  width: 380px;
}
#home .information dd.news:before {
  background-color: #FFD4DE;
  content: "ニュース";
  width: 79px;
  height: 25px;
  padding-top: 3px;
  display: inline-block;
  position: absolute;
  top: 39px;
  left: -87px;
 font-size: 80%;
  text-align: center;
}
#home .information dd.event:before {
  content: "イベント";
  width: 79px;
  height: 25px;
  padding-top: 3px;
  background-color: #C3E2F0;
  display: inline-block;
  position: absolute;
  top: 39px;
  left: -87px;
 font-size: 80%;
  text-align: center;
}
#home .information .days .new {
  position: relative;
}
#home .information .days .new:before {
  content: "";
  width: 30px;
  height: 15px;
  background: url(/kori/img/icon_new.jpg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -40px;
  text-align: center;
}
#home .information .days span span {
  display: none;
}
#home .information dd a {
  visibility: hidden;
  color: #087bc5;
}
/* maparea-------------------*/
#home .con01 .maparea {
  width: 400px;
  float: right;
}
#home .con01 .maparea h2 {
  float:none;
}
#home .con01 .maparea .map {
  width: auto;
  height: 250px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
#home .maparea #gMapArea {
  width: auto;
  height: 250px;
}
#home .con01 .maparea li {
  line-height:1.6;
 font-size:114%;
}
#home .con01 .mapLink a {
  width:173px;
  margin-top:30px;
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  position:relative;
  font-size:16px;
}
#home .con01 .mapLink a {
  padding-left: 15px;
  color:#000;
}
#home .con01 .mapLink a:first-child {
  margin-right: 11px;
  padding-left: 15px;
}
#home .con01 .mapLink a:first-child:after {
  position: absolute;
  right: 10px;
}
#home .con01 .mapLink a:first-child:before {
  width: 29px;
  height: 27px;
  background-image: url(/kori/img/icon_train.png);
  background-repeat: no-repeat;
 background-size: 80%;
  top: 15px;
  left: 10px;
}
#home .con01 .mapLink a:after {
  content: '';
  width: 7px;
  height: 12px;
  display: inline-block;
  background-image: url(/kori/img/arrow_right.png);
  position: absolute;
  top: 19px;
  right: 25px;
}
#home .con01 .mapLink a:before {
  content: '';
  width: 27px;
  height: 29px;
  display: inline-block;
  background-image: url(/kori/img/icon_wheelchair.png);
  background-repeat: no-repeat;
 background-size: 80%;
  position: absolute;
  top: 14px;
  left: 30px;
}


/* con02-------------------*/

#home .con02 {
  margin-top:60px;
}
#home .con02 li.bn{
  float:left;
  margin-right: 5px;
}
#home .con02 .multiple-items li {
  margin-left: 20px;
  float: left;
}
#home .con02 .multiple-items li:first-child {
  margin-left: 0;
}
/* con03-------------------*/
#home .con03 {
  margin-top:40px;
}
#home .con03 table {
  margin-left: 0;
  margin-bottom: 30px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  font-weight: 600;
  display: block;
}
#home .con03 tr {
  border-top: 1px solid #D6D9E5;
}
#home .con03 .first {
  border-top:none;
}
#home .con03 tr td {
  width:700px;
  border: none;
}
#home .con03 tr td:first-child {
  width: 280px;
  padding: 15px 0px 13px 30px;
  border-right: 1px solid #D6D9E5;
  background-color: #FAFAFB;
}
#home .con03 .first td:first-child {
  border-radius: 8px 0 0 0;
}
#home .con03 tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
#home .con03 tr td {
  padding: 20px 0 20px 30px;
}
#home .con03 .tel td, #home .con03 .tel td a {
  font-size:20px;
  color:#D06590;
}
#home .con03 .tel td a {
  padding-left: 40px;
  font-size:28px;
  font-weight: normal;
  position:relative;
}
#home .con03 .tel td a:before {
  content:'';
  width:26px;
  height:27px;
  display:inline-block;
  background-image: url(/kori/img/icon_tel.png);
  position: absolute;
  top: 0;
  left: 0;
}
#home .con03 td span {
  font-size:26px;
  font-weight: normal;
}
/* con04-------------------*/
#home .con04 {
  margin-top:50px;
}
#home .con04 li {
  margin-left: 20px;
  float:left;
}
#home .con04 li:first-child {
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * News

---------------------------------------------------------------------------*/
#News_number .before {
  float:left;
}
#News_number .after {
  float:right;
}
/*-------------------------------------------------------------------------

    * gairai

---------------------------------------------------------------------------*/
#standard.gairai a.ttl03{
  display: block;
  color: #333;
  font-weight: bold;
}
#standard.gairai #contents .circle,
#standard.gairai #contents .circle02,
#standard.gairai #contents .circle03,
#standard.gairai #contents .circle04 {
  margin-left: 20px!important;
  text-indent: -10px;
}
#standard.gairai #contents .ml20 {
  margin-left: 20px!important;
}
#standard.gairai #contents .circle:before {
  content: "●";
  display: inline-block;
}
#standard.gairai #contents .circle02:before {
  content: "◎";
  display: inline-block;
}
#standard.gairai #contents .circle03:before {
  content: "○";
  display: inline-block;
}
#standard.gairai #contents .circle04:before {
  content: "※";
  display: inline-block;
}
#standard.gairai .contentsTop li a {
  width: 247px;
}
#standard.yuushin .contentsTop li a{
  /*width: 147px;*/
  height: 45px;
}
#standard.gairai .pink,
#standard.gairai .blue {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
}
#standard.gairai .blue .pink,
#standard.gairai .pink .blue{
  margin-bottom: 0;
  margin-top: 10px;
}
#standard.gairai .pink {
  background-color: #FFEEEF;
  border: 1px solid #FDAAB5;
}
#standard.gairai .blue {
  background-color: #F4F8FC;
  border: 1px solid #C2DDF5;
}
#standard.gairai .pink h5,
#standard.gairai .blue h5,
#standard.gairai .text .listTwo li h5 {
  margin-bottom: 20px;
  text-align: center;
 font-size: 142%;
}
#standard.gairai .text dl,
#standard.gairai .text ul li ul li,
#standard.gairai .text ul li p {
 font-size: 100%;
}
#standard.gairai .text .blue dt {
  margin: 15px 0;
}
#standard.gairai .text .blue h5+dl dt {
  margin: 0;
}
#standard.gairai .text .listTwo {
  margin-bottom: 20px;
}
#standard.gairai .text .listTwo>li {
  background-color: #EEF9F6;
  padding: 20px;
 width: 42%;
  float: left;
  border: 1px solid #C3E9DB;
  border-radius: 8px;
}
#standard.gairai .text .listTwo>li+li {
  background-color: #FFF6ED;
  float: right;
  border: 1px solid #FFD6AC;
}
#standard.gairai .text .listTwo>li dl .circle04 {
  margin-top: 20px;
}
#standard.gairai .text .listTwo>li+li p {
  margin-bottom: 30px;
}
#standard.gairai .text .listTwo li .pink {
  width: 230px;
  margin: 0 auto 20px;
  text-align: center;
}
#standard.gairai .text .listTwo li .pink+dl {
  margin-bottom: 10px;
}
#standard #contents .contact .centerList,
#standard.gairai #contents .centerList,
#standard.nyuin #contents .centerList {
  margin-right: -15px;
  letter-spacing: -.4em;
  text-align: center;
}

#standard.gairai #contents .centerList li,
#standard.nyuin #contents .centerList li {
 width: 48%;
  display: inline-block;
  margin-right: 15px;
  margin-left: 0;
  float: none;
  letter-spacing: normal;

}
#standard #contents .contact .centerList li{
  margin-left: 0px;
  display: block;
  width:  350px;
  letter-spacing: normal;
  margin-left: -20px;
}
#standard #contents .contact .centerList li a,
#standard.gairai #contents .centerList li a,
#standard.nyuin #contents .centerList li a {
  width: 350px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
#standard.nyuin #contents .centerList li a:before{
  display: none;
}
#standard.gairai #contents .centerList li a:before {
  /*background: none;*/
}
#standard.gairai #contents .centerList li a[href$=".pdf"]:before {
  content: "";
  width: 16px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
  background-image: url(/kori/img/icon_download.gif);
  background-repeat: no-repeat;
  position: static;
  background-size: 100%;
}
#standard.gairai #contents .centerList li a[href$=".pdf"]:after {
  background: url(/kori/img/icon_pdf.gif) center bottom no-repeat;
  background-size: 80%;
  content: "";
  width: 28px;
  height: 35px;
  margin-left: 10px;
  display: inline-block;
  position: static;
  vertical-align: bottom;
  /*margin-top: -4px\9;*/
}
#standard.gairai #contents .centerList, #standard.gairai #contents .centerList li:first-child {
  margin-left: 0;
}
#standard.gairai .text .arrow {
  position: relative;
  margin-bottom: 70px;
}
#standard.gairai .text .listTwo .arrow {
  margin-bottom: 50px;
}
#standard.gairai .text .arrow:before {
  content: "";
  background: url(/kori/img/icon_gairai_arrow.png) no-repeat;
  width:99px;
  height:44px;
  display: inline-block;
  position: absolute;
  bottom: -60px;
 left: 50%;
  margin-left: -44px;
}

#standard.gairai #con4 p,#standard.gairai #con5 p{
  margin-bottom:15px;
  margin-top:15px;
  margin-left: 15px;
}

#standard.gairai #con5 p,#standard.gairai #con7 p{
  margin-left: 15px;
}
#standard.gairai #con4 table,#standard.gairai #con5 table,#standard.nyuin #con5 table{
  font-size:114%;
  width:75%;
  margin-left:auto;
  margin-right:auto;
}
#standard.gairai #con4 table th,#standard.gairai #con5 table th,#standard.nyuin #con5 table th{
  background-color:#eee;
}
/*#standard.gairai .text .listTwo .arrow:before {
    left: 50%;
    margin-left: -44px;
}*/
/*-------------------------------------------------------------------------

    * standard

---------------------------------------------------------------------------*/
#standard .link01 li a {
 width: 100% !important;
}
#standard .link02 li a {
  width: 371px !important;
}
#standard .link02 li {
    width: 49.5%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#standard .link03 li a {
  width: 247px !important;
}
#standard .link03 li {
    width: 33%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#standard .link04 li a {
  width: 185px !important;
}
#standard .link04 li  {
    width: 24.5%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#standard.gairai .contentsTop .link04 li  {
    width: 24.5%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#standard .link05 li a {
  width: 147px !important;
}
#standard .link05 li {
    width: 19%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#standard .link06 li a {
  width: 123px !important;
}
#standard .link06 li {
    width: 16%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#standard .navSub .link06 li a,
#shinryoukamoku .navSub .link06 li a {
  width: 162px !important;
}
#standard .navSub .link07 li a,
#shinryoukamoku .navSub .link07 li a {
  width: 138px !important;
}
#standard .line2 li a,
#shinryoukamoku .navSub .line2 li a {
  height: 45px;
}
#standard table {
 width: 100%;
  margin-left: 0;
}
#standard .short{
width:auto;
}
#standard table th, #standard table td {
  padding: 10px;
}
#standard table th {
  text-align: center;

}#standard table td {
 width: 40%;
}
#standard table td.con_03{
  width:75%;
}
#standard table td.con_05{
  width:75%;
}

#standard table td+td {
 width: 80%;
}

#standard #wrap #contents ol {
  margin-left: 35px!important;
}
#standard #contents .ttl04+.section, #standard #contents .ttl04+.section+.section #standard #contents .ttl04+.section+.section+.section {
  margin-left: 40px;
  margin-bottom:50px;
}
#standard #contents p {
  margin-left: 0;
}
#standard #contents .con01 img, #contents .con1 img {
    width: 50%;
    height: auto;
    margin: 20px auto 10px;
    float: none;
    display: block;
}
#standard .section .text {
  margin: 20px 0;
}
#standard .video iframe {
  border: 2px solid #ccc;
 width: 100%;
  height: 500px;
}
#standard .calendar {
  width: 521px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#standard .calendar dt, #standard .calendar dd {
  width: 250px;
  padding: 10px 0;
  float: left;
  text-align: center;
}
#standard .calendar dt {
  border-right: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
}
#standard .calendar dd a {
  margin-left: 35px;
  position: relative;
}
#standard .calendar dd a:before {
  content: "";
  width: 28px;
  height: 35px;
  display: inline-block;
  background-image: url(/kori/img/icon_pdf.gif);
  background-repeat: no-repeat;
 background-size: 80%;
  position: absolute;
  top: -4px;
  right: -30px;
  margin-top: -4px\9;
}
#standard .calendar dd a:after {
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
  background-image: url(/kori/img/icon_download.gif);
  background-repeat: no-repeat;
  position: absolute;
 background-size: 100%;
  top: 0px;
  left: -25px;
}
#standard .dlArea table {
  width: auto;
  margin: 16px auto;
}
#standard .dlArea table tr {
}
#standard .dlArea table tr th,
#standard .dlArea table tr td:first-child{
  white-space: nowrap;
}
#standard .dlArea table tr th{
  font-weight: normal;
  width: 500px;
}
#standard .dlArea table td {
  width: 150px !important;
  text-align: center;
}
#standard .dlArea table td a {
}
#standard .dlArea table td a:before, #standard .dlArea table td a:after {
  display: inline-block;
  content: "";
  position: static !important;
  vertical-align: bottom;
}
#standard .dlArea table td a:before {
  background-image: url(/kori/img/icon_download.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 18px;
  margin: 0 10px;
}
#standard .dlArea table td a:after {
  margin: 0 5px;
  display: inline-block;
  content: "";
}
#standard .dlArea table td a[href$=".doc"]:after {
  background: url(/kori/img/icon_word.png) no-repeat;
  width: 32px;
  height: 32px;
}
#standard .dlArea table td a[href$=".pdf"]:after {
  background: url(/kori/img/icon_pdf.gif) no-repeat;
  width: 28px;
  height: 35px;
}
/*-------------------------------------------------------------------------

    * nyuin

---------------------------------------------------------------------------*/
#standard.nyuin .contentsTop ul+ul {
  margin-top: 0;
  border-top: none;
}
#standard.nyuin .contentsTop ul li a {
  width: 185px;
  height: 45px;
}
#standard.nyuin table {
  width: 350px;
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * shoukaki

---------------------------------------------------------------------------*/
#shoukaki .con01 {
  margin-left: 20px;
}
#shoukaki #contents p, #shoukaki #con04 .con01, #shoukaki #con07 .con01 {
  margin-left: 0;
}
#shoukaki .contentsTop li a {
  width: 90px;
  padding: 10px 0 10px 15px;
}
#shoukaki .contentsTop .noneWidth li a, #shoukaki .contentsTop .noneWidth02 li a {
  width: 108px;
}
#shoukaki .contentsTop .noneWidth.noneWidth02 li a {
  width:132px;
}
#shoukaki #con01 .con01 {
  padding-bottom: 35px;
}
#shoukaki #con01 .con01 img {
  margin-left: 20px;
  float: right;
}
#shoukaki #con01 .con01 p a {
  display: block;
}
#shoukaki #con01 .con02 {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
#shoukaki #con02 .con01 img {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
#shoukaki #con03 .con01 img {
  width: 240px;

  margin-bottom: 10px;
  margin-right: 30px;
  float: left;
  font-weight: 600;
}
#shoukaki #con02 .con01 div span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  color: #666666;
}
#shoukaki #con03 .con01 {
  margin-bottom: 40px;
}
#shoukaki #con06 .ttl04, #shoukaki #con06 .scheduleList, #shoukaki #con06 table {
  margin-left: 0;
}
#shoukaki #con06 .scheduleList {
  margin-bottom: 5px;
}
#shoukaki #con06 .scheduleList img {
  width: 20px;
  height: 20px;
  padding-right: 2px;
  padding-bottom: 3px;
}
#shoukaki #con06 .scroll {
  margin-bottom: 50px;
}
#shoukaki #con06 table tr th, #shoukaki #con06 table tr td {
  width: 100px;
  padding: 5px 0px 5px 4px;
  vertical-align: top;
  overflow: hidden;
  letter-spacing: 0;
}
#shoukaki #con06 table tr th {
  background-color: #D06590;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
#shoukaki #con06 table tr td:nth-child(odd) {
  background-color: #F8FBFD;
}
#shoukaki #con06 table tr th:first-child, #shoukaki #con06 table tr td:first-child {
  background-color: #D06590;
  padding-right: 3px;
  width: 10px;
  color: #fff;
  vertical-align: middle;
}
#shoukaki #con06 table tr td hr {
 width: 150%;
  margin: 15px 0 10px -6px;
  border: none;
  border-top: 1px solid #cfcfcf;
}
#shoukaki #con06 table tr td .dotted {
  border-top: 1px dashed #cfcfcf;
}
#shoukaki #con06 table tr td b {
  margin-bottom:5px;
  display:inline-block;
}
#shoukaki #con06 table tr td br*br {
  line-height:0;
}
#shoukaki #wrap #con06 table tr img {
  margin-top:2px;
  margin-right: 2px;
  width:auto;
  height:16px;
}
/*#shoukaki #wrap #con06 table tr .lastTd.kw img{
    margin-top:2px;
    margin-right: 2px;
}*/
/*#shoukaki #con06 table img {
    width: 20px;
    height: 20px;
}
*/

/*-------------------------------------------------------------------------

    * shinryoukamoku

---------------------------------------------------------------------------*/
#standard.yuushin .centerList.yunittei, #shinryoukamoku #contents .centerList, #shinryoukamoku #contents .clinicList {
  margin-left: -15px;
}
#shinryoukamoku .contentsTop li a {
  width: 247px;
}
#standard.gairai.yuushin #contents .centerList.yunittei li,
#shinryoukamoku .centerList li {
  width: 31%;
  float: left;
}
#standard.yuushin .centerList.yunittei li a,
#shinryoukamoku .centerList li a {
  padding: 2px 5px 0px 25px;
  height: 48px;
  color: #231815;
  font-weight: 600;
  position: relative;
  display: table-cell;
  line-height: 1.3;
  width: 230px;
  vertical-align: middle;
}
#standard.yuushin .centerList.yunittei li a:before,
#shinryoukamoku .centerList li a:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(/kori/img/centerList_arrow.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 21px;
  left: 10px;
}

.yuushin .menulinkdown4,.gairai .menulinkdown3{
  margin-top:0;
  border-top:none;
}
.yuushin .menulinkdown4 li{
    text-align: -webkit-center;
    width: 24% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.gairai .menulinkdown3 li{
    text-align: -webkit-center;
    width: 33% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.yuushin .menulinkup li,.gairai .menulinkup li{
    text-align: -webkit-center;
    width: 24% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
/*-------------------------------------------------------------------------

    * shinryoubumon

---------------------------------------------------------------------------*/

#shinryoubumon #con01 .con01 {
  padding-bottom: 35px;
}
#shinryoubumon #con01 .con01 img {
  float: right;
}
#shinryoubumon #con01 .con01 p {
  width: 500px;
  margin-right: 45px;
}
#shinryoubumon #con01 .con01 p a {
  display: block;
}
#shinryoubumon #con01 .con02 {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
#shinryoubumon #con02 .con01 div, #shinryoubumon #con03 .con01 img {
  width: 200px;
  font-weight: 600;
}
#shinryoubumon #con03 .con01 {
  margin-bottom: 40px;
}
/*-------------------------------------------------------------------------

    * shinryoushienbumon

---------------------------------------------------------------------------*/
#shinryoushienbumon .contentsTop li a {
  width: 185px;
}
#shinryoushienbumon .contentsTop .noneWidth li a {
  width: 247px;
}
#shinryoushienbumon #con01 .con01 {
  padding-bottom: 35px;
}
#shinryoushienbumon embed {
  margin-left: 20px;
  float: left;
}
#shinryoushienbumon #con01 .con01 div, #shinryoushienbumon #con02 .con01 div, #shinryoushienbumon #con03 .con01 div {
  margin-left: 20px;
 font-size: 114%;
}
#shinryoushienbumon #con01 .con01 img {
  float: right;
  margin-left: 45px;
}
#shinryoushienbumon #con02 .con01 img, #shinryoushienbumon #con03 .con01 img {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
/*#shinryoushienbumon #con01 .con01 p a {
    display: block;
}*/
#shinryoushienbumon #con01 .con02 {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
/*#shinryoushienbumon #con02 .con01 div,
#shinryoushienbumon #con03 .con01 img {
    width: 200px;
    font-weight: 600;
}*/
#shinryoushienbumon #con03 .con01 {
  margin-bottom: 40px;
}
/*-------------------------------------------------------------------------

    * laryngealCancer

---------------------------------------------------------------------------*/
#laryngealCancer #contents .ttl03 {
  margin-left: 20px;
}
#laryngealCancer #contents .ttl03:before {
  content: "";
  border-left:none;
  padding-right: 0;
  width: 10px;
  height: 13px;
  margin-right: 10px;
  background-image: url(/pen_kori/common/img/icon_ttl04_arrow.gif);
  display: inline-block;
}
#laryngealCancer ol {
  margin-left: 55px;
}
#laryngealCancer ol li {
  margin-bottom: 10px;
}
#laryngealCancer .con01 p {
  margin-left: 40px;
}
#laryngealCancer .con01 p+p {
  margin-top: 30px;
}
/*-------------------------------------------------------------------------

    * specialforeign

---------------------------------------------------------------------------*/
#specialforeign .contentsTop li a {
  width: 147px;
}
#specialforeign .newLink li a {
  width: 247px;
}
#specialforeign #con01 .con01 {
  padding-bottom: 35px;
}
#specialforeign #con01 .con01 img {
  float: right;
  margin-left: 45px;
}
#specialforeign #con01 .con01 p a {
  display: block;
}
#specialforeign #con01 .con02 {
  padding-top: 40px;
  border-top: 1px solid #ccc;

}
#specialforeign #con02 .con01 img {
  float: left;


  margin-right: 30px;
}
#specialforeign #con03 .con01 {
  margin-bottom: 40px;
}
#specialforeign #contents .clinicList {
  margin-left: 5px;
}
#specialforeign .schedule tr th {
  background-color: #D06590;
  width: 119px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
#specialforeign .schedule tr td {
 font-size: 100%;
}
#specialforeign .schedule tr th:first-child, #specialforeign .schedule tr td:first-child {
  background-color: #D06590;
  padding-right: 3px;
  width: 10px;
  color: #fff;
  vertical-align: middle;
}
/*-------------------------------------------------------------------------

    * rinen

---------------------------------------------------------------------------*/

#rinen .contentsTop li a {
  width: 371px;
}
#rinen #con01 ol {
  margin-left: 75px;
}
#rinen .float_L {
  margin-left: 40px;
}
#rinen .float_L+p {
  margin-left: 35px;
}

#rinen .contentsTop li{
    width: 49.5%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/*-------------------------------------------------------------------------

    * gaiyou

---------------------------------------------------------------------------*/
#gaiyou #contents table {
  width: 724px;
 font-size: 114%;
}
#gaiyou #contents table td {
 width:30%;
  padding:10px;
}
#gaiyou #contents table td+td {
 width:80%;
}
#gaiyou .contentsTop li a {
  width: 371px;
}
#gaiyou .con01 ul {
  margin-left: 20px;
}
#gaiyou .con01 ul li {
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
 font-size: 114%;
}
#gaiyou .con01 ul li:first-child {
  border-top: 1px solid #ccc;
}

#gaiyou .contentsTop li {
    width: 49.5%;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/*-------------------------------------------------------------------------

    * ninteishisetsu

---------------------------------------------------------------------------*/

#ninteishisetsu #contents table th {
  padding:10px;
  text-align:center;
}
#ninteishisetsu #contents table td {
 width:30%;
  padding:10px;
 font-size: 114%;
}
#ninteishisetsu #contents table td+td {
 width:70%;
}
/*-------------------------------------------------------------------------

    * cmtb

---------------------------------------------------------------------------*/

#cmtb #contents table {
  width: 724px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#cmtb #contents table th {
  padding:10px;
  text-align:center;
}
#cmtb #contents table td {
 width:30%;
  padding:10px;
 font-size: 114%;
}
#cmtb #contents table td+td {
 width:70%;
}
#cmtb #contents dl {
  margin-top: 15px;
  margin-left: 20px;
}
#cmtb #contents dl dt {
  margin-bottom: 5px;
  font-weight: 600;
}
#cmtb #contents dl dd {
  margin-left: 10px!important;
  margin-bottom: 15px;
}
#cmtb .contentsTop li a {
  width: 98px;
  height: 45px;
  padding:10px 20px 10px 29px;
  border: none;
  text-align: center;
}
#cmtb .con01 .professorText, #cmtb .con05 .professorText {
  margin-top:20px;
}
#cmtb .con01 .professorText {
  margin-left: 20px;
}
/*-------------------------------------------------------------------------

    * access

---------------------------------------------------------------------------*/

#access #gMapArea {
 width: 100%;
  height: 400px;
}
#access .map ul {
  margin-top: 25px;
}
#access #contents {
}
#access .pageScroll {
  margin-top: 10px;
}
#access #contents p {
  margin-left: 0;
  color: #333;
}
#access .spBox {
  margin-top: 40px;
}
#access #contents div img {
  margin-bottom: 25px;
}
#access .contentsTop li a {
  width: 133px;
  padding: 10px 0 10px 14px;
}
#access .contentsTop .link03 li a{
  width: 233px !important;
}
#access #con05 div img {
 width: 100%;
  margin-bottom: 0;
}
#access #con05 table {
  width: 745px;
  margin-left: 0;
  font-size: 12px;
}
#access #con05 table tr:first-child {
  background-color: #D06590;
  color: white;
}
#access #con05 .tab01 table th {
  width: 100px;
  background-color: rgba(235, 97, 0, 0.15);
}
#access #con05 .tab02 table th {
  background-color: rgba(132,183,23,0.15);
}
#access #con05 .tab03 table th {
  background-color: rgba(46,167,224,0.15);
}
#access #con05 .tab01 table tr:first-child th, #access #con05 .tab02 table tr:first-child th, #access #con05 .tab03 table tr:first-child th {

  background: none;
}
#access #con05 table th {
  padding: 10px;
}
#access #con05 table td {
  width: 10px;
  padding: 0 2px;
  text-align: center;
}
#access #con05 .tab02 table td, #access #con05 .tab03 table td {
  width: 55px;
}
#access #con05 table td #access .sideBar .consultation {
  margin-top: 0;
}
#access .navTab {
  border: 1px solid #D6D9E5;
}
#access .navTab li {
  width: 247px;
  padding: 15px 0;
  float: left;
 font-size: 107%;
  text-align: center;
  cursor: pointer;
}
#access .navTab .center {
  border-left: 1px solid #D6D9E5;
  border-right: 1px solid #D6D9E5;
}
#access .navTab .tabLi.current {
  background-color:#D06590;
  color:white;
}
#access .tabContent li {
  display: none;
}
#access .tabContent .current {
  display: block;
}
#access .tabContent dt {
  position: relative;
}
#access .tabContent dd p {
  margin-top:10px;
 font-size:100%;
}
#access .popUP li {
  display: block;
}
#access .tab01 .popUP li {
  display: inline-block;
}
#access .tab01 .popUP li:first-child {
  margin-right: 15px;
}
#access #contents .large img {
  width: 300px;
  display: none;
  position: absolute;
  top: 80px;
  left: 222px;
}
#access .back-curtain {
  background: rgba(0, 0, 0, 0.5);
  width: 745px;
  height: 651px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#access #contents .back-curtain p {
  width: 26px;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
}
#access .popUP {
  margin: 20px 0;
}
#access .popUP a {
  position: relative;
}
#access .popUP a:before {
  content: "";
  width: 10px;
  height: 13px;
  margin-right: 10px;
  background-image: url(/pen_kori/common/img/icon_ttl04_arrow.gif);
  display: inline-block;
}
#access .mapPdf {
  width: 745px;
  margin: 30px auto 0;
}
#access .mapPdf li {
  width: 372px;
  float: left;
  text-align: center;
}
#access .mapPdf li a {
  padding: 20px 0;
  border: 5px solid #F9F9FA;
  outline: 1px solid #ccc;
  display: block;
  color: #231815;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
#access .mapPdf li:first-child a {
  padding: 20px 0;
}
#access .mapPdf li a:before {
  content: '';
  width: 16px;
  height: 18px;
  display: inline-block;
  background-image: url(/pen_kori/common/img/icon_download.gif);
  position: absolute;
  top: 22px;
  left: 45px;
}
#access .mapPdf li:first-child a:before {
  left: 35px;
}
#access .mapPdf li a:after {
  content: '';
  width: 28px;
  height: 35px;
  display: inline-block;
  background-image: url(/pen_kori/common/img/icon_pdf.gif);
  position: absolute;
  top: 12px;
  right: 35px;
}
#access .mapPdf li:first-child a:after {
  right: 25px;
}
/*-------------------------------------------------------------------------

    * room-map

---------------------------------------------------------------------------*/
#contents.roomMap .tabMap{
}
#contents.roomMap .tabMap table{
  margin: 30px auto;
}
#contents.roomMap .tabMap table th{
  width: 10%;
  font-weight: normal;
}
#contents.roomMap .tabMap table td{
}
#contents.roomMap .tabMap img{
  width: 100%;
  height: auto;
}
#contents.roomMap .tabMap area{
  outline: none;
}
#contents.roomMap .tabMap .tabArea{
  background: #ffcce3;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
}
#contents.roomMap .tabMap .tabArea li{
  padding: 10px 5px;
  display: table-cell;
}
#contents.roomMap .tabMap .tabArea li a{

  background: #fff;
  padding: 10px 0;
  border: solid 1px #D06590;
  display: block;
  color: #333;
  text-align: center;
  line-height: 16px;
}
#contents.roomMap .tabMap .tabArea li a:hover,
#contents.roomMap .tabMap .tabArea .current a{
  background: #D06590;
  color: #fff;
}
#contents.roomMap .tabMap .mapArea{
  padding: 15px;
  border: solid 1px #aaa;
}
#contents.roomMap .tabMap .mapArea li{
  display: none;
}
#contents.roomMap .tabMap .mapArea .current{
  display: block;
}

/*-------------------------------------------------------------------------

    * recruit

---------------------------------------------------------------------------*/
#recruit #contents p {
  color: #333;
}
#recruit #contents ul {
 font-size: 114%;
  text-indent: 0.5em;
}
#recruit .spBox h4 {
  margin-top: 20px;
}
#recruit #con01 p {
  text-indent: 0.5em;
}
#recruit #con01 p+p {
  margin-left: 40px;
}
#recruit .con02 li {
  margin-top: 10px;
}
/*-------------------------------------------------------------------------

    * kanren

---------------------------------------------------------------------------*/
#kanren .con01 .float_L, #kanren .con01 .float_R {
  margin: 0 auto;
}
#kanren .con01 .float_L {
  width: auto;
}
#kanren .con01 .float_R {
  width: 445px;
}

#kanren .con01 .ttl04 {
  margin-bottom: 20px;
}
#kanren .con01 .link {
  margin-top: 10px;
}
#kanren .con01 .link a {
  padding-left: 14px;

  position: relative;
}
#kanren .con01 .link a:before {
  content: "";
  width: 9px;
  height: 8px;
  margin-left: -15px;
  display: inline-block;
  background: url(/kori/img/centerList_arrow.gif) 0 center no-repeat;
  position: absolute;
  top: 4px;
}
#kanren .spBox {
  margin-bottom: 70px;
}
/*-------------------------------------------------------------------------

    * pen_korinow

---------------------------------------------------------------------------*/
#pen_korinow #contents .catch {
  margin-left: 0;
}
#pen_korinow .numbers ul {
  width: 470px;
  margin-left: 53px;
}
#pen_korinow .numbers div {
  margin-left: 16px;
  text-align: left;
  vertical-align: top;
}
#pen_korinow .numbers .ttl03 {
  margin-left: 20px;
  background-color: transparent;
  padding: 0;
  font-size: 19px;
}
#pen_korinow .numbers .ttl03:before {
  content: "";
  width: 10px;
  height: 13px;
  margin-right: 10px;
  padding-right: 0;
  border: none;
  background-image: url(/pen_kori/common/img/icon_ttl04_arrow.gif);
  display: inline-block;
}
#pen_korinow .float_L {
  width: 110px;
  float: none;
  display: inline-block;
}
#pen_korinow .float_L+div {
  float: none;
  display: inline-block;
}
#pen_korinow .numbers .link {
  margin-bottom: 10px;
}
#pen_korinow .numbers .link a {
  padding-left: 14px;
  position: relative;
}
#pen_korinow .numbers .link a:before {
  content: "";
  width: 9px;
  height: 8px;
  margin-left: -15px;
  display: inline-block;
  background: url(/kori/img/centerList_arrow.gif) 0 center no-repeat;
  position: absolute;
  top: 4px;
}
#pen_korinow .numbers ul {
  width: 495px;
  margin-left: 3.4em;
 font-size: 114%;
}
#pen_korinow .numbers li {
  margin-bottom: 5px;
  list-style-type: disc;
}
/*-------------------------------------------------------------------------

    * indigate

---------------------------------------------------------------------------*/
#indigate .contentsTop ul li a {
  width: 170px;
  height: 40px;
}
#indigate .contentsTop h2+ul li+li a {
  padding-left: 20px;
}
#indigate .contentsTop ul+ul {
  margin-top: 0;
  border-top: none;
}
#indigate .contentsTop ul+ul li a {
  width: 247px;
}
#indigate #contents .con01 dd {
  margin-bottom: 30px;
}
#indigate #contents dt.switch {
  background: #D06590;
  margin: 30px auto -30px;
  padding: 10px 0px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  position: relative;
}
#indigate #contents dt.switch:after {
  content: "";
  width: 19px;
  height: 10px;
  display: inline-block;
  background-image: url(/pen_kori/common/img/icon_wharrow_down.png);
  position: absolute;
  top: 18px;
  right: 10px;
}
#indigate #contents dt.open:after {
  background-image: url(/pen_kori/common/img/icon_wharrow_up.png);
}
#indigate #contents .acMenu {
  display: none;
}
#indigate #contents .acMenu .close {
  width: 70px;
  margin: 20px auto;
  padding: 5px 10px;
  background-color: #D06590;
  border: 2px solid white;
  outline: 1px solid #E1E1E1;
  text-align: center;
  color: white;
  display: block;
  cursor: pointer;
  font-size: 14px;
}
#indigate #contents table {
  margin-top: 30px;
  margin-left: 0;
}
#indigate #contents table td {
  padding: 10px 3px;
  font-size: 11px;
}
#indigate #contents table tr:first-child td {
  text-align: center;
  font-weight: 600;
}
#indigate #contents table tr td:first-child {
  white-space: nowrap;
}
#indigate #contents #con07 tr td:first-child {
  white-space: normal;
}
/*-------------------------------------------------------------------------

    * inquiry

---------------------------------------------------------------------------*/

#inquiry #con01 ul {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 50px;
}
#inquiry #con01 .glaph:first-child {
  margin-bottom: 50px;
}
#inquiry #con01 .glaph li {
  width: 229px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  float: left;
  border: 1px solid #ccc;
  text-align: center;
}
#inquiry #con01 .glaph li h5 {

  margin-bottom: 15px;
 font-size: 107%;
  text-align: center;
}
#inquiry #con01 .glaph li img {
  height: 230px;
}
/*-------------------------------------------------------------------------

    * #sitemap

---------------------------------------------------------------------------*/
#sitemap #contents #con04, #sitemap #contents #con04 .con01, #sitemap #contents #con05, #sitemap #contents #con06, #sitemap #contents #con07 {
  margin-bottom: 0;
}
#sitemap .spBox {
  border: none;
}
#sitemap .ttl03Drnone a {
  color: #D06590;
  text-decoration: underline;
}
#sitemap .con01>ul {
  margin-left: 20px;
 font-size: 114%;
}
#sitemap .con01>ul>li {
  overflow: hidden;
}
#sitemap .con01>ul>li a {
  display: inline-block;
  text-decoration: underline;
}
#sitemap .con01>ul>li>a {
  color: #D06590;
 font-size: 114%;
  font-weight: bold;
}
#sitemap .con01>ul>li+li {
  margin-top: 15px;
  font-weight: 600;
}
#sitemap .con01 li ul {
  /*margin: -1px 0 0 0;*/
    padding-left: 1em;
  font-weight: normal;
}
#sitemap .con01 li li {
  margin-top: 10px;
}
#sitemap .con01 li li:before {
  margin-top: 3px;
  background: url(/kori/img/centerList_arrow.gif) 0 center no-repeat;
  height: 1em;
  width: 1em;
  display: inline-block;
  content: "";
  float: left;
}
/*-------------------------------------------------------------------------

    * #privacyguideline

---------------------------------------------------------------------------*/
#privacyguideline .con01 dl {
  margin: 10px 0 10px 40px;
}
#privacyguideline .con01>dl>dt {
  margin-bottom: 5px;
  color: #D06590;
  font-weight: bold;
}
#privacyguideline .con01>dl>dd {
}
#privacyguideline .con01 dl dd dl {
  margin: 10px 0 10px 20px;
}
#privacyguideline .con01>dl>dd+dt {
  margin-top: 20px;
}
#privacyguideline .symbol.star {
  margin-top: 10px;
}
#privacyguideline .symbol.star:before {
  content: "★";
}
#privacyguideline dd>ul>li {
  margin: 0 0 10px 2em;
  text-indent: -1em;
}
#privacyguideline dd>ul>li:before {
  content: "〇";
}
#privacyguideline dd>ul>li ul {
  text-indent: 0;
}
#privacyguideline dd>ul>li li {
  margin-left: 1.5em;
  list-style: disc;
}
#privacyguideline #contents .note {
  margin-left: 75px;
}
#privacyguideline .note li {
  list-style: decimal;
}
/*-------------------------------------------------------------------------

    * #privacypolicy

---------------------------------------------------------------------------*/
#privacypolicy .con01>h4 {
  margin-bottom: 5px;
  color: #D06590;
 font-size: 114%;
}
#privacypolicy .con01>h4+p {
  font-weight: bold;
}
#privacypolicy .con01 .caption {
}
#privacypolicy .con01>dl {
  margin-bottom: 10px;
}
#privacypolicy .con01>dl>* {
  margin-left: 1.5em;
}
#privacypolicy .con01>dl>dt {
  margin-top: 10px;
  position: relative;
  font-weight: bold;
  counter-increment: num;
}
#privacypolicy .con01>dl>dt:before {
  width: 2em;
  position: absolute;
  left: -1.5em;
  display: inline-block;
  content: counter(num)") ";
}
#privacypolicy .con01>dl>dd {
}
#privacypolicy .con01 .mark.attention {
  margin: 20px auto 10px;
  text-align: center;
}
#privacypolicy .con01 .contact {
  margin-top: 15px;
}
#privacypolicy .con01 .contact h5 {
}
#privacypolicy .con01 .contact>p:first-child {
  text-align: center;
}
#privacypolicy .con01 .contact .address {
}
#privacypolicy .con01 .contact .address .zip {
  display: block;
}
#privacypolicy .con01 .contact .person {
}
#privacypolicy .con01 .contact .department {
}
#con8 .privacyContact{
  padding-left:20px;
}
#con8 .privacyContact li{
  display:inline-block;
  vertical-align:top;
}
/*-------------------------------------------------------------------------

    * Search

---------------------------------------------------------------------------*/
/* map area btn ------------------- */
.small {
  font-size: 13px;
}
#mapblockLeft {
  margin: 0px 10px 40px 20px;
  position: relative;
}
#mapblockLeft ul li {
  width: 115px;
  display:block;
  position:absolute;
  background-color: #F9F9FA;
  border: 1px solid #ccc;
}
#mapblockLeft ul li a {
  padding: 2px 0 0px 6px;
  font-size: 13px;
  display: block;
  position: relative;
}
#mapblockLeft ul li a:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(/kori/img/centerList_arrow.gif);
  background-repeat: no-repeat;
}
#btn_search01 {
  top:29px;
  left:18px;
}
#btn_search02 {
  top:58px;
  left:18px;
}
#btn_search03 {
  top:87px;
  left:18px;
}
#btn_search04 {
  top:116px;
  left:18px;
}
#btn_search05 {
  top:145px;
  left:18px;
}
#btn_search06 {
  top:174px;
  left:18px;
}
#btn_search07 {
  top:203px;
  left:18px;
}
#btn_search08 {
  top:29px;
  left:250px;
}
#btn_search09 {
  top:241px;
  left:250px;
}
#btn_search10 {
  top:29px;
  left:495px;
}
#btn_search11 {
  top:203px;
  left:495px;
}
#btn_search12 {
  top:58px;
  left:495px;
}
#btn_search13 {
  top:87px;
  left:495px;
}
#btn_search14 {
  top:116px;
  left:495px;
}
#btn_search15 {
  top:145px;
  left:495px;
}
#btn_search16 {
  top:174px;
  left:495px;
}
.searchName {
  margin: 10px 10px 40px 5px;
  clear:both;
}
.searchName ul {
  width: 630px;
  padding: 0px 0px 0px;
  margin: 0px;
  float: left;
  list-style:none;
}
.searchName ul li {
  float: left;
  height: 1.1em;
  line-height: 1;
  white-space: nowrap;
  padding: 0px 12px 0px 12px;
  margin: 0px 0px 0px;
  border-right: 1px solid #ccc;
 font-size: 114%;
}
.linkBox {
  clear: both;
  padding-top: 20px;
  padding-left: 20px;
}
#contents p.search_txt {
  margin: 0px 10px 5px 20px;
  padding: 0px 0px 0px;
}
#contents_top p.search_txt {
  margin: 0px 10px 5px 10px;
  padding: 0px 0px 0px;
}
/* sName -------------------*/
#contents .sName {
  width: 745px;
  margin: -8px 17px 30px 0px;
}
#contents .sName h4 {
  margin: 0px 0px 3px 0px;
  padding-left: 20px;
  line-height: 30px;
}
#contents .sName p {
  margin: 0px 22px 10px 30px;
}
/* search_st -------------------*/
.search_st {
  margin: 0px 10px 35px 0px;
  border: 1px solid #eee;
}
.search_st ul {
  padding: 10px 0px 10px 0px;
  margin: 0px;
  list-style:none;
 font-size: 114%;
}
.search_st ul li {
  padding: 5px 0px 5px 35px;
  background: url(/kori/img/centerList_arrow.gif) no-repeat 20px 11px;
  line-height: 21px;
}
.introductionsBox {
  margin: 0px 0px 40px 0px;
}
.introductionsBox dl dt {
  padding: 0px 10px 7px 10px;
  color: #444;
}
.introductionsBox dl dd.category {
  padding: 0px 0px 0px 0px;
}
.introductionsBox dl dd.category ul {
  list-style:none;
}
.introductionsBox dl dd.category ul.gray {
  background: #f7f7f7;
  display: block;
}
#contents .introductionsBox dl dd.category ul li {
  width: 233px;
  float: left;
  margin-left: 15px;
  margin-bottom: 30px;
  line-height: 1.4em;
  background: url(/pen_kori/common/img/hos_arrow_category.gif) no-repeat 12px 12px;
  color: #666;
 font-size: 100%;
}
.introductionsBox dl dd.category ul li a {
  padding: 15px 0 15px 10px;
  border: 5px solid #F9F9FA;
  outline: 1px solid #ccc;
  display: block;
  position: relative;
  color: #231815;
}
.introductionsBox dl dd.category ul li a:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(/kori/img/centerList_arrow.gif);
  background-repeat: no-repeat;
}
/*---------------------------------------------------------------------------

    * RInaiyou
        * nousottyuu
        * nyourokessekisyou

---------------------------------------------------------------------------*/
#RInaiyou .contentWrap p, #nousottyuu .contentWrap p, #nyourokessekisyou .contentWrap p {
  text-indent: 1em;
}
#RInaiyou .contentWrap p+p, #nousottyuu .contentWrap p+p, #nyourokessekisyou .contentWrap p+p {
  margin-top: 1em;
}
#RInaiyou .contentWrap .person, #nousottyuu .contentWrap .person, #nyourokessekisyou .contentWrap .person {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
}
#RInaiyou .contentWrap .person span, #nousottyuu .contentWrap .person span, #nyourokessekisyou .contentWrap .person span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
#RInaiyou .contentWrap .person+p, #nousottyuu .contentWrap .person+p, #nyourokessekisyou .contentWrap .person+p {
}
#nousottyuu .contentWrap h3 {
  margin: 10px auto 5px;
  color: #D06590;
}
#RInaiyou .contentWrap .con01>ul {
  margin: 15px auto;
}
#RInaiyou .contentWrap .con01>ul>li {
}
#RInaiyou .contentWrap .con01>ul>li+li {
  margin-top: 10px;
}
#RInaiyou .contentWrap .con01>ul li {
  margin-top: 5px;
  margin-left: 1em;
}
#RInaiyou .contentWrap .con01>ul>li li {
}
#RInaiyou .contentWrap .con01>ul+p {
  text-indent: 0;
}
#RInaiyou .contentWrap dl, #nousottyuu .contentWrap dl, #nyourokessekisyou .contentWrap dl {
  margin: 30px auto;
  overflow: hidden;
}
#RInaiyou .contentWrap dl>*, #nousottyuu .contentWrap dl>*, #nyourokessekisyou .contentWrap dl>* {
  margin-bottom: 5px;
}
#RInaiyou .contentWrap dl dt, #nousottyuu .contentWrap dl dt, #nyourokessekisyou .contentWrap dl dt {
  margin-right: 1em;
  float: left;
  clear: left;
}
#RInaiyou .contentWrap dl dd, #nousottyuu .contentWrap dl dd, #nyourokessekisyou .contentWrap dl dd {
}
/*---------------------------------------------------------------------------

    * liaison

---------------------------------------------------------------------------*/
#liaison .contentWrap p+div {
  margin: 15px auto;
}
#liaison .contentWrap .caption {
  margin-top:5px;
 font-size: 90%;
}
#liaison .contentWrap img {
}
/*-------------------------------------------------------------------------

    * sikkansyousai

---------------------------------------------------------------------------*/
#sikkansyousai #contents .contentsTop h2 .small{
  margin: -5px auto 5px;
  display: block;
  line-height: 2;
}
#sikkansyousai #contents .borderBox p {
  margin-left: 0;
}
#sikkansyousai #contents table {
  width: 725px;
  margin-left: 20px;
  margin-bottom: 50px;
}
#sikkansyousai #contents table th, #sikkansyousai #contents table td {
  padding: 10px;
 font-size: 114%;
}
#sikkansyousai #contents table th {
  width: 90px;
}
#sikkansyousai #contents .ttl04 {
  margin-top: 25px;
}
#sikkansyousai #contents h5 {
 font-size: 114%;
}
#contact .con01>h4 {
  margin-bottom: 5px;
  color: #0F2E60;
 font-size: 114%;
}
#contact .con01>.address {
  margin-left: 0;
}
#contact .con01>.address .zip {
  padding-right: 1em;
}
#contact .con01>dl {
  margin-top: 10px;
}
#contact .con01>dl>* {
  margin-bottom: 5px;
}
#contact .con01>dl dt {
  float: left;
  clear: left;
}
#contact .con01>dl dt:after {
  content: "：";
}
#contact .con01>dl dd {
}
/*-------------------------------------------------------------------------

    * news

---------------------------------------------------------------------------*/
#News dd {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 120px;
  padding-bottom: 40px;

  border-bottom: 1px solid #ccc;
}
#News dd.news, #News dd.event {
  position: relative;
}
#News dd.news:before {
  content: "ニュース";
  width: 95px;
  height: 25px;
  padding-top: 3px;
  background-color: #FFD4DE;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  text-align: center;
}
#News dd.event:before {
  content: "イベント";
  width: 95px;
  height: 25px;
  padding-top: 3px;
  background-color: #C3E2F0;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  text-align: center;
}
/*-------------------------------------------------------------------------

    * newsDetail

---------------------------------------------------------------------------*/
#newsDetail .entryDate {
  padding-left: 115px;
  margin-left: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
#newsDetail .news, #newsDetail .event {
  position: relative;
}
#newsDetail .news:after {
  content: "ニュース";

  width: 95px;
  height: 25px;
  padding: 3px 0;
  background-color: #FFD4DE;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  text-align: center;
  font-size: 16px;
}
#newsDetail .event:after {
  content: "イベント";
  width: 95px;
  height: 25px;
  padding: 3px 0;
  background-color: #C3E2F0;
  display: inline-block;
  position: absolute;

  top: -5px;
  left: 0;
  text-align: center;
  font-size: 16px;
}
#newsDetail .entryBox {
  margin-left: 20px;
 font-size: 114%;
}
#newsDetail .entryBox p {
  margin-left: 0;
 font-size: 100%;
}
/*-------------------------------------------------------------------------

    * newsDetail

---------------------------------------------------------------------------*/
#event #contents table td {
  padding: 10px;
}

.fontSize16{
  font-size: 114%;
}

.sideText{
  font-size: 20px !important;
  letter-spacing: 0.1em;
}

.sideDate{
  letter-spacing: 0.1em !important;

}

/*アスペクト比が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) {
/*-------------------------------------------------------------------------

    * #home

---------------------------------------------------------------------------*/
#home .contentsNav {
  margin: 15px auto 50px;
}
#home .contentsNav li {
  margin-bottom: 15px;
}
#contents .scroll {
  overflow-x: scroll;
  position: relative;
}
#contents .scroll:before {
  content: '';
  background: url(/kori/img/swipe.png);
  width: 90px;
  height: 60px;
  display: inline-block;
  position: absolute;
 top: 50%;
 left: 35%;
  opacity: 1;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#contents .swipe:before {
  opacity: 0;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#mv {
 width: 100%;
}
#mv img {
 width: 100%;
  margin-top: 15px;
}
#home #contents {
 width: 100%;
}
#home .contentsNav ul {
  margin: 0 auto;
}
#home .contentsNav li {
 width:48%;
  float: right;
  background: none;
  margin-left:0;
}
#home .contentsNav .even {
  margin-left:0;
  float:left;
}
#home .contentsNav li a {
 width: 100%;
  height: auto;
  padding-bottom: 10px;
  font-size: 11px;
}
#home .contentsNav li a:after {
  display: none;
}
#home .contentsNav li a:before {
  width: 50px;
  height: 40px;
 background-size: 100%;
}
#home .contentsNav li a span {
  display: none;
}
#home .information {
 width: 100%;
}
#home .tabArea .newsList {
  margin-top: 0px;
}
#home .tabArea .newsList:after {
  top: 7px;
}
#home .information dl {
  border: none;
  border-bottom: 1px solid #D6D9E5;
  font-size: 14px;
}
#home .information dt, #home .information dd {
  float: none;
}
#home .information dt {
  width: auto;
  padding: 15px 0 0px 25px;
}
#home .information dd {
 width: 90%;
  padding: 50px 0 10px 23px;
}
#home .information dd:before {
  height: 20px;
  padding: 3px 0;
  left: 25px;
}
#home .information dd a {
  color: #D06590;
}
#home .con01 .maparea {
 width: 100%;
  margin-top: 30px;
}
#home .maparea .navTab {
  display:none;
}
#home .con01 .maparea .map {
 width: 100%;
  height: 250px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.maparea #gMapArea {

 width: 100%;
  height: 250px;
}
#home .con01 .maparea li {
  font-size: 14px;
}
#home .con01 .mapLink {
 width: 100%;
}
#home .con01 .mapLink a {
 width: 41%;
  font-size: 12px;
  float: right;
}
#home .con01 .mapLink a:before {
  content: '';
  width: 24px;
  height: 26px;
  display: inline-block;
  background-image: url(/pen_kori/img/icon_wheelchair.png);
  position: absolute;
  top: 14px;
  left: 16px;
}
#home .con01 .mapLink a:after {
  top: 18px;
  right: 15px;
}
#home .con01 .mapLink a:first-child {
  margin-right: 10px;
  float: left;
}
#home .con01 .mapLink a:first-child:before {
  width: 26px;
  height: 28px;
  background-repeat: no-repeat;
  top: 16px;
  left: 6px;
}
#home .con01 .mapLink a:first-child:after {
  top: 18px;
  right: 5px;
}
#home .con02 {
  margin-top: 0;
}
#home .bnr.showSP {
  margin: 15px auto;
}
.multiple-items {
 width: 80%;
  margin: 30px auto;
}
#home .con02 .multiple-items li {
  margin-left: 10px;
  float: left;
}
#home .con03 tr td:first-child {
 width: 35%;
  padding: 15px 0px 13px 6px;
  font-size: 11px;
}
#home .con03 tr td {
 width:70%;
  padding: 20px 0 20px 5px;
  font-size: 11px;
}
#home .con03 td span {
  font-size: 18px;
}
#home .con03 .tel td, #home .con03 .tel td a {
  font-size: 11px;
}
#home .con03 .tel td a {
  padding-left: 25px;
  font-size: 17px;
}
#home .con03 .tel td a:before {
  width: 15px;
  height: 15px;
  top: 2px;
  background-repeat: no-repeat;
  background-size: 15px;
}
#home .con04 .spBnr li {
 width: 48%;
  margin-left: 0;
  margin-bottom: 15px;
}
#home .con04 .spBnr .even {
  float: right;
}
/*-------------------------------------------------------------------------

    * gairai

---------------------------------------------------------------------------*/
#standard.gairai .text .listTwo li .pink {
  width: auto;
}
#standard.gairai .text .listTwo>li {
  width: auto;
  float: none;
}
#standard.gairai .text .listTwo>li+li {
  float: none;
}
#standard.gairai .text .listTwo .arrow {
  margin-bottom: 70px;
}
#standard.gairai .text .listTwo>li+.arrow {
  margin-bottom: 50px;
}
#standard.gairai .text .arrow:before {
  bottom: -60px;
}
#standard #contents .contact .centerList,
#standard.gairai #contents .centerList,
#standard.nyuin #contents .centerList{
  margin-right: 0;
}
#standard #contents .contact .centerList li,
#standard.gairai #contents .centerList li,
#standard.nyuin #contents .centerList li {
 width: 100%;
}
#standard.gairai #contents .centerList a{
}
#standard.gairai .pink h5{
  font-size: 130%;
}
/*-------------------------------------------------------------------------

    * standard

---------------------------------------------------------------------------*/
#standard #contents .ttl04+.section, #standard #contents .ttl04+.section+.section, #standard #contents .ttl04+.section+.section+.section {
  margin-left: 0;
}
#standard table {
 width: 100%;
}
#standard #contents .ttl03 {
  padding-right: 20px;
}
#standard .video iframe {
  height: auto;
}
#standard dl.calendar {
 width: 100%;
  border: none;
}
#standard .calendar dt, #standard .calendar dd {
 width: 100%;
  padding: 10px 0;
  float: none;
  text-align: center;
}
#standard .calendar dt {
  border-right: none;
  margin-bottom: 10px;
}
#standard .calendar dd a {
  margin-left: 0;
}
#standard .dlArea table,
#standard .dlArea tbody,
#standard .dlArea tr,
#standard .dlArea td,
#standard .dlArea th{
  border: none;
  display: block;
  text-align: center;
}
#standard .dlArea table {
  width: auto;
  margin: 16px auto;
}
#standard .dlArea tr>*{
  border-left: solid 1px #cfcfcf;
  border-right: solid 1px #cfcfcf;
}
#standard .dlArea table th {
  margin-top: 10px;
  border-top: solid 1px #cfcfcf;
}
#standard .dlArea table tr th{
  width: auto;
}
#standard .dlArea table tr th,
#standard .dlArea table tr td:first-child{
  white-space: normal;
}
#standard .dlArea table td {
  width: auto !important;
  border-bottom: solid 1px #cfcfcf;
}
#standard .dlArea table th+td{
  border-top: solid 1px #cfcfcf;
}
#standard .dlArea table td a {
}
#standard .dlArea table td a:before,
#standard .dlArea table td a:after{
  vertical-align: middle;
}
/*-------------------------------------------------------------------------

    * nyuin

---------------------------------------------------------------------------*/
#standard.nyuin table {
 width: 100%;
}
/*-------------------------------------------------------------------------

    * shinryoukamoku

---------------------------------------------------------------------------*/
#shinryoukamoku #contents .ttl03 {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px;
  border: 2px solid #CFCFCF;
  background-color: white;
  font-size: 16px;
}
#shinryoukamoku #contents .accordion {
  margin-top: 0;
}
#shinryoukamoku .centerList li {
 width: 100%;
  margin-left: 0;
  padding: 0;
  border-bottom: none;
}
#standard.gairai.yuushin #contents .centerList.yunittei li {
    width: auto;
    float: none;
    margin: 0;
}

#shinryoukamoku .centerList li a {
  width: auto;
  padding: 10px 10px 10px 20px;
  height: auto;
  border: 1px solid #C7C7C7;
  border-top: none;
  color: #333;
  background-color: #F5F5F5;
  display: block;
  text-align: left;
  outline: none;
}
#shinryoukamoku .centerList li a:before {
  top: 17px;
  left: 10px;
}
#shinryoukamoku #contents .ttl03:before {
  top: 18px;
  right: 10px;
}
#shinryoukamoku #contents .ttl03.open:before {
  top: 18px;
  right: 10px;
}
/*-------------------------------------------------------------------------

    * laryngealCancer

---------------------------------------------------------------------------*/
#laryngealCancer #contents .ttl03 {
  margin-left: 0;
}
#laryngealCancer #contents .ttl03:before {
  content: "";
  border-left: none;
  padding-right: 15px;
  width: 5px;
  height: 10px;
  margin-right: 0;
  background-image: url(/pen_kori/common/img/ac_arrow_down.gif);
  display: inline-block;
}
#laryngealCancer #contents .ttl03.open:before {
  background-image: url(/pen_kori/common/img/ac_arrow_up.gif);
}
#laryngealCancer .con01 p {
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * kenri

---------------------------------------------------------------------------*/
#kenri ol {
  margin-top: 20px;
  margin-left:30px;
}
#kenri ol li {
  list-style-type: none;
}
/*-------------------------------------------------------------------------

    * shoukaki

---------------------------------------------------------------------------*/

#shoukaki .con01 {
  margin-left: 0;
}
#syoukai .calendar .con01 dd {
  border: 1px solid #ccc;
}
/*-------------------------------------------------------------------------

    * sikkansyousai

---------------------------------------------------------------------------*/
#sikkansyousai .ttl03 span {
  display: block;
}
#shoukaki #con02 .con01 img {
  margin: 0 auto 20px;
  float: none;
}
#sikkansyousai #contents table {
 width: 100%;
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * hospital

---------------------------------------------------------------------------*/
#aisatsu .ttl03Drnone {
  margin-top: 20px;
}
/*-------------------------------------------------------------------------

    * gaiyou

---------------------------------------------------------------------------*/
#gaiyou #contents table {
 width: 100%;
}
/*-------------------------------------------------------------------------

    * rinen

---------------------------------------------------------------------------*/
#rinen #con01 ol {
  margin-left: 35px;
}
/*-------------------------------------------------------------------------

    * cmtb

---------------------------------------------------------------------------*/
#cmtb #contents table {
 width: 100%;
}
/*-------------------------------------------------------------------------

    * access

---------------------------------------------------------------------------*/

#access #gMapArea {
 width: 100%;
  height: 200px;
}
#access .spBox {
  margin-top: 10px;
}
#access #contents .con01 img {
 width:100%;
}
#access .navTab li {
 width: 100%;
  float: none;
 font-size: 100%;
  border-top: 1px solid #ccc;
}
#access .navTab li:first-child {
  border-top: none;
}
#access .navTab .center {
  border-left: none;
  border-right: none;
}
#access #con05 img {
  margin-top: 0;
}
#access .tab01 .popUP li {
  display: block;
}
#access .tab01 .popUP li:first-child {
  margin-right: 0;
  margin-bottom: 5px;
}
#access .back-curtain {
  background: rgba(0, 0, 0, 0.5);
 width: 100%;
 height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#access #contents .large img {
 width: 50%;
  display: none;
  position: absolute;
  top: 20px;
 left: 25%;
}
#access .mapPdf {
 width: 100%;
}
#access .mapPdf li {
 width: 99%;
  margin-bottom: 15px;
  padding: 0 1px;
  float: none;
}
#access .mapPdf li a:before {
  top: 35px;
  left: 30px;
}
#access .mapPdf li:first-child a:before {
  left: 20px;
}
#access .mapPdf li a:after {
  top: 25px;
  right: 20px;
}
#access .mapPdf li:first-child a:after {
  right: 10px;
}
#access .mapPdf li span {
  display: block;
}
/*-------------------------------------------------------------------------

    * room-map

---------------------------------------------------------------------------*/
#roomMap .con01 img {
  width: auto;
 max-width: 100%;
  height: auto;
}
#roomMap .con01 table {
 width: 100%;
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * kanren

---------------------------------------------------------------------------*/
#kanren .con01 div img {
  width: auto;
 max-width: 100%;
  height: auto;
}
#kanren .con01 .float_L, #kanren .con01 .float_R {
  float: none;
}
#kanren .con01 .float_L {
  width: auto;
}
#kanren .con01 .float_R {
  width: auto;
}
#kanren .con01 .link a {
  margin: 10px auto;
  padding: 5px;
  border: 5px solid #F9F9FA;
  outline: 1px solid #ccc;
  display: block;
  position: relative;
  text-align: center;
}
#kanren .con01 .link a:before {
  display: none;
}
#kanren .spBox {
  margin-bottom: 0;
}
#kanren #con05 .accordion, #kanren #con06 .accordion {
  overflow: visible;
}
/*-------------------------------------------------------------------------

    * pen_korinow

---------------------------------------------------------------------------*/
#pen_korinow .numbers {
  width: auto;
}
#pen_korinow .numbers ul {
 width: 100%;
  margin-left: 20px;
}
#pen_korinow .numbers .ttl03 {
  margin-left: 0;
}
#pen_korinow .numbers div {
  margin-left: 0;
}
#pen_korinow .numbers .ttl03:before {
  border-left: 5px solid #13356C;
  height: 10px;
  margin-right: 0;
  padding-right: 15px;
  border-left: none;
  padding-left: 0;
  content: "";
  width: 5px;
  height: 10px;
  display: inline-block;
  background-image: url(/pen_kori/common/img/ac_arrow_down.gif);
  position: absolute;
  top: 8px;
  right: -2px;
}
#pen_korinow .numbers .float_L {
  margin-right: 0;
  text-align: center;
}
#pen_korinow .numbers .contentWrap div {
  width: auto;
  display: block;
}
#pen_korinow .numbers div img {
  width: auto;
 max-width: 100%;
  height: auto;
}
#pen_korinow .numbers .link a {
  margin: 10px auto;
  padding: 5px;
  border: 5px solid #F9F9FA;
  outline: 1px solid #ccc;
  display: block;
  position: relative;
  text-align: center;
}
#pen_korinow .numbers .link a:before {
  display: none;
}
#pen_korinow #con00 {
  margin-bottom: 20px;
}
#pen_korinow .numbers ul {
  margin-left: 20px!important;
}
/*-------------------------------------------------------------------------

    * renewal

---------------------------------------------------------------------------*/
#renewal #con04 .ttl03 span {
  display: block;
}
#renewal #wrap .contentWrap ol {
  margin-left: 1em;
}
#renewal .listImg li {
  margin: 10px auto;
}
#renewal .listImg li img {
 width: 100%;
  height: auto;
}
#renewal .bxslider li img {
 width: 100% !important;
  height: auto;
}
/*-------------------------------------------------------------------------

    * indigate

---------------------------------------------------------------------------*/
#indigate #contents .con01 .ttl03 {
  margin: 20px 0;
  padding: 5px 0;
  background-color: #F6F6F6;
  border-bottom: 2px solid #D06590;
  text-align: center;
}
#indigate #contents .con01 .ttl03:before {
  background-image: none;
}
#indigate #contents .con01 .ttl04 {
  text-align: center;
}
#indigate #contents .con01 img {
 width: 100%;
}
#indigate #contents .acMenu {
  display: block;
}
#indigate #contents .acMenu .close {
  display: none;
}
/*-------------------------------------------------------------------------

    * #touroku

---------------------------------------------------------------------------*/
#touroku .con01 dl>dt {
  width: auto;
  margin-bottom: 0;
  float: none;
}
/*-------------------------------------------------------------------------

    * calendar

---------------------------------------------------------------------------*/
#syoukai .calendar .con01 dl {
 width: 100%;
  border: none;
}
#syoukai .calendar .con01 dt, #syoukai .calendar .con01 dd {
 width: 100%;
  padding: 10px 0;
  float: none;
  text-align: center;
}
#syoukai .calendar .con01 dt {
  border-right: none;
  margin-bottom: 10px;
}
#syoukai .calendar .con01 dd a {
  margin-left: 0;
}
#syoukai .con01>ol li ul li {
  text-indent: 0;
}
#syoukai #con04 .caption+h3 {
  margin-left: 0;
}
/*-------------------------------------------------------------------------

    * #cmtb

---------------------------------------------------------------------------*/
#cmtb #contents #con00 .float_L {
 width: 100%;
  margin-right: 0;
  float: none;
  text-align: center;
}
#cmtb #contents #con00 .float_L img {
 width: 50%;
  margin-bottom: 20px;
}
/*---------------------------------------------------------------------------

    * RInaiyou
        * nousottyuu
        * nyourokessekisyou

---------------------------------------------------------------------------*/
#RInaiyou .contentWrap dl>*, #nousottyuu .contentWrap dl>*, #nyourokessekisyou .contentWrap dl>* {
  margin-bottom: 0;
}
#RInaiyou .contentWrap dl dt, #nousottyuu .contentWrap dl dt, #nyourokessekisyou .contentWrap dl dt {
  margin-right: 0;
  float: none;
}
#RInaiyou .contentWrap dl dd, #nousottyuu .contentWrap dl dd, #nyourokessekisyou .contentWrap dl dd {
  margin-bottom: 10px;
}
#RInaiyou .contentWrap .con01>ul li {
  margin-top: 5px;
  margin-left: 0;
}
#RInaiyou .contentWrap .con01>ul li li {
  margin-left: 1em;
}
/*---------------------------------------------------------------------------

    * liaison

---------------------------------------------------------------------------*/
#liaison .con01 img {
  width: auto;
 max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#liaison .contentWrap .caption {
  margin-top: 0;
}
/*-------------------------------------------------------------------------

    * Search

---------------------------------------------------------------------------*/
/* map area btn ------------------- */
.small {
  display: none;
}
#mapblockLeft {
  margin: 0px 10px 40px 10px;
  position: relative;
  display: none;
}
#mapblockLeft ul li {
 width: 100%;
  display:block;
  position:relative;
  background-color: #F9F9FA;
  border: 1px solid #ccc;
}
#mapblockLeft ul li a {
  padding: 2px 0 0px 6px;
  font-size: 13px;
  display: block;
  position: relative;
}
#mapblockLeft ul li a:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(/kori/img/centerList_arrow.gif);
  background-repeat: no-repeat;
}
.searchName {
  margin: 10px 0px 40px 0px;
  clear:both;
}
.searchName ul {
 width: 100%;
  padding: 0px 0px 0px;
  margin: 0px;
  float: none;
  list-style:none;
}
.searchName ul li {
  float:none;
  height: auto;
  line-height: 1;
  white-space:nowrap;
  padding: 0;
  margin:0px 0px 0px;
  border-right: none;
}
#contents p.search_txt {
  margin: 0px 10px 5px 10px;
  padding: 0px 0px 0px;
}
#contents_top p.search_txt {
  margin: 0px 10px 5px 10px;
  padding: 0px 0px 0px;
}
/* sName -------------------*/
#contents .sName {
 width: 100%;
  margin: 0;
}
#contents .sName h4 {
  margin: 0px 0px 3px 0px;
  padding-left: 0;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
#contents .sName p {
  margin: 10px 0px 20px 0px;
}
/* search_st -------------------*/
.search_st {
  margin: 0;
  border: none;
}
.search_st ul {
  padding: 0;
  margin: 0px;
  list-style:none;
}
.search_st ul li {
  padding:0;
  background: none;
  line-height: 21px;
}
.introductionsBox {
  margin: 0px 0px 40px 0px;
}
.introductionsBox dl dt {
  padding: 0px 10px 7px 10px;
  color: #444;
}
.introductionsBox dl dd.category {
  padding: 0px 0px 0px 0px;
}
.introductionsBox dl dd.category ul {
 width: 100%;
  margin: 0;
  list-style:none;
}
.introductionsBox dl dd.category ul.gray {

  background: #f7f7f7;
  display: block;
}
#contents .introductionsBox dl dd.category ul li {
  width: 100%;
  float: none;
  margin: 0px 0px 0px 0px;
  padding:0;
  line-height: 1.4em;
  background: url(/pen_kori/common/img/hos_arrow_category.gif) no-repeat 12px 12px;
  color: #666;
}
.introductionsBox dl dd.category ul li a {
}
/*---------------------------------------------------------------------------

    * RInaiyou
        * nousottyuu
        * nyourokessekisyou

---------------------------------------------------------------------------*/
#RInaiyou .contentWrap p, #nousottyuu .contentWrap p, #nyourokessekisyou .contentWrap p {
  text-indent: 1em;
}
#RInaiyou .contentWrap p+p, #nousottyuu .contentWrap p+p, #nyourokessekisyou .contentWrap p+p {
  margin-top: 1em;
}
#RInaiyou .contentWrap .person, #nousottyuu .contentWrap .person, #nyourokessekisyou .contentWrap .person {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
}
#RInaiyou .contentWrap .person span, #nousottyuu .contentWrap .person span, #nyourokessekisyou .contentWrap .person span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
#RInaiyou .contentWrap .person+p, #nousottyuu .contentWrap .person+p, #nyourokessekisyou .contentWrap .person+p {
}
#nousottyuu .contentWrap h3 {
  margin: 10px auto 5px;
  color: #D06590;
}
#RInaiyou .contentWrap .con01>ul {
  margin: 15px auto;
}
#RInaiyou .contentWrap .con01>ul>li {
}
#RInaiyou .contentWrap .con01>ul>li+li {
  margin-top: 10px;
}
#RInaiyou .contentWrap .con01>ul li {
  margin-top: 5px;
  margin-left: 1em;
}
#RInaiyou .contentWrap .con01>ul>li li {
}
#RInaiyou .contentWrap .con01>ul+p {
  text-indent: 0;
}
#RInaiyou .contentWrap dl, #nousottyuu .contentWrap dl, #nyourokessekisyou .contentWrap dl {
  margin: 30px auto;
  overflow: hidden;
}
#RInaiyou .contentWrap dl>*, #nousottyuu .contentWrap dl>*, #nyourokessekisyou .contentWrap dl>* {
  margin-bottom: 5px;
}
#RInaiyou .contentWrap dl dt, #nousottyuu .contentWrap dl dt, #nyourokessekisyou .contentWrap dl dt {
  margin-right: 1em;
  float: none;
  clear: left;
}
#RInaiyou .contentWrap dl dd, #nousottyuu .contentWrap dl dd, #nyourokessekisyou .contentWrap dl dd {
}
/*-------------------------------------------------------------------------

    * sikkansyousai

---------------------------------------------------------------------------*/
.introductionsBox dl dd.category .linkList {
  border-top:none;
}
.introductionsBox dl dd.category .linkList:first-child, #sikkansyousai #contents .search_txt+.linkList, #sikkansyousai #contents .searchName, #sikkansyousai #contents .search_st {
  border-top: 1px solid #C7C7C7;
}
.introductionsBox dl dd.category ul li a {
  border:none;
  outline: none;
}
#sikkansyousai #contents .linkList a {
  padding: 10px;
  border: 1px solid #C7C7C7;
  border-top: none;
  color: #333;
  background-color: #F5F5F5;
  display: block;
  text-align: left;
}
#sikkansyousai #contents .linkList a:before {
  content: '';
  width: 7px;
  height: 12px;
  padding-right: 8px;
  display: inline-block;
  background-image: url(/kori/img/arrow_right.png);
  background-repeat: no-repeat;
}
#sikkansyousai #contents table {
  margin-bottom: 50px;
}
#sikkansyousai #contents table th, #sikkansyousai #contents table td {
  padding: 10px;
}
#sikkansyousai #contents table th {
  width: auto;
}
#sikkansyousai #contents .ttl04 {
  margin-top: 25px;
}
/*-------------------------------------------------------------------------

    * shinryoushienbumon

---------------------------------------------------------------------------*/
#shinryoushienbumon #con01 .con01 img {
 width: 80%;
  margin: 0 auto 20px;
  float:none;
}
#shinryoushienbumon #con02 .con01 img, #shinryoushienbumon #con03 .con01 img {
  margin: 0 auto 20px;
  float: none;
}
/*-------------------------------------------------------------------------

    * specialforeign

---------------------------------------------------------------------------*/
#specialforeign #con01 .con01 img {
 width: 80%;
  margin: 0 auto 20px;
  float:none;
}
#specialforeign #con02 .con01 img {
 width: 80%;
  margin: 0 auto 20px;
  float: none;
}
#specialforeign #con04 {
  overflow-x: scroll;
}
/*-------------------------------------------------------------------------

    * inquiry

---------------------------------------------------------------------------*/
#inquiry #con01 .ttl03 span {
  display: block;
}
#inquiry #con01 .con01 p {
  margin-bottom: 10px;
}
#inquiry #con01 .con01 ul {
  margin-left: 0;
}
#inquiry #con01 .glaph li {
 width: 100%;
  float: none;

}
#inquiry #con01 .glaph li img {
  height: auto;
}
/*-------------------------------------------------------------------------

    * newsDetail

---------------------------------------------------------------------------*/
#home .information dl {
  margin-bottom: 15px;
}
#home .information dt {
  width: auto;
  padding: 15px 0 0px 8px;
}
#home .information dd {
  padding: 10px 0 10px 23px;
  font-size: 14px;
  min-height: 0;
}
#newsDetail .entryBox {
  margin-top: 5px;
  margin-left: 0;
}
#home .information dd.news:before, #home .information dd.event:before {
  height: 20px;
  padding-top: 0px;
  top: -28px;
  left: 110px;
}
#newsDetail .ttl03:before {
  display: none;
}
#home .information .days .new:before {
  top: -20px;
  left: 0;
}
/*-------------------------------------------------------------------------

    * #privacyguideline

---------------------------------------------------------------------------*/
#privacyguideline dd>ul>li {
  text-indent: -1.35em;
  padding-left: 20px;
}
#privacyguideline #contents .note {
  margin-left: 75px;
  padding-left: 20px;
}
#privacyguideline .note li {
  list-style: disc;
}
/*-------------------------------------------------------------------------

    * recruit

---------------------------------------------------------------------------*/
#recruit #con01 p, #recruit #contents ul {
  text-indent: 0;
}

#shoukaki #con01 .con01 img {
    display: block;
    float: none;
    margin-left: auto;
}

#standard.gairai #con4 table, #standard.gairai #con6 table, #standard.nyuin #con5 table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#standard.gairai #con4 img, #standard.gairai #con6 img, #standard.nyuin #con5 img {
  margin-right:5px;
  width:20%;
}

#standard.nyuin #con6 img {
  width:40%;
  margin-bottom:15px;
  margin-left: 5px;
}
.sethubitext{
  width:100%;
}
.sethubitext table{
  width:95% !important;
}
.sethubiimg{
  width:90%;
}
#standard #contents .ttl03.yuushinlilnk {
    display: block;
    text-align: center;
    padding-right: 0;
}
#standard #contents .ttl03.yuushinlilnk:before {
    display: none;
}
#standard #contents .ttl03.yuushinlilnk:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-color: transparent transparent transparent #D06590;
    border-width: 6px 0 6px 12px;
    margin-left: 5px;
    padding-right: 0;
    vertical-align: baseline;
}
.nyuinFrame1:after {
    position: absolute;
    left: 50%;
    top: 160px;
    margin-top: -5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid #CCCCCC;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
#standard.nyuin #con2 .nyuinList .nyuinFrame1{
  margin-left:auto !important;
  margin-right:auto;
  margin-bottom:15px;
  width:80%;

}
#standard.nyuin #con2 .nyuinList .nyuinFrame2{
  margin-left:auto !important;
  margin-right:auto;
  width:80%;

}
.nyuinFrame1,.nyuinFrame2{
  display:block;
}
.nyuinList{
  margin-left:0px;
}
#con8 .privacyContact{
  padding-left:0px;
}
}
