@import url("reset.css");

body {
	font-size: 14px;
	color: #212121;
  background: linear-gradient(0deg, #cbf6ba, #92ff7c) fixed;
	outline:none;
}
.colw,a.colw {color:#f1f1f1 !important ;}/*white*/
.colb,a.colb {color:#111111 !important ;}/*black*/
.colg,a.colg {color:#333 !important ;}/*gray*/
.col1,a.col1 {color:#E6131A !important ;}/*red*/
.col2,a.col2 {color:#EF7013 !important ;}/*orange*/
.col3,a.col3 {color:#EBE827 !important ;}/*yellow*/
.col4,a.col4 {color:#49B232 !important ;}/*green*/
.col5,a.col5 {color:#5CC2D0 !important ;}/*skyblue*/
.col6,a.col6 {color:#3565AF !important ;}/*blue*/
.col7,a.col7 {color:#5C449A !important ;}/*purple*/
.col8,a.col8 {color:#E21272 !important ;}/*pink*/
.m5 {
	margin: 5px;
}
.dn {
  display: none !important;
}
#wrap {
  width: 900px;
  min-height: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px #000;
  position: relative;
}
#header {
	position: absolute;
	right: 10px;
	z-index: 1000;
}
.logout {
	text-align: right;
}
#navi {
  width: 100px;
  height: 100%;
  min-height: 100%;
  padding: 0 10px;
  background: #00b300;
  position: fixed;
  z-index: 100;
	color: #fff;
}
#navi a {
	color: #fff;
}
#main {
  width: 760px;
  padding: 10px;
  background: #fff;
  position: relative;
  float: left;
  padding-left: 130px;
}#order_list{
  width: 100%;
  color: #2b4450;
  /* 隣接するセルの境界線を間隔をあけて表示 */
  border-collapse: separate;
  /* 隣接するセルの線と線の間隔を0に */
  border-spacing: 0;
  border: 1px solid #666666;
  border-radius: 4px;
  background-color: #fff;
}
#order_list tbody th {
  padding: 5px;
  font-weight: bold;
}
.bb1 {
  border-bottom: 1px solid #666666;
}
#order_list tbody tr td {
  padding: 5px;
  vertical-align: top;
}
#order_list tbody tr td.address {
  width: 230px;
}
#order_list tbody tr td.address .addressBox {
  word-wrap: break-word;
  word-break: break-all;
  width: 230px;
}
#order_list tbody tr td.lastDiaryGetDate {
  text-align: center;
  width: 115px;
}
#order_list tbody tr td.editBtn {
  width: 63px;
  text-align: center;
}
#order_list tbody tr td.disabled {
  background: #ccc;
  text-align: center;
}
/* 2列目以降のセルの左だけ線を表示 */
#order_list tbody tr td + td {
  border-left: 1px solid #666666;
}
/* 2行目以降のセルの上だけ線を表示 */
#order_list tbody tr + tr td {
  border-top: 1px solid #666666;
}
/* 2列目以降のセルの左だけ線を表示 */
#order_list tbody tr th + th {
  border-left: 1px solid #666666;
}
/* 2行目以降のセルの上だけ線を表示 */
#order_list tbody tr + tr th {
  border-top: 1px solid #666666;
}
.btn {
  display: inline-block;
  padding: 2px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.btn:hover {
	opacity: 0.8;
}
a.btn {
	text-decoration: none;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#navi li {
	text-align: center;
	margin: 10px 0;
}
#navi hr {
  background: #fff;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}
#navi li a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-radius: 5px;
}
#navi li a:hover {
	background: rgba(255,255,255,0.2);
}
#logoImg {
  margin-top: 10px;
	width: 100%;
}
.naviIco {
	display: block;
	height: 30px;
	margin: 0 auto;
}
h4 {
	padding: 10px;
	font-size: 20px;
	border-bottom: solid 1px #e6e6e6;
	font-weight: bold;
}
h4 > div {
  float: right;
	font-size: 12px;
	font-weight: normal;
}
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}
.pager ul {
  display: flex;
  justify-content: center;
}
.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  text-decoration: none;
  color: #212121;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager li a.current {
	font-weight: bold;
	background: #00b300;
	color: #fff;
}
.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}
#searchBox {
	border-radius: 5px;
	border: solid 1px #e6e6e6;
	padding: 5px;
}
#inwrap {
	height:100%;
	width:900px;
	margin:0 auto;
}
#panel{
	width:260px;
	height: 180px;
	padding: 20px;
	background:  #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #000;
	margin: 20% auto;
}
#panel table{
	width:260px;
}
#panel table tr{
	height:35px;
	padding:5px;
}
#panel table td,#panel table th,#outpanel table td,#outpanel table th {
	border: none;
}
input[type="text"],input[type="password"],select {
	border-radius: 5px;
	border: solid 1px #e6e6e6;
	padding: 5px;
}
#outpanel{
	width:260px;
	height: 70px;
	padding: 20px;
	background:  #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #000;
	margin: 20% auto;
}
#outpanel table{
	width:260px;
}
#outpanel table tr{
	height:35px;
	padding:5px;
}
.caution {
	background: #FC4236;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
  margin-bottom: 5px;
}
.success {
	background: #49AAE1;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
  margin-bottom: 5px;
}
.msgBox {
  font-weight: bold;
  color: #333;
  padding: 5px;
  background: #fff7da;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 5px 0;
  border: solid 2px #ffd333;
}
.btnWrap {
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  background: rgba(255,255,255,0.8);
}
.girlRegBtn {
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px;
  margin: 10px auto;
  width: 200px;
  display: block;
}
#modalWrap {
  position: relative;
}
#loading {
  position: absolute;
  font-weight: bold;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#getAddress {
  font-size: 12px;
  padding: 7px;
  width: 100%;
  box-sizing: border-box;
}
#progress {
  display: none;
  height: 30px;
}
#progressWrap {
  position: relative;
  height: 10px;
  background: #caf6b9;
  box-shadow: 0 0 5px #333 inset;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
#progressRate {
  position: absolute;
  box-shadow: -5px 0 10px #fff inset;
  height: 8px;
  margin: 1px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100;Blue+Gloss+%231 */
background: #b8e1fc; /* Old browsers */
background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */
}
#progressRateTxt {
  font-size: 11px;
}
.over {
  font-weight: bold;
  color: #f00;
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading div {
    width: 100px;
    margin: 200px 0;
    font-weight: bold;
}
.loading img {
  margin: 0;
  width: 100%;
}
thead {
  border-bottom: solid 1px #ccc;
}
.loadingWrap {
  display: none;
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.loadingWrap div {
  width: 100px;
  margin: 200px 0;
  text-align: center;
  font-weight: bold;
}
.loadingWrap img {
  margin: 0;
  width: 100%;
}

.btn-signature{
  margin: 5px;
}
.f-right{
  float: right;
}
.toggle {
  position: relative;
  width: 60px;
  height: 20px;
  /* margin: 40px 60px; */
  border-radius: 50px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  float: right;
  margin-top: 8px;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle span {
  position: absolute;
  top: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-weight: bold;
}
.toggle span:nth-of-type(1) {
  right: 5px;
  color: #fff;
}
.toggle span:nth-of-type(2) {
  left: 7px;
  color: #fff;
  letter-spacing: 2px;
}
.toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  display: block;
  background: #a7a7a7;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 23px;
  height: 15px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle.checked:before {
  background: #1680ea;
}
.toggle.checked:after {
  left: 33px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}

.signatureInfo{
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    background: #efefef;
}