/***** タグの定義 *****/
* {
    font-family: "ＭＳ Ｐゴシック", "biz UDGothic", Osaka-Mono, monospace;
}

input, select, textarea {
    ime-mode: disabled;
}

form {
    margin: 0px;
    background: #FFFFFF;
}

button {
    cursor: pointer;
}

label:has(input[type="checkbox"]) {
    cursor: pointer;
    user-select: none;
}
label:has(input[type="radio"]) {
    cursor: pointer;
    user-select: none;
}

select {
    height: 20px;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    cursor: hand;
}

/** body */
.main-body {
    margin: auto;
    width: 900px;
    background: #FFFFFF;
}

.guid-line {
    margin-top: 5px;
    margin-left: 5px;
    text-align: left;
    font-size: 12px;
    color: #666666;
}
.guid-line img {
    margin-right: 3px;
}

.error-line {
    margin: 10px 0px;
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.error-msg-list {
    margin-top: 30px;
    color: #FF0000;
    font-size: 24px;
}

.footer-btn-line {
    margin-top: 10px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* FLEX */
.flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flex-row-start {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.flex-row-end {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.flex-column-start {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-column-between {
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.table-border{
    border:solid;
    border-width:0.5;
    border-color:#6699CC;
    border-collapse: collapse;
}

/** テキスト */
/* 数字 */
.num {
    margin-right: 3px;
    text-align: right !important;
}

.bold-text {
    font-weight: bold;
}

/** ローリー（GIF） */
#pic {
    text-align: center;
}
#pic div {
    text-align: center;
}
.marquee {
    margin:0;
    padding-left:600px;
    display:inline-block;
    white-space:nowrap;
    animation-name:marquee;
    animation-timing-function:linear;
    animation-duration:10s;
    animation-iteration-count:infinite;
}
@keyframes marquee {
    from   { transform: translate(-100%);}
    99%,to { transform: translate(0%);}
}
.marquee img {
    height: 50px;
}

/** BUTTON */
.action-btn-sm {
    width: 50px;
    height: 26px;
}
.action-btn-smm {
    width: 58px;
    height: 26px;
}
.action-btn-ssm {
    width: 64px;
    height: 26px;
}
.action-btn-xsm {
    width: 80px;
    height: 26px;
    line-height: 26px;
}
.action-btn-xsm2 {
    width: 80px;
    height: 26px;
}
.action-btn-md {
    width: 104px;
    height: 26px;
    line-height: 26px;
}
.action-btn-md2 {
    width: 104px;
    height: 26px;
}
.action-btn-xmd {
    width: 120px;
    height: 26px;
    line-height: 26px;
}
.action-btn-xmd2 {
    width: 120px;
    height: 26px;
}
.action-btn-lg {
    width: 156px;
    height: 26px;
    line-height: 26px;
}
.action-btn-lg2 {
    width: 156px;
    height: 26px;
}
.action-btn-xlg {
    width: 182px;
    height: 26px;
    line-height: 26px;
}
.action-btn-xlg2 {
    width: 182px;
    height: 26px;
}

/***** フォントカラー *****/

.font-color-blue{
    color:#0000FF;
}

.font-color-red{
    color:#FF0000;
}

.font-color-orange{
    color:#FFAC8C;
}

.font-color-elegantblue{
    color:#3333cc;
}

.font-color-black{
    color:#000000;
}

.font-color-deepblue{
    color:#000099;
}

.font-color-darkturquoise{
    color:#003366;
}

.font-color-cobaltblue{
    color:#006699;
}

.font-color-cyan{
    color:#0099CC;
}

.font-color-weightedgray{
    color:#333333;
}

.font-color-gentleblue{
    color:#336699;
}

.font-color-dimgray{
    color:#666666;
}

.font-color-silvergray{
    color:#999999;
}

.font-color-maturered{
    color:#CC0000;
}

.font-color-brightyellowred{
    color:#FF3300;
}

.font-color-intensered{
    color:#FF3333;
}

.font-color-white{
    color:#FFFFFF;
}

.font-color-salmon{
    color:#FF6666;
}

.font-color-matureblue{
    color:#0000CC;
}

.font-color-lightgray{
    color:#CCCCCC;
}

.font-color-clearyellow{
    color:#FFFF99;
}

.font-color-darkaqua{
    color:#3399CC;
}

.font-color-lightblue{
    color:#96CDDB;
}

.font-color-lightgrayishblue{
    color:#BBD1E8;
}

.font-color-paleyellow{
    color:#FFFFDD;
}

.font-color-weakyellow{
    color:#FFFFCC;
}

/* フォントサイズ */
.font-size-1{
    font-size:x-small;
    font-weight:550;
}

.font-size-2{
    font-size:small;
}

.font-size-3{
    font-size:medium;
}

.font-size-4{
    font-size:large;
}

.font-size-5{
    font-size:x-large;
}

.font-size-6{
    font-size:xx-large;
}

.font-error{
    font-size:16;
    font-weight:bold;
    color: #FF0000;
}

/* バックグラウンドカラー */
.bg-color-lightblue{
    background-color:#96CDDB;
}

.bg-color-aquablue{
    background-color:#93CBDA;
}

.bg-color-paleblue{
    background-color:#BCD4EC;
}

.bg-color-darkaqua{
    background-color:#3399CC;
}

.bg-color-lightgrayishblue{
    background-color:#BBD1E8;
}

.bg-color-lightgray{
    background-color:#CCCCCC;
}

.bg-color-palegray{
    background-color:#E6E6E6;
}

.bg-color-thingray{
    background-color:#EBEBEB;
}

.bg-color-lightpink {
    background-color:#FF99CC;
}

.bg-color-clearyellow{
    background-color:#FFFF99;
}

.bg-color-white{
    background-color:#FFFFFF;
}

.bg-color-weakyellow{
    background-color:#FFFFCC;
}

.bg-color-paleyellow{
    background-color:#FFFFDD;
}

.bg-color-orange {
    background-color: #F8CBAD !important;
}

.bg-color-lemonchiffon {
    background-color:#FFF8C6;
}

.bg-color-red {
    background-color: #FF0000;
}

.bg-color-yellow {
    background-color: #FFFF00;
}

.select-input-box {
    position: relative;
    display: inline-block;
    border: 1px solid rgb(133, 133, 133) !important;
    line-height: 1;
    height: 18px;
}

.select-input-box input {
    width: 100%; /* input??????? */
    padding: 5px;
    border-radius: 4px 0 0 4px; /* ??????????? */
    border: none;
    height: 100%;
}

.select-input-box .select-input-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    border-radius: 6px;
    max-height: 150px;
    overflow-y: auto;
    background: white;
    border: 1px solid #bfbfbf;
    display: none;
}

.select-input-box .select-input-button {
    position: absolute;
    font-size: 14px !important;
    top: 3px;
    right: 4px;
    background-color: white;
    border: none;
    cursor: pointer;
    padding: 0px;
    border-radius: 0 4px 4px 0;
    user-select: none;
}

.select-input-box .select-input-option {
    padding: 5px;
    cursor: pointer;
    user-select: none;
    border: none;
}

.select-input-box .select-input-option:hover {
    color: white;
    background-color: #026bb1;
}