body {
    font-size: 15px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background: #fff;
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #293747;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: underline;
  color:#407e8b;
}
img{
max-width:100%;
	vertical-align: bottom;
}
svg{
	margin-right:7px;
}



.pc{
	display:table-cell !important;
}
.sp{
	display:none !important;
}

.container-fluid {
    max-width: 1300px !important;
}


.aContainer{
	width:100%;
	max-width: 2000px;
	margin: 0 auto;
}


input, select, textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type="file"]{
	border:none;
}
input[type="text"], input[type="password"]{
	width:100%;
}


/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

/*エラー*/
#error_msg ul, #error_msg p {
  color: #da667d;
  padding: 10px 0;
  font-weight: bold;
}


/*見出し*/
.h2 {
  font-size: 16px;
	margin: 0;
}


/*背景*/
.bg-green{
	background:rgba(0,168,178,0.05);
	border-radius: 8px;
}

/*文字色*/
.cl-green {
  color: #00a8b2;
}


/*横幅*/
.w-100p{
	width:100%;
}
.th-w2em {
  width: 2em;
}
.th-w5em {
  width: 5em;
}
.min-w-900{
	min-width: 900px;
}




/*basic-table*/
table.basic-table {
    width: 100%;
	color: #212529;
}
table.basic-table thead {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
table.basic-table th, table.basic-table td {
    padding: 2px 5px;
	vertical-align: top;
	border: 1px solid #efefef;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

table.basic-table thead th {
    vertical-align: middle;
    background: #00a8b2;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
	border-bottom:none;
	color:#fff;
	font-weight: normal;
	text-align: center;
}

.scroll {
    overflow-x: auto;
	max-height: 500px;
	border: 1px solid #ddd;
	margin-bottom: 2px;
  }


/*ボタン*/
.btn{
	padding: 2px 0.75rem;
}

.btn-green {
    background: #00a8b2;
	font-weight: 500;
    color: #fff;
	  -webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -ms-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  transition: all 0.2s ease;
	letter-spacing: -0.5px;
	font-size: 15px;
}
.btn-green:hover {
    background: #14838a;
	color: #fff;
	text-decoration: none;
}

.btn-yellow{
    background: #e59217;
	font-weight: 500;
	color:#fff;
	 -webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -ms-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  transition: all 0.2s ease;
	letter-spacing: -0.5px;
	font-size: 15px;
}
.btn-yellow:hover{
	background: #be5405;
	color:#fff;
}

.btn-pink{
    background: #ee859a;
	font-weight: 500;
	color:#fff;
	 -webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -ms-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  transition: all 0.2s ease;
	letter-spacing: -0.5px;
	font-size: 15px;
}
.btn-pink:hover{
	background: #da667d;
	color:#fff;
}




.btn-white {
  background: #fff;
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: -0.5px;
  font-size: 15px;
  border: 1px solid #999;
  cursor: pointer;
	color: #999
}
.btn-white:hover {
    background: #f2f2f2;
	color: #999
}

.delete-btn {
  color: #00a8b2;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}


.btn-search {
  border: 1px solid #00a8b2;
  background: #fff;
  font-weight: 500;
  color: #00a8b2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: -0.5px;
  font-size: 15px;
}
.btn-search:hover {
	background: #00a8b2;
	color: #fff;
}

.btn-search svg {
  margin-right: 0;
}


/*モーダル*/
.modal-content {
	border-radius: 0;
}



/*ヘッダー*/
header.admin-header{
	width: 100%;
	height: 43px;
	padding-top: 5px;
	color: #fff;
	background: #00a8b2;
	position: fixed;
	top: 0;
	box-sizing: border-box;
	z-index: 1000;
}
img.page-logo{
	padding-right:5px;
	vertical-align: middle;
	height: 33px;
}
span.pc-logo {
  font-size: 16px;
  font-weight: bold;
	display: inline-block;
padding-top: 3px;
	color: #fff;
}
ul.header-right{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: end;
	align-items: center;
}


li.header-logout a {
	border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
}
li.header-logout a:hover {
	background: #fff;
	color: #1a92b1;
	text-decoration: none;
}
ul.header-right li.header-setting a {
  color: #fff;
}

ul.header-right li.header-setting .dropdown-menu a {
  color: #212529;
}
.dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
ul.header-right li.header-logout {
  margin-right: 10px;
  margin-left: 10px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}
.dropdown-menu {
  top: 98%;
  left: auto;
  right: 0;
}

.link-home a {
  color: #fff;
  display: block;
  margin-right: 15px;
}


/*コンテンツheader*/
.mainContent {
	padding-top: 43px;
	transition: all .5s;
	padding-bottom: 80px;
}
.content-header {
    background: #fff;
    height: 43px;
    font-size: 18px;
    font-weight: 700;
    line-height: 43px;
    border-bottom: 1px solid #ccc;
	color: #666;
}

.content-inner {
  padding: 20px 15px;
}
.nav-link {
  display: block;
  padding: 0;
}

/*ログインページ*/
body.login {
  background: #efebeb;
}

.login-wrapper{
	margin-top:150px;
}

.logo span {
  color: #00a8b2;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}
.login-bottom {
    width: 100%;
    height: 50px;
    background: #1a92b1;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
}
.login-bottom p{
	margin: 0;
	color: #fff;
	line-height: 50px;
}



/*------------------------------
メニュー
-----------------------------------*/
.menu-wrap a {
  border: 3px solid #00a8b2;
  border-radius: 10px;
  height: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  color: #00a8b2;
}

.menu-wrap a svg {
  font-size: 30px;
  margin-bottom: 15px;
}

.menu-wrap a:hover{
	background:#f2f2f2;
	text-decoration: none;
}



/*------------------------------
検査NO.一覧 
-----------------------------------*/
.all-btn {
  margin-left: 2px;
}



/*------------------------------
検査登録
-----------------------------------*/
.result-inner{
	margin-bottom:30px;
}
.result-inner:last-child{
	margin-bottom:0;
}
.edit-input {
	display: inline;
  }
  .edit-input input {
	width:auto;
  }
 

/*フッター*/
/*ページbottomボタンエリア*/
.content-bottom {
    height: 40px;
    background:rgba(204,204,204,0.8);
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    z-index: 100;
	padding: 0 20px;
	transition: all .5s;
	color: #fff;
	width: 100%;
}

.content-bottom a{
	color:#666;
	line-height: 40px;
	font-weight: bold;
}
.content-bottom a:hover{
	text-decoration: none;
	opacity: 0.7;
}


@media screen and (max-width: 768px) {
	.pc-logo{
		display:none !important;
	}
	.pc{
		display:none !important;
	}
	.sp{
		display:table-cell !important;
	}
	
	.login-wrapper input{
		font-size:16px !important;
	}
	
	.login-wrapper {
	  margin-top: 100px;
	}
	
	
	
}


@media screen and (max-width: 576px) {
	#sideMenu {
	  margin-bottom: 60px;
	}
	dl.seisaku {
		display: block;
	}
	dl.seisaku dt {
		text-align: left;
	}
	.btn-orange {
	  padding: 2px 5px;
	}
	
	
}
