/* ¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡ °øÅë: Å×¸¶ »ö »ó¼Ó & ·¹ÀÌ¾Æ¿ô ÃßÁ¾ ¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡ */
.theme-follow { color: inherit; }
.fishban-widget { min-width: 0; }

/* »ó´Ü ¹Ù: Á¦¸ñ(ÁÂ) + (±âÁØ yy.mm.dd)(¿ì) */
.fw-topbar{
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:end;
  gap:8px;
  margin: 0 0 15px;
}
.fw-top-left{
  font-size:16px;
  font-weight:400;         /* ¸Þ´º Ç×¸ñ ´À³¦ */
  line-height:1.2;
}
.fw-top-right{
  font-size:12px;
  opacity:.75;
  font-weight:300;   /* ¡ç ¾ã°Ô °íÁ¤ */
  line-height:1.2;
  align-self:end;
}

/* ½ºÅ©·Ñ º¸È£ ·¡ÆÛ */
.fw-table-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

/* Ç¥ ÄÁÅ×ÀÌ³Ê */
.fw-table{
  display:block;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  border:1px solid var(--fw-bd, #e0e0e0);
  border-radius:0;                 /* ¡ç ¸ð¼­¸® °¢Áö°Ô */
  overflow:hidden;
  background:inherit;
}

/* Çà/¼¿ ±âº» */
.fw-row{ display:grid; align-items:center; }
.fw-cell{ display:block; min-width:0; color:inherit; }

/* Çì´õ (¾îÁ¾/±â°£): 16px, Áß¾Ó, ÁøÇÏÁö ¾ÊÀ½, °ËÁ¤/Èò»ö(»ó¼Ó) */
.fw-head{
  background: var(--fw-head-bg);
  font-weight:400;                                  /* ±½°Ô X */
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}
.fw-head .fw-cell{
  padding:10px 12px;
  border-bottom:1px solid var(--fw-bd);  /* ¡ç µÎ ÁÙ(double) */
  font-size:16px;
  text-align:center;
}
/* Çì´õ °¡¿îµ¥ ¼¼·Î ±¸ºÐ¼± */
.fw-head .fw-cell:first-child{
  border-right:1px solid var(--fw-bd);
}

/* ¾ÆÀÌÅÛ ±¸ºÐ¼± */
.fw-item{ border-bottom:1px solid var(--fw-div, #e0e0e0); }
.fw-item:last-child{ border-bottom:0; }

/* º»Çà: ¾îÁ¾/±â°£ ¸ðµÎ Áß¾ÓÁ¤·Ä, ±½°Ô X */
.fw-main{
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}
.fw-main .fw-cell{
  padding:10px 12px;
  text-align:center;                                /* Áß¾Ó Á¤·Ä */
  font-weight:400;                                  /* ±½°Ô X */
}
/* º»Çà °¡¿îµ¥ ¼¼·Î ±¸ºÐ¼± */
.fw-main .fw-cell:first-child{
  border-right:1px solid var(--fw-div, #e0e0e0);
}

.fw-species{ font-weight:400; }
.fw-period  { font-weight:400; }

/* Áö¿ª ¾Æ·¡ÁÙ */
.fw-region-row{
  grid-template-columns:1fr;
  background: inherit;              /* º»Çà°ú µ¿ÀÏ ¹è°æ */
}
.fw-region{
  padding:10px 12px 10px;
  font-size:13px;
  color:#979691;
  font-weight:300;   /* ¡ç ¾ã°Ô °íÁ¤ */
  line-height:0.8;
  text-align:center;
  border-top:1px solid var(--fw-div, #e0e0e0);  /* Á¡¼± ±¸ºÐ¼± */
}

/* ºó »óÅÂ ¾È³» */
.fw-empty{ font-size:12px; text-align:center; margin-top:6px; opacity:.8; }

/* ¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡ ¶óÀÌÆ® ¸ðµå ¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡ */
body.color_scheme_light .theme-follow{
  --fw-bd: #e0e0e0;
  --fw-div: #e0e0e0;
  --fw-head-bg: #f5f5f5;
  --fw-region-bg: #fafcff;
}

/* ¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡ ´ÙÅ© ¸ðµå ¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡ */
body.color_scheme_dark .theme-follow{
  --fw-bd: rgba(255,255,255,.16);
  --fw-div: rgba(255,255,255,.12);
  --fw-head-bg: rgba(255,255,255,.05);
  --fw-region-bg: rgba(255,255,255,.04);
}

/* ¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡ ¸ð¹ÙÀÏ ¹Ì¼¼ Á¶Á¤ ¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡ */
@media (max-width:480px){
  /* Çì´õ¿Í º»¹®À» µ¿ÀÏ ºñÀ²·Î */
/* Çì´õ ¼¼·Î¼± */
.fw-head .fw-cell:first-child{
  border-right:1px solid var(--fw-div, #e0e0e0);
}
/* º»¹® ¼¼·Î¼± */
.fw-main .fw-cell:first-child{
  border-right:1px solid var(--fw-div, #e0e0e0);
}