body {
    font-size: 14px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	line-height: 1.3;
	color: #333;
	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: #04508a;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: underline;
  color:#04508a;
}
img{
	max-width:100%;
	vertical-align: bottom;
}
svg{
	margin-right:7px;
	color: #666;
}
table svg {
	margin-right: 0;
	color: #04508a;
}
.dropdown {
  display: inline;
}
.dropdown-menu {
  font-size: 13px;
	padding: 5px 0;
	min-width: auto;
}
.dropdown-item{
	padding: 0.25rem 10px;
}
.dropdown-item svg {
  color: #00aeef;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00aeef;
}
.dropdown-item:hover svg, .dropdown-item:focus svg {
  color: #fff;
}

/*padding*/
.pl-20{
	padding-left:20px !important;
}
.pr-20{
	padding-right:20px !important;
}
.pl-40{
	padding-left:40px !important;
}
.pr-40{
	padding-right:40px !important;
}

/*margin*/
.mb-10{
	margin-top: 10px;
}
.mt-30{
	margin-top: 30px;
}

/*width*/
.wd-2{
	width: 2rem !important;
	flex-shrink: 0;
}
.wd-3{
	width: 3rem !important;
	flex-shrink: 0;
}
.wd-4{
	width: 4rem !important;
	flex-shrink: 0;
}
.wd-5{
	width: 5rem !important;
	flex-shrink: 0;
}
.wd-8{
	width: 8rem !important;
	flex-shrink: 0;
}
.wd-10{
	width: 10rem !important;
	flex-shrink: 0;
}
.wd-12{
	width: 12rem !important;
}
.wd-14{
	width: 14rem !important;

}
.th-w2em {
  width: 2em;
}
.th-w5em {
  width: 5em !important;
}
.th-w8em {
  width: 8em !important;
}
.th-w4em{
  width: 4em;
}
.w-min730{
	min-width:730px !important;
}
.w-100p{
	width:100% !important;
}
.w-100p-3em{
	width:calc(100% - 3rem) !important;
}
.w-100p-4em{
	width:calc(100% - 4rem) !important;
}
.w-100p-5em{
	width:calc(100% - 5rem) !important;
}

/*height*/
.hi-50{
	height:50px;
}
.hi-35{
	height:35px;
}
/*background-color*/
.bg-gray{
	background:#e6e6e6;
}

.cl-green {
  color: #04508a;
}
.cl-green svg {
  color: #04508a;
}
.cl-red {
  color: #e84646;
}
.cl-gray {
  color: #999;
}
.cl-blue{
	color: #04508a;
}
.h2 {
  font-size: 15px;
  margin: 0;
}
.h2 svg{
	color: #04508a;
}
.h5 {
  font-size: 1.1rem !important;
}
.deco-line{
	text-decoration: underline;
}

/* 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}


/*ドラッグアンドドロップ*/
.ui-sortable-handle {
  cursor: move;
}
.ui-sortable-handle:active {
  cursor: move;
}


.container-fluid {
  max-width: 1240px !important;
}
header.admin-header .container-fluid{
	max-width: none !important;
}
.aContainer{
	width:100%;
	max-width: 2000px;
	margin: 0 auto;
}

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


/*------------------------------
管理画面
トップページ
-----------------------------------*/
/*ヘッダー*/
header.admin-header{
	width: 100%;
	height: 43px;
	color: #04508a;
	background: #fff;
	position: fixed;
	top: 0;
	box-sizing: border-box;
	z-index: 1000;
	border-bottom: 3px solid #04508a;
}
ul.all-header {
    display: table;
	width: 100%;
	max-width: 2500px;
}
ul.all-header li {
    display: table-cell;
}
.page-logo {
  height: 35px;
}
.pc-logo {
  font-size: 14px;
  font-weight: bold;
}
ul.all-header li.page-logo-li{
	width:185px;
	border-right: 1px solid #d6d9e0;
	padding-top: 3px;
}
ul.all-header li.header-title{
padding: 0 20px;
height: 43px;
font-size: 18px;
color: #666666;
font-weight: 700;
vertical-align: middle;
}
ul.all-header li.header-title svg {
  color: #04508a;
}
ul.all-header li.header-user{
	padding: 0 20px;
	height: 43px;
	text-align: center;
	color:#212529;
	vertical-align: middle;
	text-align: right;
}
.header-user svg {
  color: #666;
}
ul.all-header li.header-logout{
	width: 200px;
	height: 43px;
	text-align: center;
	vertical-align: middle;
}
li.header-logout a {
    border:1px solid #04508a;
    display: block;
    padding: 3px;
    color: #04508a;
    border-radius: 4px;
}
li.header-logout a svg{
	color: #04508a;
}
li.header-logout a:hover {
	background:#04508a;
	text-decoration: none;
	color:#fff;
}
.header-logout a:hover svg {
  color: #fff;
}

/*サイトナビ*/
#slideNav {
	padding-top: 43px;
	width: 200px;
	height: 100%;
  z-index: 100;
  position: fixed;
  left: 0;
  background: #f2f2f2;
  color: #666;
  font-size: 16px;
  transition: all .5s;
}
#slideNav.openNav {
  left: 0;
}
#slideNav.closeNav {
  left: -200px;
}
button.navOnOff{
	position: absolute;
	top: 43px;
	right: -15px;
	width: 15px;
	height: 42px;
	background: #f2f2f2;
	border: none;
	border-right: 4px solid #04508a;
	border-bottom: 1px solid #d6d9e0;
	padding: 0;
}
button.navOnOff svg{
	margin:0;
	color: #666;
}

nav.sideNav-inner{
    height: 100%;
    overflow-x: hidden;
	border-right: 1px solid #d6d9e0;
}


.sideNav-ul li a{
	display: block;
	border-bottom: 1px solid #d6d9e0;
	padding: 10px 15px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	position: relative;
}
.sideNav-ul li a:hover, .sideNav-ul li a:focus, .sideNav-ul li a:active{
	text-decoration:none;
}


.sideNav-ul li a:hover{
	background: #e4e4e4;
}

.sideNav-ul ul.sub-menu{
	background:#fff;
}
.sideNav-ul ul.sub-menu a{
	border:none;
	font-size: 14px;
	padding: 7px 15px 7px 1.1em;
	letter-spacing: -1px;
}
.sideNav-ul li a.main-nav.down:after{
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: right;
	font-size: 14px;
	color: #B3B3B3;
	position: absolute;
	top: 12px;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	  content: "\f078";
	  font-weight: 900;
}
.sideNav-ul li a.main-nav.up:after{
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: right;
	font-size: 14px;
	color: #B3B3B3;
	position: absolute;
	top: 12px;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	  content: "\f077";
	  font-weight: 900;
}

ul#sideMenu li.sideNav-li svg {
  color: #04508a;
}
ul.sub-menu svg {
  color: #B3B3B3;
}
ul#sideMenu li.cl-green a {
  color: #04508a;
}
ul#sideMenu li.cl-green a svg {
  color: #04508a;
}

/*コンテンツheader*/
.mainContent {
    margin-left: 200px;
    background: #fff;
	padding-top: 43px;
	transition: all .5s;
	padding-bottom: 60px;
}

.btnarea {
  height: 42px;
  border-bottom: 1px solid #ccc;
	padding-top: 8px;
}
.contents-inner {
  padding: 0 20px;
}

/*basic-table*/
table.basic-table {
    width: 100%;
	color: #212529;
}
table.basic-table th, table.basic-table td {
    padding: 5px 5px;
	vertical-align: top;
	border: 1px solid #efefef;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
}

table.basic-table thead th {
    vertical-align: middle;
    background: #04508a;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
	border-bottom:none;
	color:#fff;
	font-weight: normal;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
	white-space: nowrap
}
table.basic-table thead th small {
	font-weight: bold;
}
table.basic-table td a {
  color: #212529;
  text-decoration: underline;
}
table.basic-table td a:hover{
	color: #04508a;
}
table.basic-table.member-table th, table.basic-table.member-table td {
	vertical-align: top;
}
table.basic-table.member-table th, table.basic-table.member-table td {
  border: none;
  border-bottom: 1px solid #ccc;
	vertical-align: bottom;
}
table.basic-table td.total-score {
  font-size: 130%;
  font-weight: bold;
}

.scroll {
    overflow-x: auto;
	border: 2px solid #e6e5e5;
  }
table.basic-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}


table.table-gray {
    width: 100%;
	color: #212529;
	font-size: 13px;
}
table.table-gray th, table.table-gray td {
    padding: 1px 5px;
	vertical-align: top;
	border: 1px solid #cccccc;
	background: #fff;
	vertical-align: top;
}
table.table-gray th{
	background:#f2f2f2;
}







/*ボタン*/
.btn{
	padding: 1.5px 0.5rem;
}
.btn-login{
	border: 1px solid #04508a;
    background: #04508a;
	font-weight: 600;
	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: 14px;
}
.btn-login:hover{
	border: 1px solid #013760;
    background: #013760;
	color: #fff;
}


.btn-green{
	border: 1px solid #009377;
    background: #fff;
	font-weight: 600;
	color: #009377;
	 -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: 14px;
}
.btn-green svg{
	color: #009377;
}
.btn-green:hover{
	background: #009377;
	color:#fff;
}
.btn-green:hover svg{
	color: #fff;
}
.btn-search {
	border: 1px solid #04508a;
    background: #fff;
	font-weight: 500;
    color: #04508a;
	  -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 svg{
	color: #04508a;
}
.btn-search:hover {
    background: #04508a;
	color: #fff;
	text-decoration: none;
}
.btn-search:hover svg{
	color: #fff;
}
.btn-pink{
	border: 1px solid #e84646;
    background: #fff;
	font-weight: 600;
	color: #e84646;
	 -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: 14px;
}
.btn-pink svg{
	color: #e84646;
}
.btn-pink:hover{
	background: #e84646;
	color:#fff;
}
.btn-pink:hover svg{
	color: #fff;
}
.btn-blue{
	border: 1px solid #0071bc;
    background: #fff;
	font-weight: 600;
	color: #0071bc;
	 -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: 14px;
}
.btn-blue svg{
	color: #0071bc;
}
.btn-blue:hover{
	background: #0071bc;
	color:#fff;
}
.btn-blue:hover svg{
	color: #fff;
}
.btn-skyblue{
	border: 1px solid #00aeef;
    background: #fff;
	font-weight: 600;
	color: #00aeef;
	 -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: 14px;
}
.btn-skyblue svg{
	color: #00aeef;
}
.btn-skyblue:hover{
	background: #00aeef;
	color:#fff;
}
.btn-skyblue:hover svg{
	color: #fff;
}
.btn-orange{
    background: #fff;
	border: 1px solid #F3A10F;
	font-weight: 600;
	color:#F3A10F;
	 -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-orange svg{
	color:#F3A10F;
}
.btn-orange:hover{
	background: #F3A10F;
	color:#fff;
}
.btn-orange:hover svg{
	color:#fff;
}
.basic-table .btn-orange{
	font-size: 13px;
}
.btn.btn-orange {
  padding: 1px 0.5rem;
}
.btn-navy{
	border: 1px solid #04508a;
    background: #fff;
	font-weight: 600;
	color: #04508a;
	 -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: 14px;
}
.btn-navy svg{
	color: #04508a;
}
.btn-navy:hover{
	background: #04508a;
	color:#fff;
}
.btn-navy:hover svg{
	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: 14px;
  border: 1px solid #999;
  cursor: pointer;
	color: #999
}
.btn-white:hover {
    background: #f2f2f2;
	color: #999
}

.btn-secondary {
  color: #777;
  background-color: #fff;
  border-color: #777;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.icon-nomg svg{
	margin:0;
	font-size: 18px;
}

.btn.svg-only svg {
  margin: 0;
}



/*form*/
.basic-form {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.inline-form {
    display: inline;
    width: auto;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea{
	min-height: 8em;
	width: 100%;
}



/*背景*/
.bg-white {
    border-radius: 4px;
    padding: 2em;
}
.bg-green {
  background: rgba(0,168,178,0.05);
  border-radius: 8px;
}
.bg-blue {
  background: rgba(4,80,138,0.05);
  border-radius: 8px;
}


/*ログインページ*/

body.login {
  background: #efebeb;
}


.login-wrapper{
	margin-top:150px;
	margin-bottom: 60px;
}
.logo span {
  color: #04508a;
  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;
}



/*ログイン情報再設定*/
.forget-header {
    line-height: 65px;
	padding: 0 20px;
	height: 65px;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

/*menuページ*/
.menu-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.menu-inner {
  width: 25%;
  border: 1px solid #d6d9e0;
  padding: 20px;
	background: #f2f2f2;
}
.manu-title {
  font-size: 20px;
  color: #04508a;
	font-weight: 600;
	margin-bottom: 15px;
}
.manu-title svg {
  color: #04508a;
  font-size: 30px;
  margin-right: 10px;
}
ul.menu-bunrui li {
  padding: 4px 0;
}
ul.menu-bunrui a svg {
	color: #B3B3B3;
}


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

.content-bottom a.dropdown-item{
	color: #333;
}.content-bottom a.dropdown-item svg{
  color: #00aeef;
}
.content-bottom a.dropdown-item:hover{
	color: #fff;
}.content-bottom a.dropdown-item:hover svg{
  color: #fff;
}

.open-close svg {
  color: #04508a;
}

/*一覧ページ*/
.s-month {
  display: flex;
  align-items: baseline;
}
.search-year {
  font-size: 20px;
	font-weight: bold;
	margin-right: 15px;
}
.search-year a:hover svg {
  color:#04508a;
}
.search-month a {
  display: inline-block;
  border: 1px solid #04508a;
  background: #fff;
  border-radius: 4px;
  height: 27px;
  width: 27px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin-right: 3px;
}
.search-month {
  margin-top: 5px;
}
.search-month a:hover{
	background: #eee;
	color: #04508a;
	text-decoration: none;
}
.search-month a.active{
	background: #04508a;
	color: #fff;
	text-decoration: none;
}
.s-kamoku select {
  color: #777;
}
.s-kamoku select option {
  color: #333;
}
.s-kamoku select option:first-child {
  color: #777;
}
.s-delsub {
  display: flex;
  align-items: end;
}
.form-check {
  display: inline;
}
.list-total {
  border-bottom: 2px solid #77b5e5;
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
}
.list-total-cost {
  padding-left: 15px;
}
.nav-tabs {
  border-bottom: 2px solid #04508a;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
	border-radius: 0;
	background: #DFF4F3;
	margin-right: 5px;
	border-bottom: 2px solid #04508a;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #04508a;
  border-color: #04508a;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #04508a;
}
.nav-link {
  display: block;
  padding: 0.5rem 2rem;
}
.s-wrap {
  flex-wrap: wrap;
}


/*登録ページ*/
#dragDropArea{
  background-color: #fff;
  margin: 10px;
  padding: 10px;
  min-height:100px;
	border-top: 2px dotted #ddd;
	border-bottom: 2px dotted #ddd;
}
#dragDropArea p{
    color: #999;
    font-weight: bold;
    font-size: 14px;
}
.drag-drop-buttons input{
    margin: auto;
}
#previewArea img {
  width: 40%;
}

/*見積コラプス*/
.open-close a, .open-close a:active,.open-close a:visited{
	color: #04508a;
	text-decoration: none;
}
.open-close a:hover{
	color: #04508a;
	text-decoration: none;
}
.open-close a.down:after{
	font-size: 14px;
	color: #04508a;
	font-family: "Font Awesome 5 Free";
	content: "\f103";
	font-weight: 900;
	padding-left: 7px;
}
.open-close a.up:after{
	font-size: 14px;
	color: #04508a;
	font-family: "Font Awesome 5 Free";
	content: "\f102";
	font-weight: 900;
	padding-left: 7px;
}
.open-close a:hover::after{
	color: #04508a;
}

/*変更ログ*/
.log-down a, .log-down a:active,.log-down a:visited{
	color: #666;
	text-decoration: none;
}
.log-down a:hover{
	color: #04508a;
	text-decoration: none;
}
.log-down a.down:after{
	font-size: 14px;
	color: #666;
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 900;
}
.log-down a.up:after{
	font-size: 14px;
	color: #666;
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: 900;
}
.log-down a:hover::after{
	color: #04508a;
}

@media screen and (max-width: 1299px) {
	.menu-inner {
		width: 33.3%;
	}
	.s-plice .wd-10 {
	  width: 7rem !important;
	}
}

@media screen and (max-width: 1199px) {
	.btn-white {
		font-size: 12px;
	}
}



@media screen and (max-width: 991px) {
	body {
		font-size: 13px;
	}
	.h2 {
		font-size: 13px;
	}
	.btn {
	  font-size: 13px !important;
	}
	.wd-12 {
	  width: 10rem !important;
	}
	.search-year {
		font-size: 16px;
	}
	.search-month a {
	  display: inline-block;
	  border: 1px solid #04508a;
	  background: #fff;
	  border-radius: 4px;
	  height: 25px;
	  width: 25px;
	  text-align: center;
	  font-size: 15px;
	  font-weight: bold;
	  line-height: 25px;
	  margin-right: 0;
	}


}

@media screen and (max-width: 767px) {
	.page-logo {
	  height: 27px;
	}
	ul.all-header li.page-logo-li {
		width: 150px;
	}
	ul.all-header li.header-logout {
		width: 100px;
	}
	ul.all-header li.header-title {
		font-size: 15px;
	}
	.menu-inner {
		width: 50%;
	}
	.wd-10 {
	  width: 7rem !important;
	}
	table.table-gray .wd-10 {
	  width: 10rem !important;
	}
	.spacer {
	  width: 100%;
	}
	.s-wrap {
	  flex-wrap: wrap;
	}
	.s-member {
	  max-width: 15rem;
	}

	#previewArea img {
	  width: 100%;
	}

}



@media screen and (max-width: 575px) {

	span.pc-logo{
		display:none;
	}
	header.admin-header .container-fluid {
	  width: 100%;
	  padding-right: 10px;
		padding-left: 10px;
	}
	ul.all-header li.page-logo-li {
		border-right: none;
		width: 35px;
	}
	.page-logo {
	  height: 25px;
	  margin-top: 5px;
	}
	ul.all-header li.header-title {
		padding: 0 5px;
		font-size: 15px;
	}
	ul.all-header li.header-user {
		padding: 0 5px;
	}
	ul.all-header li.header-logout {
		padding: 0 0 0 5px;
	}

	.header-logout svg {
	  margin: 0;
	}
	button.navOnOff {
		height: 30px;
	}
	.wd-12 {
	  width: 48% !important;
	}
	.wd-10 {
	  width: 100% !important;
	}
	.company-admin .wd-10 {
	  width: 7rem !important;
	}
	.login-wrapper {
		margin-top: 100px;
	}
	.s-member {
	  max-width: none;
	}
	.tax {
	  font-size: 16px;
	  display: block;
	  text-align: right;
	  margin-top: 10px;
	}
	.search-month a {
	  display: inline-block;
	  border: 1px solid #04508a;
	  background: #fff;
	  border-radius: 4px;
	  height: 23px;
	  width: 23px;
	  text-align: center;
	  font-size: 15px;
	  font-weight: bold;
	  line-height: 23px;
	  margin-right: 0;
	}

	.menu-inner {
	  width: 100%;
	}
	.s-month {
		display: block;
	}
	.content-bottom.list-bottom {
		height: 70px;
	}
	.mainContent {
	  padding-bottom: 70px;
	}
	.contents-inner {
	  padding: 0;
	}
	.content-bottom{
		padding: 0;
	}

	.list-total {
		font-size: 15px;
	  }

}

.nodisplay
{
    display: none;
}

tr.show_item  {
    display: table-row;
}

tr.show_item td  {
    background: #ccc;
}

.formError {
	width:0 !important;
	position: relative !important;
}

.btn {
	margin-top: 7px;
	margin-bottom: 7px;
}

.btnarea {
	height: auto;
}