* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding-top: 128px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial",
		"��S �V�b�N ", YuGothic, "�q���M�m�p�S ProN W3 ", "Hiragino Kaku Gothic ProN ",
		"���C���I", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.42857;
	background-image: url("../img/background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	scrollbar-face-color:#888;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 300;
	line-height: 1.2;
}

nav.nav-ibs {
	height: 98px;
	background-color: rgb(67, 110, 189);
	font-size: 16pt;
	color: #ffffff;
	padding-top: 35px;
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
}

.breadcrumb {
	position: fixed;
	left: 0px;
	top: 98px;
	width: 100%;
	height: 30px;
	background-color: #f5f5f5;
	font-size: 10.5pt;
	padding-top: 5px;
	padding-left: 5pt;
	z-index: 10;
	border-radius: 0px;
}

.nav-ibs-logo {
	padding: 0px 10px;
	padding-top: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 98px;
	background-origin: content-box;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
}

.nav-company-name {
	position: absolute;
	top: 20px;
	left: 270px;
	width: 180px;
	height: 36px;
	background-image: url("../img/company_name.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.nav-ibs-title {
	position: absolute;
	top: 50px;
	left: 270px;
	width: 400px;
	height: 38px;
}

.nav-ibs>div>ul>li>a {
	margin-top: -10px;
	color: #ffffff;
}

.nav-ibs-logout {
	padding-right: 25px;
}

.table {
	background-color: #ffffff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>td, .table>thead>tr>th
	{
	vertical-align: middle;
}

.btn-voice-m {
	background-color: #ccccff;
}

.btn-voice-f {
	background-color: #ffcccc;
}

.panel-heading h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
	width: 75%;
	padding-top: 8px;
}

.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.progress {
	margin-bottom: 0 !important;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.table {
	font-size: 14px;
}

.sub-header {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14pt;
	border: none;
	border-left: 10px solid rgba(0, 0, 255, 0.2);
	background-color: rgba(192, 192, 255, 0.85);
}

.ibs-sub-header-toolbtn {
	padding-top: 21px;
	padding-right: 0px;
}

.control-label-sm {
	font-size: 10pt;
}

.form-group {
	margin-top: 2px;
	margin-bottom: 2px;
}

.btn-xs {
	height: 21px;
	padding-top: 0px;
	margin: 0px;
}

.sidebar {
	top: 98px;
}

.sidebar>.sidebar-title {
	margin-left: -8px;
	font-weight: bold;
}

@media ( min-width : 768px) {
	.main {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.search-conditions-box {
	position: fixed;
	left: 0px;
	top: 128px;
	height: 110px;
	background-color: #c1d5f1;
/*
background-attachment: fixedの不具合により使用しない
	background-image: url("../img/background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
*/
	z-index: 10;
	padding: 15px 20px;
	padding-top: 17px;
	border-bottom: 3px dashed #888;
}
.search-conditions-box.two-rows {
	height: 175px;
}

.search-content.main {
	padding-top: 115px;
}
.search-content.two-rows {
	padding-top: 180px!important;
}

textarea {
	resize: none;
}

.nav-sidebar .disabled {
	background-color: lightgray;
}

.modal .control-label {
	text-align: left;
}

.treegrid-expander {
	margin-right: 12px;
	color: peru;
}

.nav-tabs>li>a {
	color: black;
	background-color: lightgray;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
	color: black !important;
	background-color: #ccccff !important;
}

.btn-folder-operation, .btn-folder-operation:hover, .btn-folder-operation:active, .btn-folder-operation:visited, .btn-folder-operation:focus {
	color: peru;
	border-style: none;
	outline: none;
}

.share-child-file {
	display: none;
}

@-ms-viewport {
	width: auto;
}