body
{
    background-color: rgb(255,255,255);
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 14pt;
}
input,textarea
{
    font-size: 14pt;
}
a
{
    text-decoration: none;
    color: black;
}
a:hover
{
    color: aqua;
}
a.selecter
{
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
    color: black;
}
a.selecter:hover
{
    color: navy;
    background-color: aqua;
}
.button:hover
{
    color: navy;
    background-color: aqua;
    cursor:pointer;
}
table
{
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
tr
{
}
tr.selecter:hover
{
    color: navy;
    background-color: aqua;
}
th
{
}
td
{
    padding: 2px 10px;
    font-size: 12pt;
}
td.header
{
    width: 25%;
    text-align: right;
}
td.header span
{
    font-size: 20pt;
}
.tableborder
{
    border: 0px;
}
.tablerowborder
{
    border-bottom: 1px solid black;
}
td.footer
{
    width: 100%;
    text-align: center;
}
td.footer a
{
    font-weight:bold;
    text-decoration: none;
}
td.footer a:hover
{
    font-style:italic;
    color: blue;
}
form
{
    padding: 0px;
    margin: 0px;
}
.title
{
    width: 100%;
    font-size: 32pt;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: paleturquoise;
    border-bottom: 1px solid paleturquoise;
}
.cust
{
    width: 100%;
    font-size: 20pt;
    padding-top: 0px;
    padding-bottom: 5px;
    background-color: paleturquoise;
    border-top: 1px solid paleturquoise;
    border-bottom: 1px solid paleturquoise;
}
.cartcnt
{
    font-size: 16pt;
    text-align: left;
    vertical-align: middle;
}
.select
{
    font-size: 10pt;
}
.explanation
{
    width: 100%;
}
.suryo
{
    text-align: center;
}
.dialogBackground
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.40;
}
.dialogContent
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 200px;
    margin-left: -250px;
    margin-top: -150px;
    background-color: #FFFFFF;
    border: solid 1px;
    display: table;
}
.dialogmsg
{
    margin: 10px;;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.dialogmsg button
{
    font-size: 16pt;
    font-weight: bold;
}
.imgstyle
{
    border: 0px;
}
.imgstyleicon
{
    border: 1px;
    border-color: black;
    border-style: inset;
}
.imgstylesmall
{
    padding: 0px;
    margin: 0px;
    border: 1px;
    border-color: black;
    border-style: inset;
}
.imgstylesmall:hover
{
    cursor: pointer;
}
.imgbutton
{
    border: 0px;
}
.imgbutton:hover
{
    cursor: pointer;
}
.msg2
{
    color: midnightblue;
    font-weight: bold;
}
.endmsg
{
    color: dodgerblue;
    font-size: 24pt;
    font-weight: bold;
}
.loginerror
{
    color: orangered;
    font-size: 20pt;
    font-weight: bold;
}
.error
{
    color: red;
    font-size: 14pt;
    font-weight: bold;
}
*
{
    font-family: "メイリオ"
               ,  Meiryo
               , "ＭＳ Ｐゴシック"
               , "MS PGothic"
               , "ヒラギノ角ゴ Pro W3"
               , "Hiragino Kaku Gothic Pro"
               , Osaka
               , serif
               , sans-serif;
}
