@charset "UTF-8";

/*==========================================================
  Common Default Settings
===========================================================*/
body {
    background: #ffffff;
    color: #000000;
    margin: 1px 1px;
    font-size: 0.9rem;
    height: 99%;
}

* html div#content {
    height: 100%;
}

a,a:visited {
    color: #8080C0;
}

a:hover {
    text-decoration: none;
    color: #d6593a;
}

#container {
    margin: 0;
    text-align: left;
}

/*==========================================================
  Header and UserInfo
===========================================================*/
#header {
    background-image: url("/fukushi/images/logo.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 60px;
}

#header #top_title {
    float: left;
}

#header #top_title h1 {
    margin-top: 10px;
    font-size: 1.8rem;
}

#header #information {
    float: right;
    font-size: 0.8rem;
}

#header #information #user_info {
    font-weight: bold;
    width: 200px;
    text-align: right;
}

#header #information #navi {
    text-align: right;
    margin-left: 20px;
    margin-right: 10px;
}

/*==========================================================
  logIn
===========================================================*/
#logIn {
    width: 100%;
    clear: both;
    margin: 0px 2px;
    font-size: 0.9rem;
}

#logIn tr {
    vertical-align: top;
}

#logIn th {
    font-size: 0.8rem;
}

#logIn td {
    font-size: 0.8rem;
}

/*==========================================================
  Content
===========================================================*/
#content {
    width: 100%;
    clear: both;
    margin: 0px auto;
    font-size: 1.1rem;
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: 38px;
}

#content h2 {
    background-color: #ffffff;
    border-color: #A9C1A6;
    border-style: solid none;
    border-width: 2px 0pt;
    color: #333366;
    margin: 0px 2px 2px 2px;
    padding: 2px;
    text-align: center;
    font-size: 1.2rem;
}

#content #clock {
    width: 200px;
    background-color: transparent;
    border-style: none;
    margin: 0px 2px 5px 2px;
}

#content tr {
    vertical-align: top;
}

#content th {
    font-size: 0.8rem;
}

#content td {
    font-size: 0.8rem;
}

#content .datalist a {
    text-decoration: none;
    color: royalblue;
}

#content .datalist a:hover {
    color: #d6593a;
}

div.ui-datepicker-title {
    white-space:nowrap;
}

.list {
    background-color: darkgray;
}

.border-table {
    border-collapse: collapse;
    border: 1px solid darkgray;
}

.border-table td {
    padding: 2px 5px;
    border: 1px solid darkgray;
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: 0.8pt;
}

.header {
    background-color: gray;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align:middle;
    padding: 1px;
}

.detail_header {
    background-color: #E6E6E6;
    color: black;
    font-weight: bold;
    text-align: center;
    vertical-align:middle;
    padding: 1px;
}

.header_super_table {
    background-color: gray;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 1px 2px;
    word-break: break-all;
}

.header_pink {
    background-color: pink;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 1px;
}

.header_bule {
    background-color: #66CCFF;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding: 1px;
}

.odd { /* 奇数行 */
    background-color: mintcream;
    padding: 1px 2px;
    word-break: break-all;
}

.even { /* 偶数行 */
    background-color: ivory;
    padding: 1px 2px;
    word-break: break-all;
}

.data {
    background-color: #ffffff;
    padding: 1px 2px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.va_top {
    vertical-align: top;
}

.va_bottom {
    vertical-align: bottom;
}

.orange {
    background: #FFCC99
}

.silver {
    color: #C0C0C0;
}

.center_middle {
    text-align: center;
    vertical-align: middle;
}

.number_large {
    font-size: 1.4rem;
    color: #333366;
}

.ms_gothic {
    font-family: "MS ゴシック", sans-serif;
}

.right_bold {
    text-align: right;
    font-weight: bolder;
}

table.tablesorter {
    font-family: initial;
}

table.tablesorter thead tr th,table.tablesorter tfoot tr th {
    border: 1px solid #FFF;
}

table.tablesorter thead .header {
    background-color: gray;
    color: #ffffff;
    font-weight: bold;
    padding: 1px;
}

table.tablesorter thead .tablesorter-headerAsc:not(.sorter-false)
, table.tablesorter thead .tablesorter-headerDesc:not(.sorter-false) {
    background-color: dimgray;
}

table.tablesorter thead .tablesorter-header {
    border-bottom: inherit;
}

table.tablesorter tbody tr.even td
, table.tablesorter tbody tr.odd td {
    background: inherit;
}

ul.listItem {
    margin: 0 0 0 1.5rem;
    padding: 0;
}

ul.listItem li {
    margin-bottom: 3px;
}

input.transparent {
    border: none;
    background-color: transparent;
}

.defaultFont {
    font-family: Lato, "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.defaultFont input {
    font-family: inherit;
}

.defaultFont select {
    font-family: inherit;
}

.defaultFont select option {
    font-family: inherit;
}

.defaultFont button {
    font-family: inherit;
}

.defaultFont submit {
    font-family: inherit;
}

.defaultFontSize {
    font-size: 13px;
}

.text_Digit2 {
    width: 30px;
}

.text_Digit4 {
    width: 40px;
}

.text_Time {
    width: 45px;
}

.text_Date {
    width: 95px;
}

.text_Month {
    width: 80px;
}

/*==========================================================
  Footer
===========================================================*/
#footer {
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    position: absolute;
    bottom: 0px;
    height: 38px;
}

/*==========================================================
  Common Error And Info Message Areas Settings
===========================================================*/
.errmsg {
    white-space: nowrap;
    position: relative;
    top: -20px;
    left: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #D9333F;
}

.infomsgNoPosition {
    font-size: 13px;
    font-weight: bold;
    color: #007bbb;
}

.infomsgPlus {
    font-size: 15px;
    font-weight: bold;
    color: #007bbb;
    padding-left :10px;
}

/*==========================================================
  Common Useful Class
===========================================================*/
.clear {
    clear: both;
}

.ime_active {
    ime-mode: active;
}

.ime_inactive {
    ime-mode: inactive;
}

.ime_disabled {
    ime-mode: disabled;
}
.nowrap {
    white-space: nowrap;
}

.readonly {
    background-color: #F0F8FF
}

.noEdit {
    background-color: #F0F8FF;
    color: black;
}

.datalist .detail tr td {
    vertical-align: middle;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.noTextBox {
    padding: 0;
    width: 0px;
    height: 0px;
    position: relative;
    border-style: none;
    background-color: transparent;
}

#tabs .twoLine {
    margin: -6.5px 0;
    font-size: 0.9rem;
}

img.ui-datepicker-trigger {
    margin-left: 2px;
    vertical-align: text-top;
}
