#contentsMenu.fixed .entrybtn {
	line-height: 5rem;
}
#contentsMenu li {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5em;
}

#contentsMenu li a {
	color: #9fa0a0;
}
#contentsMenu li a:hover,
#contentsMenu li.selected a:hover 	{color: #8dc21e;}
#contentsMenu li.selected a {
	color: #000000;
	font-weight: bold;
}
#contentsMenu li span.new {
	line-height: 1.4rem;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

/* favorite */
#favorite {
	text-indent: -9999px;
	font-size: 0;
}
#favorite a {
	color: #fff;
}

/* ============================================================================================================================== */


#contentsMenu {
	width: 100%;
	height: 5rem;
	margin-bottom: 5rem;
	padding-top: 3rem;
	border-bottom: solid 1px #dcdddd;
	background: rgba(255,255,255,.9);
}
#contentsMenu h2,
#contentsMenu .entrybtn,
#contentsMenu .btn-end {display: none;}

#contentsMenu div {
	position: relative;
}
#contentsMenu ul {
	margin: 0;
	padding: 0;
}
#contentsMenu li {
	position: relative;
	display: inline-block;
	width: 28%;
	height: 4rem;
	margin: 0;
	padding: 0 0 1rem;
	vertical-align: middle;
}

#contentsMenu li span.menuName {display: block;}
#contentsMenu li span.menuName {
	padding: 0 .8rem;
	border-right: solid 1px #b5b5b6;
}

#contentsMenu li:hover {
	border-color: #87cc00;
}

#contentsMenu li span.new {
	display: block;
	position: absolute;
	left: 50%;
	top: -2rem;
	width: 4rem;
	height: 1.4rem;
	margin-left: -2rem;
}

/* favorite */
#favorite {
	position: absolute;
	right: .8rem;
	bottom: 2.4rem;
	width: 3rem;
	height: 3rem;
	margin: 0;
	padding: 0;
	vertical-align: top;
	-webkit-transition: background-color .15s linear;
	text-indent: -9999px;
	font-size: 0;
	background: url("../../images/common/btn_favorite_off.png") no-repeat center center #7bd4a3;
	background-size: 50%;
	border-radius: .4rem;
}
#favorite a {
	display: block;
	width: 100%;
	height: 100%;
}
#favorite img {
	vertical-align: top;
}
#favorite:hover,
#favorite._on {
	background: url("../../images/common/btn_favorite_on.png") no-repeat center center #18d46d;
	background-size: 50%;
}

/* fixed */
#contentsMenu.fixed #fixedBase {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2rem 0 1rem;
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);
	z-index: 80;
}


/* =========================== progress */
.progress #contentsMenu.fixed {
	padding-top: 0;
}