@charset "utf-8";

/*------------------------------------------------------
special
------------------------------------------------------*/
/*210517 scroll*/





.table-scroll{
	overflow: auto; 
	white-space: nowrap; 
	width:100%; 
	margin-bottom:30px;
  }
  
  
  .table-scroll::-webkit-scrollbar{
   height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track{
   background: #333;
  }
  .table-scroll::-webkit-scrollbar-thumb {
   background: #999;
  }
  
  
  .table-scroll table{
	border-collapse:collapse;
	border-spacing:0;
	border-top:#ccc solid 1px;
	border-left:#ccc solid 1px;
  }
  .table-scroll table th,
  .table-scroll table td{
	padding:10px 15px;
	font-weight:normal;
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	font-size:12px;
  }
  .table-scroll table th{
	background:#eee;
	width:80px;
  }




#newyear {
	position:relative;
	width: 780px;
	height: 320px;
	margin-bottom: 10px;
	display: inline-block;
	background: url(../2021newyear/images/main.png) no-repeat;
}
@media screen and (max-width: 640px) {
	#newyear {
		display: none;
	}
}
h2{
	display: none;
}
@media screen and (max-width: 640px) {
	h2 {
		display: inline-block;
	}
}





#newyear select {
	position:absolute;
	left:572px;
	top:155px;
	padding: 1px;
}

#newyear .select-box li {
	position:absolute;
	width: 245px;
	height: 36px;
}

#newyear .select-box li.check input {
	margin: 0 -14px 0 0;
	padding: 0;
	border: 0;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

#newyear .select-box li.check label {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
}

li.check1 {
	left:19px;
	bottom:95px;
}
li.check1 label {
	background: url(../2021newyear/images/btn-1.png) no-repeat;
}

li.check2 {
	left:268px;
	bottom:95px;
}
li.check2 label {
	background: url(../2021newyear/images/btn-2.png) no-repeat;
}

li.check3 {
	right:18px;
	bottom:95px;
}
li.check3 label {
	background: url(../2021newyear/images/btn-3.png) no-repeat;
}

li.check4 {
	left:19px;
	bottom:57px;
}
li.check4 label {
	background: url(../2021newyear/images/btn-4.png) no-repeat;
}

li.check5 {
	left:268px;
	bottom:57px;
}
li.check5 label {
	background: url(../2021newyear/images/btn-5.png) no-repeat;
}

li.check6 {
	right:18px;
	bottom:57px;
}
li.check6 label {
	background: url(../2021newyear/images/btn-6.png) no-repeat;
}

li.check7 {
	left:19px;
	bottom:19px;
}
li.check7 label {
	background: url(../2021newyear/images/btn-7.png) no-repeat;
}

li.check8 {
	left:268px;
	bottom:19px;
}
li.check8 label {
	background: url(../2021newyear/images/btn-8.png) no-repeat;
}

li.check9 {
	right:18px;
	bottom:19px;
}
li.check9 label {
	background: url(../2021newyear/images/btn-9.png) no-repeat;
}

li.check10 label {
	background: url(../2021newyear/images/btn-9.png) no-repeat;
}

li.check label:hover {
	background-position: 0 -36px;
}
li.check label:active {
	background-position: 0 -72px;
}
li.check input:checked+label {
	background-position: 0 -108px;
}
li.check input:checked+label:hover {
	background-position: 0 -144px;
}
li.check input:checked+label:active {
	background-position: 0 -180px;
}

div.group-tab {
	padding: 2px 10px 0;
	width: 200px;
	background-color: #FFA300;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-left: 9px;
}

div.group {
	background:#FCFFDD;
	border-top:2px solid #FFA300;
	border-bottom:1px solid #FFA300;
	margin-bottom:20px;
	padding:10px 0 0;
}

div.group div.grouplist {
	margin-bottom:15px;
}

div.group div.grouplist table.list {
	margin: 0 10px;
}

div.group div.grouplist table.list + .hide {
	display:none;
}

div.group div.grouplist table.list.top + .list tr:first-child th,
div.group div.grouplist table.list.top + .list tr:first-child td,
div.group div.grouplist table.list.top + div.hide .list tr:first-child th,
div.group div.grouplist table.list.top + div.hide .list tr:first-child td {
	border-top:none;
}

div.group div.grouplist table.list.hide .name {
	position:relative;
	color:#2174BB;
	cursor:pointer;
	padding-right: 16px;
}
div.group div.grouplist table.list.hide .name:hover {
	text-decoration:underline;
}
div.group div.grouplist table.list.hide .name::after {
	position: absolute;
	right: 0;
	content:"▼";
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
div.group div.grouplist table.list.hide .name:hover::after {
	text-decoration:none;
}

div.group div.grouplist table.list.hide .name.down::after {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}
