@charset "utf-8";

/*------------------------------------------------------ 
special
------------------------------------------------------*/
#newyear {
	position:relative;
	width: 780px;
	height: 284px;
	margin-bottom: 10px;
}

#newyear select {
	position:absolute;
	left:268px;
	top:162px;
	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:58px;
}
li.check1 label {
	background: url(images/btn-1.png) no-repeat;
}

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

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

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

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

li.check6 {
	right:18px;
	bottom:19px;
}
li.check6 label {
	background: url(images/btn-6.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);
}


