html,body {
	background: url("../images/bg.gif") fixed;
}

body {
	padding-top: 60px;
}

body.login {
	background-color: #eee;
}

address {
	text-align: center;
	margin: 20px;
}

th, td {
	empty-cells:show;
	word-break: break-all;
}

input[type="checkbox"],
input[type="radio"] {
	margin-top: -1px;
}


.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;
}

.ui-autocomplete {
	background: white;
	max-height: 408px;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-autocomplete-input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-menu .ui-menu-item .combo-indent {
	padding-left: 1em;
}

.ui-autocomplete-category {
	background: #f8f8f8;
	font-weight: bold;
	margin-top: 2px;
}

/**
 * 原因不明
 * jsonで待機中のdivに謎のインラインスタイルによるheightが入り、
 * スクロールバーが表示されてしまうので、強制的に解除する
 */
#omss_dialog_common {
	height: auto !important;
}

.clickable {
	cursor: pointer;
}

/* チェックボックス, ラジオボタンに付属する文字 */
.radio-text, .check-text {
	vertical-align: middle;
}

.alert {
	margin-bottom: 0;
}

#materialsRet {
	width: 56px;
	margin-left: 10px;
}

/* common/findMaterials */
#modal2 {
	width: 660px;
	margin-left: -330px;
}

#materialsClear {
	margin-left: 10px;
}

#materialsReturn {
	width: 56px;
	margin-left: 10px;
}
#m-select {
	width: 340px;
}

/* 栃木建協_H28年度改修 */
.header-transition {
	background-color: #039;
}

/* 栃木建協_201801 リーダーの案件（統合委託業務）ごと設定対応 */
.leader-btn-width {
	width: 65px;
}
.margin_bottom4 {
	margin-bottom: 4px;
}
