﻿@charset "UTF-8";
/* jsghp2019_content.css
build:20190609
update:20190727
Copyright H.Hishida. All rights reserved. */

/*       1         2         3         4         5         6         7 *
  34567890123456789012345678901234567890123456789012345678901234567890 */
/* ▼▲△▽●○■□◆◇★☆↑↓←→ */ /* style="color:white;" */

html, body{
  background-color: white; /* ブラウザ背景色 */
}
#site img {
/*  height: 50px;*/
/*  opacity: 0.75; /* 20190609: 0.65 -> 0.75 */
}

/* content
 ------------------------------ */
.content01 {
  line-height: 2;
}
#topics-list {
  margin: 0 0.5rem 0 0.5rem;
}
/*
#topics-list a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  background-color: transparent;
}
*/
#topics-list a:hover {
  background-color: #b4f0ff;
}


/* 992px以上の処理 */
@media(min-width: 992px) {
/* ～～～～～する
 ------------------------------ */
}

/* 991px以下の処理 */
@media(max-width: 991px) {
/* ～～～～～を解除
 ------------------------------ */
}

/* //End of page -------------- */
