* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #ebfaff;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

.area_select {
    width: 240px;
    height: 2em;
}

.course_select {
    width: 240px;
    height: 2em;
}

.card-profile {
    width: 700px;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}

.search_table {
    margin:  2px auto;
}

.button {
    width: 150px;
}

.btn {
    font-size: 80%;
    border-radius: 5rem;
    font-weight: bold;
}

.list_table {
    width: 100%;
    border: 10px sold #171718;
    border-radius: 8px;
    border-collapse: separate;
    overflow: hidden;
}

.list_table .header {
    width: 180px;
    background-color:#fff0f5;
}

.list_table .data {
    width: 240px;
}

.detail_table {
    width: 100%;
    border: 10px sold #171718;
    border-radius: 8px;
    border-collapse: separate;
    overflow: hidden;
}

.detail_table .header {
    width: 240px;
    background-color:#fff0f5;
}

.detail_table .data {
    width: 240px;
}

.whitespace {
    white-space: pre-wrap;
}
/** 2022.10.10
.hearing_table {
    width: 100%;
    border: 10px sold #171718;
    border-radius: 8px;
    border-collapse: separate;
    overflow: hidden;
}
**/
.hearing_table {
    width: 100%;
    border: 3px #bcbcbc solid;
    border-radius: 8px;
    border-collapse: separate;
    overflow: hidden;
}

.hearing_table .header {
    width: 180px;
    padding: 8px 8px;
    text-align: left;
    background: #fff0f5;
}

.hearing_table .data {
    padding: 8px 8px;
}

.text-padding {
    height: 30px;
    width: 140px;
    padding: 8px;
}

.text-number {
    height: 30px;
    width: 60px;
    padding: 8px;
    text-align: center;
}

.text-language {
    height: 30px;
    width: 100px;
    padding: 8px;
    text-align: center;
}

.profile_table {
    width: 100%;
    border: 10px sold #8494ad;
    border-radius: 8px;
    border-collapse: separate;
    overflow: hidden;
}

.profile_table .header {
    width: 200px;
    padding: 16px 24px;
    text-align: left;
    background: #cfd5db;
}

.profile_table .data {
    padding: 16px 24px;
}

.form_wrap {
    display: grid;
    gap: 16px;
}

.form_wrap-2 {
    grid-template-columns: repeat(2, 1fr);
}

.form-control:focus {
    /** box-shadow: none; **/
    box-shadow: 0 0.2rem 0.2rem 0 rgba(24, 182, 225, 0.2) ;
}

.card-auth {
    width: 400px;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1) ;
}

.card-title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.card-body {
    padding: 2rem;
}

.form-auth {
    width: 100%;
}

.form-label-group {
    margin-bottom: 1rem;
}

.form-label-group input {
    border-radius: 2rem;
}

.itemlist img {
    height: 150px;
    object-fit: contain;
}

.product img {
    height: 350px;
    object-fit: contain;
}

.order img {
    height: 100px;
    object-fit: contain;
}

.storelist img {
    height: 150px;
    object-fit: contain;
}

.stafflist img {
    height: 250px;
    object-fit: contain;
}

.calendar img {
    height: 150px;
    object-fit: contain;
} 

label, input[type='checkbox'] {
    cursor: pointer;
}

.widegenre {
    width: 140px;
}

.wide200 {
    width: 200px;
}

.wide400 {
    width: 400px;
}

.wide600 {
    width: 600px;
}



