.err {
	color: red;
	font-weight: bold;
}
table{
	border-collapse:collapse;
}

#login_div {
	margin: 20px 0;
}

#login_div p{
  color: #fff;
}

#search_area dd {
	width: 22%;
}
#search_area dd input[type=text].text02 {
	width: 90% !important;
}
#search_area table{
  margin:auto;
}

ul.pager {
	text-align: center;
	padding-top: 30px;
}
ul.pager li {
	display: inline;
	margin: 5px;
    padding: 5px;
	background-color: #dee0e6;
}

ul.pager li.thispage {
	background-color: #f99494;
}

input[type=password] {
	width: 45%;
	border: 1px solid #aaa;
    background: #fff;
    padding: 10px 2%;
    font-size: 16px;
}
article .wide {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
  overflow: hidden;
}
article .wide input.button{
  display: inline !important;
}
article .btn_area2 {
    width: 80%;
    margin: 50px auto 0;
    overflow: hidden;
}
article .btn_area2 .button {
    display: inline-block;
    background: #ff6161;
    border-radius: 5px;
    border: none;
    width: 220px;
    margin: 0 20px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
article .btn_area2 .button_link {
    display: inline-block;
    background: #41a3f7;
    border-radius: 5px;
    border: none;
    width: 220px;
    margin: 0 20px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#list_area {
	padding-top: 20px;
}
#list_area table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#list_area table tr {
  background-color: #fff;
  /* border-bottom: 2px solid #fff; */
}
#list_area table tr:nth-child(even){
  background-color: #eee;
}
/* 確定の色 */
#list_area table tr.conf{
	background-color:#d4f9e8;
}
/* 決済の色 */
#list_area table tr.settle{
	background-color:#d3f7f9;
}
/* 取消の色 */
#list_area table tr.cancel{
	background-color:#fbdada;
}
#list_area table tr.settlecancel{
	background-color:#fbdada;
}
/* 完了の色 */
#list_area table tr.complete{
	background-color:#bbd6ff;
}
#list_area table th,
#list_area table td {
  padding: .25em;
}
#list_area table thead th {
    font-size: .85em;
    padding: 1em;
}
#list_area table thead tr{
  background-color: #313443;
  color:#fff;
}
#list_area table tbody th {
  text-align: left;
  font-size: .8em;
}

article.quotation .main .inner dl dd table.table td input[type=text].required,
article.quotation .main .inner dl dd table.table td input[type=number].required {
	background-color: #ffe8e2;
}


/* フローの設定 */
#kanri .inner .orderflow #step {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
}
#kanri .inner .orderflow #step dt {
    display: block;
    border: 1px dotted #ccc;
    background: #efefef;
    width: 140px;
    padding: 10px 0;
    text-align: center;
    color: #999;
    font-weight: bold;
    font-size: small;
}
#kanri .inner .orderflow #step dt.step_at, #kanri .inner .orderflow #step dt.step_at a {
    background: #0067e6;
    color: #fff;
}
dt.step_at::before{
	content: '>>';
}
#kanri .inner .orderflow #step dt.step_can {
    background: #71adf9;
    color: #000;
}
#kanri .inner .orderflow #step dd {
	padding: 5px 5px;
    text-align: center;
    width: 20px;
}

/* LOAD */
/* 非表示 */
.is-hide {
    display: none;
}
/* LOADING */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #eee;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}