@charset "utf-8";

/* --------------------------------------------------
 * 
 * Recruit
 * 
 * --------------------------------------------------
 */


/* --------------------------------------------------
 * CONTENT
 * --------------------------------------------------
 */
#content {
	
}
	/* header */
	#content .section_header {
		padding-top: 60px;
	}
		#content .section_header h2 {
			
		}
	/* container */
	#content .section_container {
		padding-top: 40px;
		padding-bottom: 60px;
	}
		/* aside */
		#content .section_left {
			width: 180px;
			float: left;
		}
		/* content */
		#content .section_right {
			width: 750px;
			float: right;
		}



/* --------------------------------------------------
 * RECRUIT
 * --------------------------------------------------
 */
#contest {
	margin-top: -40px;
}
	
	/* header */
	#contest .box_header {
		margin-top: 40px;
		padding: 18px 0;
		border-top: 4px solid #3a3a3a;
		border-bottom: 1px solid #3a3a3a;
	}
		#contest .box_header h3 {
			font-size: 172%;
			line-height: 1.15;
		}
	
	/* box : none */
	#contest .box_none {
		padding-top: 28px;
		padding-left: 10px;
	}
		#contest .box_none a {
			font-weight: bold;
			color: #4187c8;
		}



/* --------------------------------------------------
 * OVERRWITE
 * --------------------------------------------------
 */
#footer {

}
#tool {
	position: fixed;
	left: 0;
	bottom : 0;
}




