﻿/*  ﾃﾞﾌｫﾙﾄﾌｫﾝﾄ  */
* {
    font-family: Meiryo;
    font-size: 11pt;
}

/*  ﾒｲﾝﾃｰﾌﾞﾙ  */
.table-main {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/*  ﾎﾞﾀﾝ  */
.btn {
    font-size: 10pt;
    height: 28px;
    width: 90px;
    padding: 1px 4px;
    /*border-radius: 4px;*/
}

    .btn:not([disabled]) {
        cursor: pointer;
    }

/*  ｸﾞﾘｯﾄﾞﾎﾞﾀﾝ  */
.grid-btn {
    height: 26px;
    width: auto;
}

/*  ﾏｽﾀﾍﾟｰｼﾞ style  */
td#headertitle      {text-align:center;font-size:xx-large;font-weight:bold;color:#228B22;font-family: "ＭＳ 明朝",serif; }
td#footermessage    {text-align:center;color:#228B22}

p.sectionline       {font-size:0.2em;height:3px;background-color:#339933}
p.singleline	    {font-size:0.1em;height:1px;border-top:solid 1px;border-bottom:none;border-left:none;border-right:none;border-color:#228B22}	

.dummyrow           {height: 0.5em}

/* table style */
.width100per        {width: 100%}

/* text-align */
.TextRight          {text-align: right}
.TextCenter         {text-align: center}

/* IME-mode */
.IMEon              {ime-mode: active}
.IMEoff             {ime-mode: disabled}
.IMEoffRight        {ime-mode: disabled;text-align: right}
