@charset "UTF-8";

pre,
dl,
ol,
p,
li,
blockquote {
  line-height: 1.8em;
}

blockquote {
  margin-left: 32px;
  border-left: 3px solid #3399DD;
}

body {
  background-color: #EFEFEF;
}

body,
td {
  color: black;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 16px;
  font-family: verdana, arial, helvetica, Sans-Serif;
}

div#bodyarea {
  max-width: 600px;
  width: auto;
}

div#prarea {
  max-width: 600px;
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}


textarea {
  box-sizing: border-box;
  max-width: 99.5%;
}

select {
  //	-webkit-appearance: none;
  //	appearance: none;
  padding: 2px;
  border: 1px solid #888;
  border-radius: 3px;
}

a:link {
  color: #215dc6;
  background-color: inherit;
  text-decoration: none;
}

a:active {
  color: #215dc6;
  background-color: #CCDDEE;
  text-decoration: none;
}

a:visited {
  color: #114499;
  background-color: inherit;
  text-decoration: none;
}

a:hover {
  color: #215dc6;
  background-color: #CCDDEE;
  text-decoration: underline;
}

a.external-link:not(.external-link-silent)::after {
  content: url("../../image/external-link.png");
  margin: 3px;
}

h1 {
  font-family: verdana, arial, helvetica, Sans-Serif;
  color: inherit;
  font-size: 18px;
  border-bottom: 4px solid #3399DD;
  padding: 0.15em;
  background-color: #FFFFFF;
  margin: 0 0 .5em 0;
  font-weight: bold;
}

h2 {
  font-family: verdana, arial, helvetica, Sans-Serif;
  color: inherit;
  font-size: 18px;
  border-bottom: 4px solid #3399DD;
  padding: 0.15em;
  background-color: #FFFFFF;
  margin: 0 0 .5em 0;
  font-weight: bold;

  position: relative;
  /*相対位置*/
  padding-left: 1.2em;
  /*アイコン分のスペース*/
  line-height: 1.4;
  /*行高*/
}

h2:before {
  font-family: FontAwesome;
  content: "\f00c";
  /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  color: #ff938b;
  /*アイコン色*/
}

h3 {
  font-weight: bold;
  font-family: verdana, arial, helvetica, Sans-Serif;
  border-bottom: 2px solid #778899;
  color: inherit;
  background-color: #FFFFFF;
  padding: 0.15em;
  margin: 0 0 .5em 0;
  font-size: 16px;

  position: relative;
  /*相対位置*/
  padding-left: 1.2em;
  /*アイコン分のスペース*/
  line-height: 1.4;
  /*行高*/
  //  color: #7b6459;/*文字色*/  
}

h3:before {
  font-family: FontAwesome;
  content: "\f1b0";
  /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  color: #ff938b;
  /*アイコン色*/
}

h4 {
  font-weight: bold;
  font-family: verdana, arial, helvetica, Sans-Serif;
  border-left: 2px solid #778899;
  color: inherit;
  background-color: #FFFFFF;
  padding: 0.15em;
  margin: 0 0 .5em 0;
  font-size: 15px;
}

h5,
h6 {
  font-family: verdana, arial, helvetica, Sans-Serif;
  color: inherit;
  background-color: #FFFFFF;
  padding: 0.15em;
  margin: 0 0 .5em 0;
}

h1.title {
  font-size: 22px;
  font-weight: bold;
  background-color: transparent;
  padding: 0px 0 0 0;
  border: 0;
  margin: 0px 0 0 0;
}

.title_footer {
  font-weight: bold;
  font-size: 8px;
}

#menubar h1,
#rightbar h1,
#menubar h2,
#rightbar h2 {
  font-size: 20px;
  background-color: #3399DD;
  color: #FFFFFF;
  font-weight: bold;
  border: 0;
  border-bottom: 2px solid #2266AA;
}

#menubar h3,
#rightbar h3 {
  font-size: 16px;
  border-bottom: 4px solid #3399DD;
}

#menubar h4,
#rightbar h4 {
  font-size: 12px;
  border-left: 0;
  border-bottom: 2px solid #778899;
}

#menubar h5,
#rightbar h5 {
  font-size: 12px;
  border-bottom: 0;
  border-left: 2px solid #778899;
}

dt {
  font-weight: bold;
  margin-top: 1em;
  margin-left: 1em;
}

pre {
  padding: .5em;
  margin-left: 1em;
  margin-right: 2em;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: black;
  border-top: #CDCDCD 1px solid;
  border-bottom: #CDCDCD 1px solid;
  border-left: #CDCDCD 1px solid;
  border-right: #CDCDCD 1px solid;
  background-color: #EFEFEF;
}

img {
  border: none;
  vertical-align: middle;
}

ul {
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 130%;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

thead td.style_td,
tfoot td.style_td {
  color: inherit;
  background-color: #EFEFF6;
}

thead th.style_th,
tfoot th.style_th {
  font-weight: normal;
  color: inherit;
  background-color: #DFDFE8;
}

.style_table {
  padding: 0;
  border: solid 1px #dddddd;
  text-align: left;
  color: inherit;
  background-color: #CDCDCD;
}

.style_th {
  font-weight: normal;
  padding: 5px;
  margin: 1px;
  text-align: center;
  color: inherit;
  background-color: #EFEFEF;
}

.style_td {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #FEFEFE;
}

tr:nth-child(odd) .style_td {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #FAFAFA;
}

.list1 li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 10px 0px 5px -20px !important;
  position: relative;
  padding-left: 16px;
}

.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  top: 7px;
  left: 5px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #e61c70;
}


ul.list1 {
  list-style-type: none;
}

ul.list2 {
  list-style-type: circle;
}

ul.list3 {
  list-style-type: square;
}

ol.list1 {
  list-style-type: decimal;
}

ol.list2 {
  list-style-type: lower-roman;
}

ol.list3 {
  list-style-type: lower-alpha;
}

.list-indent1 {
  padding-left: 8px;
  margin-left: 8px;
}

/* list-indent2,3,4 are used for leaping list level indentation */
.list-indent2 {
  padding-left: 16px;
  margin-left: 16px;
}

.list-indent3 {
  padding-left: 24px;
  margin-left: 24px;
}

.list-indent4 {
  padding-left: 32px;
  margin-left: 32px;
}

div.ie5 {
  text-align: center;
}

span.noexists {
  color: inherit;
  background-color: #FFFACC;
}

.small {
  font-size: 80%;
}

.super_index {
  color: #DD3333;
  background-color: inherit;
  font-weight: bold;
  font-size: 60%;
  vertical-align: super;
}

a.note_super {
  color: #DD3333;
  background-color: inherit;
  font-weight: bold;
  font-size: 60%;
  vertical-align: super;
}

div.jumpmenu {
  font-size: 60%;
  text-align: right;
  user-select: none;
}

hr.full_hr {
  border-style: ridge;
  border-color: #333333;
  border-width: 1px 0;
}

hr.note_hr {
  width: 90%;
  border-style: ridge;
  border-color: #333333;
  border-width: 1px 0;
  text-align: center;
  margin: 1em auto 0em auto;
}

span.size1 {
  font-size: xx-small;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size2 {
  font-size: x-small;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size3 {
  font-size: small;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size4 {
  font-size: medium;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size5 {
  font-size: large;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size6 {
  font-size: x-large;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

span.size7 {
  font-size: xx-large;
  line-height: 130%;
  text-indent: 0;
  display: inline;
}

/* html.php/catbody() */
strong.word0 {
  background-color: #FFFF66;
  color: black;
}

strong.word1 {
  background-color: #A0FFFF;
  color: black;
}

strong.word2 {
  background-color: #99FF99;
  color: black;
}

strong.word3 {
  background-color: #FF9999;
  color: black;
}

strong.word4 {
  background-color: #FF66FF;
  color: black;
}

strong.word5 {
  background-color: #880000;
  color: white;
}

strong.word6 {
  background-color: #00AA00;
  color: white;
}

strong.word7 {
  background-color: #886800;
  color: white;
}

strong.word8 {
  background-color: #004699;
  color: white;
}

strong.word9 {
  background-color: #990099;
  color: white;
}

/* html.php/edit_form() */
.edit_form {
  clear: both;
}

.edit_form textarea,
.edit_form select {
  width: 95%;
}

/* pukiwiki.skin.php */
div#header {
  padding: 0;
  margin: 0;
  word-break: break-all;
  margin: 0 auto;
}

div#navigator {
  clear: both;
  padding: 4px 0 0 0;
  margin: 0;
}

div#path {
  margin-top: -8px;
  padding: 2px 0 2px 0.25em;
  font-size: 16px;
}

div.contents {
  border-top: #C8C8C8 1px solid;
  border-bottom: #C8C8C8 1px solid;
  border-left: #C8C8C8 1px solid;
  border-right: #C8C8C8 1px solid;
  background-color: #F8F8F8;
  padding-right: 10px;
  display: inline-block;
}

div#contents {
  display: flex;
  flex-flow: row nowrap;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0 auto;
  width:1000px;
}

div#menubar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  min-width: 16em;
  max-width: 16em;
  padding: 0;
  margin: 0px 4px 4px 4px;
  font-size: 90%;
  overflow: hidden;
  order: 1;
  flex-grow: 0;
}

div#menubar ul {
  margin: 0 0 0 1em;
  padding: 0 0 0 .5em;
}

div#menubar ul li {
}

div#menubar h4 {
  font-size: 110%;
}

div#rightbar {
  //  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  //  background-color:#FFFFFF;
  min-width: 15em;
  //  max-width:15em;
  //  width:500px;
  padding: 0;
  margin: 4px;
  font-size: 90%;
  overflow: hidden;
  order: 3;
  flex-grow: 0;
}

#rightbar .body,
#menubar .body {
  padding: 0.5em 1em 0 1em;
}

#rightbar ul {
  margin: 0 0 0 1em;
  padding: 0 0 0 .5em;
}

#rightbar ul li {
  line-height: 110%;
}

#rightbar h4 {
  font-size: 110%;
}

div#body {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  padding: 0.5em 1.5em 0.5em 1.5em;
  margin: 0 1.25em 0 1.25em;
//  max-width: 600px;
  //  max-width:98%;
  order: 2;
  flex-grow: 1;
}

div#note {
  clear: both;
  padding: 0;
  margin: 0;
  word-break: break-all;
}

div#attach {
  clear: both;
  padding: 0;
  margin: 0;
}

div#toolbar {
  clear: both;
  padding: 0 0 0 8px;
  margin: 0;
}

div#lastmodified {
  font-size: 80%;
  padding: 0;
  margin: 0;
}

div#related {
  font-size: 80%;
  padding: 0;
  margin: 16px 0 0 0;
}

div#related .page_passage {
  font-size: 60%;
}

div#footer {
  font-size: 70%;
  padding: 0;
  margin: 16px 0 0 0;
}

div#banner {
  float: right;
  margin-top: 24px;
}

div#preview {
  color: inherit;
  background-color: #F5F8FF;
}

img#logo {
  //  float:left;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
}

/* aname.inc.php */
.anchor_super {
  font-size: xx-small;
  vertical-align: super;
  margin-left: .5em;
}

/* list.inc.php */
.page_passage {
  font-size: small;
}

/* calendar*.inc.php */
.style_calendar {
  padding: 0;
  border: 0;
  margin: 3px;
  color: inherit;
  background-color: #CCD5DD;
  text-align: center;
}

.style_td_caltop {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #EEF5FF;
  font-size: 80%;
  text-align: center;
}

.style_td_today {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #FFFFDD;
  text-align: center;
}

.style_td_sat {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #DDE5FF;
  text-align: center;
}

.style_td_sun {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #FFEEEE;
  text-align: center;
}

.style_td_blank {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #EEF5FF;
  text-align: center;
}

.style_td_day {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #EEF5FF;
  text-align: center;
}

.style_td_week {
  padding: 5px;
  margin: 1px;
  color: inherit;
  background-color: #DDE5EE;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
  color: inherit;
  background-color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

span.calendar_viewer_left {
  color: inherit;
  background-color: inherit;
  float: left;
}

span.calendar_viewer_right {
  color: inherit;
  background-color: inherit;
  float: right;
}

/* clear.inc.php */
.clear {
  margin: 0;
  clear: both;
}

/* counter.inc.php */
div.counter {
  font-size: 70%;
}

/* diff.inc.php */
span.diff_added {
  color: blue;
  background-color: inherit;
}

span.diff_removed {
  color: red;
  background-color: inherit;
}

/* hr.inc.php */
hr.short_line {
  text-align: center;
  width: 80%;
  border-style: solid;
  border-color: #333333;
  border-width: 1px 0;
}

/* include.inc.php */
h5.side_label {
  text-align: center;
}

/* navi.inc.php */
ul.navi {
  margin: 0;
  padding: 0;
  text-align: center;
}

li.navi_none {
  display: block;
  float: none;
}

li.navi_left {
  display: block;
  float: left;
  text-align: left;
}

li.navi_right {
  display: block;
  float: right;
  text-align: right;
}

/* new.inc.php */
span.comment_date {
  font-size: x-small;
}

span.new1 {
  color: red;
  background-color: transparent;
  font-size: x-small;
}

span.new5 {
  color: green;
  background-color: transparent;
  font-size: xx-small;
}

/* comment.inc.php */
._p_comment_form input[name="msg"] {
  max-width: 90%;
}

/* pcomment.inc.php */
._p_pcomment_form input[name="msg"] {
  max-width: 90%;
}

/* article.inc.php */
._p_article_form input[name="subject"] {
  max-width: 82%;
}

/* popular.inc.php */
span.counter {
  font-size: 70%;
}

/* ref.inc.php */
div.img_margin {
  margin-left: 32px;
  margin-right: 32px;
}

/* vote.inc.php */
td.vote_label {
  color: inherit;
  background-color: #FFCCCC;
}

td.vote_td1 {
  color: inherit;
  background-color: #DDE5FF;
}

td.vote_td2 {
  color: inherit;
  background-color: #EEF5FF;
}

/* topicpath.inc.php */
span.topicpath-slash {
  margin: 0 0.2em;
}

span.topicpath-top {
  user-select: none;
}

/* bugtrack.inc.php */
tr.bugtrack_list_header th {
  background-color: #ffffcc;
}

tr.bugtrack_list_header th:nth-child(1) {
  min-width: 7em;
}

tr.bugtrack_list_header th:nth-child(2) {
  min-width: 2em;
}

tr.bugtrack_list_header th:nth-child(3) {
  min-width: 4em;
}

tr.bugtrack_list_header th:nth-child(4) {
  min-width: 4em;
}

tr.bugtrack_list_header th:nth-child(5) {
  min-width: 3em;
}

tr.bugtrack_state_proposal td {
  background-color: #ccccff;
}

tr.bugtrack_state_accept td {
  background-color: #ffcc99;
}

tr.bugrack_state_resolved td {
  background-color: #ccffcc;
}

tr.bugtrack_state_pending td {
  background-color: #ffccff;
}

tr.bugtrack_state_cancel td {
  background-color: #cccccc;
}

tr.bugtrack_state_undef td {
  background-color: #ff3333;
}

._p_bugtrack_form input[name="summary"],
._p_bugtrack_form textarea {
  box-sizing: border-box;
  width: 35em;
  max-width: 99.5%;
}

/* tracker.inc.php */
._p_tracker_form th {
  min-width: 5em;
}

/* search2.inc.php  */
.search-result-page-summary {
  font-size: 70%;
  color: gray;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#menubtn_check {
  display: none;
}

body label#menubtn {
  display: none;
  position: fixed;
  border: 0;
  border-radius: 35% 0 0 35%;
  background: rgba(70, 150, 250, 0.5);
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  margin-left: auto;
  right: 0;
  touch-action: manipulation;
}

.s_menu_three {
  display: none;
}

/* liver layout */
.liver-container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.liver-header-section {
    background: linear-gradient(135deg, #ff6b6b, #ffd93d);
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.liver-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="70" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="80" r="2.5" fill="rgba(255,255,255,0.1)"/></svg>');
    animation: float 20s infinite linear;
}

@keyframes float {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(-100px) rotate(360deg); }
}

.liver-profile-header {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.liver-avatar-container {
    position: relative;
}

.liver-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(45deg, #cccccc, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.liver-avatar:hover {
    transform: scale(1.05) rotate(5deg);
}

.liver-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.liver-status-indicator {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: #4ade80;
    border: 3px solid white;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.liver-birthmark {
    font-size:large;
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    background: #fbbf24;
    border: 3px solid white;
    border-radius: 50%;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.liver-profile-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.liver-profile-kana {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}
.liver-profile-name {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    color: white;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 50%, #e0e0e0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.liver-profile-name:hover {
    transform: translateY(-2px);
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.5));
}

.liver-profile-name::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff6b6b, #ffd93d);
    transition: width 0.4s ease;
}

.liver-profile-name:hover::after {
    width: 100%;
}
.liver-profile-screen_name {
    margin-bottom: 10px;
}

.liver-profile-screen_name a {
    color: rgba(80, 80, 80, 1);
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.liver-profile-screen_name a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.liver-profile-screen_name a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.liver-profile-screen_name a:hover::before {
    left: 100%;
}

.liver-profile-screen_name a:active {
    transform: translateY(0) scale(0.98);
}

.liver-profile-office {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 12px 20px;
    border-radius: 5px;
    color: white;
    font-size: 0.95rem;
    display: inline-block;
    margin-bottom: 15px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: default;
    max-width: fit-content;
}
.liver-profile-office a{
    color: white;
}

.liver-profile-office::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%) skewX(-15deg);
    transition: transform 0.8s ease;
}

.liver-profile-office:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.liver-profile-office:hover::before {
    transform: translateX(100%) skewX(-15deg);
}

.liver-bio {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.05rem;
    line-height: 1.7;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.15);
    padding: 20px 24px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    text-align: left;
    transition: all 0.3s ease;
}

.liver-bio-additional {
    margin-left:5px;
    font-size: 0.9rem;
    color: #444;
}

.liver-bio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ff6b6b 0%, #ffd93d 50%, #4ecdc4 100%);
    border-radius: 0 2px 2px 0;
}

.liver-bio::after {
    content: '✨';
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 1.1rem;
    opacity: 0.6;
    animation: sparkle 4s ease-in-out infinite;
}

.liver-bio:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.liver-bio:hover::after {
    opacity: 1;
    animation-duration: 2s;
}
@keyframes sparkle {
    0%, 100% { 
        transform: scale(1) rotate(0deg); 
        opacity: 0.6; 
    }
    25% { 
        transform: scale(1.1) rotate(90deg); 
        opacity: 0.8; 
    }
    50% { 
        transform: scale(1.2) rotate(180deg); 
        opacity: 1; 
    }
    75% { 
        transform: scale(1.1) rotate(270deg); 
        opacity: 0.8; 
    }
}

.liver-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px;
}

.liver-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.liver-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.liver-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f0f0f0;
    width:100%;
}

.liver-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
}

.liver-card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
}

.liver-streaming-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.liver-streaming-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}


.liver-stream-icon {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.liver-social-links {
    gap: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width:100%;
}

.liver-social-link {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
   border: solid 1px rgba(0, 0, 0, 0.3);
}

.liver-social-link:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.liver-appicon {
   background: linear-gradient(135deg, #ffffff, #cccccc); 
}

.liver-floating-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.liver-floating-element {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    font-size: 20px;
    animation: floatAround 15s infinite linear;
}

@keyframes floatAround {
    0% { transform: translateY(100vh) rotate(0deg); }
    100% { transform: translateY(-100px) rotate(360deg); }
}
.liver-secret-info {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
    border: 2px solid #444;
    border-radius: 25px;
    padding: 8px 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    user-select: none;
}
.liver-secret-info:hover {
    background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
    border-color: #666;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.liver-secret-info.active {
    background: linear-gradient(145deg, #4CAF50, #45a049);
    border-color: #4CAF50;
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.3);
}

.liver-secret-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.liver-secret-info.active .liver-secret-icon {
    transform: scale(1.1);
}

.liver-secret-text {
    font-weight: 600;
    letter-spacing: 0.5px;
}
.liver-secret-text a {
    color: #ffffff;
    text-decoration: underline
}

.liver-secret-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4444;
    animation: pulse 2s infinite;
}

.liver-secret-info.active .liver-secret-indicator {
    background: #4CAF50;
    animation: none;
}

.liver-attributes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.liver-attribute-tag {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.liver-attribute-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

/* accordion menu */
.accordion-menu-btn {
  width: 100%;
  background: #ffffff;
  border: none;
  font-size: 1.1em;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  transition: background 0.2s;
}

.accordion-menu-btn:hover {
  background: #ececec;
}

.accordion-arrow {
  float: right;
  font-size: 1em;
  margin-right: 16px;
}

.accordion-menu-content {
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding-bottom: 10px;
}

@media (min-width: 900px) {

  .accordion-menu-btn,
  .accordion-menu-content {
    display: block !important;
    width: auto;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .accordion-arrow {
    display: none;
  }

  .liver-share-btn {
    display: none;
  }
}




/* Mobile-friendly Responsive layout */
@media (max-width:767px) {

  body,
  td {
    margin-left: 0;
    margin-right: 0;
  }

  body {
    position: absolute;
    font-size: 16px;
    /* 16px*/
    line-height: 1.4em;
  }

  div#body {
    padding: 0.5em 0.5em 0.5em 0.5em;
  }

  div#bodyarea {
    width: auto;
  }

  div#prarea {
    display: none;
  }

  body label#menubtn {
    display: flex;
  }

  div#contents {
    flex-flow: column wrap;
    width:auto;
  }

  div#menubar {
    display: none;
    width: auto;
    max-width: none;
    font-size: 100%;
    order: 1;
  }

  div#rightbar {
    display: none;
    width: auto;
    max-width: none;
    font-size: 100%;
    order: 3;
  }

  div.topnavi {
    display: none;
  }

  #menubtn_check:checked~div#menubar {
    //display:block;
  }

  #menubtn_check:checked~div#rightbar {
    //display:block;
  }

  div#body {
    margin: 0 0.1em 0 0.1em;
    order: 2;
  }

  div#body img {
    max-width: 95%;
    height: auto;
  }

  ._p_tracker_form th,
  ._p_tracker_form td {
    display: block;
    text-align: left !important;
    width: auto !important;
    margin: 0;
  }

  ._p_tracker_form td input[type=text],
  ._p_tracker_form td textarea {
    box-sizing: border-box;
    width: 99.5%;
  }

  tr.bugtrack_list_header th:nth-child(1) {
    min-width: 4em;
  }

  tr.bugtrack_list_header th:nth-child(2) {
    min-width: 1em;
  }

  tr.bugtrack_list_header th:nth-child(3) {
    min-width: 1em;
  }

  tr.bugtrack_list_header th:nth-child(4) {
    min-width: 3em;
  }

  tr.bugtrack_list_header th:nth-child(5) {
    min-width: 3em;
  }

  ._p_bugtrack_form th,
  ._p_bugtrack_form td {
    display: block;
    text-align: left !important;
    margin: 0;
  }

  ._p_bugtrack_form input[name="summary"],
  ._p_bugtrack_form textarea {
    box-sizing: border-box;
    width: 99.5%;
  }

  /* menu */
  .s_menu_three {
    display: block;
    width: 100%;
    padding-right: 0.5em;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    background: rgba(255, 106, 16, 0.83);
  }

  .s_menu_three ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
  }

  .s_menu_three li {
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
    list-style: none;
    font-size: 13px;
    line-height: 30px;
    border-right: 1px solid #ffbf9e;
    border-bottom: 1px solid #ffbf9e;
    text-align: center;
  }

  .s_menu_three li:last-child {
    border-right: 1;
  }

  .s_menu_three a {
    display: block;
    color: white;
    overflow: hidden;
  }

  .new_menu_style {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }

  .new_menu_style ul {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .new_menu_style ul:last-child {
    border-bottom: none;
  }

  .new_menu_style li {
    display: table-cell;
  }

  .new_menu_style li {
    background: #fff;
    border: 1px solid #FF3366;
    padding: 1px;
  }

  .new_menu_style li a {
    font-size: 12px;
    color: #FF3366;
  }

  .new_menu_style .select_menu a {
    background: #f8800b;
    color: #fff;
  }

  /* liver layout */
  .liver-header-section {
    padding: 20px;
  }

  .liver-profile-info {
      gap: 10px;
  }
  
  .liver-profile-kana {
      font-size: 0.8rem;
      letter-spacing: 0.8px;
  }
  
  .liver-profile-name {
      font-size: clamp(1.5rem, 6vw, 2.2rem);
      margin-bottom: 6px;
  }
  
  .liver-profile-screen_name a {
      font-size: 0.9rem;
      padding: 6px 14px;
  }
  
  .liver-profile-office {
      font-size: 0.9rem;
      padding: 10px 5px;
      margin-bottom: 12px;
      width: 100%;
      max-width: 98%;
  }

  
  .liver-bio {
      font-size: 1rem;
      padding: 16px 20px;
      line-height: 1.6;
  }
  
  .liver-bio::after {
      top: 12px;
      right: 16px;
      font-size: 1rem;
  }

  .liver-content-grid {
      grid-template-columns: 1fr;
  }
  
  .liver-profile-header {
      flex-direction: column;
      text-align: center;
  }
  
  .liver-profile-info h1 {
      font-size: 1.8rem;
  }
  
  .liver-card {
      padding: 10px;
  }

}

@media print {

  a:link,
  a:visited {
    text-decoration: underline;
  }

  img#logo,
  div#navigator,
  div#menubar,
  div#rightbar,
  div#related,
  div#attach,
  div#toolbar
}

/* share-bottons */
.share_area {
  text-align: center;
}

.share_area li {
  float: left;
}

.share_area li a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.share_area {
  margin: 5px 0 5px 0;
}

.share_area li a {
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  font-size: 25px;
  line-height: 35px;
}

.share_area li {
  margin: 0 2% 0 0;
  list-style: none;
}

.share_area li:last-child {
  margin: 0;
}

.share_area ul:before,
.share_area ul:after {
  content: "";
  display: table;
}

.share_area ul:after {
  clear: both;
}

.share_area ul {
  *zoom: 1;
}

.share_box {
  padding-left: 10px;
}

.share_navi {
  height: 35px;
  padding: 0;
  margin: 0;
  line-height: 35px;
  font-weight: bold;
}


/* はてなブックマーク */
.share_area .hatena_btn a {
  background: #008fde;
}

.share_area .hatena_btn a:hover,
.share_area .hatena_btn a:active {
  background: #00649c;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
  font-style: normal;
}

/* Facebook */
.share_area .facebook_btn a {
  background: #3b579d;
}

.share_area .facebook_btn a:hover,
.share_area .facebook_btn a:active {
  background: #293d6e;
}

/* Twitter */
.share_area .twitter_btn a {
  background: #55acee;
}

.share_area .twitter_btn a:hover,
.share_area .twitter_btn a:active {
  background: #3c79a7;
}

/* LINE */
.share_area .line_btn a {
  background: #00b900;
}

.share_area .line_btn a:hover,
.share_area .line_btn a:active {
  background: #008200;
}

/* LINEをPCで非表示 */
.share_area .line_btn {
  display: none;
}

/* LINEをSPで表示 */
@media screen and (max-width: 767px) {
  .share_area .line_btn {
    display: inline;
  }
}

/* Pocket */
.share_area .pocket_btn a {
  background: #ee4256;
}

.share_area .pocket_btn a:hover,
.share_area .pocket_btn a:active {
  background: #a22634;
}

/* nagesen */
.share_area .nagesen_btn a {
  background: #ffffff;
}

.share_area .nagesen_btn a:hover,
.share_area .nagesen_btn a:active {
  background: #dddddd;
}

img.nagesen_icon {
  width: 35px;
  height: 35px;
}

.share_area .shorturl_btn a {
  width: 60px;
  height: 35px;
  font-size: small;
  padding: 2px 5px;
  border-radius: 4px;
  color: #03A9F4;
  margin-left: 5px;
  display: inline;
  border: solid 2px #03A9F4;
  border-radius: 3px;
  transition: .4s;

}



.topichead {
  position: relative;
  color: #222222;
  background: #d0ecff;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border: none;
  border-radius: 0 5px 5px 5px;
  font-weight: bold;
  width: 350px;
}

.topichead:after {
  content: "";
  /*タブ*/
  position: absolute;
  font-family: FontAwesome;
  font-weight: 900;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;

  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

.headerpart {
  float: left;
}

.search_box {
  margin: 0px;
  padding: 0px;
}


// oshibtn
.oshibtn {
  list-style: none;
  overflow: hidden;
}

.oshibtn:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.oshibtn li {
  margin-left: -42px;
  margin-right: 46px;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left;
  float: left;
  list-style: none;
  font-size: 12px;

  display: inline-block;
  padding: 0.1em 0.25em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.oshibtn li:hover {
  background: #ddd;
}

.oshibtn li a {
  text-decoration: none;
  font-weight: bold;
}

.oshicol0 {
  border: solid 2px #cccccc;
  background: #f7f7f7;
}

.oshicol1 {
  border: solid 2px #ff8888;
  background: #f7f7f7;
}

.oshicol2 {
  border: solid 2px #ffcccc;
  background: #f7f7f7;
}

.oshicol0 a {
  color: #ccc;
}

.oshicol1 a {
  color: #444;
}

.oshicol2 a {
  color: #444;
}

.div-heading {
  padding: .1em .75em;
  font-size: 0.5em;
  font-weight: bold;
  color: #666;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* button */
a.button {
  text-decoration: none;
  padding: 5px;
}

.button {
  display: block;
  height: 30px;
  width: 160px;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #333;
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid #b2b1b1;
  text-shadow: 0px 1px 0px #fafafa;
  -webkit-box-shadow: 0 1px 0 #f0f0f0 inset, 1px 1px 1px #e9e9e9;
  -moz-box-shadow: 0 1px 0 #f0f0f0 inset, 1px 1px 1px #e9e9e9;
  box-shadow: 0 1px 0 #f0f0f0 inset, 1px 1px 1px #e9e9e9;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eeeeee), color-stop(0.5, #e2e2e2));
  background: -moz-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  background: -o-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  background: -ms-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  background: linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee 50%', endColorstr='#e2e2e2 50%')";
}

.button:active {
  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}


.livetimecnt {
  width: 70px;
  top: -5px;
  left: 5px;
  padding: 0px 3px;
  border: solid 1px #3399DD;
  border-radius: 5px;
  position: relative;
  /* 基準値とする */
  background: #3399DD;
  /* 背景色をオレンジに指定 */
  font-weight: bold;
  /* 太文字にする */
  line-height: 20px;
  /* 行の高さを指定 */
  text-align: center;
  /* 文字を中央揃えにする */
  border-radius: 10px;
  /* line-heightの半分の角丸を指定 */
  min-width: 20px;
  /* 最低幅を指定 */
  color: #FFF;
  /* 文字色を白に指定 */
  font-size: 10px;
}

.livetimecnt span {
  position: absolute;
  /* 相対位置に指定 */
  top: -10px;
  /* 表示位置を上から-10pxの位置にする */
  left: calc(100% - 10px);
  /* 表示位置を右から内側に10pxの位置 */
  padding: 0 3px;
  /* 左右に少しだけ余白を設定 */
  box-sizing: border-box;
  /* 計算しやすいように */
}


/* ピックアップ */

.head-pickup {
	position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 5px 0;
	font-weight: bold;
  border-bottom : solid 2px #cccccc;
}
.head-pickup:before {
position: absolute;
font-family: "FontAwesome";
content: "\f0eb";
background: #ffca2c;
color: white;
font-weight: 900;
font-size: 15px;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 40%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.head-pickup:after {
/*吹き出しのちょこんと出た部分*/
content: '';
display: block;
position: absolute;
left: 20px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #ffca2c;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}


