/*!
 * powered by lzh
 */
/*********** common *********/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

html {
	height: 100%
}

body {
	font-family:"Meiryo";
	height: 100%;
}

table {
	margin-bottom: 0 !important;
}

.fixed-top-adds {
	padding: 5px 5px 0px 5px;
	background-color: #e1e1e1;
}

.sticky-top-adds {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e1e1e1;
}
.full-width {
	width: 100% !important;
}

.qq-label {
	/* ::: 2021.06.15 [岡山CLUES] 応需検索・応需一覧 Del Start yanxin.zhao */
	/* border-left: 12px solid #0080ff !important; */
	/* ::: 2021.06.15 [岡山CLUES] 応需検索・応需一覧 Del End yanxin.zhao */
	/* ::: 2021.06.15 [岡山CLUES] 応需検索・応需一覧 Add Start yanxin.zhao */
	border-left: 12px solid #486EA7 !important;
	/* ::: 2021.06.15 [岡山CLUES] 応需検索・応需一覧 Add End yanxin.zhao */
	padding-left: 5px;
	height: 30px;
	line-height:30px;
	display: flex;
	margin-bottom: 10px;
}

.qq-label h4{
	line-height: 30px;
}

.qq-label h5{
	font-weight:500;
	line-height: 30px;
}


#wrapper {
	padding: 85px 15px 80px 15px;
}

.nav-top {
	margin: 0;
	background-color: #e1e1e1;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px -8px 10px -10px black;
	-moz-box-shadow: 0px -8px 10px -10px black;
	box-shadow: 0px -8px 10px -10px black;
	transition-duration: 0.4s;
}

.nav-top .nav-top-row {
	margin: 0px;
}

.nav-top .nav-top-row div:first-child {
	border-top: 6px solid #e1e1e1 !important;
	border-right: 3px solid #e1e1e1 !important;
	border-bottom: 6px solid #e1e1e1 !important;
	border-left: 6px solid #e1e1e1 !important;
}

.nav-top .nav-top-row div {
	border-top: 6px solid #e1e1e1 !important;
	border-right: 3px solid #e1e1e1 !important;
	border-bottom: 6px solid #e1e1e1 !important;
	border-left: 3px solid #e1e1e1 !important;
	text-align: center;
	height: 60px;
	line-height: 48px;
	background-color: #A9A9A9;
	padding: 0px;
}

.nav-top .nav-top-row div:last-child {
	border-top: 6px solid #e1e1e1 !important;
	border-right: 6px solid #e1e1e1 !important;
	border-bottom: 6px solid #e1e1e1 !important;
	border-left: 3px solid #e1e1e1 !important;
}

.nav-top .nav-top-row  .currentPage {
	background-color: #2b4490;
	color: #ffffff
}

.nav-top .nav-top-row  .currentPage i {
	color: #ffffff
}

/*********** login ***********/
.qq-logo {
	float: left;
}

.title-col {
	margin-left: 0px;
	padding: 0px;
}

.font-bold {
	font-weight: 600;
}

.body-bg {
	background-color: #ffffff;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.loginColumns {
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 20px 20px 20px;
}

.center {
	text-align: center;
}

body {
	font-size: 13px !important;
}
.title-col h2 {
	font-size: 22px !important;
}
.title-col p {
	font-size: 15px !important;
}
h3 {
	font-size: 21px !important;
}
h4 {
	font-size: 20px !important;
}
h5 {
	font-size: 15px !important;
}
.nav-top i {
   	font-size: 15px !important;
   	line-height: 48px;
	color:#ffffff;
   }
   .btn {
   	font-size: 0.7rem !important;
   }

/*********** footer ***********/
.nav-bottom {
	margin: 0;
	height: 75px;
	background-color: #e1e1e1;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px -8px 10px -10px black;
	-moz-box-shadow: 0px -8px 10px -10px black;
	box-shadow: 0px -8px 10px -10px black;
	transition-duration: 0.4s;
}

.nav-bottom .nav-dash {
	background-color: #A9A9A9;
	color:#ffffff;
	height: 80px;
	padding-top: 15px;
	text-align: center;
	border: 1px solid #d2d2d2;
}

.nav-bottom i {
	font-size: 30px;
}

.nav-bottom .currentPage {
	background-color: #2b4490;
	color: #ffffff
}

.nav-bottom .currentPage i {
	color: #ffffff
}

/*********** 2020/04/26 ver add ***********/
.login-title {
	font-size: 30px !important;
}

.title-div {
	height: 85%;
	margin-left: 0px !important;
	border-bottom: 4px solid;
    border-bottom-color: #376092;
}

.samll-title {
	margin: auto !important;
}

.ibox-content {
	margin-top: 20px;
}

.btn-primary {
	background-color: #2b4490;
}

.border-bottom {
	border-bottom: 2px solid #dee2e6 !important;
}

.btn-lable{
	background-color: #a9a9a9;
	border:none;
}

.btn-title-primary {
	background-color: #203864;
}

.message {
	color : #FF0000;
	font-weight : bold;
	margin-bottom :-30px;
	text-align : left;
}

/*********** システムエラー画面用 ***********/
.h5-title {
	padding-top: 5px;
	background-color: #e7e6e6;
}

#home-wrapper {
	padding-top: 80px;
    padding-bottom: 75px;
    min-height: 100%;
}

.h5-message-div {
	font-size: 20px;
	text-align: center;
}

.h5-svg-div {
	font-size: 15em;
	text-align: center;
}

.h5-message-label {
	text-align: left;
	color: black;
	max-width: 340px;
}
/*********** システムエラー画面用 ***********/