.cm_toggle{
	width:65px;
	height:265px;
	background:url(../img/cm_banner.png) no-repeat;
	background-position: -5px 0;
	position:fixed;
	top:30px;
	left:0;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor:pointer;
	backface-visibility:hidden;
}
.cm_toggle:hover{
	width:70px;
	background-position: 0 0;
}
.cm_date{
	width:68px;
	height:51px;
	text-indent:-9999px;
	background:url(../img/cm_date.png) no-repeat;
	position:fixed;
	top:12px;
	left:10px;
}



.toggle_content{
	display:none; /* none */
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:344px;
}
.collaboman{
	margin:12px 0;
	padding-top:10px;
	height:310px;
	background:url(../img/cm_bg.png);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	text-align:center;
}
.collaboman img{
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	vertical-align:bottom;
	margin:5px;
}
.collaboman a:hover img{
	border:5px solid #f00;
	margin:0;
}
.cm_close{
	text-indent:-9999px;
	width:96px;
	height:25px;
	background:url(../img/cm_close.png) no-repeat;
	overflow:hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor:pointer;
	backface-visibility:hidden;
	margin:-25px auto 0;
}
.cm_close:hover{
	opacity:0.75;
}