@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container {
	margin-left: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn {
	min-width: 7em;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	color: #fff;
	background-color: #2fa4e7;
	vertical-align: middle;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-color: #999;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #666;
}

.table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) input:not(:disabled) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table-hover>tbody>tr:hover input:not(:disabled),
.table-hover>tbody>tr:hover select:not(:disabled),
.table>tbody>tr.active>td input:not(:disabled),
.table>tbody>tr.active>th input:not(:disabled),
.table>tbody>tr>td.active input:not(:disabled),
.table>tbody>tr>th.active input:not(:disabled),
.table>tfoot>tr.active>td input:not(:disabled),
.table>tfoot>tr.active>th input:not(:disabled),
.table>tfoot>tr>td.active input:not(:disabled),
.table>tfoot>tr>th.active input:not(:disabled),
.table>thead>tr.active>td input:not(:disabled),
.table>thead>tr.active>th input:not(:disabled),
.table>thead>tr>td.active input:not(:disabled),
.table>thead>tr>th.active input:not(:disabled) {
	background-color:#ffffbb
}


/*
 * 表を中央寄せする
 */
.table-center {
	margin-left: auto;
	margin-right: auto;
}

.table-vmiddle>tbody>tr>td,
.table-vmiddle>tbody>tr>th {
	vertical-align: middle;
}


.tooltip-inner {
	color: #fff;
	background-color: #2e6196;
    text-align:left;
}

td.input-error .tooltip-inner {
    background-color: #ff6666;
    text-align: left;
}


.alert-success,
.alert-danger {
	color: #333	;
}

.panel-heading {
	font-weight: bold;
}

.panel-body p:last-child {
	margin-bottom: 0px;
}

.form-group {
	margin-bottom: 10px;
}

.form-control-box .checkbox,
.form-control-box .radio {
	padding-top: 0px;
}

.form-search-condition {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-search-condition .form-group {
	margin-right: 0px;
	margin-left: 0px;
}

.table-bordered .form-group {
	margin-right: 0px;
	margin-left: 0px;
}

.form-control[readonly] {
	color: #333;
	background-color: #fff;
}

.input-group-addon {
	color: #333;
}

.input-group .input-group-addon:first-child {
	min-width: 8em;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


.page-header {
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #33ccff;
}

.page-header-wide-margin {
	margin-bottom: 20px;
}

.page-header h1,
.page-header h2,
.page-header h3 {
	color: #2e6196;
}

.modal {
	z-index: 4000;
}

.modal-body {
	padding-top: 25px;
	padding-bottom: 25px;
}
