@charset "utf-8";
/*--京recruit.css--*/
.anchor_nav{
	width:500px;
	margin:0 auto 50px auto;
}

	.anchor_nav ul li{
		margin-bottom:10px;
	}
	
	.anchor_nav ul li:last-child{
		margin-bottom:0;
	}
	
	.anchor_nav ul li a{
		display:block;
		background:#e0f4ff;
		color:#111;
		text-align:center;
		padding:10px;
		text-decoration:none;
		transition:all .5s ease;
	}
	
	.anchor_nav ul li a:hover{
		background:#79b8da;
	}
	
	

.recruit_detail {
	margin: 0 10px 50px;
}
	.recruit_detail dt{
		margin-bottom:0.5em;
		color:#003d84;
	}
	.recruit_detail dd{
		padding-left: 10px;
		margin-bottom: 20px;
	}
		.recruit_detail dd > ul.circle {
			margin-top: 5px;
		}
			.recruit_detail dd dl {
				margin-top: 10px;
			}
			.recruit_detail dd dt {
				color: #000;
			}
			.recruit_detail dd dd {
				margin-bottom: 10px;
			}
				.recruit_detail dd dd ul.circle {
					margin-top: 0;
				}
		.recruit_detail dd > table th,
		.recruit_detail dd > table td {
			padding: 5px;
			vertical-align: top;
		}
	
	.step_label{
		display:inline-block;
		background:#e0f4ff;
		padding:0 10px;
		color:#003366;
	}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
/*--------SPここから--------*/

.anchor_nav {
	width: 100%;
	}


.recruit_detail dd > table th {
    width: 3em;
}
/*--------SPここまで--------*/
}

@media screen and (max-width: 320px) {
/*iphone5用ここから*/

}
