* {
    box-sizing: border-box;
}

body {
    font-size: 11pt;
    color: #333333;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

tbody {
    font-size: 11pt;
    color: #333333;
}

table,
tr,
td {
    font-size: 10pt;
    color: #333333;
}

div {
    font-size: 11pt;
    color: #333333;
}

input[type=text],
textarea{
    font-size: 11pt;
    padding: 5px;
    border: 1px solid #aaa;
}

button{
    border: 1px solid #CCC;
    padding: 10px;
    font-weight: bold;
    background: #FFF;
    -webkit-box-shadow: 1px 1px 0 0 #DDD;
            box-shadow: 1px 1px 0 0 #DDD;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.full-width{
    width: 100%;
}

/* 外枠 */
#outer {
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #F6F6F6;
}

#outer100 {
    padding: 10px;
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
}

#outer_line {
    padding: 3px;
    background-color: #b0c4de;
}

/* ヘッダメニュー */
#header_menu_table {
    width: 100%;
    padding: 5px;
    background-color: #FFFFFF;
}

#menu_item {
    font-size: 11pt;
    display: inline-block;
    _display: inline;
}

#menu_item a {
    color: #105cb6;
    /*background-color: #fff;*/
    /*border: 2px solid #FFFFFF;*/
    text-decoration: none;
    padding: 10px;
}

#menu_item a:hover {
    color: #003;
    /*background-color: #fff;*/
    /*border: 2px solid #dcdcdc;*/
}

/* ヘッダー */
#header {
    padding: 3px;
}

/* フッター */
#footer {
    padding: 10px;
    z-index: 5;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #383B3C;
    text-align: center;
    position: fixed; bottom: 0; width: 100%;
}

#header_user_info {
    text-align: right;
    background: #222;
    color: #FFF;
    padding: 5px 10px;
    font-size: 12px;
}

#header_user_info i{
    margin-right: 5px;
}

#header_user_info .logout{
    color: inherit;
}

#alert_list{
    padding: 20px;
    background: #FFF;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 2px 2px 0 0 #EEE;
            box-shadow: 2px 2px 0 0 #EEE;
}

#alert_list .title{
    margin: 0;
    font-size: 16px;
}

#alert_list .status_list{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

#alert_list .status_list li{
    margin-right: 20px;
}

#alert_list .status_list a{
    text-decoration: underline;
    margin-right: 5px;
}

#search_area {
    background-color: #f5f5f5;
    padding: 20px;
    border: 2px #dcdcdc solid;
}

button.seach_btn {
    width: 150px;
    height: 50px;
    font-weight: bold;
    font-size: 110%;
    background: #EA5633;
    border-color: #EA5633;
    color: #FFF;
    border-radius: 5px;
    border-style: solid;
}

div#new_line {
    margin-top: 10px;
}

/* 注釈 */
div#annotation {
    color: #ff6347;
    font-size: 9pt;
    font-weight: bold;
    display: inline-block;
    _display: inline;
}

div#annotation_n {
    font-size: 9pt;
    display: inline-block;
    _display: inline;
}

div#annotation_f {
    font-size: 9pt;
    color: #FFFFFF;
    display: inline-block;
    _display: inline;
}

/* システムタイトル */
div#systitle {
    width: 100%;
    border-bottom: 2px solid #EEE;
    padding: 25px;
    font-size: 26px;
    background: #FFF;
}

div.link_n {
    cursor: pointer;
    color: #105cb6;
    font-size:11pt;
    margin-right: 10px;
    display: inline-block;
    _display: inline;
    /*text-decoration:none;*/
}

div.strbtn_cursor {
    font-size: 10pt;
    cursor: pointer;
    color: #105cb6;
    display: inline-block;
    _display: inline;
}

div.strbtn_cursor_0 {
    cursor: pointer;
    display: inline-block;
    _display: inline;
}

div.strbtn_cursor_n_0 {
    cursor: pointer;
    display: inline-block;
    _display: inline;
    font-size: 13px;
}

div.strbtn_cursor_n {
    cursor: pointer;
    display: inline-block;
    _display: inline;
    margin-left: 10px;
    font-size: 12px;
}

div.strbtn_cursor_l_n {
    width: 100%;
    padding: 5px;
    font-size: 11pt;
    cursor: pointer;
    color: #105cb6;
    display: inline-block;
    _display: inline;
}

.strbtn_cursor_l_n:hover {
    color: #003;
    background-color: #ffffe0;
}

div#date_clear {
    margin-left: 10px;
    text-decoration: underline;
}

img.ui-datepicker-trigger {
    position: relative;
    top: -2px;
    height: calc(1em + 14px + 2px);
    width: auto;
    vertical-align: bottom;
}

div.import_btn_area {
    margin: 10px 0;
}

div.import_btn_area button{
    width: 130px;
    font-size: 14px;
}

div.nametitle {
    font-weight: lighter;
    font-size: 11pt;
}


button.info_btn {
    font-size: 10pt;
    width: 80px;
    font-weight: bold;
}

button.cancel_btn {
    font-size: 10pt;
    width: 80px;
    font-weight: bold;
	border-color: #EA5633;
	color: #EA5633;
}

.pager_area {
    text-align: center;
}

.pager_area.-top{
    margin-top: 80px;
    margin-bottom: 20px;
}

.pager_area.-bottom{
    margin-top: 20px;
    margin-bottom: 80px;
}

.result_table {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
}

.result_table.search_area {
    margin-bottom: 120px;
}

th,
td {
    border: 1px solid #eee;
    padding: 5px 10px;
}

th,
td.header {
    top: 0;
    padding: 5px 10px;
    background-color: #0055B8;
    color: #fff;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
}

th,
td.result_header {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 10px;
    background-color: #0055B8;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

th,
td.result_header2 {
    position: sticky;
    top: 0;
    padding: 5px 10px;
    background-color: #0055B8;
    color: #fff;
    font-weight: normal;
}

td.result {
    background-color: #ffffff;
}

td.result2 {
    background-color: #f5f5f5;
}

td.search_bth_area {
    padding: 10px;
    border: none;
    background: #FFF;
}

.TB_wrapper{
    width: 100%;
    padding: 0 30px 30px;
}

#TB_title{
    padding: 15px;
    height: auto !important;
    text-align: center;
    font-weight: bold;
    background: #F9F9F9 !important;
}

#TB_ajaxWindowTitle{
    float: none !important;
    font-size: 24px !important;
    padding: 0 !important;
    color: #0055B8 !important;
}

.tb_closebutton{
    text-align: center;
}

.tb_closebutton button{
    padding: 10px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}

#page-top a {
    display: block;
    background: #666;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}

#page-top a:hover {
    background: #999;
    text-decoration: none;
}
