body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* ここから追加 */
table {
    table-layout: fixed; /* 暫定 */
    border-collapse: collapse;
}

table.SearchList {
    border-width: 0px;
    font-size: 8pt;
}

table.SearchList td {
    width: 100px;
    word-break: break-all;
    padding: 5px;
}

th {
    color: #fff;
    border: 1px solid black;
    padding: 3px;
    white-space: nowrap;
}

td {
    border: 1px solid black;
    padding: 3px;
}

td.nen {
    width: 150px;
}

th {
    #background-color: #bfefff;
    background-color: #27acd9;
    text-align: center;
    width: 25px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.Normalbutton {
    width: 100px;
    height: 20px;
    padding-top: 0;
    border-radius: 5px;
}

input {
    white-space: nowrap;
}

input {
    font-family: Arial, 'Yu Gothic UI', sans-serif;
}

/*
table.SmView {
    border-width: 0px;
}
*/

table.SmView td {
    width: 150px;
    word-break: break-all;
    padding: 5px;
}

table.TatiaiSetView td {
    width: 170px;
    word-break: break-all;
    padding: 5px;
}


table.DetailView td {
    width: 150px;
    word-break: break-all;
    padding: 5px;
}




.btn_t {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 120px;
    /* margin: auto; */
    padding: 1rem 4rem;
    font-weight: bold;
    /** background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%); */
    background-color: #b4e12b;
    border-radius: 100vh;
    color: #fff;
    border: 2px solid #fff;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, .2); */
    box-shadow: 0 4px 0 #d01a0a;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
}

.btn_t:hover {
    /* 元 color: #fff; */
    /* 元 background-image: linear-gradient(to left, #27acd9 0%, #b4e12b 100%); */
    /* 反転 */
    color: #fff;
    background-color:#ff701e;
}

.btn_s {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 150px;
    margin: 5px;
    padding: 1rem 4rem;
    font-weight: bold;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 100vh;
    color: #333;
    border: 1px solid #999;
    text-shadow: 0 1px #fff;
    /* box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1; */
    /* ボタンへこむ box-shadow: 0 4px 0 #d01a0a; */
    transition: 0.5s;
}

.btn_disable {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 150px;
    margin: 5px;
    padding: 1rem 4rem;
    font-weight: bold;
    background-color:#778899;
    border-radius: 100vh;
    color: #333;
    border: 1px solid #999;
    text-shadow: 0 1px #fff;
    transition: 0.5s;
}

.chk_Enki {
    background-color: #BBBBBB;
}

.btn_s:hover {
    /* ボタンへこむ
    transform: translateY(4px);
    box-shadow: none;
    */
    /* 反転 */
    color: #333;
    /* background-image: linear-gradient(#f4c14e, #d36950); オレンジ */
    background-image: linear-gradient(#FFEC50, #FFEF6C);
}

.btn_sd {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 150px;
    margin: 5px;
    padding: 1rem 4rem;
    font-weight: bold;
    background-image: linear-gradient(#0054A6, #1955A6);
    border-radius: 100vh;
    color: #fff;
    border: 1px solid #999;
    text-shadow: 0 1px #fff;
    /* box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1; */
    /* ボタンへこむ box-shadow: 0 4px 0 #d01a0a; */
    transition: 0.5s;
}

.btn_sd:hover {
    /* 反転 */
    color: #333;
    background-image: linear-gradient(#f4c14e, #d36950);
}

.btn_ss {
    /* display: block; */
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    /* width: 50px; */
    margin: 2px;
    padding: 1px 4px;
    font-weight: bold;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 100vh;
    color: #333;
    border: 1px solid #999;
    text-shadow: 0 1px #fff;
    box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
    transition: 0.5s;
}

.btn_ss:hover {
    opacity: 0.5;
}

.messageColumn {
    width:150px;
    height:80px;
}

h2 {
    position: relative;
    padding: 5px 6px;
    background: linear-gradient(to top, rgb(39, 172, 217), #45c4ee);
    color: #fff;
}

/* アコーディオン 矢印パターン　*/
.accordion-001 {
    max-width: 500px;
    background-color: #f2f2f2;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #27acd9;
    color: #fff;
    font-weight: 600;
    font-size:16px;
    cursor: pointer;
}

/*
.accordion-001 summary::-webkit-details-marker {
    display: none;
}
*/

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.5em 2em 0.5em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

.iraiNone {
    display: none;
}

.accordion-002 {
    margin: 3px 0 3px 10px;
    max-width: 500px;
    background-color: #f2f2f2;
    /* 折り返し対応 */
    word-break: break-all;
    overflow-wrap: break-word;
}

.accordion-002:not([open]) {
    margin-bottom: 7px;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    /* background-color: #27acd9; */
    background-color: #0bd6d3;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}



.accordion-002 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-002[open] summary::after {
    transform: rotate(225deg);
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.5em 2em 0.5em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] p {
    transform: none;
    opacity: 1;
}

.iraiNone {
    display: none;
}

@media screen and (max-width: 480px) {
    /* 480px以下に適用されるCSS（スマホ用） */
    .PcView {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    /* 481px以上に適用されるCSS（PC用） */
    .SmView {
        display: none;
    }
}



