@charset "UTF-8";

/*============================================

 header

============================================*/
header {
	background: url(../images/recruit/header_back.jpg) no-repeat center bottom;
	background-size: cover;
}


/*============================================

募集要項＜営業＞

============================================*/
/*#c {
	margin-bottom: 100px;
	background: url(../images/recruit/photo01.jpg) no-repeat right 65px, url(../images/recruit/photo02.jpg) no-repeat right bottom;
}
#c table {
	width: 685px;
    margin-bottom: 100px;
}

@media screen and ( max-width:750px ){
	#c {
		margin-bottom: 30px;
		padding-bottom: 250px;
		background: url(../images/recruit/photo01.jpg) no-repeat left bottom, url(../images/recruit/photo02.jpg) no-repeat right bottom;
		background-size: 48% auto, 48% auto;
	}
	#c table {
		width: 100%;
	}
}

*/

#c table{
    margin: 100px auto;
    width: 700px;
    max-width: 100%;
}
#c table th,#c table td{
    padding: 1em;
}

#c table tr:nth-child(odd) {
    background-color: rgba(173, 216, 230, 0.2);
}