@charset "utf-8";

/* =================================================
	 06 Footer
================================================ */
#cmn-footer {
	background: #ffffff;
	padding-top:0;
}

	.to-top {
		margin: 0 5px 25px 0;
	}
	.to-top a {
		display: block;
		float: right;
		box-sizing: border-box;
		width: 120px;
		height: 32px;
		border: 1px solid #c6c9cc;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		background: #f1f1f1; /* Old browsers */
		background: -moz-linear-gradient(top,  #f1f1f1 0%, #dadada 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f1f1f1 0%,#dadada 100%); /* Opera 11.10+ */
		background: linear-gradient(to bottom,  #f1f1f1 0%,#dadada 100%); /* W3C */
	}
	.to-top img {
		width: 100%;
	}
	.to-top:before,
	.to-top:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}
	.to-top:after {
		clear: both;
	}

#cmn-footer #category_top {
	width: 98%;
	margin: 0 auto 1rem;
}
#cmn-footer #ylibrary_top {
	width: 98%;
	margin: 0 auto 1rem;
}

#cmn-footer #copyright {
	background: #ff0000;
	color: #fff;
	text-align: center;
	padding: 0;
	font-size: 1.0em;
}
#cmn-footer #copyright p {
	height: 27px;
	line-height: 27px;
}

#cmn-footer #copyright small {
	font-size: 80%;
}

