.action{
	width:80px
}

.error-message{
	color: red;
}

.fontmono{
	font-family: monospace;
}

.minheight {
	min-height:550px;
}

.user_inliine-block{
	display: inline-block;
	/*width: 150px;*/
	padding-right: 25px;
	margin-top:7px

}

label{
	padding-left:3px;
	vertical-align:top;
}

li{
	font-size:12px;
}

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}
.loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

td.day{
	cursor: pointer;
	cursor: hand
}

.seach_form{
	margin-top: 20px;
}

.inline_block{
	display:inline-block;
}

.btn-breadcrumb{
	margin-bottom: 10px;
}

.d-iinline-block{
	display: inline-block;
}

dt {
	float: left ;
	width:120px;
}

dt::after {
	content: " : " ;	/* dtの後に区切り文字を付けたい場合 */
}

dd {
	margin-left: 5px ;
}

.alert-warning,.alert-danger, .alert-error,.alert-success{
	color:white;
}

.color-red{
	color:red;
}

.x_title h2{
	width:95%;
}

ul.bar_tabs{
	background:none;
}

ul.bar_tabs > li{
	margin-top: 0;
}

ul.bar_tabs > li.active{
	margin-top: 0;
}

ul.bar_tabs{
	height: 100%;
}

.nowrap {
white-space: nowrap;
}

option:disabled {
  color: #ccc;
}
.img_max_height_150{
	max-height: 150px;
}

tr.deleted{
	background-color: gray;
	color:white;

}

td.oder_count_caution{
	color:red;
	font-weight:bold;
}


li.top_menu_active{
	background-color:#D9DEE4
}


.nav-border {
	border-left:2px solid ; /*線の設定*/
	padding:3px; /*余白の設定*/
	height: 30px;
	margin-top: 20px;
}


.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.pl-0{
	padding-left: 0px !important;
}

.pr-0{
	padding-right: 0px !important;
}

.pt-0{
	padding-top: 0px !important;
}

.pb-0{
	padding-bottom: 0px !important;
}

.ml-0{
	margin-left: 0px !important;
}

.mr-0{
	margin-right: 0px !important;
}

.mt-0{
	margin-top: 0px !important;
}

.mb-0{
	margin-bottom: 0px !important;
}

.m-0{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.frame {
    /*border: 1px solid #ccc;*/
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

body{
	font-family: 'メイリオ', 'Meiryo', sans-serif !important ;
}

