
body {
}

input[type="text"]{
	width: 300px;
	height: 40px;
	padding: 8px;
	border-radius: 4px;
	font-size: 1.1rem;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
}

input[type="text"]:focus{
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

input[type="submit"]{
	color: #fff;
	background-color: #1e50a2;
	width: 80px;
	height: 40px;
	padding: 8px;
	border-radius: 4px;
	font-size: 1.1rem;
	cursor: pointer;
}

input[type="submit"]:hover{
	color: #f9f9f9;
	background-color: #5383c3;
}

select{
	width: 250px;
	height: 40px;
	padding: 8px;
	border-radius: 4px;
	font-size: 1.1rem;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
	cursor: pointer;
}

select:focus{
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

header{
	padding: 20px 0;
}

.contents{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.cp_title {
	font-size: 1.2rem;
}

.cp_title img{
	width: 25px;
	margin-right: 10px;
	vertical-align: middle;
}

.sys_title {
	padding-left: 100px;
	font-size: 1.7rem;
}

.loginarea{
	width: 600px;
	text-align: center;
}

.loginarea .btn{
	color: #fff;
	background-color: #dc143c;
	font-weight: bold;
	width: 100px;
	height: 40px;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	border: none;
	border-radius: 0.5rem;
}

.loginarea .btn:hover{
	color: #f9f9f9;
	background-color: #ff1745;
}

.form-group{
	display: flex;
	margin-bottom: 10px;
}

.form-group label{
	width: 10%;
	padding: 0 10px;
	text-align: right;
	line-height: 250%;
}

.form-group input[type="text"],
.form-group input[type="password"]{
	width: 80%;
	height: 30px;
	padding: 8px;
	border-radius: 4px;
	font-size: 1.1rem;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
}

.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus{
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.logout {
	position: absolute;
	top: 0;
	right: 0;
}

.area-select{
	margin-bottom: 10px;
	padding-left: 100px;
}

.area-select select,
.area-select input{
	margin-right: 10px;
	margin-bottom: 10px;
}

.area-box{
	display: flex;
}

.area-1{
	width: 70%;
	padding: 10px 20px;
}

.area-2{
	width: 30%;
	padding: 10px;
}

.area-box-title{
	color: #fff;
	background: #00bfff;
	font-size: 1.1rem;
	margin-bottom: 15px;
	padding: 5px 10px;
	border-radius: 5px;
}

.area-1 ul{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	padding: 0 10px;
}

.area-1 ul li{
	width: 270px;
	min-height: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.area-title{
	display: flex;
	justify-content: space-between;
	padding: 5px;
	background: #ffdead;
	border-bottom: 1px solid #000;
	cursor: grab;
	height: 35px;
}

.area-title .area-check{
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #06842c;
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
}
.area-title .area-check:checked {
  background-color: #06842c;
}
.area-title .area-check:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.shop-select{
	background: #fff;
	padding: 10px;
	height: calc(100% - 35px);
}

.shop-select-checked{
	background: #bce2e8;
	padding: 10px;
	height: calc(100% - 35px);
}

.area-member{
	background-color: #fff;
	max-width: 250px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: grab;
}

.placeholder{
	background-color: pink;
	margin-bottom: 5px;
	height: 36px;
}

.area-placeholder{
	background-color: pink;
	margin-bottom: 10px;
}
