@charset "utf-8";
* {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size:14px;
}
html,body {
    background-color: #FFFFFF;
    height: 100%;
    margin: 0px; padding: 0px;
}
a{
    text-decoration:none;
}
a:hover, a:active, a:focus{
    text-decoration:none;
    outline:none;
}
*:focus {
    outline: 0;
}
p {
    padding:0px;
    margin:0px;
}
ul, ul ul {
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
}
input[type="text"], input[type="password"], input[type="date"], textarea {
    padding-left:5px;
    height: 23px;
    color: #000000;
}
input:disabled,textarea:disabled,select:disabled {
    border: 1px solid #ccc;
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea{
    resize: vertical;
}
.read-only {
    border: 1px solid #ccc;
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
.ttiny {
    width: 60px;
}
.ttinylarge {
    width: 80px;
}
.tsmall {
    width: 120px;
}
.tsmallmedium {
    width: 150px;
}
.tsmalllarge {
    width: 190px;
}
.tnextmedium {
    width: 200px;
}
.tmedium {
    width: 240px;
}
.tlarge {
    width: 350px;
}
.tfull{
    width: 100%;
}
input[type="radio"], input[type="checkbox"]{
    margin: 0 5px 5px 0;
}
.center-div {
    float: left;
}
.center-div input{
    margin:5px 5px 5px 0px;
}
#container {
    width:100%;
    height:100%;
}
#navi{
    position: fixed;
    top: 0;
    z-index: 1;
    background-color: #FFFFFF;
    width: 100%;
}
#global_navi{
    display: flex;
}
#global_navi:after {
    display:block;
    clear:both;
    content:'';
}
#global_navi li {
    padding-top: 10px;
    margin:0px 5px;
    float:left;
    list-style:none;
    text-align: center;
}
#global_navi a {
    padding:10px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background: #d9d9d9;
    font-size:17px;
    font-weight:bold;
    color:#000000;
    transition:all linear 0.15s;
    width:135px !important;
}
#global_navi a:hover {
    background: #003366;
    color: #ffffff;
}

#global_navi .active a {
    background:#003366;
    color:#ffffff;
    font-weight: bold;
}

#content {
    background:#FFFFFF;
    height: 100%;
    padding-top: 50px;
}

#content #hd{
    position: fixed;
    top: 50px;
    width:100%;
    height:42px !important;
    background-color: #003366;
    display: table;
    color: #FFFFFF;
    padding: 5px 10px 0 10px;
    z-index: 1;
}

#content #ct{
    position: fixed;
    top: 92px;
    width:100%;
    height:40px !important;
    background-color: #d9d9d9;
    display: table;
    padding: 0px 10px 0 10px;
    z-index: 1;
}

#hd *, #ct *{
    vertical-align: middle;
}

#ct label.lg-info{
    color: #003366;
    font-size: 14px;
    font-weight: bold;
}
#ct label.lg-pass-expire{
    color: red;
    font-size: 14px;
    font-weight: bold;
}
.lg-pass-expire a {
    color: red;
    text-decoration: underline;
}

#content #bd{
    width:100%;
    height: 100%;
    position: absolute;
    padding-top:82px;
    z-index: 0;
}

@media screen and (max-width: 1100px) {
    #navi{
        overflow-x: scroll;
    }
    #content {
        padding-top: 70px;
    }
    #content #hd {
        top: 70px;
    }
    #content #ct {
        top: 112px;
    }
}

#outside{
    overflow-x: hidden;
    overflow-y: auto;
    height: 480px;
}

#outside_auto{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 480px;
}

#ft{
    width:100%;
    height:30px !important;
    background-color: #d9d9d9;
    text-align: center;
    padding-top: 7px;
    position: fixed;
    bottom: 0;
}
#searchDiv{
    text-align: left;
}
#slide{
    /*min-width: 200px !important;*/
    background-color: #006699;
    height: 100%;
}
#slide .vertical-menu{
    background-color: #006699;
 }
#main_body{
    overflow-x:hidden;
    overflow-y: auto;
    margin-top: -1px;
}
.clear-float{
    clear:both;
}
.list-table, .view-table {
    border-collapse: collapse;
    width: 100%;
}

.list-table tr:hover {
    cursor:pointer;
    color: #e56c22;
}
.list-table th, .view-table th{
    padding: 5px 3px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #003366;
    border: 1px solid #CCCCCC;
    font-size: 12px;
}
.list-table td, .view-table td{
    padding: 3px 5px;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}

.list-table td:first-child:before {
  /*
    display: block;
  float: left;
  height: 45px;
  content: "";
    */
    vertical-align: middle;
}

.list-table td.index, .view-table td.index{
    font-weight: bold;
}

.list-table tr:nth-child(even), .view-table tr:nth-child(even){
    background-color: #daeef3;
}
.list-table tr:nth-child(odd), .view-table tr:nth-child(odd) {
    background-color: #FFFFFF;
}
table th{
    font-weight: normal;
}
.form-table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
table.form-no-table{
    width: 100%;
    border: none;
}
table.form-no-table th, table.form-no-table td{
    border: 0;
    border-spacing: 0px;
}
.form-table th{
    width:150px;
    text-align: left;
    vertical-align: middle;
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #CCCCCC;
    padding: 3px;
}
.form-table th.a-center{
    text-align: center;
}
.form-table th.small{
    width:100px;
}
.form-table th.large{
    width:250px;
}
.form-table th.half{
    width:50%;
}
.form-table td{
    background-color: #fafafa;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align: left;
    padding: 3px;
}
.form-table td.fill{
    padding: 3px 0;
    margin: 0;
    vertical-align: top;
    border: none;
}
.form-table td.full{
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.form-table td.info {
    background-color: #ffffcc;
}
.form-table p.pred {
    color: #AD3140;
}

.progress-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.progress-table th{
    background-color: #ffffcc;
    color: #000000;
    font-weight: normal;
    border: 1px solid #CCCCCC;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
}
.progress-table td{
    background-color: #fbfbfb;
    color: #000000;
    font-weight: normal;
    border: 1px solid #CCCCCC;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
}
.progress-table td.full{
    padding: 0;
    margin: 0;
    vertical-align: top;
}
table.inside-table-list {
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
}
table.inside-table {
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
}
table.inside-table-top {
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
}
table.inside-table th {
    width:150px;
    text-align: left;
    vertical-align: middle;
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 3px;
}
table.inside-table-list th {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
}
table.inside-table th.progress {
    background-color: #ffffcc;
    color: #000000;
    font-weight: normal;
}
table.inside-table td{
    background-color: #fafafa;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align: left;
    padding: 3px;
}
table.inside-table-list td{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align: left;
    padding: 3px;
}

table.inside-table-top th {
    width:150px;
    text-align: left;
    vertical-align: middle;
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 3px;
}
table.inside-table-top th.progress {
    background-color: #ffffcc;
    color: #000000;
    font-weight: normal;
}
table.inside-table-top td{
    background-color: #fafafa;
    border: 1px solid #CCCCCC;
    vertical-align: top;
    text-align: left;
    padding: 3px;
}

.inline-table{
    width: 100%;
    border: none;
}
.inline-table th, .inline-table td {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}
.inline-table th{
    font-weight: bold;
    color: #ffffff;
}

.inline-table th.color{
    color: #31708f;
    background-color: #d9edf7;
}

.inline-table td *{
    width: 100%;
}

.vertical-menu ul:not(.nav-pills){
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

.vertical-menu ul:not(.nav-pills) li {
    border-bottom: 1px solid #90bade;
    margin: 0;
}

.vertical-menu ul:not(.nav-pills) li a{
    display: block;
    padding: 5px 5px 5px 8px;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

.vertical-menu ul:not(.nav-pills) li a:hover{
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #2586d7;
    color: #fff;
}

.vertical-menu ul:not(.nav-pills) li a.active{
    border-left: 10px solid darkblue;
    border-right: 10px solid darkblue;
    background-color: #00007d;
    color: #fff;
    font-weight: bold;
}

.vertical-menu p{
    background-color: #003366;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid #90bade;
    padding: 5px;
}

#logout:hover{
    cursor: pointer;
}
/* button
---------------------------------------------- */
.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}
.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

.so-small {
    font-size: 11px;
    padding: .175em 1em .275em;
}

/* color styles
---------------------------------------------- */

/* black */
.black {
    color: #d7d7d7;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top,  #666,  #000);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    background: -moz-linear-gradient(top,  #444,  #000);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
    background: -moz-linear-gradient(top,  #000,  #444);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
    color: #afafaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
    background: -moz-linear-gradient(top,  #575757,  #888);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top,  #c9151b,  #a11115);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
    color: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
    color: #fae7e9;
    border: solid 1px #b73948;
    background: #da5867;
    background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
    background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
    background: #ba4b58;
    background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
    background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
    color: #dca4ab;
    background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
    background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
    background: #538018;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
    background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
    color: #a9c08c;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
    background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
    color: #feeef5;
    border: solid 1px #d2729e;
    background: #f895c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
    background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
    background: #d57ea5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
    background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
    color: #f3c3d9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
    background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
.btn-nolife {
    color: #fff;
    background-color: #6e6e6e;
    border-color: #555;
}
.btn-nolife:hover,
.btn-nolife:focus,
.btn-nolife:active,
.btn-nolife.active,
.open > .dropdown-toggle.btn-nolife {
    color: #fff;
    background-color: #616161;
}
.btn-nolife:active,
.btn-nolife.active,
.open > .dropdown-toggle.btn-nolife {
    background-image: none;
}
.btn-nolife.disabled,
.btn-nolife[disabled],
fieldset[disabled] .btn-nolife,
.btn-nolife.disabled:hover,
.btn-nolife[disabled]:hover,
fieldset[disabled] .btn-nolife:hover,
.btn-nolife.disabled:focus,
.btn-nolife[disabled]:focus,
fieldset[disabled] .btn-nolife:focus,
.btn-nolife.disabled:active,
.btn-nolife[disabled]:active,
fieldset[disabled] .btn-nolife:active,
.btn-nolife.disabled.active,
.btn-nolife[disabled].active,
fieldset[disabled] .btn-nolife.active {
    background-color: #6e6e6e;
    border-color: #555;
}
.btn-nolife .badge {
    color: #6e6e6e;
    background-color: #fff;
}

.infomation, .success, .warn, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:10px 10px 10px 10px;
    background-repeat: no-repeat;
    text-align: left;
}
.infomation {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warn {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}
ul.inline-list, ul.flow-list, ul.next-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
ul.inline-list label, ul.flow-list label{
    font-weight: normal;
    padding: 0;
    margin: 0;
}
ul.inline-list, ul.flow-list:after{
    clear: both;
}
ul.inline-list li{
    margin:0px 15px;
    float:left;
}
ul.flow-list li{
    margin:0px 3px;
    float:left;
}
ul.flow-list li.root{
    font-weight: bold;
    padding: 0;
    margin: 0 -6px;
    clear: both;
}
.flow-list label, .inline-list label
{
    vertical-align:middle;
}
ul.btype-item li label{
    font-weight: bold;
}
ul.btype-item li label:before{
    content: "【";
}
ul.btype-item li label:after{
    content: "】";
}
input[type="checkbox"]
{
    vertical-align:middle;
}
ul.next-list li:before{
    content:  '»';
    margin: 0 0.1em 0 0.5em;
}
div.virtical-line{
    width: 1px;
    border-left: 1px dotted #DFF2BF;
}
div.horizon-line{
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #DFF2BF;
}

div.sub-nav a {
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
}
div.sub-nav a:hover {
    cursor: pointer;
    color: #f78d1d;
}
div.screen-title {
    font-weight: bold;
    font-size: 17px;
    color: #f78d1d;
}
div.screen-title > a {
    font-weight: bold;
    font-size: 17px;
    color: #f78d1d;
}
ul.page-nav {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    background: #eee;
    text-align: center;
}
ul.page-nav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

ul.page-nav li span,
ul.page-nav li a {
    display: inline-block;
    margin-bottom: auto;
    padding: 1px 8px;
    background: #fff;
    border: 1px solid #aaa;
    text-decoration: none;
    vertical-align: middle;
}

ul.page-nav li span{
    font-weight: bold;
    color: blue;
}

ul.page-nav li a:hover {
    background: #eeeff7;
    border-color: #003366;
}
div.search-result{
    padding: 5px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #e56c22;
}
div.err{
    color: red;
    margin-top:3px;
    clear: both;
}
span.sub-title {
    font-size:16px;
    font-weight: bold;
    color: #2175bc;
}
.numeric{
    text-align: right;
}
input.hide-me{
    display: none;
}
table.at-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
}
table.at-bottom-fixed-th{
    position: absolute;
    bottom: 0;
    left: 0;
}
table.at-bottom-fixed-th th{
    width: 100px;
}
#checkmark {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

#circle {
    position: absolute;
    width:0;
    height:0;
    border:11px solid #428bca;
    border-radius:11px;
    left:0;
    top:0;
}

#stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#fff;
    left:11px;
    top:6px;
}

#kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#fff;
    left:8px;
    top:12px;
}
a.act-link
{
    color: red;
    text-decoration: underline;
}
ul.nav {
    font-size:16px;
}
input[type="checkbox"].big{
    /* All browsers except webkit*/
    transform: scale(1.3);

    /* Webkit browsers*/
    -webkit-transform: scale(1.3);
}
a.w-link{
    text-decoration: underline;
    color: #FFFFFF;
}
a.w-link:hover{
    text-decoration: underline;
    color: #f78d1d;
}

#smfrm_lawyer_mail_content {
    height: 150px;
    width: 100%;
}
#smfrm_lawyer_mail_content + div.err{
    min-height: 20px;
}
span.require{
    color: red;
}

ul.icon {
    padding:0;
    margin:0;
}

.icon li {
    position:relative;
    z-index:1;
    overflow:hidden;
    list-style:none;
    padding:0;
    margin:0 0 0.25em;
}

.icon li a:link,
.icon li a:visited {
    display:block;
    border:0;
    padding-left:28px;
    color:#c55500;
}

.icon li a:hover,
.icon li a:focus,
.icon li a:active {
    color:#730800;
    background:transparent;
}

.icon li:before,
.icon li:after,
.icon li a:before,
.icon li a:after {
    content:"";
    position:absolute;
    top:50%;
    left:0;
}

.icon li a:before,
.icon li a:after {
    margin:-8px 0 0;
    background:#c55500;
}

.icon li a:hover:before,
.icon li a:focus:before,
.icon li a:active:before {
    background:#730800;
}
.delete a:before {
    width:16px;
    height:16px;
    /* css3 */
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}

.delete a:after {
    left:3px;
    width:10px;
    height:2px;
    margin-top:-1px;
    background:#fff;
    /* css3 */
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

.delete:before {
    z-index:10;
    left:7px;
    width:2px;
    height:10px;
    margin-top:-5px;
    background:#fff;
    /* css3 */
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

/* Alternative style */

.delete-alt a:before,
.delete-alt a:after {
    left:6px;
    width:5px;
    height:15px;
    margin-top:-7px;
    background:#c55500;
    /* css3 */
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

.delete-alt a:after {
    left:1px;
    width:15px;
    height:5px;
    margin-top:-2px;
}

.delete-alt a:hover:after,
.delete-alt a:focus:after,
.delete-alt a:active:after {
    background:#730800;
}

.slr{
    padding-left: 5px;
    padding-right: 5px;
    width: 90px;
}

#frmSearchApplicant td {
    background-color: #d9edf7;
    color: #31708f;
    text-align: left;
}
#frmSearchApplicant td label{
    font-weight: normal !important;
}

#frmSearchApplicant .list-table th {
    background-color: #003366;
    border: 1px solid #cccccc;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 3px;
    text-align: center;
    vertical-align: middle;
}

#slide{
    width: 16.6667%;
    float: left;
}
#main_body{
    width: 83.3333%;
    float: left;
}
abbr[title], abbr[data-original-title]
{
    cursor: pointer !important;
}
.font-90 {
    font-size: 90%;
}
.form-table th.special {
    background-color: #ffffcc !important;
}
.li-hide{
    display: none;
}
.underline{
    text-decoration: underline;
    color: #3366ff;
}


/* 申請者情報画面 */

@media (min-width: 768px){
    #summaryflag5_new .data-item{
        padding-left: 10px;
        padding-right: 10px;
    }
}

#summaryflag5_new .section{
    padding-top: 15px;
}

#summaryflag5_new select.form-control{
    padding: 0;
    height: 23px;
    color: #000000;
}

#summaryflag5_new .require::after {
    content: "※";
    color: red;
}

.applicant-edit-label{
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px;
    background-color: #ffff99;
    border-radius: 10px;
}

.panel-disabled .panel-heading{
    background-color: #aaa;
    border-color: #888;
}

.panel-disabled .panel-body{
    background-color: #ddd;
}

.show_upload_file{
    padding-bottom: 15px;
}

.show_upload_file img{
    max-width: 100%;
}

.document-sample-file{
    max-width: 100%;
}

/* 在留カード情報編集画面 */

#card_edit_form select.form-control{
    padding: 0;
    height: 23px;
    color: #000000;
}

.nationality_div_hide_old option[value="9999"],
.nationality_div_hide_old option[value="9001"],
.nationality_div_hide_old option[value="9002"],
.nationality_div_hide_old option[value="9003"],
.nationality_div_hide_old option[value="9004"],
.nationality_div_hide_old option[value="9005"]{
    display:none;
}

.start_residence_hide_other option[value="62"]{
    display:none;
}

.selector-hide{
    display:none;
}