/* /Components/ClientTable.razor.rz.scp.css */
    /*着つけ110番：zokusei ::deep は、子コンポーネントの子要素に適応する */
    /*th,tdをborder:1pxに設定すると,ChromeとFireFoxでコーナーが丸くならない。深紫:#432970*/
table.zokusei[b-yrlpk6olzr] {margin: 1rem 0.3rem 1.5rem 0.3rem;border: none;background-color: #432970;border-collapse: collapse;width: 98%;font-size: 0.9rem;max-width:960px;}
table.zokusei th[b-yrlpk6olzr] {margin: 0;padding: 0.2rem;color: #ddd;border-bottom: 1px solid #432970;text-align: center;font-weight: normal;}
table.zokusei td[b-yrlpk6olzr] {margin: 0;padding: 0.2rem;color: #333;border-bottom: 1px solid #432970;border-right: 1px solid #432970;text-align: left;background-color: white;}
table.zokusei tr:first-child th[b-yrlpk6olzr] {height: 1rem;border: none;text-align: right;}
table.zokusei tr:last-child th[b-yrlpk6olzr] {height: 1rem;border: none;}

table.zokusei th:nth-child(1)[b-yrlpk6olzr] {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
table.zokusei td:nth-child(2)[b-yrlpk6olzr] {width: 29%;min-width:4rem;}
table.zokusei th:nth-child(3)[b-yrlpk6olzr] {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
table.zokusei td:nth-child(4)[b-yrlpk6olzr] {width: 29%;min-width:4rem;}
table.zokusei th:nth-child(5)[b-yrlpk6olzr] {width: 2.5rem;max-width:4rem;min-width:2.5rem;}
table.zokusei td:nth-child(6)[b-yrlpk6olzr] {width: auto;min-width:4rem;}

table.zokusei tr:nth-child(3) td:nth-child(2)[b-yrlpk6olzr] {font-size:0.8rem;}
table.zokusei tr:nth-child(5) th:nth-child(5)[b-yrlpk6olzr] {font-size:0.6rem;}/*Royalty*/
table.zokusei tr:nth-child(7) td:nth-child(4)[b-yrlpk6olzr] {font-size:0.8rem;}
table.zokusei tr:nth-child(8) th:nth-child(1)[b-yrlpk6olzr] {font-size:0.6rem;}/*email*/

table.crud[b-yrlpk6olzr] {margin: 1rem 0.3rem 1.5rem 0.3rem;border: none;background-color: #432970;border-collapse: collapse;width: 98%;font-size: 0.9rem;max-width:960px;}
table.crud th[b-yrlpk6olzr] {margin: 0;padding: 0.2rem;color: #ddd;border-bottom: 1px solid #432970;text-align: center;font-weight: normal;}
table.crud td[b-yrlpk6olzr] {margin: 0;padding: 0.2rem;color: #333;border-bottom: 1px solid #432970;border-right: 1px solid #432970;text-align: left;background-color:#432970;}
table.crud tr:first-child th[b-yrlpk6olzr] {height: 1rem;border: none;text-align: right;}
table.crud tr:last-child th[b-yrlpk6olzr] {height: 1rem;border: none;}

table.crud th:nth-child(1)[b-yrlpk6olzr] {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
table.crud td:nth-child(2)[b-yrlpk6olzr] {width: 29%;min-width:4rem;}
table.crud th:nth-child(3)[b-yrlpk6olzr] {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
table.crud td:nth-child(4)[b-yrlpk6olzr] {width: 29%;min-width:4rem;}
table.crud th:nth-child(5)[b-yrlpk6olzr] {width: 2.5rem;max-width:4rem;min-width:2.5rem;}
table.crud td:nth-child(6)[b-yrlpk6olzr] {width: auto;min-width:4rem;}

table.crud tr:nth-child(3) td:nth-child(2)[b-yrlpk6olzr] {font-size:0.8rem;}
table.crud tr:nth-child(5) th:nth-child(5)[b-yrlpk6olzr] {font-size:0.6rem;}
table.crud tr:nth-child(7) td:nth-child(4)[b-yrlpk6olzr] {font-size:0.8rem;}
table.crud tr:nth-child(8) th:nth-child(1)[b-yrlpk6olzr] {font-size:0.6rem;}

/* 矢印
table.zokusei tr:last-child th{text-align:center}
table.zokusei tr:last-child th:nth-child(1){text-align:left;}
table.zokusei tr:last-child th:nth-child(3){text-align:right;}
*/
/*table.zokusei td input[type="text"] {width: 100%;height: 100%;border: 1px solid #ddd;margin: 0;padding: 0;}
table.zokusei td input[type="email"] {width: 100%;height: 100%;border: 1px solid #ddd;margin: 0;padding: 0;}
table.zokusei td select {width: 100%;border: 1px solid #ddd;}
table.zokusei td input[type="number"] {width: 100%;height: 100%;border: none;margin: 0;padding: 0;}
*/

/* --------------------------------------------------
   radius table （角丸テーブル）
-------------------------------------------------- */
.radius[b-yrlpk6olzr] {
    border-collapse: separate;
    border-spacing: 0px;
    border-width: 1px;
    border: 1px solid #B5B5B5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*box-shadow: 1px 1px 1px #B5B5B5;	*/
}

.clip[b-yrlpk6olzr] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

div.form-group[b-yrlpk6olzr] {padding:0.5%;margin:0;}
div.boxSearch[b-yrlpk6olzr]{width:98%;max-width:960px;font-size:0.8rem;margin:0;padding:0;}
div.btnSearch[b-yrlpk6olzr]{margin:1.2rem 0 0 0;vertical-align:bottom;padding:0.2rem 0.5em}
div.resultSearch[b-yrlpk6olzr]{margin:2rem 0 0 0;}
label[b-yrlpk6olzr]{padding:0;margin:0;padding:0;}
/*<select><option>には、padding:0;margin:0;は効かないのでDefault設定にする*/
input[b-yrlpk6olzr]{width:100%;font-size:0.8rem;}
select[b-yrlpk6olzr]{width:100%;font-size:0.8rem;}

/* /Pages/Create.razor.rz.scp.css */
    /*着つけ110番：zokusei ::deep は、子コンポーネントの子要素に適応する */
    /*th,tdをborder:1pxに設定すると,ChromeとFireFoxでコーナーが丸くならない。深紫:#432970*/
table.zokusei[b-riv183290b] {margin: 1rem 0.3rem 1.5rem 0.3rem;border: none;background-color: #432970;border-collapse: collapse;width: 98%;font-size: 0.9rem;max-width:960px;}
table.zokusei th[b-riv183290b] {margin: 0;padding: 0.2rem;color: #ddd;border-bottom: 1px solid #432970;text-align: center;font-weight: normal;}
table.zokusei td[b-riv183290b] {margin: 0;padding: 0.2rem;color: #333;border-bottom: 1px solid #432970;border-right: 1px solid #432970;text-align: left;background-color:#432970;}
table.zokusei tr:first-child th[b-riv183290b] {height: 1rem;border: none;text-align: right;}
table.zokusei tr:last-child th[b-riv183290b] {height: 1rem;border: none;}

table.zokusei th:nth-child(1)[b-riv183290b] {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
table.zokusei td:nth-child(2)[b-riv183290b] {width: 29%;min-width:4rem;}
table.zokusei th:nth-child(3)[b-riv183290b] {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
table.zokusei td:nth-child(4)[b-riv183290b] {width: 29%;min-width:4rem;}
table.zokusei th:nth-child(5)[b-riv183290b] {width: 2.5rem;max-width:4rem;min-width:2.5rem;}
table.zokusei td:nth-child(6)[b-riv183290b] {width: auto;min-width:4rem;}

table.zokusei tr:nth-child(3) td:nth-child(2)[b-riv183290b] {font-size:0.8rem;}
table.zokusei tr:nth-child(5) th:nth-child(5)[b-riv183290b] {font-size:0.6rem;}/*Royalty*/
table.zokusei tr:nth-child(7) td:nth-child(4)[b-riv183290b] {font-size:0.8rem;}
table.zokusei tr:nth-child(8) th:nth-child(1)[b-riv183290b] {font-size:0.6rem;}/*email*/

/* 矢印
table.zokusei tr:last-child th{text-align:center}
table.zokusei tr:last-child th:nth-child(1){text-align:left;}
table.zokusei tr:last-child th:nth-child(3){text-align:right;}
*/
/*table.zokusei td input[type="text"] {width: 100%;height: 100%;border: 1px solid #ddd;margin: 0;padding: 0;}
table.zokusei td input[type="email"] {width: 100%;height: 100%;border: 1px solid #ddd;margin: 0;padding: 0;}
table.zokusei td select {width: 100%;border: 1px solid #ddd;}
table.zokusei td input[type="number"] {width: 100%;height: 100%;border: none;margin: 0;padding: 0;}
*/

/* --------------------------------------------------
   radius table （角丸テーブル）
-------------------------------------------------- */
.radius[b-riv183290b] {
    border-collapse: separate;
    border-spacing: 0px;
    border-width: 1px;
    border: 1px solid #B5B5B5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*box-shadow: 1px 1px 1px #B5B5B5;	*/
}

.clip[b-riv183290b] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

div.form-group[b-riv183290b] {padding:0.5%;margin:0;}
div.boxSearch[b-riv183290b]{width:98%;max-width:960px;font-size:0.8rem;margin:0;padding:0;}
div.btnSearch[b-riv183290b]{margin:1.2rem 0 0 0;vertical-align:bottom;padding:0.2rem 0.5em}
div.resultSearch[b-riv183290b]{margin:2rem 0 0 0;}
label[b-riv183290b]{padding:0;margin:0;padding:0;}
/*<select><option>には、padding:0;margin:0;は効かないのでDefault設定にする*/
input[b-riv183290b]{width:100%;font-size:0.8rem;}
select[b-riv183290b]{width:100%;font-size:0.8rem;}

/* /Pages/FocusOut.razor.rz.scp.css */
    /*着つけ110番：zokusei ::deep は、子コンポーネントの子要素に適応する */
    /*th,tdをborder:1pxに設定すると,ChromeとFireFoxでコーナーが丸くならない。深紫:#432970*/
table.zokusei[b-kefsqrclhh] {margin: 1rem 0.3rem 1.5rem 0.3rem;border: none;background-color: #432970;border-collapse: collapse;width: 98%;font-size: 0.9rem;max-width:960px;}
[b-kefsqrclhh] th {margin: 0;padding: 0.2rem;color: #ddd;border-bottom: 1px solid #432970;text-align: center;font-weight: normal;}
[b-kefsqrclhh] td {margin: 0;padding: 0.2rem;color: #333;border-bottom: 1px solid #432970;border-right: 1px solid #432970;text-align: left;background-color: white;}
table.zokusei tr:first-child th[b-kefsqrclhh] {height: 1rem;border: none;text-align: right;}
table.zokusei tr:last-child th[b-kefsqrclhh] {height: 1rem;border: none;}

[b-kefsqrclhh] th:nth-child(1) {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
[b-kefsqrclhh] td:nth-child(2) {width: 29%;min-width:4rem;}
[b-kefsqrclhh] th:nth-child(3) {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
[b-kefsqrclhh] td:nth-child(4) {width: 29%;min-width:4rem;}
[b-kefsqrclhh] th:nth-child(5) {width: 2.5rem;max-width:4rem;min-width:2.5rem;}
[b-kefsqrclhh] td:nth-child(6) {width: auto;min-width:4rem;}

[b-kefsqrclhh] tr:nth-child(3) td:nth-child(2) {font-size:0.8rem;}
[b-kefsqrclhh] tr:nth-child(5) th:nth-child(5) {font-size:0.6rem;}/*Royalty*/
[b-kefsqrclhh] tr:nth-child(7) td:nth-child(4) {font-size:0.8rem;}
[b-kefsqrclhh] tr:nth-child(8) th:nth-child(1) {font-size:0.6rem;}/*email*/

/* 矢印
table.zokusei tr:last-child th{text-align:center}
table.zokusei tr:last-child th:nth-child(1){text-align:left;}
table.zokusei tr:last-child th:nth-child(3){text-align:right;}
*/
/*table.zokusei td input[type="text"] {width: 100%;height: 100%;border: 1px solid #ddd;margin: 0;padding: 0;}
table.zokusei td input[type="email"] {width: 100%;height: 100%;border: 1px solid #ddd;margin: 0;padding: 0;}
table.zokusei td select {width: 100%;border: 1px solid #ddd;}
table.zokusei td input[type="number"] {width: 100%;height: 100%;border: none;margin: 0;padding: 0;}
*/

/* --------------------------------------------------
   radius table （角丸テーブル）
-------------------------------------------------- */
.radius[b-kefsqrclhh] {
    border-collapse: separate;
    border-spacing: 0px;
    border-width: 1px;
    border: 1px solid #B5B5B5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*box-shadow: 1px 1px 1px #B5B5B5;	*/
}

.clip[b-kefsqrclhh] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

div.form-group[b-kefsqrclhh] {padding:0.5%;margin:0;}
div.searchbox[b-kefsqrclhh]{width:98%;max-width:960px;font-size:0.8rem;margin:0;padding:0;}
label[b-kefsqrclhh]{padding:0;margin:0;padding:0;}
input[b-kefsqrclhh]{padding:0;margin:0;width:100%;font-size:0.8rem;}

/* /Pages/index.razor.rz.scp.css */

/* ボタン：操作方法：slide down list */
ul.detail[b-c7nl4h84pt]{text-align: left;margin: 1em; padding:0}
ul.detail li[b-c7nl4h84pt]{list-style:none;}
ul.detail li a[b-c7nl4h84pt]{margin: 0;padding:0;letter-spacing:1px;font-size:1.2rem;text-decoration:none;}
ul.detail li li[b-c7nl4h84pt]{list-style:disc;padding:0;margin:0 0 0.5em 0;font-size:0.9em;}
ul.detail li li img[b-c7nl4h84pt]{width:66px;color:red;float:right;}


    /*着つけ110番：zokusei ::deep は、子コンポーネントの子要素に適応する */
    /*th,tdをborder:1pxに設定すると,ChromeとFireFoxでコーナーが丸くならない。深紫:#432970*/
table.zokusei[b-c7nl4h84pt] {margin: 1rem 0.3rem 1.5rem 0.3rem;border: none;background-color: #432970;border-collapse: collapse;width: 98%;font-size: 0.9rem;max-width:960px;}
[b-c7nl4h84pt] th {margin: 0;padding: 0.2rem;color: #ddd;border-bottom: 1px solid #432970;text-align: center;font-weight: normal;}
[b-c7nl4h84pt] td {margin: 0;padding: 0.2rem;color: #333;border-bottom: 1px solid #432970;border-right: 1px solid #432970;text-align: left;background-color: white;}
table.zokusei tr:first-child th[b-c7nl4h84pt] {height: 1rem;border: none;text-align: right;}
table.zokusei tr:last-child th[b-c7nl4h84pt] {height: 1rem;border: none;}

[b-c7nl4h84pt] th:nth-child(1) {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
[b-c7nl4h84pt] td:nth-child(2) {width: 29%;min-width:4rem;}
[b-c7nl4h84pt] th:nth-child(3) {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
[b-c7nl4h84pt] td:nth-child(4) {width: 29%;min-width:4rem;}
[b-c7nl4h84pt] th:nth-child(5) {width: 2.5rem;max-width:4rem;min-width:2.5rem;}
[b-c7nl4h84pt] td:nth-child(6) {width: auto;min-width:4rem;}

[b-c7nl4h84pt] tr:nth-child(3) td:nth-child(2) {font-size:0.8rem;}
[b-c7nl4h84pt] tr:nth-child(5) th:nth-child(5) {font-size:0.6rem;}/*Royalty*/
[b-c7nl4h84pt] tr:nth-child(7) td:nth-child(4) {font-size:0.8rem;}
[b-c7nl4h84pt] tr:nth-child(8) th:nth-child(1) {font-size:0.6rem;}/*email*/

/* 矢印
table.zokusei tr:last-child th{text-align:center}
table.zokusei tr:last-child th:nth-child(1){text-align:left;}
table.zokusei tr:last-child th:nth-child(3){text-align:right;}
*/
/*table.zokusei td input[type="text"] {width: 100%;height: 100%;border: 1px solid #ddd;margin: 0;padding: 0;}
table.zokusei td input[type="email"] {width: 100%;height: 100%;border: 1px solid #ddd;margin: 0;padding: 0;}
table.zokusei td select {width: 100%;border: 1px solid #ddd;}
table.zokusei td input[type="number"] {width: 100%;height: 100%;border: none;margin: 0;padding: 0;}
*/

/* --------------------------------------------------
   radius table （角丸テーブル）
-------------------------------------------------- */
img.radius[b-c7nl4h84pt] {
    border-collapse: separate;
    border-spacing: 0px;
    border-width: 1px;
    border: 1px solid #B5B5B5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*box-shadow: 1px 1px 1px #B5B5B5;	*/
}

.clip[b-c7nl4h84pt] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

div.form-group[b-c7nl4h84pt] {padding:0.5%;margin:0;}
div.boxSearch[b-c7nl4h84pt]{width:98%;max-width:960px;font-size:0.8rem;margin:0;padding:0;}
div.btnSearch[b-c7nl4h84pt]{margin:1.2rem 0 0 0;vertical-align:bottom;padding:0.2rem 0.5em}
div.resultSearch[b-c7nl4h84pt]{margin:2rem 0 0 0;}
label[b-c7nl4h84pt]{padding:0;margin:0;padding:0;}
/*<select><option>には、padding:0;margin:0;は効かないのでDefault設定にする*/
input[b-c7nl4h84pt]{width:100%;font-size:0.8rem;}
select[b-c7nl4h84pt]{width:100%;font-size:0.8rem;}



/* /Pages/List.razor.rz.scp.css */
    /*着つけ110番：zokusei ::deep は、子コンポーネントの子要素に適応する */
    /*th,tdをborder:1pxに設定すると,ChromeとFireFoxでコーナーが丸くならない。深紫:#432970*/
table.zokusei[b-3dgsywoxyu] {margin: 1rem 0.3rem 1.5rem 0.3rem;border: none;background-color: #432970;border-collapse: collapse;width: 98%;font-size: 0.9rem;max-width:960px;}
[b-3dgsywoxyu] th {margin: 0;padding: 0.2rem;color: #ddd;border-bottom: 1px solid #432970;text-align: center;font-weight: normal;}
[b-3dgsywoxyu] td {margin: 0;padding: 0.2rem;color: #333;border-bottom: 1px solid #432970;border-right: 1px solid #432970;text-align: left;background-color: white;}
table.zokusei tr:first-child th[b-3dgsywoxyu] {height: 1rem;border: none;text-align: right;}
table.zokusei tr:last-child th[b-3dgsywoxyu] {height: 1rem;border: none;}

[b-3dgsywoxyu] th:nth-child(1) {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
[b-3dgsywoxyu] td:nth-child(2) {width: 29%;min-width:4rem;}
[b-3dgsywoxyu] th:nth-child(3) {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
[b-3dgsywoxyu] td:nth-child(4) {width: 29%;min-width:4rem;}
[b-3dgsywoxyu] th:nth-child(5) {width: 2.5rem;max-width:4rem;min-width:2.5rem;}
[b-3dgsywoxyu] td:nth-child(6) {width: auto;min-width:4rem;}

[b-3dgsywoxyu] tr:nth-child(3) td:nth-child(2) {font-size:0.8rem;}
[b-3dgsywoxyu] tr:nth-child(5) th:nth-child(5) {font-size:0.6rem;}/*Royalty*/
[b-3dgsywoxyu] tr:nth-child(7) td:nth-child(4) {font-size:0.8rem;}
[b-3dgsywoxyu] tr:nth-child(8) th:nth-child(1) {font-size:0.6rem;}/*email*/

table.crud[b-3dgsywoxyu] {margin: 1rem 0.3rem 1.5rem 0.3rem;border: none;background-color: #432970;border-collapse: collapse;width: 98%;font-size: 0.9rem;max-width:960px;}
table.crud th[b-3dgsywoxyu] {margin: 0;padding: 0.2rem;color: #ddd;border-bottom: 1px solid #432970;text-align: center;font-weight: normal;}
table.crud td[b-3dgsywoxyu] {margin: 0;padding: 0.2rem;color: #333;border-bottom: 1px solid #432970;border-right: 1px solid #432970;text-align: left;background-color:#432970;}
table.crud tr:first-child th[b-3dgsywoxyu] {height: 1rem;border: none;text-align: right;}
table.crud tr:last-child th[b-3dgsywoxyu] {height: 1rem;border: none;}

table.crud th:nth-child(1)[b-3dgsywoxyu] {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
table.crud td:nth-child(2)[b-3dgsywoxyu] {width: 29%;min-width:4rem;}
table.crud th:nth-child(3)[b-3dgsywoxyu] {width: 2.5rem;max-width:2.5rem;min-width:2.5rem;}
table.crud td:nth-child(4)[b-3dgsywoxyu] {width: 29%;min-width:4rem;}
table.crud th:nth-child(5)[b-3dgsywoxyu] {width: 2.5rem;max-width:4rem;min-width:2.5rem;}
table.crud td:nth-child(6)[b-3dgsywoxyu] {width: auto;min-width:4rem;}

table.crud tr:nth-child(3) td:nth-child(2)[b-3dgsywoxyu] {font-size:0.8rem;}
table.crud tr:nth-child(5) th:nth-child(5)[b-3dgsywoxyu] {font-size:0.6rem;}/*Royalty*/
table.crud tr:nth-child(7) td:nth-child(4)[b-3dgsywoxyu] {font-size:0.8rem;}
table.crud tr:nth-child(8) th:nth-child(1)[b-3dgsywoxyu] {font-size:0.6rem;}/*email*/

/* 矢印
table.zokusei tr:last-child th{text-align:center}
table.zokusei tr:last-child th:nth-child(1){text-align:left;}
table.zokusei tr:last-child th:nth-child(3){text-align:right;}
*/
/*table.zokusei td input[type="text"] {width: 100%;height: 100%;border: 1px solid #ddd;margin: 0;padding: 0;}
table.zokusei td input[type="email"] {width: 100%;height: 100%;border: 1px solid #ddd;margin: 0;padding: 0;}
table.zokusei td select {width: 100%;border: 1px solid #ddd;}
table.zokusei td input[type="number"] {width: 100%;height: 100%;border: none;margin: 0;padding: 0;}
*/

/* --------------------------------------------------
   radius table （角丸テーブル）
-------------------------------------------------- */
.radius[b-3dgsywoxyu] {
    border-collapse: separate;
    border-spacing: 0px;
    border-width: 1px;
    border: 1px solid #B5B5B5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*box-shadow: 1px 1px 1px #B5B5B5;	*/
}

.clip[b-3dgsywoxyu] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

div.form-group[b-3dgsywoxyu] {padding:0.5%;margin:0;}
div.boxSearch[b-3dgsywoxyu]{width:98%;max-width:960px;font-size:0.8rem;margin:0;padding:0;}
div.btnSearch[b-3dgsywoxyu]{margin:1.2rem 0 0 0;vertical-align:bottom;padding:0.2rem 0.5em}
div.resultSearch[b-3dgsywoxyu]{margin:0;text-align:center}
label[b-3dgsywoxyu]{padding:0;margin:0;padding:0;}
/*<select><option>には、padding:0;margin:0;は効かないのでDefault設定にする*/
input[b-3dgsywoxyu]{width:100%;font-size:0.8rem;}
select[b-3dgsywoxyu]{width:100%;font-size:0.8rem;}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ptcx0kq3x9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ptcx0kq3x9] {
    flex: 1;
}

.sidebar[b-ptcx0kq3x9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ptcx0kq3x9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ptcx0kq3x9]  a, .top-row[b-ptcx0kq3x9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ptcx0kq3x9]  a:hover, .top-row[b-ptcx0kq3x9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ptcx0kq3x9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ptcx0kq3x9] {
        display: none;
    }

    .top-row.auth[b-ptcx0kq3x9] {
        justify-content: space-between;
    }

    .top-row[b-ptcx0kq3x9]  a, .top-row[b-ptcx0kq3x9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ptcx0kq3x9] {
        flex-direction: row;
    }

    .sidebar[b-ptcx0kq3x9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ptcx0kq3x9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ptcx0kq3x9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ptcx0kq3x9], article[b-ptcx0kq3x9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y7uuxjiyoq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-y7uuxjiyoq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y7uuxjiyoq] {
    font-size: 1.1rem;
}

.oi[b-y7uuxjiyoq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-y7uuxjiyoq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y7uuxjiyoq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y7uuxjiyoq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y7uuxjiyoq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-y7uuxjiyoq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-y7uuxjiyoq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y7uuxjiyoq] {
        display: none;
    }

    .collapse[b-y7uuxjiyoq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
