@import url("commonTools.css");
@import url("font-awesome.css");

.container {
    width: 90%;
    font-size: 120%;
}

.bggray {
    background-color: #efefef;
}

.gray {
    color: #999;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 100px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 24px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-top {
    border: none;
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar a {
    color: #666;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #666;
    background-color: #eee;
}

.main {
    padding: 30px;
    padding-top: 30px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border: none;
}

.tbl_click > tbody > tr:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    vertical-align: middle;
}

.nyukyo_table > thead > tr > th,
.nyukyo_table > tbody > tr > th,
.nyukyo_table > tfoot > tr > th,
.nyukyo_table > thead > tr > td,
.nyukyo_table > tbody > tr > td,
.nyukyo_table > tfoot > tr > td {
    padding: 8px;
    vertical-align: middle;
}

.add_table > thead > tr > th,
.add_table > tbody > tr > th,
.add_table > tfoot > tr > th,
.add_table > thead > tr > td,
.add_table > tbody > tr > td,
.add_table > tfoot > tr > td {
    padding: 8px;
    vertical-align: inherit;
}

.nyukyo_table th,
.nyukyo_table td {
    border: 1px solid #ddd !important;
    white-space: nowrap;
}

.nyukyo_table th {
    background-color: #eee;
    box-sizing: content-box; /* Fixed Midashi対応*/
}

.nyukyo_table {
    table-layout: fixed;
}

.nyukyo_table input {
    padding: 3px;
}

.nyukyo_table input.keta7 {
    width: 73px;
}

.nyukyo_table input.keta5 {
    width: 53px;
}

.nyukyo_table .num-data {
    margin: auto;
}

.nyukyo_table_wrapper {
    overflow: auto;
}

.nyukyo_table .right {
    text-align: right;
}

.nyukyo_table .center {
    text-align: center;
}

.nyukyo_table .taikyo {
    background-color: #87ceeb;
}

.t05p input[type="text"] {
    width: 5%;
}

.t10p input[type="text"] {
    width: 10%;
}

.t20p input[type="text"] {
    width: 20%;
}

.t30p input[type="text"] {
    width: 30%;
}

.t40p input[type="text"] {
    width: 40%;
}

.t50p input[type="text"] {
    width: 50%;
}

.t60p input[type="text"] {
    width: 60%;
}

.t70p input[type="text"] {
    width: 70%;
}

.t80p input[type="text"] {
    width: 80%;
}

.t90p input[type="text"] {
    width: 90%;
}

.m-r05 {
    margin-right: 5px;
}

.m-r1 {
    margin-right: 10px;
}

.m-r2 {
    margin-right: 20px;
}

.danger {
    color: red;
}

td div {
    display: inline-block;
}

.nextf {
    margin-top: 10px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}

.navbar-brand {
    padding: 10px 15px;
}

.preview {
    color: #999;
    width: 100%;
    height: 800px;
    padding-top: 150px;
    background: #f8f8f8;
    border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
}

.panel-body ul {
    margin: 0;
    padding: 0px 20px;
}

.panel-body li {
    margin-bottom: 3px;
}

.tyui {
    font-weight: bold;
    color: #D0021B;
}

#fotter_sentaku {
    padding: 20px 30px;
    width: 100%;
    background-color: #f8f8f8;
    position: fixed;
    bottom: 0px;
    text-align: center;
}

#nengetu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

#nengetu li {
    display: inline-block;
}

#nengetu .midasi {
    font-size: 18px;
    padding: 0 10px;
    font-weight: bold;
}

.list-unstyled li {
    text-align: left;
}

.nyukyosya_edit {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}

.nyukyosya_name {
    min-width: 150px;
}

.p-l1 {
    padding-left: 10px;
}

.m1 {
    padding: 0;
    margin: 0;
}