@charset "utf-8";

/* ****************************************************
Title: c.css
***************************************************** */
#va {background-image:url(../img/common/w_va.jpg);}


.sec01 {padding-top: 100px;}

.sec01 .w-list .workspot {
	margin-bottom: 60px;
	color:#000;
	text-decoration: none;
	box-sizing: inherit;
}

.sec01 .w-list .ws-mb0 {
	margin-bottom: 0;
}

.sec01 .w-list .workspot:hover {
	opacity: 0.7;
}

.sec01 .w-list .workspot .per_info {
	padding: 30px 20px 0 20px;
}

.sec01 .w-list .workspot .per_info .iname .enb {
	margin-left: 10px;
}

.sec01 .w-list .workspot .per_info .iname{
	margin-bottom: 30px;
}

.sec01 .w-list .workspot .per_info .jobplace {
	font-size: 90%;
}


@media screen and (max-width: 739px) {
	.sec01 .w-list .workspot {
		width: 100%;
		margin-bottom: 40px;
	}

	.sec01 .w-list .workspot:last-child {
		margin-bottom: 0;
	}

	.sec01 .w-list .workspot p img {
		width: 100%;
	}

	.sec01 .w-list .workspot .per_info{
		padding: 15px 20px 0 20px;
	}

	.sec01 .w-list .workspot .per_info .iname {
		margin-bottom: 10px;
	}
}