@charset "utf-8";
/* CSS Document */

/* 現在のページを表示　*/

#lineUp #rest1 li:nth-child(2){
	background: linear-gradient(to bottom, #FFF 30%, #7FB7F3 60%);
}
#lineUp #rest1 li:nth-child(1){
	border: solid 2px #D3AFED;
	border-radius: 7px;
	padding:5px 10px;
	background: linear-gradient(to bottom, #FFF 40%, #DADEFE 60%);
	box-shadow: 2px 2px 2px gray;
	text-align: center;
}