/*  コード07  */
/*  \test_pro\test_app\static\test_app\css\style.css  */

table{
}

body {
    font-size:12pt;
}

h1 {
    font-size:20pt;
}

p {
    white-space: pre-line;
}

.empha{
    color:red;
    font-size:14pt;
}

.mb1{
    margin-left:10pt;
}

.mb2{
    margin-top: 2em;
}

.field {
    display: flex;
    justify-content:
    flex-start;
    row-gap: 10px;
    column-gap: 5em;
    flex-grow: 0;
    flex-shrink: 0;
}

.flex-container{
    display: flex;
    justify-content:
    flex-start;
}

.formation{
    margin-left:10pt;
    margin-bottom:30pt;
}

.scoretable{
    margin-left:10pt;
    margin-bottom:30pt;
}

.scoretable2{
    margin-left:10pt;
    margin-bottom:30pt;
}

.bottom_space {
  margin-bottom: 2em;
}

.mouse {
  margin: 30px 0px 0px 30px;
  position   : relative;
}
.mouse:hover .word {
  display: inline;
}

/*色は適当です。*/
.word {
  display: none;
  position: absolute;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6em;
  color: #555;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
  border-radius: 5px;
  background: #fff;
  width: 260px;
}

optgroup[label="Red"]
{
    background:#ffe1e0;
}

optgroup[label="Blue"]
{
    background:#e0f2ff;
}

optgroup[label="Green"]
{
    background:#e0ffe9;
}

optgroup[label="Yellow"]
{
    background:#faffe0;
}

optgroup[label="Purple"]
{
    background:#f1e0ff;
}

optgroup[label="シーズンセットリスト楽曲"]{
    background:#fff4ea;
}