/*================================================================================
	IME コントロール
================================================================================*/
/*	初期値自動	*/
.ime-auto {
	ime-mode: auto;
}
/*	 初期値が日本語入力モードになります。	*/
.ime-active {
	ime-mode: active;
}
/*	 初期値が英数字入力モードになります。	*/
.ime-inactive {
	ime-mode: inactive;
}
/*	 英数字入力モードになります。ユーザーの操作によるモードの変更はできません。	*/
.ime-disabled {
	ime-mode: disabled;
}


html, body {
	background: url("../images/bg.gif") fixed;
}

body {
	padding-top: 100px;
}

body.login {
	background-color: #eee;
}

address {
	text-align: center;
	margin: 20px;
}


.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.bold {
	font-weight: bold;
}

.ruby {
	font-size: 9px;
}

.hidden {
	display: hidden;
}


table.receipt {
	border-left-width: 0;
}

table.receipt caption {
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}

table.receipt thead {
	background-color: #f9f9f9;
}

table.receipt th {
	font-size: 10px;
	text-align: center;
}

table.receipt tfoot tr td {
	border-top: 1px solid #ddd;
}

table.receipt th,
table.receipt td {
	border-left: 1px solid #ddd;
}

td {
	empty-cells:show;
}

.datt_span2 {
	width: 74px;
}

table.table [class*="span"]{
	margin-left: 0;
}

.margin_bottom4 {
	margin-bottom: 4px;
}

.operatingTop {
	font-size: 11px;
}

.navbar .navbar-inner .container .brand {
	padding: 12px 5px;
}

.ui-autocomplete, .ui-autocomplete-input {
	background: #fff;
	border-color: #ccc;
}

/* 栃木建協_H28年度改修 */
.header-transition {
	background-color: #039;
}

.leader-btn-width {
	width: 65px;
}


