* {
    box-sizing: border-box;
    font-family: 'Noto Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

html {
    overflow: scroll;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
}
body {
    min-width: 924px;
}

body.appl {
    /* 途中省略*/
    overflow-x: scroll;
}
.ui-widget {
    font-size: 90%;
    font-family: 'Noto Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
table {
    max-width: 100%;
}
img {
    vertical-align: bottom;
}
/* 必須マーク */
.required::after {
    content: ' *';
    font-weight: bold;
    color: red;
}
.explanation-mark-requied {
    display: block;
    text-align: right;
    color: red;
    font-size: small;
}

.notice {
    display: block;
    text-align: left;
    color: red;
    font-size: medium;
}

/* レイアウト */
#wrapper {
    min-height: 100%;
    padding: 0;
    position: relative;
    text-align: left;
    visibility: visible;
    overflow: hidden;
}

header {
    text-align: left;
    padding: 0 8px;
}

.provider {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: small;
    font-weight: bold;
    color: #64BEDC;
}

.title-block,
.title-block {
    margin: 8px 0 0 0;
    padding: .2em;
    /* border-radius: 6px; */
    background-color: #64BEDC;
    color: white;
}
.title-block .title {
    position: relative;
    display: inline-block;
    margin: 1px;
    padding: .3em 1em .3em 1em;
    line-height: normal;
    font-size: 90%;
    font-weight: bold;
    color: inherit;
}
.ui-panel {
    margin-top: 8px;
}
header div.headmenu {
    /* margin-top: 8px; */
}

.account-name {
    margin-right : 15px;
}

.editActions {
    margin-top: 8px;
}

h1.title, h2.title {
    margin: 0;
    padding: 0;
    font-size: 120%;
    color: inherit;
}
a.brand {
    color: inherit !important;
    text-decoration: none;
}

.toolbar-text {
    position: relative;
    display: inline-block;
    margin: 1px; /* 仮想のBorder */
    padding: .3em 1em .3em 1em;
    line-height: normal;
    font-size: inherit;
    font-weight: bold;
    color: inherit;
}

main {
    display: block; /* IEバグ対応 */
    margin: 0 0 120px 0; /* footer の height + 20px */
    padding: 0 8px;
    position: relative;
    text-align: left;
}

tbody td label {
    font-family: 'Noto Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.input-label {
    white-space:nowrap;
}

pre span.applTextarea {
    font-size: 14px;
    white-space: pre-wrap;
}

a.appl-list {
    text-decoration: none;
    outline: none;
    color: #0066ff;
}

.ui-datatable tbody td.wrap {
    /*word-break: break-all;*/
    white-space: normal;
}

.ui-datatable thead th.wrap {
    /*word-break: break-all;*/
    white-space: normal;
}

.ui-datatable tbody td.center {
    text-align: center;
}

.ui-datatable tbody td table tbody td {
    border: none;
    padding: 3px;
}

.error {
    /*color: #CB0C0C;*/
    color: red;
}

.ui-message-info, .ui-message-error, .ui-message-fatal {
    margin: 5px 0 0 !important;
}

.ui-messages-info, .ui-messages-error, .ui-messages-fatal {
    margin: 5px 0 0 !important;
    padding: 2px !important;
}

.ui-messages-info-detail, .ui-messages-error-detail, .ui-messages-fatal-detail, .ui-messages-info-summary, .ui-messages-error-summary, .ui-messages-fatal-summary {
    margin: 0 !important;
    font-size: 1em !important;
    font-weight: normal !important;
}

.ui-messages-info-icon, .ui-messages-error-icon, .ui-messages-fatal-icon {
    height: 16px !important;
    width: 16px !important;
    margin: 2px 0px 0px 2px !important;
    background-position: 0 -96px !important;
}

.explanation {
    font-size: 12px;
    color: #0066ff;
}

.explanation a:link, a:visited, a:hover {
    text-decoration: underline;
    color: red;
}

.mar-12 {
    margin: 12px;
}

.red {
    color: red;
}

.attention {
    font-size: 12px;
    color: #ff0000;
}

.condition-left {
    vertical-align: top;
    width: 35%;
}
.condition-right {
    vertical-align: top;
    padding-left: 2em;
    width: 65%;
}

.top-aligned-columns {
    vertical-align: top;
    white-space:nowrap;
    padding-right: 5px;
}

.bottom-aligned-columns {
    vertical-align: bottom;
}

/*  */

footer {
    position: absolute;
    bottom: 0;
    padding: 0 8px;
    width: 100%;
    height: 100px;
    /* border-top: 3px solid #64BEDC; */
}
footer .banners {
    width: 100%;
    padding: 5px;
    border-top: 1px solid #64BEDC;
    border-bottom: 1px solid #64BEDC;
}
footer .banners img {
    margin: 5px;
}
footer .copyright {
    width: 100%;
    margin-top: 5px;
    text-align: right;
    color: #64BEDC;
}

/*  */

.simplepage,
.messagepage,
.datapage,
.listpage {
    width: 100%;
}
.messagepage td {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}
.datapage td.action-block,
.listpage td.action-block {
    width: 5%;
    padding: 8px;
    vertical-align: top;
    white-space: nowrap;
}
.datapage td.action-block button,
.listpage td.action-block button {
    display: block;
    width: 100%;
}

.datapage table.data {
    width: 100%;
}
.datapage table.data td.left {
    width: 200px;
    word-break: keep-all;
    white-space: nowrap;
}
.datapage table.data td.right {
    min-width: 300px;
}
.datapage table.data input,
.datapage table.data select,
.datapage table.data .select {

    display: block;
    width: 100%;
    max-width: 600px;
    min-width: 300px;
}

table[id$="under35"] {
    width:90px;
}
table[id$="under35"] tr td:first-child {
    width: 20px;
}