/* ************************************************* */
/* WKP000	画面共通 */
/* ************************************************* */
.pnlContents--WKP000 {
    max-width: 800px;
}


/* ************************************************* */
/* WKP000AG01_Login	*/
/* ************************************************* */
.mmegLogo {
    margin-left: 75%;
    width: 22%;
}
/* トップページ */
.topImage {
	display: block;
    margin: 0 auto;
    width: 110%;
    height: auto;
}
.pnlLogin {
    margin: 0 auto;
    margin-bottom: 20px;
}
.pnlLogin_function {
	margin-top: 20px;
    text-align: center;
}
.pnlLogin_table {
    display: table;
    margin: 0 auto;
}
.pnlLogin_cell {
    display: table-cell;
    max-width: 200px;
    height: 20px;
    padding: 3px;    
}
.pnlLogin_cell--input {
    min-width: 210px;
}
.pnlLogin_cell--input input::-ms-reveal {
    display: none;
}
.pnlLogin_eyeicon {
    position: relative;
    top: 1px;
    left: -28px;
    width: 16px;
    visibility: hidden;
    float:right;
    opacity: 0.0;
}
.pnlLogin_eyeicon--visible {
    visibility: visible;
    opacity: 0.6;
}
.pnlLogin_cell--message {
    white-space: nowrap;
    padding-bottom: 16px;
}
.pnlLogin_cell--header {
    width: 120px;
}
.pnlLogin_cell input {
	width: 180px;
}
/* 入力項目フォーカス時の背景色 */
.pnlLogin_cell input:focus:not(.cmnReadOnlyText) {
    background-color: #ffff80;
}
.informationList {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #d3d3d3;
    caret-color: transparent;
}


/* ************************************************* */
/* WKP000BG01_ChangePw	*/
/* ************************************************* */
.pnlContents--WKP000B {
    max-width: 800px;
}
.ulMessageList {
    width: 60%;
    width: 500px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 20px 10px 30px;
    border: 1px solid lightgray;
}
.ulMessageList li {
	margin-bottom: 8px;
    color: #FFA500;
}
.ulMessageList span {
    color: #000000;
}

/* 幅575px以下のとき */
@media (max-width:575px) {
    .pnlContents--WKP000B {
        margin-bottom: 60px;
    }
    .ulMessageList--sp {
        min-width: 300px;
        width: 80%;
    }
}


/* ************************************************* */
/* WKP000CG01_Home	*/
/* ************************************************* */
.mmegLogo--home {
    width: 36%;
}
.pnlInformation_header {
    display: flex;
    margin-top: 10px;
}
.pnlInformation_headerContainer {
    width: 50%;
    white-space: nowrap;
}
.pnlInformation_headerContainer--mmegLogo {
    text-align: right;
}
.pnlInformation_label {
    display: inline;
    padding: 3px;
    font-size: 14px;
    white-space: nowrap;
}
.pnlInfomation_label--heading {
    display: inline;
    margin-right: 8px;
    padding: 2px 10px;
    border: none;
    border-radius: 4px;
    background: #444444;
    color: #ffffff;
    font-weight: bold;
}
.pnlInformation_linkItem {
    margin-bottom: 40px;
}
.pnlInformation_linkItem li {
    padding-bottom: 10px;
}
