<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
    margin: 5px 0px 0px 0px;
}

/* 繝輔ャ繧ｿ繝ｼ */
footer
{
    margin: 15px auto auto auto;
    text-align: center;
    padding: 5px 0px 5px 0px;
    border-top: 2px #cecece solid;
}

/* 繝壹�繧ｸ縺ｮ隕句�縺� */
.my-h1
{
    color: #ffffff;
    background: no-repeat scroll left center #008000;

    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.my-h3
{
    color: #ffffff;
    background: no-repeat scroll left center #bbdd00;

    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

/* 
  縲恵ootstrap.css縲阪�險ｭ螳壹ｒ荳頑嶌縺�
*/
.table
{
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th
{
    text-align: center;
    vertical-align: middle;
}

/*
---------------------------------
      red: red
    green: #60baa6
   yellow: yellow
---------------------------------
*/
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td
{
    vertical-align: middle;
    border: 2px solid #60baa6;
}

/*
---------------------------------
      red: red
    green: #60baa6
   yellow: yellow
---------------------------------
*/
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th
{
    width: 60px;
    border: 2px solid #60baa6;
}

.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td
{
    width: 240px;
}

/*
---------------------------------
      red: #ff99bb
    green: #80ebc8
   yellow: #fff066
---------------------------------
*/
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning
{
    background-color: #80ebc8;
}

/*
---------------------------------
      red: #ffcccc
    green: #c5f6e6
   yellow: #fffc99
---------------------------------
*/
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning
{
    background-color: #c5f6e6;
}

/*
 input縺ｮ萓九�譁�ｭ苓牡
*/
.form-control::placeholder{
    color: #cccccc;
}

/*
    jQuery plugin: Validation縺ｮ繧ｨ繝ｩ繝ｼ濶ｲ
*/
label.error {
    color: red;
}

/*
  縲��逕ｨ繝輔か繝ｳ繝�
*/
p.bigfont
{
    font-size = 180%;
}
</pre></body></html>