:root {
  --user-color-bg-val:0,0%,0%;
  --user-color-bg:transparent;

  --user-color-fg-val:0,0%,100%;
  --user-color-fg:hsl(var(--user-color-fg-val));

  --color-fg: rgb(0,0,0);
  --color-bg: rgb(255,255,255);

  --color-fg-val: 0,0,0;
  --color-bg-val: 255,255,255;

  --color-glow-white-20: hsla(0,0%,100%,0.1);
  --color-error:rgb(251,82,69);

  --bg-posi-dark:100%;


  --user-color-theme-val-h:188;
  --user-color-theme-val-s:50%;
  --user-color-theme-val-l:60%;
  --user-color-theme-val:188,50%,60%;
  --user-color-theme:hsl(var(--user-color-theme-val));
  --user-color-theme-full-s:hsl(var(--user-color-theme-val-h),50%,50%);

  --user-color-accent-val:203,77%,47%;
  --user-color-accent:hsl(var(--user-color-accent-val));
}
@media (prefers-color-scheme: dark) {
  :root {
      

      --user-color-bg-val:0,0%,0%;
      --user-color-bg:transparent;

      --user-color-fg-val:0,0%,100%;
      --user-color-fg:hsl(var(--user-color-fg-val));

      --color-fg: rgb(255,255,255);
      --color-bg: rgb(0,0,0);

      --color-fg-val: 255,255,255;
      --color-bg-val: 0,0,0;

      --bg-posi-dark:100%;
  }
}

html, body {
height: 100%;
}

body {
transition: 0.5s;  
}

a {
white-space: nowrap;
}

.div_label_multirow {
line-height: 110%;
}

.a_tag_link {
color: hsla(var(--user-color-fg-val),0.7);
text-decoration: none;
}

.a_tag_link:hover {
color: hsla(var(--user-color-fg-val),1);
text-decoration: underline;
}

.a_tag_link:visited {
color: hsla(var(--user-color-fg-val),0.7);
text-decoration: none;
}

.div_tag {
display: inline-block;
color: hsla(var(--user-color-fg-val),0.7);
background-color: hsla(var(--user-color-bg-val),0.3);
backdrop-filter: blur(5px) invert(15%);

font-size: 14px;
white-space: nowrap;
text-decoration: none;
border-radius: 10px;
padding: 5px;
margin-right: 10px;
margin-bottom: 4px;
transition: 0.3s;
}






table {
border-collapse: collapse;
margin: 0 auto;
}

td {
padding: 0;
margin: 0;
border: none;

}

img {
vertical-align: bottom;
}

button {
background-color: rgba(230, 230, 230);
border-radius: 4px;
}

.table_info {
display:none;
width: 850px;
max-width: 850px;
min-width: 850px;
margin: 15px auto;
}

.table_work {
width: 100%;
height: 100%;
}

.table_margin_text_top {
display: none;
width: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 50;
}

.table_margin_text_bottom {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 50;
}

.td_info {
white-space: pre-line;
}

.td_info_center {
white-space: pre-line;
}

.td_info_parent {
display: none;
position: relative;
z-index: 100;

}

.td_work_info {

}


.td_work_control {
position: relative;
top: 0px;
vertical-align: top;
width: 0;
min-width: 0;
max-width: 0;
text-align: center;
}

.td_work {
position: relative;
top: 0px;
vertical-align: top;
width: 100%;
min-width: 100%;
max-width: 100%;

text-align: center;

overflow: hidden;
}



.td_reaction {
width: 40px;
height: 40px;

text-align: center;
vertical-align: middle;
position: relative;
}

.td_reaction_total {
font-size: 16px;
padding-left: 10px;
padding-right: 30px;

text-align: center;
}

.div_margin_text {
display: inline-block;
width: 100%;
overflow: hidden;
white-space: normal;
filter: drop-shadow(0px 0px 2px hsla(var(--user-color-bg-val),0.4));

}


.div_imgwork_gparent {
position: relative;
z-index: 10;
transition: 0.3s;
}


.div_imgwork_parent {
position: absolute;
right: 50%;
transform-origin: right top;
z-index: 10;
}



.iframe_laywork {
width: 100%;
height: 100%;
position: relative;
border: none;

margin: 0;
padding: 0;
vertical-align: bottom;
z-index: 10;
}


.div_work_mousemove {
display: table;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
background-color: transparent;

overflow: hidden;
z-index: 99;
}

.div_work_bgimg_parent {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 6;
width: 100%;
height: 100%;

margin: auto 0;
overflow: hidden;
transform: translate3d(0px, 0px, 0px) rotateZ(0deg);

}

.div_work_bgimg {
width: 100%;
height: 100%;
background-position: center;


}

.div_work_bgptrn_parent {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 4;
width: 100%;
height: 100%;

margin: auto 0;
background-position: center;
background-attachment: fixed;
overflow: hidden;
transform: translate3d(0px, 0px, 0px) rotateZ(0deg);

}

.div_work_bgptrn {
width: 100%;
height: 100%;
background-position: center;
background-attachment: fixed;

}

.div_work_bggrad_parent {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;

margin: auto 0;
background-position: center;
background-attachment: fixed;
overflow: hidden;
transform: translate3d(0px, 0px, 0px) rotateZ(0deg);

}

.div_work_bggrad {
width: 100%;
height: 100%;
background-position: center;
background-attachment: fixed;
background-clip: content-box;

}

.div_control {
color: white;

position: absolute;
z-index: 5000;
padding: 4px;
background-color: rgba(128, 128, 128, 0.7);

border-radius: 6px;
white-space: nowrap;
}

.div_control_middle_left {
top: 50%;
left: 0px;
transform: translateY(-50%);
}

.div_control_middle_right {
top: 50%;
right: 0px;
transform: translateY(-50%);
}

.div_control_bottom {
bottom: 0px;
left: 0px;
transform: translateY(50%);
}

.div_reaction {
display: table-cell;
vertical-align: middle;
width: 90px;
height: 40px;
z-index: 1000;
}

.div_reaction_icon {
width: 22px;
height: 22px;
background-position-y: 0;
background-position-x: var(--bg-posi-dark);
background-color: transparent;
border: none;

}

.button_reaction {

border: none;
margin: 0;
padding: 0;
color: rgba(128, 128, 128, 0.5);
background-color: transparent;

border: none;


min-width: 40px;
height: 40px;
z-index: 1000;
position: relative;
}


.button_reaction_option {

border: none;
margin: 0;
padding: 0;
color: rgba(128, 128, 128, 0.5);
background-color: transparent;

border: none;


width: 15px;
height: 40px;
z-index: 1000;
}

.button_reaction_sub {
width: 100%;
height: 100%;
color: var(--user-color-fg);
font-size: 16px;
line-height: 18px;
background-color: hsla(var(--user-color-fg-val),0.1);
backdrop-filter: blur(3px);
border: 2px solid hsla(var(--user-color-fg-val),0.15);
border-radius: 5px;
}

.td_reaction_fold {
color: hsla(var(--user-color-fg-val),0.7);
height: 30px;
vertical-align: middle;
background-color: hsla(var(--user-color-fg-val),0.1);
}

.td_reaction_fold:hover {
color: hsla(var(--user-color-fg-val),1);
background-color: hsla(var(--user-color-fg-val),0.2);
}

.button_reaction_fold {
width: 200px;
height: 100%;
line-height: 30px;
text-align: center;
cursor: pointer;
border-bottom: 1px solid hsla(var(--user-color-fg-val),0.1);
}

#dropbar {
width: 100%;
height: 100%;
padding-top: 15%;
position: fixed;
top: 0px;
left: 0px;
z-index: 9000;
background-color: rgba(0,0,0,0.5);
color: white;
font-weight: bold;
font-size: 40px;
text-align: center;
}


