@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0px;
    padding: 1px 1px 0px 1px;
}
html,body {
    height: 100%;
    font:12px/1.231 'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
/*    background-image: url('../img/bgImage.gif');*/
/*    background-repeat: repeat;*/
    color: #000000;
/*  background-color: #F5F5FF;*/      /*  青系  */
/*  background-color: #EEF5F5;*/    /*  緑系  */
/*  background-color: #FFF8F8;*/    /*  赤系  */
}
body.bgNone {
    background-image: none;
    background-color: #FFFFFF;
}
table {
    font-size:inherit;
    font:100%;
    border-color: #27408B;
    border-collapse: collapse;
    empty-cells: show;
}
table.pad2 th {
	padding: 2px;
}
table.pad2 td {
    padding: 2px;
}
.pad_s>tbody>tr>th, .pad_s>tbody>tr>td, .pad_s>thead>tr>th, .pad_s>thead>tr>td {
    padding: 2px;
}
.pad_m>tbody>tr>th, .pad_m>tbody>tr>td, .pad_m>thead>tr>th, .pad_m>thead>tr>td {
    padding: 5px;
}
.vpad_m>tbody>tr>th, .vpad_m>tbody>tr>td, .vpad_m>thead>tr>th, .vpad_m>thead>tr>td {
    padding: 5px 0;
}
.hpad_m>tbody>tr>th, .hpad_m>tbody>tr>td, .hpad_m>thead>tr>th, .hpad_m>thead>tr>td {
    padding: 0 5px;
}
.rpad_m>tbody>tr>th, .rpad_m>tbody>tr>td, .rpad_m>thead>tr>th, .rpad_m>thead>tr>td {
    padding: 0 5px 0 0;
}
.lpad_m>tbody>tr>th, .lpad_m>tbody>tr>td, .lpad_m>thead>tr>th, .lpad_m>thead>tr>td {
    padding: 0 0 0 5px;
}
.content {
    background-color: #FFFFFF;
}

tr.headertitle {
    background-image: url('../img/HeaderTitle.png');
    background-repeat: repeat;
    background-color: #DDEEEE;
}
tr.bgcolor {
    background-color: #FFFFFF;
}
tr.bgcolorAlter {
    background-color: #F0F0FF;
}
option.bgcolor {
    background-color: #FFFFFF;
}
option.bgcolorAlter {
    background-color: #E0E0E0;
}
tr.bgcolorGray {
    background-color: #BABEC1;
}
tr.bgcolorGreen {
    background-color: #9FD2AC;
}
tr.bgcolorOrange {
    background-color: #FFA500;
}
tr.bgcolorLightPink {
    background-color: #FFB6C1;
}
tr.lineFocus {
    background-color: #FFE1E1;
}
th {
    background-image: url('../img/ThBlue.gif');     /*  青系  */
/*  background-image: url('../img/ThGreen.gif');*/  /*  緑系  */
/*  background-image: url('../img/ThRed.gif');*/    /*  赤系  */
    background-repeat: repeat-x;
    background-color: #3366AA;      /*  青系  */
/*  background-color: #558877;*/    /*  緑系  */
/*  background-color: #AA5555;*/    /*  赤系  */
    border-color: #27408B;      /*  青系  */
/*  border-color: #005544;*/    /*  緑系  */
/*  border-color: #552211;*/    /*  赤系  */
    color: #FFFFFF;
    white-space: nowrap;
}
th.vertical {
    background-image: none;
    background-color: #5588CC;      /*  青系  */
    text-align: left;
}
th.verticalRight {
    background-image: none;
    background-color: #5588CC;      /*  青系  */
    text-align: right;
}
th.verticalCenter {
    background-image: none;
    background-color: #5588CC;      /*  青系  */
    text-align: center;
}
th.horizontal {
    background-image: none;
    background-color: #5588CC;
    text-align: center;
}
th.border {
    border-style: solid;
    border-width:1px;
}
th.subList {
/*  background-image: url('../img/ThBlue.gif');*/   /*  青系  */
    background-image: url('../img/ThGreen.gif');    /*  緑系  */
/*  background-image: url('../img/ThRed.gif');*/    /*  緑系  */
    background-repeat: repeat-x;
/*  background-color: #3366AA;*/    /*  青系  */
    background-color: #339933;      /*  緑系  */
/*  background-color: #AA5555;*/    /*  赤系  */
/*  border-color: #27408B;*/        /*  青系  */
    border-color: #005544;          /*  緑系  */
/*  border-color: #552211;*/        /*  赤系  */
    color: #FFFFFF;
    white-space: nowrap;
}

/* tablesorter */
thead tr .header {
    background-image: url('../img/sort_bg.gif');
    background-color: #5588CC;      /*  verticalに合わせておく  */
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
thead tr .headerSortUp {
    background-image: url('../img/sort_asc.gif');
}
thead tr .headerSortDown {
    background-image: url('../img/sort_desc.gif');
}
thead tr .headerSortDown, thead tr .headerSortUp {
    background-color: #77AAEE;
}
thead tr .noSorter {
    background-image: url('');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

td {
    border-color: #AACCEE;      /*  青系  */
/*  border-color: #AACCAA;*/    /*  緑系  */
/*  border-color: #FFD0D0;*/    /*  赤系  */
    color: #000000;
}
td.border {
    border-style: solid;
    border-width:1px;
}
td.bgcolorLightGrey {
    background-color: #D3D3D3;
}
td.bgcolorLemonChiffon {
    background-color: #FFFACD;
}
td.bgcolorLightSkyBlue {
    background-color: #87CEFA;
}
select, input, button, textarea {
    font:99% 'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
}
select.maxwidth, input.maxwidth, button.maxwidth, textarea.maxwidth {
    width: 99%;
}
select.maxwidth_align_center, input.maxwidth_align_center, button.maxwidth_align_center, textarea.maxwidth_align_center {
    width: 99%;
    text-align: center;
}
input[type="checkbox"] {
    vertical-align: middle;
}
input[type="radio"] {
    vertical-align: middle;
}
a:link {
    color:#5555ff;
    text-decoration:none;
}
a:visited {
    color:#5555ff;
    text-decoration:none;
}
a:hover {
    color: #ff9933;
    text-decoration:underline;
}
.red {
    color: #ff0000;
    font-weight: bold;
}
.gray {
    color: #808080;
}
.silver {
    color: #C0C0C0;
}
.blackBold {
    color: #000000;
    font-weight: bold;
}
div.block {
    margin-left: 1em;
    margin-bottom: 1em;
}
div.frame {
    overflow-x: auto;
    overflow-y: scroll;
    clear: both;
    border: 1px solid #999999;
}
h1 {
    font-size: 182%;
    margin-bottom: 0px;
}
h2 {
    font-size: 153.9%;
    margin-bottom: 0px;
}
h3 {
    font-size: 138.5%;
    margin-bottom: 0px;
}
h4 {
    font-size: 123.1%;
    margin-bottom: 0px;
}
h5 {
    font-size: 108%;
    margin-bottom: 0px;
}
h6 {
    font-size: 93%;
    margin-bottom: 0px;
}
.h_solid {
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    font-weight: bold;
}
.h_dot {
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-color: #cccccc;
    border-bottom-style: dotted;
    font-weight: bold;
}
.h_dash {
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-color: #cccccc;
    border-bottom-style: dashed;
    font-weight: bold;
}
.h_double {
    margin-bottom: 10px;
    border-bottom-width: 3px;
    border-bottom-color: #cccccc;
    border-bottom-style: double;
    font-weight: bold;
}
.h_ridge {
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-color: #cccccc;
    border-bottom-style: ridge;
    font-weight: bold;
}
.f1 {
    font-size: 182%;
}
.f2 {
    font-size: 153.9%;
}
.f3 {
    font-size: 123.1%;
}
.f4 {
    font-size: 93%;
}
.f5 {
    font-size: 77%;
}
.f6 {
    font-size: 8px;
}
.button {
	height: 20px;
    background-image: url(../img/button.gif);
    background-repeat: repeat-x;
    border-width: 1px;
    padding: 0px 5px 0px 5px;
    border-style: solid;
    border-color: #c2c2c2 #8f8f8f #8f8f8f #c2c2c2;
    /*border: 1px outset #C0C0C0;*/
}
.textinput_imeoff {
    ime-mode:disabled;
    color: #000000;
}
.textinput_imeoff_upper {
    ime-mode:disabled;
    text-transform:uppercase;
    color: #000000;
}
.textinput_imeon {
    ime-mode:active;
    color: #000000;
}
.textinput_imeauto {
    ime-mode:auto;
    color: #000000;
}
.textinput_imealphameric {
    ime-mode:inactive;
    color: #000000;
}
.textinput_imealphameric_upper {
    ime-mode:inactive;
    text-transform:uppercase;
    color: #000000;
}
/*Pager制御用*/
.display_off {
    display:none;
}
.display_on {
    display:block;
}
.inline_display_on {
    display:inline;
}
ul#error li {
	margin-left: 20px;
}
ul.error li {
    margin-left: 20px;
}
.lineCursor{
    cursor: pointer;
}
.hyperLink_red{
    color: #FF0000!important;
    font-weight: bold;
}

/* jGrowl */
.home_notify {
    color: #5A5A5A;
    background-color: #FDE9D9 !important;
}

/* add css */
body.m_reset {
    background-color: #FFF;
    margin:0;
    padding:0;
    text-align:center;
}
.m_logo {
    margin-top:50px;
}
.m_applelogo {
    margin-top:10px;
}
.m_error_red {
    color: #ff0000;
    font-weight: bold;
}
.m_waku {
    width:460px;
    height:30px;
    border: 1px solid #bebebe;
    background-color:#ebebee;
    text-align:left;
    margin:auto;
    margin-top:40px;
}
.m_waku p {
    font-size:14px;
    font-weight:bold;
    margin-top:0.4em;
    margin-left:5px;
}
.m_waku_bottom {
    width:462px;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    background-color:#fff;
    margin:auto;
    padding:10px 0;
}
.m_table_center {
    margin:auto;
}
.m_gsign {
    width:460px;
    margin:auto;
    margin-top:50px;
}
.m_gsign_txt {
    font-size:12px;
    text-align:left;
    color:#333;
}
.m_maint {
    width:460px;
    border: 1px solid #bebebe;
    background-color:#fff;
    text-align:left;
    margin:auto;
    margin-top:15px;
}
.m_maint_title {
    font-size:12px;
    font-weight:bold;
    margin:0.5em 0.5em 0.2em;
}
.m_maint_txt {
    font-size:12px;
    line-height:140%;
    margin:0 0.5em 0.5em;
}
input[type="text"] {
    font-size: 13px;
}
input[type="password"] {
    font-size: 13px;
}
select {
    font-size: 13px;
}
#calculation_date {
    width: 120px;
}