@charset "utf-8";

/*-------------*/
/*fotter*/
/*-------------*/

	.footer { 
		width: 100%;
		height: 230px;
		bottom: 0;
		background         : #f7f9f9;
		border-top         : 1px solid #e1e1e1;
	}


	.fotterIn {
		width              : 1000px;
		margin             : 30px auto 0 auto;
		text-align         : center;
		padding            : 10px 20px;
		
	}

	.credit {
		bottom             : 0;
		width              : 100%;
		height             : 56px;
		padding-top        : 10px;
		color              : #fff;
		background         : #0a9cf9;
		text-align         : center;
		font-size          : 85%;

	}


/*-----------------------------------------------------------*/
/*--GO BACK TOP ---------------------------------------------*/
/*-----------------------------------------------------------*/


	#page-top{
		width               : 100px;
		height              : 100px;
		position            : fixed;
		bottom              : 40px;
		right               : 20px;
	}
