/* フォントロード */
/* Noto Sans JP */
@import url('notosansjapanese.css?20200119200000');

/* デフォルト */
*
{
    font-family: ＭＳ Ｐゴシック;
}

body.clsNewFont *
{
    font-family: 'Noto Sans Japanese', 'メイリオ', sans-serif, 'ＭＳ Ｐゴシック';
}

body
{
	color : #3C3C3C ;
    word-break: break-all;
}

input
{
	color : #3C3C3C ;
}

select
{
	color : #3C3C3C ;
}

/* 健診結果表画面 */
/* トップメッセージ */
.clsHCCheckupTopMassageContents
{
    background-color: #6b8dcf;
    border: 5px solid white;
    border-radius: 10px;
    box-shadow: 0px 9px 7px -7px gray;
    box-sizing: border-box;
    color: white;
    font-size: 11px;
    height: auto;
    line-height: 1.5;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 5px;
    width: 95%;
}

/* 大項目アコーディオンテキスト */
.clsHCCheckupTitle
{
    color: #3b5a8e;
    font-size: 11px;
    margin-left: 3px;
    text-decoration: none;
    text-align: left;
    vertical-align:middle;
}

/* 詳細表示テキスト */
.clsHCCheckupExplanation
{
    color: #6b8dcf;
    display: inline-block;
    font-weight: bold;
    margin-left: 3px;
    text-decoration: none;
    text-align: left;
}

/* 健診結果表 */
.clsHCCheckup
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    /* 表示移動アイコン */
    .clsHCCheckup div.clsBtnBeforeAfter a.clsBeforeAfterIcon
    {
        background-repeat: no-repeat;
        display: inline-block;
        -webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.2));
        -moz-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.2));
        -ms-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.2));
        transform: translateZ(0); /* GPUレイヤー作成用 */
        height: 25px;
        position: relative;
        width: 50px;
    }

    /* テーブル */
    .clsHCCheckup table
    {
        border-spacing: 0px;
        box-sizing: content-box;
        width: 100%;
    }

        .clsHCCheckup table tbody
        {
            box-sizing: content-box;
        }

        /* 健診結果表(枠線) */
        .clsHCCheckup table .clsBorderTop
        {
            border-top: solid 1px;
            border-top-color: #949494;
        }

        .clsHCCheckup table .clsBorderRight
        {
            border-right: solid 1px;
            border-right-color: #949494;
        }

        .clsHCCheckup table .clsBorderButtom
        {
            border-bottom: solid 1px;
            border-bottom-color: #949494;
        }

        .clsHCCheckup table .clsBorderLeft
        {
            border-left: solid 1px;
            border-left-color: #949494;
        }

    /* ヘッダ */
    .clsHCCheckup .clsTableHeader
    {
        height: 50px;
        position: sticky;
    }

    .clsHCCheckup .clsTableHeader td
    {
        color: white;
        background-color: #bfbfbf;
        font-size: 12px;
        text-align: center;
    }

    /* ヘッダ(PDFダウンロード) */
    .clsHCCheckup .clsTablePdfDL {
        position: sticky;
    }

    .clsHCCheckup .clsTablePdfDL td {
        background-color: #ddebf7;
        font-size: 12px;
        padding-left: 10px;
        padding-bottom: 5px;
        vertical-align:middle;
    }
    .clsPDFText {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        vertical-align:middle;
        height:40px;
    }

    /* ヘッダ(健診機関)*/
    .clsHCCheckup .clsTableHeader .clsCheckup
    {
        font-size: 12px;
        height: 50px;
        text-align: left;
    }

    .clsHCCheckup #clsHCTableData
    {
        height: auto;
        width: 100%;
    }

    /* データ無し行 */
    .clsHCCheckup .clsNoneData
    {
        font-size: 12px;
        text-align: center;
    }

    /* 項目グループ */
    .clsHCCheckup td.clsCheckupGroup
    {
        font-size: 12px;
        width: 15%;
    }

    /* 項目名 */
    .clsHCCheckup td.clsCheckupItem
    {
        font-size: 12px;
        padding: 2px 0px 2px 3px;
        text-align: left;
        width: 25%;
    }

    /* 参考基準 */
    .clsHCCheckup .clsCheckupBase
    {
        background-color: #ddebf7;
        font-size: 12px;
        text-align: center;
        width: 20%;
    }

    /* 検査値 */
    .clsHCCheckup td.clsCheckup
    {
        font-size: 12px;
        text-align: center;
        padding-left: 1px;
        padding-right: 1px;
        width: 40%;
    }

    /* 検査値(異常値) */
    .clsHCCheckup td.clsBaseOverCheckup
    {
        background-color: #ffff99;
        color: #000000;
    }

    /* 検査値(受診勧奨) */
    .clsHCCheckup td.clsJyusinKansyouCheckup
    {
        background-color: #ffcccc;
        color: #ff0000;
    }

    /* 保健指導レベル */
    /* 積極的支援 */
    .clsHCCheckup td.clsHealthJudgeSekkyoku
    {
        background-color: #ffcccc;
        color: #ff0000;
    }
    /* 動機づけ支援 */
    .clsHCCheckup td.clsHealthJudgeDouki
    {
        background-color: #ffcccc;
        color: #ff0000;
    }
    /* 積極的支援(40歳未満) */
    .clsHCCheckup td.clsHealthJudgeSekkyokuUnder
    {
        background-color: #ffffff;
        color: #ff0000;
    }
    /* 動機づけ支援(40歳未満) */
    .clsHCCheckup td.clsHealthJudgeDoukiUnder
    {
        background-color: #ffffff;
        color: #ff0000;
    }
    /* 判定不可 */
    .clsHCCheckup td.clsHealthJudgeHanteihuka
    {
        background-color: #d0d0d0;
        color: #000000;
    }

    /* 詳細アイコン */
    .clsHCCheckup .clsDetailIcon
    {
        background-image: url(../_image/IconCircleArrowRight.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        display: inline-block;
        height: 12px;
        position: relative;
        top: 1px;
        transition: 1.0s;
        width: 12px;
    }

    /* 詳細アイコン(回転) */
    .clsHCCheckup .clsOpenDeteilIcon
    {
        transform: rotate(90deg);
    }

    /* 項目詳細の空グループ部分 */
    .clsHCCheckup .clsDetailEmptyData
    {
        /*width: 112px;*/
    }

    /* 項目詳細のグラフ・説明部分 */
    .clsHCCheckup .detailData
    {
        /*width: 870px;*/
    }

        /* グラフ表示部分 */
        .clsHCCheckup .detailData .clsDetailGparh
        {
            background-color: #ffe699;
            height: 100px;
        }

        /* 項目詳細テキスト部分 */
        .clsHCCheckup .detailData .clsDetailText
        {
            background-color: #fff2cc;
            font-size: 12px;
            padding: 2px 5px;
        }

    /* 問診(設問)*/
    .clsHCCheckup .clsInterviewTitle
    {
        font-size: 12px;
        padding-left: 2px;
        text-align: left;
        width: 60%;
    }
    /* 問診(回答)*/
    .clsHCCheckup .clsInterviewAns
    {
        font-size: 12px;
        text-align: center;
        width: 40%;
    }

/* 健診結果表 (アコーディオンボタン)*/
#CheckupTable .clsAccordion
{
    background-color: #ADCEEA;
    border-right: solid 1px;
    border-right-color: #949494;
    border-bottom: solid 1px;
    border-bottom-color: #949494;
    border-left: solid 1px;
    border-left-color: #949494;
    box-sizing: border-box;
    height: 20px;
    text-align: left;
    width: 100%;
    vertical-align: middle;
}

/* ボタン */
button.clsDefaultBtn
{
    background-repeat : no-repeat                                ;
    background-color  : transparent                              ;
    height            : 20px                                     ;
    width             : 82px                                    ;
    border-width      : 0px                                      ;
    vertical-align    : top                                      ;
}
/* PDFダウンロードボタン */
.clsDownloadBtn {
    min-height: 50px;
    max-height: 50px;
    min-width: 110px;
    max-width: 110px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    background: #2682D9;
    background-color: #2682D9;
    transition: 0.3s ease-in-out;
    margin:5px 0px 5px 10px;
    padding: 5px;
}
/* エラーチップ */
TD.clsTdErrorChipMsg
{
    background-color : #FF6611 ;
    color            : #FFFFFF ;
    font-size        : 12px    ;
    padding          : 1px 2px 0px 2px   ;
}

/* My Kempo用利用者系項目説明 */
td.clsTdTitleRiyosyaMK
{
    background-color : #D4FFDA         ;
    padding          : 0px 5px 0px 5px ;
	height           : 30px            ;
	font-size        : 15px            ;
}


/* 登録商標 */
.reg
{
	font-size:85%;
	vertical-align:text-bottom;
}

/* hiddenフィールド */
input.clsInputHidden, textarea.clsInputHidden, select.clsInputHidden
{
    display : none ;
}

/* 健診結果Web表示お知らせ */
/* 全体 */
div.KenshinWebDispNotice
{
	width:530px;
	border:2px solid #f06939;
	background-color:#ffffff;
	margin-left:20px;
	text-align:left;
	font-size:13px;
}

/* タイトル */
div.KenshinWebDispNoticeTitle
{
	text-align:center;
	background-color:#f06939;
	color:White;
	font-weight:bold;
}
/* 説明 */
div.KenshinWebDispNoticeExpln
{
	text-align:left;
	width:510px;
	margin:5px auto;
	line-height:1.3;
}

/* MyKempo健康CLUBのご紹介詳細 */
/* コンテンツリスト */
#ContentsList ul
{
	margin-top:5px;
	line-height:1.3;
	list-style-image: url('../_image/icn_maru.gif');
	font-size:11pt;
}
#ContentsList ul li
{
	padding-left:3px;
	list-style-position: outside;
	margin-left:0px;
}

/* ================== 2017/09/01 開発時 追記 =============== */

.headerArea {
    background: #FFF;
    /*position:fixed;*/
    /*top:0;
    left:0;*/
    width: 100%;
    border-bottom: 2px solid #2682D9;
}

/* 2018/12/17 医療費通知リリース時追加 */
/* 健康CLUBメニューへ戻る */
/* ボタン */
.css3button {
    font-size: 13px;
    color: #050505;
    width: 40%;
    padding: 10px 0px;
    background: -ms-linear-gradient( top, #ffffff 0%, #ebebeb 50%, #dcdcdc 50%, #d2d2d2);
    background: -moz-linear-gradient( top, #ffffff 0%, #ebebeb 50%, #dcdcdc 50%, #d2d2d2);
    background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ebebeb), color-stop(0.50, #dcdcdc), to(#d2d2d2));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #949494;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,1);
    cursor: pointer;
}


/* ------------------------------
   ダウンロード画面
   ------------------------------ */
.clsDownloadSubArea
{
    clear:both;
    padding-top:1px;
}

.clsDownloadSection
{
    margin-top: 25px;
}

.clsDownloadTitle
{
    background: #78C0A8;
    color:#FFF;
    font-size:1.2em;
    padding:5px 5px;
    font-weight:bold;
}

.clsDownloadTitle h2
{
    font-weight:bold;
}

.clsDownloadCategory
{
    padding:10px;
}

.clsLinkDownload
{
    display: inline-block;
    margin-top:15px;
    cursor: pointer;
    padding: 23px 40px;
    background: #446268;
    border: #CECECE solid 2px;
    border-radius: 8px;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}


/* ================================= */
/* 健診結果　記号番号表示追加        */
/* ================================= */

/* 健診結果適用情報表示エリア */
.clsMemberInfo {
    display: flex;
    min-height: 18px;
    padding: 0px;
    border-top: 1px solid #949494;
    border-right: 1px solid #949494;
    /*border-bottom: 1px solid #949494;*/
    /*border-left: 1px solid #949494;*/
}

.clsMemberInfoButtom {
    display: flex;
    min-height: 18px;
    padding: 0px;
    border-top: 1px solid #949494;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #949494;
    /*border-left: 1px solid #949494;*/
}

.clsMemberInfoTitle {
    padding: 3px 20px;
    background-color: #ADCEEA;
    text-align: center;
    min-width: 50px;
    max-width: 50px;
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
}

.clsMemberInfoBizNm {
    padding: 3px 10px;
    min-width: 200px;
}

.clsMemberInfoUsrNm {
    padding: 3px 10px;
    min-width: 200px;
}

.clsMemberInfoSign {
    padding: 3px 10px;
    min-width: 100px;
}

.clsMemberInfoNo {
    padding: 3px 10px;
    min-width: 100px;
}


/* display on for print */
#memberInfo {
    display: block;
    font-size:11px;
    margin-top:10px;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}