@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  line-height: 1;
  font-family: "Helvetica", sans-serif;
}

h1 {
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 32px;
  font-size: 32px;
  font-family: "Helvetica", sans-serif;
  color: hsl(170, 97%, 15%);
}

.no-thumbnail {
  visibility: hidden;
}

.tab-bar {
  display: flex;
  justify-content: space-around;
  height: 46px;
  width: 100%;
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  border-top: 1px solid hsl(209, 34%, 30%);
}
.tab-bar .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  color: hsl(209, 34%, 30%);
}
.tab-bar .tab .tab-icon {
  margin-top: 9px;
  height: 22px;
}
.tab-bar .tab .tab-name {
  margin-top: 4px;
  font-size: 11px;
}
.tab-bar .refresh .refresh-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex; /* inline から flex に変更 */
  flex-direction: column; /* 縦方向に配置 */
  align-items: center; /* 中央揃え */
  justify-content: center; /* 垂直方向の中央揃え */
  height: 100%; /* ボタンがタブ全体の高さを占めるように */
  font: inherit;
  color: inherit;
}
.tab-bar .refresh .refresh-button .tab-icon {
  margin-top: 9px; /* 他のタブと統一 */
}
.tab-bar .refresh .refresh-button .tab-name {
  margin-top: 4px; /* 他のタブと統一 */
}
.tab-bar .menu .tab-icon {
  margin-top: 12px;
}
.tab-bar .menu .tab-name {
  margin-top: 6px;
}/*# sourceMappingURL=base.css.map */