/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/04/13, 9:48:15
    Author     : nakagawa
*/
.tditem{
    font-size: 10pt;    
    border-collapse: collapse;
}
.tditem .head{
    text-align: center;
}
.tditem .itm{
    width: 140px;
    border: solid 1px #359245;
    padding-left: 2px;

}
.tditem .score{
    width: 20px;
    border: solid 1px #359245;
    text-align: center;
}
.tditem .sc2{
    font-size: 8pt;
    vertical-align: bottom;
}
.tditem .winner{
    width: 160px;
    border: solid 1px #359245;
    border-right-width: 2px;
}
.tditem .bar{
    width: 2px;
    border: solid 1px #359245;
    background-color: #359245;
}
#main-menu{
    height: 40px;
}
#main-menu .pure-menu-selected
{
background: #6b78ee;
}
.input-err
{
    font-size: 8pt;
    color: red;
}
.hissu{
    color:red;
}
.myform
{
    display: block;
    margin: 0 auto;
}
.l-box {
    padding: 1em;
}
.pure-form .odd
{
    background-color: aliceblue
}
.pure-form label
{
    color: #359245
}
.mbutton {
    display       : inline-block;
    border-radius : 20%;          /* 角丸       */
/*    font-size     : 8pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 4px 4px;   /* 余白       */
    background    : #85fff9;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow    : 6px 6px 2px #666666;  /* 影の設定 */
    border        : 2px solid #f09226;    /* 枠の指定 */
  }
.mbutton:hover {
    box-shadow    : none;        /* カーソル時の影消去 */
    color         : #f3ff4d;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
  }