2022-09-17 20:50:50 +09:00
|
|
|
@charset "utf-8";
|
|
|
|
|
@import url(./jquery.minicolors.css);
|
|
|
|
|
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
|
2024-09-19 21:06:35 +09:00
|
|
|
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
|
2024-09-19 20:48:52 +09:00
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
@font-face {
|
2024-09-19 20:48:52 +09:00
|
|
|
font-family: 'icon';
|
2024-09-19 21:06:35 +09:00
|
|
|
src: url("../../css/fonts/bootstrap-icons.woff2") format("woff2"),
|
|
|
|
|
url("../../css/fonts/bootstrap-icons.woff") format("woff");
|
2024-09-19 20:48:52 +09:00
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
2022-09-17 20:50:50 +09:00
|
|
|
}
|
|
|
|
|
|
2024-10-04 17:57:07 +09:00
|
|
|
:root {
|
|
|
|
|
--theme-color-0: #FFF8F0;
|
|
|
|
|
--theme-color-a: #edd0b6;
|
|
|
|
|
--theme-color-b: #e3bb82;
|
|
|
|
|
--theme-color-c: #c7996b;
|
|
|
|
|
--theme-color-d: hsl(30, 72%, 55%);
|
|
|
|
|
--theme-color-d-gnb: hsla(30, 72%, 55%, .2);
|
2024-10-04 20:54:17 +09:00
|
|
|
--theme-color-e: hsl(45, 100%, 50%);
|
|
|
|
|
--theme-color-sub: #4a797b;
|
2024-10-04 22:32:38 +09:00
|
|
|
--theme-color-sub-b: #A8DADC;
|
2024-10-04 17:57:07 +09:00
|
|
|
}
|
|
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
/* 초기화 */
|
2024-09-19 20:48:52 +09:00
|
|
|
html {
|
|
|
|
|
overflow-y: scroll
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
min-width: 1400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.popup-body {
|
|
|
|
|
min-width: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html,
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4,
|
|
|
|
|
h5,
|
|
|
|
|
h6,
|
|
|
|
|
form,
|
|
|
|
|
fieldset,
|
|
|
|
|
img {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4,
|
|
|
|
|
h5,
|
|
|
|
|
h6 {}
|
|
|
|
|
|
|
|
|
|
article,
|
|
|
|
|
aside,
|
|
|
|
|
details,
|
|
|
|
|
figcaption,
|
|
|
|
|
figure,
|
|
|
|
|
footer,
|
|
|
|
|
header,
|
|
|
|
|
hgroup,
|
|
|
|
|
menu,
|
|
|
|
|
nav,
|
|
|
|
|
section {
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header ul,
|
|
|
|
|
nav ul,
|
|
|
|
|
aside ul,
|
|
|
|
|
footer ul {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
list-style: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label,
|
|
|
|
|
input,
|
|
|
|
|
button,
|
|
|
|
|
select,
|
|
|
|
|
img {
|
|
|
|
|
vertical-align: middle
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea,
|
|
|
|
|
select {}
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type=text],
|
|
|
|
|
input[type=password],
|
|
|
|
|
input[type=submit],
|
|
|
|
|
input[type=image] {
|
2024-09-19 21:03:48 +09:00
|
|
|
-webkit-appearance: none;
|
2024-09-19 20:48:52 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
cursor: pointer
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
word-break: break-all
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
hr {
|
|
|
|
|
display: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pre {
|
|
|
|
|
overflow-x: scroll;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:focus,
|
|
|
|
|
a:hover,
|
|
|
|
|
a:active {
|
|
|
|
|
text-decoration: underline
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
caption {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
.cke_sc,
|
2024-09-19 20:48:52 +09:00
|
|
|
.sound_only {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="file"] {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
border: 1px solid #dde3e0;
|
|
|
|
|
height: 28px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
input[type="number"],
|
|
|
|
|
input[type="text"],
|
|
|
|
|
input[type="password"],
|
|
|
|
|
select,
|
|
|
|
|
textarea {
|
2024-09-19 20:48:52 +09:00
|
|
|
border: 1px solid #dde3e0;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
font-family: 'Dotum';
|
|
|
|
|
font-size: 12px;
|
2022-09-17 20:50:50 +09:00
|
|
|
}
|
2024-09-19 20:48:52 +09:00
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
input[type="number"],
|
|
|
|
|
input[type="text"],
|
2024-09-19 20:48:52 +09:00
|
|
|
input[type="password"] {
|
|
|
|
|
padding: 0 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
input[type="number"],
|
|
|
|
|
input[type="text"],
|
|
|
|
|
input[type="password"],
|
2024-09-19 20:48:52 +09:00
|
|
|
select {
|
|
|
|
|
height: 28px;
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
textarea {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 150px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
input[type="number"] {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
label {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
label+input {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-10-07 10:35:20 +09:00
|
|
|
input[type=checkbox] {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.txt-center {
|
|
|
|
|
text-align: center !important;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.txt-left {
|
|
|
|
|
text-align: left !important;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.txt-right {
|
|
|
|
|
text-align: right !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.frm_info {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
font-family: 'Dotum';
|
2024-10-04 17:57:07 +09:00
|
|
|
color: var(--theme-color-d);
|
2024-09-19 20:48:52 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.single-info .frm_info {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.full {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.empty_table {
|
|
|
|
|
line-height: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#container {
|
|
|
|
|
font-family: 'Noto Sans KR', sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#container section {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#container h2 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
line-height: 30px;
|
2024-09-19 21:06:35 +09:00
|
|
|
display: flex;
|
|
|
|
|
gap: 8px;
|
2024-09-19 20:48:52 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#container h2:before {
|
2024-09-19 21:06:35 +09:00
|
|
|
content: "\F675";
|
2024-09-19 20:48:52 +09:00
|
|
|
font-family: 'icon';
|
|
|
|
|
padding-right: 5px;
|
2024-09-19 21:06:35 +09:00
|
|
|
font-size: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
width: 20px;
|
2024-09-19 20:48:52 +09:00
|
|
|
color: #4b4b47;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#container h3 {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.local_ov {
|
|
|
|
|
border-bottom: 1px solid #efeff1;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ov_listall {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 0 10px 0 0;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
text-decoration: none;
|
2024-10-04 17:57:07 +09:00
|
|
|
color: var(--theme-color-c);
|
2024-09-19 20:48:52 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ov_listall:before {
|
|
|
|
|
content: "";
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 3px;
|
|
|
|
|
bottom: 3px;
|
|
|
|
|
width: 1px;
|
|
|
|
|
background: #e1e1e1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.local_desc {
|
2024-10-04 17:57:07 +09:00
|
|
|
background: var(--theme-color-0);
|
2024-09-19 20:48:52 +09:00
|
|
|
padding: 5px 10px;
|
2024-10-04 17:57:07 +09:00
|
|
|
border: 1px solid var(--theme-color-a);
|
2024-09-19 20:48:52 +09:00
|
|
|
color: #5b5b5a;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
line-height: 1.8em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.local_desc .point {
|
2024-10-04 17:57:07 +09:00
|
|
|
color: var(--theme-color-c);
|
2024-09-19 20:48:52 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.local_desc.pos-top {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.pg_wrap {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 30px 0 30px 0;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.pg_wrap span {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin: 0 10px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
.pg_wrap strong,
|
2024-09-19 20:48:52 +09:00
|
|
|
.pg_wrap a {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
min-width: 10px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: #fafafa;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
border-radius: 9em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pg_wrap strong {
|
2024-10-04 17:57:07 +09:00
|
|
|
background: var(--theme-color-c);
|
2024-09-19 20:48:52 +09:00
|
|
|
color: #fff;
|
2024-10-04 17:57:07 +09:00
|
|
|
border-color: var(--theme-color-c);
|
2024-09-19 20:48:52 +09:00
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.pg_wrap .pg_control {
|
|
|
|
|
width: 30px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pg_wrap .pg_control * {
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_list01 {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 20px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.local_desc.pos-top+.btn_list01 {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_list01 * {
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.btn_list03 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.btn_list03 * {
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_add01 * {
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
.btn_list a,
|
|
|
|
|
.btn_list button,
|
2024-09-19 20:48:52 +09:00
|
|
|
.btn_list input {
|
|
|
|
|
display: inline-block;
|
2024-10-04 17:57:07 +09:00
|
|
|
background: var(--theme-color-c);
|
2024-09-19 20:48:52 +09:00
|
|
|
color: #fff;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border: none;
|
|
|
|
|
line-height: 1.0em;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_add {
|
|
|
|
|
float: right;
|
|
|
|
|
clear: both;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
.btn_add a,
|
|
|
|
|
.btn_add button,
|
2024-09-19 20:48:52 +09:00
|
|
|
.btn_add input {
|
|
|
|
|
display: inline-block;
|
2024-10-04 17:57:07 +09:00
|
|
|
background: var(--theme-color-c);
|
2024-09-19 20:48:52 +09:00
|
|
|
color: #fff;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border: none;
|
|
|
|
|
line-height: 1.0em;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_frmline {
|
|
|
|
|
display: inline-block;
|
2024-10-04 17:57:07 +09:00
|
|
|
background: var(--theme-color-c);
|
2024-09-19 20:48:52 +09:00
|
|
|
color: #fff;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border: none;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_del_menu {
|
|
|
|
|
display: inline-block;
|
2024-10-04 17:57:07 +09:00
|
|
|
color: var(--theme-color-c);
|
2024-09-19 20:48:52 +09:00
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
border: none;
|
|
|
|
|
line-height: 1.0em;
|
|
|
|
|
background: transparent;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sv {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.anchor {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
clear: both;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.anchor li {
|
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.anchor li a {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
margin: 0 1px;
|
|
|
|
|
color: #62656c;
|
2024-10-04 20:54:17 +09:00
|
|
|
border-radius: 4px;
|
2024-09-19 20:48:52 +09:00
|
|
|
box-sizing: border-box;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.anchor li:first-child a {
|
|
|
|
|
border-left-width: 0;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
.anchor li.on a,
|
|
|
|
|
#anc_001 a[href="#anc_001"],
|
|
|
|
|
#anc_002 a[href="#anc_002"],
|
|
|
|
|
#anc_003 a[href="#anc_003"],
|
|
|
|
|
#anc_004 a[href="#anc_004"],
|
|
|
|
|
#anc_005 a[href="#anc_005"],
|
|
|
|
|
#anc_006 a[href="#anc_006"],
|
|
|
|
|
#anc_007 a[href="#anc_007"],
|
|
|
|
|
#anc_008 a[href="#anc_008"],
|
|
|
|
|
#anc_009 a[href="#anc_009"],
|
|
|
|
|
#anc_010 a[href="#anc_010"],
|
|
|
|
|
#anc_011 a[href="#anc_011"],
|
|
|
|
|
#anc_012 a[href="#anc_012"],
|
|
|
|
|
#anc_013 a[href="#anc_013"],
|
|
|
|
|
#anc_014 a[href="#anc_014"],
|
|
|
|
|
#anc_015 a[href="#anc_015"],
|
2024-09-19 20:48:52 +09:00
|
|
|
#anc_016 a[href="#anc_016"] {
|
2024-10-04 20:54:17 +09:00
|
|
|
background: var(--theme-color-sub);
|
2024-09-19 20:48:52 +09:00
|
|
|
color: #fff;
|
2024-10-04 20:54:17 +09:00
|
|
|
font-weight: bold;
|
2024-09-19 20:48:52 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.color-preview {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 25px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
border: 1px solid #cacaca;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.admin-icon-box {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
min-width: 25px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
border: 1px solid #cacaca;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
table {
|
|
|
|
|
border-spacing: 0px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_wrap table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
.tbl_head01 thead {}
|
|
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_head01 thead th {
|
|
|
|
|
background: #f9f9f9;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
padding: 8px 10px;
|
|
|
|
|
border: 1px solid #efeff1;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #5b5b5a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tbl_head01 .bo-right {
|
|
|
|
|
border-right-width: 1px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tbl_head01 .bo-left {
|
|
|
|
|
border-left-width: 1px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tbl_head01 .bo-top {
|
|
|
|
|
border-top-width: 1px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tbl_head01 .bo-no-right {
|
|
|
|
|
border-right-width: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tbl_head01 .bo-no-left {
|
|
|
|
|
border-left-width: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tbl_head01 .bo-no-top {
|
|
|
|
|
border-top-width: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tbl_head01 .bo-no-bottom {
|
|
|
|
|
border-bottom-width: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_head01 tbody td {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 7px 10px;
|
|
|
|
|
color: #5b5b5a;
|
|
|
|
|
border: 1px solid #efeff1;
|
|
|
|
|
border-top-width: 0;
|
|
|
|
|
border-left-width: 0;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_head01 tbody td:first-child {
|
|
|
|
|
border-left-width: 1px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_head01 tbody td a {
|
2024-10-04 23:34:30 +09:00
|
|
|
color: var(--theme-color-d);
|
2024-09-19 20:48:52 +09:00
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.tbl_head01 tfoot th,
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_head01 tfoot td {
|
|
|
|
|
background: #f9f9f9;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
padding: 8px 10px;
|
|
|
|
|
border: 1px solid #efeff1;
|
|
|
|
|
border-top-width: 0;
|
|
|
|
|
border-left-width: 0;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #5b5b5a;
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
.tbl_head01 tfoot td:first-child,
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_head01 tfoot th:first-child {
|
|
|
|
|
border-left-width: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tbl_frm01 table {
|
|
|
|
|
border-top: 1px solid #efeff5;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
.tbl_frm01 tbody th,
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_frm01 tbody td {
|
|
|
|
|
color: #5b5b5a;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
border: 0px solid #efeff5;
|
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tbl_frm01 tbody th {
|
|
|
|
|
background: #f9f9f9;
|
|
|
|
|
border-right-width: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
.tbl_frm01 tbody th.bo-right,
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_frm01 tbody td.bo-right {
|
|
|
|
|
border-right-width: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
.tbl_frm01 tbody th.bo-left,
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_frm01 tbody td.bo-left {
|
|
|
|
|
border-left-width: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-09-17 20:50:50 +09:00
|
|
|
.tbl_frm01 tbody th.bo-top,
|
2024-09-19 20:48:52 +09:00
|
|
|
.tbl_frm01 tbody td.bo-top {
|
|
|
|
|
border-top-width: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tbl_frm01 tbody th+td.bo-left {
|
|
|
|
|
border-left-width: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-07 10:35:20 +09:00
|
|
|
table .side-image {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.index-gnb {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.index-gnb>ul>li {
|
|
|
|
|
display: table;
|
|
|
|
|
width: 100%;
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, .2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.index-gnb>ul>li>* {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.index-gnb>ul>li>a {
|
|
|
|
|
width: 130px;
|
|
|
|
|
background: #353942;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.index-gnb>ul>li>ul {
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
background: #eaeaea;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.index-gnb>ul>li>ul>li {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
min-width: 130px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.prev_thumb {
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
max-height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-thumb {
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
max-height: 100px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.character-thumb {
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
max-height: 500px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
|
2024-09-19 20:48:52 +09:00
|
|
|
.ajax-list-box {
|
|
|
|
|
height: 70px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
border: 1px solid #eaeaea;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
2022-09-17 20:50:50 +09:00
|
|
|
|
|
|
|
|
.ajax-list-box ul,
|
2024-09-19 20:48:52 +09:00
|
|
|
.ajax-list-box li {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ajax-list-box li {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ajax-list-box li a {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
color: #2a2d2a;
|
|
|
|
|
background: #fafafa;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ajax-list-box li a p.point {
|
2024-10-04 17:57:07 +09:00
|
|
|
color: var(--theme-color-c);
|
2024-09-19 20:48:52 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ajax-list-box li a:hover {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: #3a3a3a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ajax-list-box li a .ui-thumb {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
left: 10px;
|
|
|
|
|
width: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ajax-list-box li a .ui-thumb img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ajax-list-box li a .ui-info {
|
|
|
|
|
margin-left: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ajax-list-box .no-data {
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.visit_bar {
|
|
|
|
|
position: relative
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.visit_bar span {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -8px;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: 15px;
|
2024-10-04 17:57:07 +09:00
|
|
|
background: var(--theme-color-c)
|
2024-09-19 20:48:52 +09:00
|
|
|
}
|
2024-09-19 21:03:48 +09:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/*테마*/
|
|
|
|
|
.theme_p {
|
|
|
|
|
margin: 0 0 10px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
width: 1000px;
|
|
|
|
|
position: relative
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list:after {
|
|
|
|
|
display: block;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
clear: both;
|
|
|
|
|
content: ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li {
|
|
|
|
|
margin: 10px 10px 10px 0;
|
|
|
|
|
float: left
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li:after {
|
|
|
|
|
display: block;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
clear: both;
|
|
|
|
|
content: ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .tmli_if {
|
2024-10-04 20:54:17 +09:00
|
|
|
border: 1px solid var(--theme-color-a);
|
2024-09-19 21:06:35 +09:00
|
|
|
width: 300px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
min-height: 240px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .tmli_if::before {
|
|
|
|
|
content: "";
|
|
|
|
|
height: 220px;
|
|
|
|
|
background-image: var(--bg);
|
|
|
|
|
background-size: cover;
|
2024-10-07 10:35:20 +09:00
|
|
|
background-position: center;
|
2024-09-19 21:03:48 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .tmli_if>img {
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 225px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .tmli_if:hover>img {
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
|
|
|
filter: alpha(opacity=50);
|
|
|
|
|
-moz-opacity: 0.5;
|
|
|
|
|
-khtml-opacity: 0.5;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .tmli_tit {
|
|
|
|
|
position: relative;
|
2024-10-04 20:54:17 +09:00
|
|
|
border-top: 1px solid var(--theme-color-a);
|
|
|
|
|
background: var(--theme-color-0);
|
2024-09-19 21:03:48 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .tmli_tit p {
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
padding: 0 10px 0;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .tmli_tit button.tmli_dt {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 8px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background: #111;
|
|
|
|
|
color: #fff;
|
|
|
|
|
display: none;
|
|
|
|
|
border: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .tmli_if:hover button.tmli_dt {
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .theme_sl {
|
|
|
|
|
float: left;
|
|
|
|
|
border: none;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: #999;
|
|
|
|
|
color: #fff
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .theme_sl:hover {
|
2024-10-04 20:54:17 +09:00
|
|
|
background: var(--theme-color-d);
|
2024-09-19 21:03:48 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .theme_deactive {
|
|
|
|
|
margin-left: 4px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .theme_sl_use {
|
2024-10-04 20:54:17 +09:00
|
|
|
background: var(--theme-color-d);
|
2024-09-19 21:03:48 +09:00
|
|
|
line-height: 26px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .theme_pr {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
background: #fafafa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_list li .theme_preview {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
background: #fafafa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_detail {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 50%;
|
|
|
|
|
height: 540px;
|
|
|
|
|
width: 900px;
|
|
|
|
|
margin-top: -271px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
background: #f3f3f3;
|
|
|
|
|
border: 1px solid #000;
|
|
|
|
|
-webkit-box-shadow: 1px 2px 5px rgba(150, 150, 150, 100.5);
|
|
|
|
|
-moz-box-shadow: 1px 2px 5px rgba(150, 150, 150, 0.5);
|
|
|
|
|
box-shadow: 1px 2px 5px rgba(150, 150, 150, 0.5);
|
|
|
|
|
z-index: 1000
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_detail:after {
|
|
|
|
|
display: block;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
clear: both;
|
|
|
|
|
content: ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_detail h2 {
|
|
|
|
|
font-size: 1.25em;
|
|
|
|
|
background: #fff;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
border-bottom: 1px solid #d8d8d8;
|
|
|
|
|
margin: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.theme_dt_img {
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 20px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.theme_dt_img img {
|
|
|
|
|
border: 1px solid #aaa;
|
2024-10-05 05:12:37 +09:00
|
|
|
max-width: 600px;
|
2024-09-19 21:03:48 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.theme_dt_if {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 235px;
|
|
|
|
|
padding: 20px 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.theme_dt_if table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
margin: 15px 0 0;
|
|
|
|
|
font-size: 0.92em
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.theme_dt_if table th {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-bottom: 1px solid #f3f3f3;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
color: #3f51b5
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.theme_dt_if table td {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-bottom: 1px solid #f3f3f3;
|
|
|
|
|
line-height: 1.56em
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.theme_dt_if table td a {
|
|
|
|
|
text-decoration: underline
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.theme_dt_if p {
|
|
|
|
|
line-height: 1.5em
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.if_p_bg {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 1px;
|
|
|
|
|
background: #000;
|
|
|
|
|
margin: 30px 0 10px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_detail .theme_dt_btn {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_detail .theme_dt_btn .close_btn {
|
|
|
|
|
border: 0;
|
|
|
|
|
border-left: 1px solid #d8d8d8;
|
|
|
|
|
background: url('../img/close.png') 50% 50% no-repeat;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-indent: -99999px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_detail .theme_dt_btn .close_btn:hover {
|
|
|
|
|
background-color: #eceffc
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#theme_detail .theme_dt_btn .btn_03 {
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
border-radius: 5px
|
|
|
|
|
}
|
2024-09-19 21:06:35 +09:00
|
|
|
|
|
|
|
|
#theme_detail h2:before {
|
|
|
|
|
content: "\F45D";
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
2024-10-04 20:54:17 +09:00
|
|
|
|
|
|
|
|
.footer-copyright {
|
|
|
|
|
padding: 20px 0;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
color: #A0A0A0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-copyright a {
|
|
|
|
|
color: #A0A0A0;
|
|
|
|
|
}
|
2024-10-07 10:35:20 +09:00
|
|
|
|
|
|
|
|
table span.dbchk {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table i.dbchk.bi {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table i.dbchk.bi.bi-x-circle {
|
|
|
|
|
color: #800000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_1 {
|
|
|
|
|
width: 50px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_2 {
|
|
|
|
|
width: 100px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_3 {
|
|
|
|
|
width: 150px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_4 {
|
|
|
|
|
width: 200px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_5 {
|
|
|
|
|
width: 250px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_6 {
|
|
|
|
|
width: 300px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_7 {
|
|
|
|
|
width: 350px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_8 {
|
|
|
|
|
width: 400px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_9 {
|
|
|
|
|
width: 450px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_10 {
|
|
|
|
|
width: 500px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_11 {
|
|
|
|
|
width: 550px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_12 {
|
|
|
|
|
width: 600px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_13 {
|
|
|
|
|
width: 650px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_14 {
|
|
|
|
|
width: 700px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_15 {
|
|
|
|
|
width: 750px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_16 {
|
|
|
|
|
width: 800px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_17 {
|
|
|
|
|
width: 850px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid_18 {
|
|
|
|
|
width: 900px
|
|
|
|
|
}
|