h1.top{
    width:auto;
    margin: 0;
    height: auto;
}
.slider{
    border-top: 4px solid #19b8c8;
    border-bottom: 4px solid #19b8c8;
}
.slider img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height:auto;
}

.navByVisitor {
    position: relative;
    top: -18px;
    margin-bottom: 22px;
}
.navByVisitor ul {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0.8em;
}
.navByVisitor ul::after{
    content: "";
    display: block;
    clear: both;
}
.navByVisitor li{
    float: left;
    padding: 0 10px;
    width: 25%;
    text-align: center;
}
.navByVisitor a{
    display: block;
    height: 160px;
    border: 4px solid #9ee1e8;
    padding-top: 21px;
    background: #fff;
    color: #313031;
    font-weight: bold;
    text-decoration: none;
    background-position: center 53px;
    background-repeat: no-repeat;
}
.bgBlack .navByVisitor a{
    background-color: #222;
    color: #f0f0f0;
}
.navByVisitor a:hover{
    color: #19b8c8;
}

.firstVisit a {
    background-image: url(../img/pict_firstVisit.png);
}
.outvisit a {
    background-image: url(../img/pict_outvisit.png);
}
.hospitalizationSympathy a {
    background-image: url(../img/pict_hospitalizationSympathy.png);
}
.medicalInstitutions a {
    background-image: url(../img/pict_medicalInstitutions.png);
}
.update {
    margin-bottom: 40px;
    position: relative;
}
.update dt {
    float: left;
    width: 25%;
    font-size: 0.8em;
    font-weight: bold;
}
.update dd {
    margin-left: 25%;
    margin-bottom: 40px;
    font-size: 0.7em;
}

.update .rssReader {
    position: absolute;
    top: 3em;
    left: 0;
}

.notification{
    position: relative;
}
.tabNotification{
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding: 20px 85px 0 15px;
    font-weight: bold;
}
.bgBlack .tabNotification{
    background: #333;
    border: 1px solid #e0e0e0;
}
.tabNotification::after{
    content: "";
    display: block;
    clear: both;
}
.tabNotification li{
    width: 25%;
    float: left;
    padding: 0 5px;
}
.tabNotification div{
    text-align: center;
    background: #fff;
    line-height: 47px;
    cursor: pointer;

    position: relative;
    top:-4px;
    border-top: 4px solid #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: -5px;
    transition: 0.5s;
}
.bgBlack .tabNotification div{
    background: #222;
}
.tabNotification div:hover,
.tabNotification .active{
    border-top-color: #19b8c8;
    border-bottom-color: #fff;
}
.contentsNotification{
    font-size: 0.7em;
    line-height: 1.4286;
    margin-bottom: 8px;
}
.contentsNotification::after{
    content: "";
    display: block;
    clear: both;
}
    .contentsNotification dt{
    float: left;
    clear: left;
    margin-right: 18px;
    margin-bottom: 22px;
}
.contentsNotification dd{
    overflow: hidden;
    padding-left: 8em;
    margin-bottom: 22px;
}
.contentsNotification dd::before{
    font-size: 0.85714em;
    font-weight: bold;
    border-radius: 0.8333em;
    display: block;
    width: 7em;
    margin-left: -8em;
    line-height: 1.6667em;
    text-align: center;
    float: left;
}
.bgBlack .contentsNotification dd::before{
    color: #333;
}
.contentsNotification .catNews::before{
    content: "ニュース";
    background: #bbdefb;
}
.contentsNotification .catEvent::before{
    content: "イベント";
    background: #ffecb3;
}
.contentsNotification .catRecruit::before{
    content: "採用情報";
    background: #dcedc8;
}
.contentsNotification+.btn{
    display: block;
    margin: 0 auto 60px;
}
.notification .rssReader{
    position: absolute;
    left: 925px;
    top: 38px;
}
.navBanner ul{
    font-size: 0.7em;
}
.navBanner .col{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.navBanner li.col:hover img {
    opacity: 0.5;
}
.navBanner li.col:hover a {
    color: #11b9c9;
}
.navBanner a{
    text-decoration: none;
    color: #313031;
    display: block;
}
.navBannera:hover{
    color: #19b8c8;
}
.navBanner img{
    display: block;
    margin-bottom: 20px;
}


.navIcon ul{
    font-size: 0.8em;
    font-weight: bold;
}
.navIcon li{
    width: 20%;
    float: left;
    text-align: center;
}
.navIcon a{
    text-decoration: none;
    color: #313031;
    display: block;
}
.navIcon a:hover{
    color: #19b8c8;
}
.bgBlack .navIcon a{
    color: #f0f0f0;
}
.bgBlack .navIcon a:hover{
    color: #19b8c8;
}
.navIcon img{
    display: block;
    margin: 0 auto 20px;
}
.navBox{
    padding: 20px 20px 0;
}
.navBox dt{
    width: 195px;
    float: left;
    border-top: 4px solid #19b8c8;
    font-size: 0.8em;
    font-weight: bold;
    padding: 25px 0;
}
.navBox dl{
    margin-bottom: 17px;
}
.navBox dl::after{
    content: "";
    display: block;
    clear: both;
}
.navBox dd{
    overflow: hidden;
    border-top: 4px solid #f5f5f5;
    padding: 25px 20px;
    font-size: 0.7em;
}
.navBox ul{
    font-size: 1em;
    margin-bottom: -16px;
}
.navBox ul::after{
    content: "";
    display: block;
    clear: both;
}
.navBox li{
    float: left;
    margin-bottom: 16px;
    line-height: 1.857;
    position: relative;
    margin-right: 62px;
}
.navBox li::after{
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    right: -30px;
    background: #e0e0e0;
}
.navBox a{
    color: #313131;
}
.navBox a:hover{
    color: #19b8c8;
}
.bgBlack .navBox a{
    color: #f0f0f0;
}
.bgBlack .navBox a:hover{
    color: #19b8c8;
}
footer{
    margin-top: 35px;
}
/*
dd {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.6;
}

dt {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
*/