﻿@charset "UTF-8";
/* jsghp2019_list.css
build:20190430
update:20190430
update:20190707
update:20190721
Copyright H.Hishida. All rights reserved. */

/*       1         2         3         4         5         6         7 *
  34567890123456789012345678901234567890123456789012345678901234567890 */
/* ▼▲△▽●○■□◆◇★☆↑↓←→ */ /* style="color:white;" */

html, body{
  background-color: white; /* ブラウザ背景色 */
}

h1 {
  padding: 0.25rem 0;
}
h3 {
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 0.4rem;
}

/* list
 ------------------------------ */
.list01 {
  width: 100%;
  padding: 0 0.25rem 0 0;
}
.list01 ul {
  list-style-type: none;
  margin: 0 0.5rem 0 0.5rem;
  padding: 0;
  border-top: solid 1px #aaaaaa;
}
.list01 li{
  margin-bottom: 0;
  list-style-type: none;
  border-bottom: solid 1px #aaaaaa;
}
.list01 li a{
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #666666;
  padding: 4px 0px;
}
.list01 li a:hover{
  background-color:#b4f0ff;
}

/* list_border
 ------------------------------ */
.out_border {
  border-left: solid 8px darkcyan;
}
.in_border {
  padding: 0px 0px 0px 4px;
}
.out_border {
  line-height: 2.0; /* 20190609:new */
}
#list01_teikan .out_border {
  border-left-color: #666666;
}

/* 992px以上の処理 */
@media(min-width: 992px) {
/* ～～～～～する
 ------------------------------ */
}

/* 991px以下の処理 */
@media(max-width: 991px) {
/* ～～～～～を解除
 ------------------------------ */
}

/* //End of page -------------- */
