@charset "utf-8";
/*
Theme Name: RareJob
Theme URI:
Description: RareJob
Version: 1.0
Author: monokus.jp

*/
/* Header
---------------------------------------------*/
.header-dummy-spacing {
	display:		none;
}

#header {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.3+0,0.9+50,1+100 */
	/*
	background: -moz-linear-gradient(top, rgba(255,255,255,0.19) 0%, rgba(255,255,255,0.59) 50%, rgba(255,255,255,0.66) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.19) 0%,rgba(255,255,255,0.59) 50%,rgba(255,255,255,0.66) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.19) 0%,rgba(255,255,255,0.59) 50%,rgba(255,255,255,0.66) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ffffff', endColorstr='#a8ffffff',GradientType=0 );
	*/
	background:		#fff url(../images/header-line.svg) center bottom no-repeat;
	background-size:	100% 1px;
}
	#header .inner {
		margin:			0 auto;
		position:		relative;
	}

.header-fixed {
	display:	none;
}

/* Footer
---------------------------------------------*/

#footer {
	display:	block;
	background:		#2c2c2c;
	color:			#fff;
}
