@import url("/include/root.css");

/* --------------------テキスト用ファイルアイコンに関するスタイル-------------------- */
.text-file-icon {
  display: inline-block;
  text-decoration: none;
  margin-right: 8px;
}
.text-file-icon img {
  height: 20px;
  vertical-align: bottom;
}
.text-file-icon .file-label {
  font-size: 16px;
  font-weight: bold;
}
.text-file-icon.pdf {
  color: var(--pdf-color);
  text-decoration-color: var(--pdf-color);
}
.text-file-icon.ppt {
  color: var(--ppt-color);
  text-decoration-color: var(--ppt-color);
}
.text-file-icon.html {
  color: var(--html-color);
  text-decoration-color: var(--html-color);
}
.text-file-icon.ps {
  color: var(--ps-color);
  text-decoration-color: var(--ps-color);
}
.text-file-icon:hover {
  opacity: 0.7;
  text-decoration: underline;
}
/* --------------------テキスト用ファイルアイコンに関するスタイルはここまで-------------------- */