@charset "utf-8";

/* ヘッダー
---------------------------------------------------------- */

.header {
    position: relative;
    z-index: 5000;
    background: #FFF;
    width: auto;
    padding: 10px;
}

.header:after {
    content: "";
    clear: both;
    display: block;
}




/* マスターアカウントによるログインであることを示す注意文言
---------------------------------------------------------- */
.masterAccountNotice {
    float: none;
    line-height: 1;
    text-align:center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: x-large;
    font-weight: bold;
    color: #f50000;
    background-color: #f5abab;
}





/* グローバルロゴ
---------------------------------------------------------- */
.headerLogo {
    float: left;
    line-height: 1;
    padding-top: 5px;
}

.headerLogo a img {
    vertical-align: middle;
    display: inline-block;
    width: 120px;
}






/* グローバル サブメニュー
---------------------------------------------------------- */

.subNav {
    float: right;
    margin-top: 13px;
}

.subNav p , 
.subNav ul , 
.subNav li ,
.subNav dl ,
.subNav dl dt ,
.subNav dl dd {
    display: inline-block;
    vertical-align: middle;
}

.subNav dl dt {
    font-size: 12px;
    color: #00A99D;
}

.subNav dl dd {
    margin-right: 15px;
}


.subNav li a {
    display: block;
    position: relative;
    padding: 25px 15px 0;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #000;
    z-index: 20;
}

.subNav .iconTransfer:before ,
.subNav .iconNotification:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
}

.subNav .iconTransfer:before {
    font-family: 'FontAwesome';
    content: '\f2ba';
}

.subNav .iconNotification:before {
    font-family: 'FontAwesome';
    content: '\f0f3';
}

.subNav li span {
    position: absolute;
    right: 0;
    bottom: 1em;
    color: #FFF;
    font-weight: bold;
    width: 18px;
    height: 18px;
    background: #e12121;
    border-radius: 100%;
    line-height: 18px;
}






/* 介護記録登録数に関する警告表示
---------------------------------------------------------- */

#messageCareRecordLimit {
    position: relative;
    height: 35px;
    width: 100%;
    min-width: 900px;
    background: #F7EBEA;
}

#messageDetailCareRecordLimit {
    height: 100%;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
}

#messageDetailCareRecordLimit a {
    color: #6C302B;
    font-size: 15px;
}

#closeCareRecordLimitMessage {
    position: absolute;
    top: 0;
    right: 0;
}

#closeCareRecordLimitMessage a {
    font-size: 22px;
    color: #753C37;
}





/* グローバルナビゲーション
---------------------------------------------------------- */
.headerNav {
    clear: both;
    /*background: #b2b1b1;*/
    border-top: 1px solid #b2b1b1;
    border-bottom: 1px solid #CCC;
}

.headerNav ul {
    width: 100%;
}

.headerNav ul:after {
    content: "";
    clear: both;
    display: block;
}

.headerNav ul li {
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #CCC;
    float: left;
    width: auto;
}

.headerNav ul li a {
    display: block;
    text-align: center;
    padding: 0 15px 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    box-sizing: border-box;
}

.headerNav ul li a:link ,
.headerNav ul li a:visited ,
.headerNav ul li a:active {
    text-decoration: none;
    color: #000;
}

.headerNav ul li a:hover ,
.headerNav ul li.active a {
    border-bottom: 3px solid #00A79B;
}

.headerNav ul li ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 0;
    z-index: 1000;
}

.headerNav ul li:last-child ul {
    right: 0;
    left: auto;
}

.headerNav ul li li {
    float: none;
    background: #00A89C;
    border-right: 0;
}

.headerNav ul li:first-child ul {
    left: 1px;
}
/*
.headerNav ul li li a ,
.headerNav ul li.current li a {
    display: block;
    font-size: 12px;
    background: rgba(254, 0, 0, .8);
    color: #FFF;
}
*/
.headerNav ul li li a:link ,
.headerNav ul li li a:visited ,
.headerNav ul li li a:active {
    border-bottom: 0;
    color: #FFF;
    text-align: left;
}

.headerNav ul li li a:hover {
    border-bottom: 0;
    background: #00746C;
}

.headerNav ul li li a:after {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    font: normal normal normal 11px/1 Fontawesome;
    content: "\f054";
}



.user {
    border: 1px solid #CCC;
    margin-top: 20px;
    margin-bottom: 40px;
    width: auto;
    padding: 10px;
}

.user:after {
    content: "";
    clear: both;
    display: block;
}

.user figure {
    float: left;
    overflow: hidden;
    width: 200px;
    height: 200px;
    position: relative;
}

.user figure img {
    position: absolute;
    max-width: initial;
    height: 200px;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user h2 ,
.user p ,
.user ul {
    overflow: hidden;
}

.user h2 {
    font-size: 30px;
    color: #00a99d;
    padding: 10px 10px 0;
}

.user p {
    padding: 0 10px 10px;
    border-bottom: 1px solid #CCC;
}

.user ul {
    padding: 10px;
}

.user li {
    display: inline-block;
    margin-right: 20px;
}

.user li span {
    font-weight: bold;
    color: #00A99D;
}






/* 設定
---------------------------------------------------------- */
#userSettingsBtnWrapper {
    width: 60px;
    position: relative;
}

#userSettingsBtn {
    width: 30px;
}

#userSettingsIcon {
    font-size: 25px;
    right: 20px;
    margin: 0 5px;
}

#userSettingsBtn .noPress{
    cursor:default;
    color: #e2e2e2;
}





/* 共通のフラッシュメッセージ
---------------------------------------------------------- */
#commonFlashMessage {
    position: relative;
    height: 35px;
    width: 100%;
    min-width: 900px;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
    background: #EF9B94;
}

#commonFlashMessage a {
    color: #261514;
    font-size: 15px;
}
