@charset "utf-8";
/**
 * 基本スタイル
 * PC固定幅での運用を想定しています。
 */

/* bootstrapの設定変更 */
html {
	font-size: 12px;
}
body {
	overflow-y: scroll;
	padding: 59px 0 30px;
	font-family: Verdana, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", "MS Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.42857143;
	color: #333;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.tooltip, .popover {
	font-family: inherit;
}
/*
.container {
	max-width: none !important;
	width: 1216px;
}
*/
/*
.modal-lg {
	width: 900px;
}
*/
div#main {
	padding-top: 8px;
	padding-bottom: 8px;
}
input::-ms-clear {
	display: none;
}
input::-ms-reveal {
	display: none;
}
.form-control[readonly] {
	cursor: default;
}
.form-control[readonly]:focus {
	border: 1px solid #ccc;
	box-shadow: none;
}
.form-control[readonly], span.form-control {
	background: #f6f9fc;
	color: #000;
}
.input-group-sm .form-control::-webkit-input-placeholder,
.input-sm.form-control::-webkit-input-placeholder {
	padding-top: 2px;
}
.form-group-sm span.form-control,
.input-group-sm span.form-control,
.form-group-sm span.form-control-static,
.input-group-sm span.form-control-static {
	line-height: 1.2;
}
.bg-changed {
	background: #ff9 !important;
}


/*
@media (max-width: 767px) {
	.container {
		width: 670px;
	}
}
*/
/*
.navbar ul.dropdown-menu > li > a {
	padding: 3px 10px;
}
*/
.navbar li > a > i.fa {
	margin-right: 3px;
}
@media (max-width: 767px) {
	#gnav-version-info {
		display: none;
	}
}
#gnav-version-info > a:hover {
	background: none;
}
#gnav-version-info > a > p {
	margin: 0;
	padding: 0 8px;
	height: 20px;
	line-height: 18px;
	background: #fff;
	color: #f00;
	font-size: 14px;
	border-radius: 4px;
}
.navbar-right {
	margin-right: 0;
}
.navbar-brand {
	font-size: 1.35rem;
}
/*
.modal-dialog {
	min-width: 600px;
}
*/
/*
.modal-header, .modal-body, .modal-footer {
	padding: 7px 14px;
}
.modal-content > div:last-child {
	padding-bottom: 14px;
}
*/
.modal-header .modal-title i {
	margin-right: 5px;
}
.form-horizontal .form-group {
	margin-bottom: 5px;
}
.form-inline + .form-inline {
	margin-top: 10px;
}
.form-inline .form-group {
	margin: 0;
}
.form-inline .form-group + .form-group {
	margin-left: 20px;
}
.form-inline .form-control {
	display: inline-block;
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}
.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.btn:hover {
	background-image: none;
}
.btn + .btn, .modal-footer .btn + .btn {
	margin-left: 20px;
}
.well.well-form {
	margin: 0;
	padding: 9px;
	background: #f6ffff;
}
.input-group-sm .input-group-btn .fa {
	vertical-align: top;
	line-height: 14px;
}
.form-group-sm select.form-control,
select.input-sm {
	padding-top: 0;
	padding-bottom: 0;
}

.list-group-item.disabled {
	cursor: default;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #3ae;
}
.pagination > .disabled > span {
	border-top: none;
	border-bottom: none;
	cursor: default !important;
}

/* ページタイトル */
.page_title {
	margin: 10px 0;
	position: relative;
}
.page-title-bar {
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	background-color: #EEEEEE;
	top: 42px;
	z-index: 999;
	padding: 0 1rem;
}

/* テーブル */
.table {
	margin-bottom: 0;
}
.table-striped > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr.odd {
	background-color: #f3fbfe;
}
.table-striped > tbody > tr.even {
	background-color: transparent;
}
.table-hover > tbody > tr:hover,
.table-hover > tbody > tr.odd:hover,
.table-hover > tbody > tr.even:hover {
	background-color: #ffc;
}
.table > tbody > tr.disabled {
	color: #777;
	background: #efefef;
}
.table-hover > tbody > tr.disabled:hover {
	background: #e6e6e6;
}
.table > .middle > tr > th,
.table > .middle > tr > td {
	vertical-align: middle;
}
.table > thead > tr.notlastrow > th {
	border-bottom-width: 1px;
}
th, td {
	word-break: break-all;
	word-wrap: break-word;
}
th {
	font-weight: bold;
}
td > a > i.fa {
	font-size: 1.175em;
	width: 1em;
}
tbody.searchedlist > tr:hover {
	background: #ff9;
}
tbody.searchedlist > tr .fa.text-primary {
	font-size: 1.2em;
}
tbody.searchedlist > tr:hover .fa.text-primary {
	color: #0cf;
}

/* datepicker */
.datepicker.dropdown-menu {
	padding: 2px 4px;
	z-index: 1100;
}
.datepicker-days .sat {
	color: #36f;
}
.datepicker-days .sun {
	color: #d33;
}
.datepicker-days .hol {
	color: #d33;
}


/* 汎用 */
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.top {
	vertical-align: top !important;
}
.middle {
	vertical-align: middle !important;
}
.bottom {
	vertical-align: bottom !important;
}
.baseline {
	vertical-align: baseline !important;
}
.fixed {
	position: fixed !important;
}
.absolute {
	position: absolute !important;
}
.relative {
	position: relative !important;
}
.nowrap {
	white-space: nowrap !important;
}
.inline {
	display: inline !important;
}
.inlineblock {
	display: inline-block !important;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.hide {
	display: none;
}
.invisible {
	visibility: hidden;
}
.bold {
	font-weight: bold;
}
.break {
	word-break: break-all;
	word-wrap: break-word;
}
.clear {
	clear: both;
}
.section {
	margin-top: 0;
	margin-bottom: 10px;
}
.section.mini {
	margin-bottom: 4px;
}
.section.minimini {
	margin-bottom: 2px;
}
.inner {
	padding: 8px 15px;
}
.inner.mini {
	padding: 4px;
}
.wFull {
	width: 100% !important;
}
.wAuto {
	width: auto !important;
}
.fontxsmall {
	font-size: 0.6em;
}
.fontsmall {
	font-size: 0.8em;
}
.fontlarge {
	font-size: 1.2em;
}
.fontxlarge {
	font-size: 1.4em;
}
.red {
	color: #f00 !important;
}


/* width */
.w01em {width: 1em !important;} .w02em {width: 2em !important;} .w03em {width: 3em !important;} .w04em {width: 4em !important;} .w05em {width: 5em !important;}
.w06em {width: 6em !important;} .w07em {width: 7em !important;} .w08em {width: 8em !important;} .w09em {width: 9em !important;} .w10em {width:10em !important;}
.w11em {width:11em !important;} .w12em {width:12em !important;} .w13em {width:13em !important;} .w14em {width:14em !important;} .w15em {width:15em !important;}
.w16em {width:16em !important;} .w17em {width:17em !important;} .w18em {width:18em !important;} .w19em {width:19em !important;} .w20em {width:20em !important;}
.w21em {width:21em !important;} .w22em {width:22em !important;} .w23em {width:23em !important;} .w24em {width:24em !important;} .w25em {width:25em !important;}
.w26em {width:26em !important;} .w27em {width:27em !important;} .w28em {width:28em !important;} .w29em {width:29em !important;} .w30em {width:30em !important;}
.w31em {width:31em !important;} .w32em {width:32em !important;} .w33em {width:33em !important;} .w34em {width:34em !important;} .w35em {width:35em !important;}
.w36em {width:36em !important;} .w37em {width:37em !important;} .w38em {width:38em !important;} .w39em {width:39em !important;} .w40em {width:40em !important;}
.w41em {width:41em !important;} .w42em {width:42em !important;} .w43em {width:43em !important;} .w44em {width:44em !important;} .w45em {width:45em !important;}
.w46em {width:46em !important;} .w47em {width:47em !important;} .w48em {width:48em !important;} .w49em {width:49em !important;} .w50em {width:50em !important;}

.w05per {width: 5% !important;} .w10per {width:10% !important;} .w15per {width:15% !important;} .w20per {width:20% !important;} .w25per {width:25% !important;}
.w30per {width:30% !important;} .w35per {width:35% !important;} .w40per {width:40% !important;} .w45per {width:45% !important;} .w50per {width:50% !important;}
.w55per {width:55% !important;} .w60per {width:60% !important;} .w65per {width:65% !important;} .w70per {width:70% !important;} .w75per {width:75% !important;}
.w80per {width:80% !important;} .w85per {width:85% !important;} .w90per {width:90% !important;} .w95per {width:95% !important;} .w99per {width:99% !important;}


.bg-dragging,
.bg-dragging * {
	background: #f33 !important;
}
.bg-dragging > * {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}


.stepnav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	font-size: 12px;
	z-index: 1;
	border-radius: 4px;
	overflow: hidden;
}
.stepnav:after {
	content: ' ';
	display: table;
	clear: both;
}
.stepnav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 20px;
	height: 24px;
	line-height: 24px;
	color: #666;
	background: #ddd;
}
.stepnav li:before, .stepnav li:after {
	position: absolute;
	right: -6px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: #fff;
	z-index: 2;
}
.stepnav li:before {
	top: 0;
	transform: skew(45deg);
}
.stepnav li:after {
	bottom: 0;
	transform: skew(-45deg);
}
.stepnav li.current {
	color: #fff;
	background: #28c;
}
.stepnav li:first-child {
	padding-left: 10px;
}

/* 検索付ドロップダウン */
.input-group.dropdown-search-group {
	position: relative;
}
.input-group.dropdown-search-group > .form-control {
	overflow: hidden;
}
.input-group.dropdown-search-group > .input-group-btn {
	position: static;
}
.input-group.dropdown-search-group .dropdown-search-menu {
	left: 4px;
	right: 4px;
	z-index: 1000;
}
.input-group.dropdown-search-group .dropdown-search-menu > li {
	padding: 0 4px;
}
.input-group.dropdown-search-group .dropdown-search-result {
	position: relative;
	list-style: none;
	margin: 8px 0;
	padding: 0 4px;
	overflow-y: auto;
	max-height: 240px;
}
.input-group.dropdown-search-group .dropdown-search-result li {
	border-top: 1px solid #ccc;
}
.input-group.dropdown-search-group .dropdown-search-result li:first-child {
	border-top: none;;
}
.input-group.dropdown-search-group .dropdown-search-result li > a,
.input-group.dropdown-search-group .dropdown-search-result li > span {
	color: #333;
	display: block;
	padding: 2px 8px;
	white-space: nowrap;
	text-decoration: none;
}
.input-group.dropdown-search-group .dropdown-search-result li.selected a {
	background: #2fa4e7;
	color: #fff;
}

span.dropdown-search-reset {
	float: right;
	cursor: pointer;
}
span.dropdown-search-reset:hover {
	color: #999;
}

/* ダイレクト検索ドロップダウン */
.dropdown-menu.direct-search-result {
	list-style: none;
	padding: 4px 4px 0;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 240px;
}
.dropdown-menu.direct-search-result > li {
	padding: 0;
}
.dropdown-menu.direct-search-result > li {
	border-top: 1px solid #ccc;
}
.dropdown-menu.direct-search-result > li:first-child {
	border-top: none;
}
.dropdown-menu.direct-search-result > li:last-child {
	margin-bottom: 4px;
}
.dropdown-menu.direct-search-result > li > a,
.dropdown-menu.direct-search-result > li > span {
	color: #333;
	display: block;
	padding: 2px 8px;
	white-space: nowrap;
	text-decoration: none;
}
.dropdown-menu.direct-search-result li > a:hover {
	background: inherit;
}
.dropdown-menu.direct-search-result li.selected a {
	background: #2fa4e7;
	color: #fff;
}

/* validation-error */
.tooltip.validation-error {
	opacity: 1;
	z-index: 5;
}
.tooltip.validation-error a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.tooltip.validation-error a > i {
	color: #fbc;
}
.tooltip.validation-error a:hover > i {
	color: #fff;
}
.tooltip.validation-error .tooltip-inner {
	background: #f00;
}
.tooltip.validation-error:hover .tooltip-inner {
	background: #d33;
}
.tooltip.validation-error.top .tooltip-arrow {
	border-top-color: #f00;
}
.tooltip.validation-error.top:hover .tooltip-arrow {
	border-top-color: #d33;
}
.tooltip.validation-error.top-left .tooltip-arrow {
	border-top-color: #f00;
}
.tooltip.validation-error.top-left:hover .tooltip-arrow {
	border-top-color: #d33;
}
.tooltip.validation-error.top-right .tooltip-arrow {
	border-top-color: #f00;
}
.tooltip.validation-error.top-right:hover .tooltip-arrow {
	border-top-color: #d33;
}
.tooltip.validation-error.right .tooltip-arrow {
	border-right-color: #f00;
}
.tooltip.validation-error.right:hover .tooltip-arrow {
	border-right-color: #d33;
}
.tooltip.validation-error.left .tooltip-arrow {
	border-left-color: #f00;
}
.tooltip.validation-error.left:hover .tooltip-arrow {
	border-left-color: #d33;
}
.tooltip.validation-error.bottom .tooltip-arrow {
	border-bottom-color: #f00;
}
.tooltip.validation-error.bottom:hover .tooltip-arrow {
	border-bottom-color: #d33;
}
.tooltip.validation-error.bottom-left .tooltip-arrow {
	border-bottom-color: #f00;
}
.tooltip.validation-error.bottom-left:hover .tooltip-arrow {
	border-bottom-color: #d33;
}
.tooltip.validation-error.bottom-right .tooltip-arrow {
	border-bottom-color: #f00;
}
.tooltip.validation-error.bottom-right:hover .tooltip-arrow {
	border-bottom-color: #d33;
}

/* dropfilter */
.dropfilter-wrapper {
	position: relative;
	display: block;
}
.dropfilter.dropdown-menu {
	min-width: 10em;
	position: absolute;
}
.dropfilter.dropdown-menu .dropfilter-header {
	margin: 0 0.5rem 4px;
}
.dropfilter.dropdown-menu .dropfilter-header .input-group-addon {
	background: #fff;
}
.dropfilter.dropdown-menu .dropfilter-detail {
	margin: 0 0.5rem;
	padding: 0;
	list-style: none;
	overflow-y: scroll;
	max-height: 20em;
}
.dropfilter.dropdown-menu .dropfilter-detail li {
}
.dropfilter.dropdown-menu .dropfilter-detail li a {
	display: block;
	margin: 0;
	padding: 0 4px;
	/*height: 1.8em;*/
	min-height: 1.8em;
	line-height: 1.8em;
	text-decoration: none;
	color: #333;
	/*white-space: nowrap;*/
	border-bottom: 1px solid #ccc;
}
.dropfilter.dropdown-menu .dropfilter-detail li:first-child a {
	border-top: none;
}
.dropfilter.dropdown-menu .dropfilter-detail li a.blank {
	color: #999;
}
.dropfilter.dropdown-menu .dropfilter-detail li a.selected {
	color: #fff;
	background: #39f;
}

.dropfilter.dropdown-menu .dropfilter-detail-sm li a {
	font-size: 0.875rem;
}

.collapsing.not-animation {
	-webkit-transition: none;
	     -o-transition: none;
	        transition: none;
}

/* sortlink */
a.sortlink {
	position: relative;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	padding-right: 2em;
	text-align: left;
	color: #333;
}
a.sortlink:after {
	position: absolute;
	right: 2px;
	content: "\f0dc";
	font-family: FontAwesome;
	color: #999;
}
a.sortlink.asc, a.sortlink.desc {
	color: #169;
}
a.sortlink.asc:after {
	content: "\f0de";
}
a.sortlink.desc:after {
	content: "\f0dd";
}
a.sortlink:hover {
	color: #39c;
}
a.sortlink.asc:after,
a.sortlink.desc:after,
a.sortlink:hover:after {
	color: inherit;
}

.updownkeylist > .selected {
	background: #ff9 !important;
}

/* フッター */
.footer {
	min-height: 20px;
}
.footer .footer-text {
	text-align: center;
	margin: 5px;
	font-size: 10px;
}

/* 背景色 */
.alert-ex1 {
	color: #818182;
	background-color: #f5f5f5;
	border-color: #e3e3e3;
}

/* ボタン角丸大きめ */
.btn-maru {
	border-radius: 2rem;
	border-style: outset;
	border-width: 5px;
}
.btn-maru:active {
	border-style: inset;
}
.btn-maru-sm {
	border-radius: 1rem;
	border-style: outset;
	border-width: 3px;
	padding: 0.2rem 0.5rem;
}
.btn-maru-sm:active {
	border-style: inset;
}

/* ボタン立体的 */
.btn-inoutset {
	border-radius: 0.25rem;
	border-style: outset;
	border-width: 2px;
	padding: 0.1rem 0.5rem;
	font-size: 1.2rem;
}
.btn-inoutset:active {
	border-style: inset;
}
