@charset "UTF-8";
/* CSS Document */

.contents.common.recruit.page .main.news {
	background-image: url("../../image/recruit/common/news_main.jpg");
}

.news {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}

/* ********* 20241007 ************** */
.content_wrapper.news a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #4C4948;
	background-image: url("../../image/common/arr_org.png");
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-color: rgba(215,211,211,0.00);
	transition: ease 0.5s all;
}

.content_wrapper.news a:hover {
	cursor: pointer;
	background-color: rgba(215,211,211,0.30);
}
/* ********* ここまで ************* */

.content_wrapper.news table {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	border-collapse: collapse;
	border-bottom: #cacaca 1px dotted;
	transition: ease 0.5s all;
	background-color: rgba(208,208,208,0.00);
}


.content_wrapper.news td {
	padding: 10px 0;
	border: none;
}

.content_wrapper.news td:nth-of-type(1) {
	width: 8em;
	text-align: center;
	margin: 0;
	vertical-align: top;
}

.content_wrapper.news td:nth-of-type(2) {
	width: 9em;
	text-align: center;
	margin: 0;
	vertical-align: top;
}

.content_wrapper.news td .cat {
	width: 8em;
	border: #ed6c00 1px solid;
	box-sizing: border-box;
	padding: 1px 5px;
	border-radius: 3px;
	margin: 0 auto;
	font-size: 13px;
}

.content_wrapper.news td:nth-of-type(3) {
	padding-right: 30px;
}


/* *********************************************************************** */
/*        RESPONSIVE  RAYOUT WIDTH:880px          */
/* *********************************************************************** */

@media screen and (max-width:880px) {

.news ul { width: 90%;margin: 50px 5%; }
.news ul li .dat_time { width: 150px;text-align: justify; }
.news ul li .cat { width: auto;padding: 5px 10px; }
.news ul li .title { width: 100%;margin: 0; }

}

/* *********************************************************************** */
/*        RESPONSIVE  RAYOUT WIDTH:580px          */
/* *********************************************************************** */

@media screen and (max-width:580px) {

.news ul li a {
	width: 88%;
	padding: 5px 10% 5px 2%;
}

	/* ********* 20241007 ************** */
.content_wrapper.news a.link {
	background-position: right bottom 20px;
}

.content_wrapper.news a { background: initial; }

.content_wrapper.news td:nth-of-type(1),
.content_wrapper.news td:nth-of-type(2) { width: 50%;float: left; }
.content_wrapper.news td:nth-of-type(3) { width: 100%;float: left;padding-top: 0;padding-right: 0; }
.content_wrapper.news td:nth-of-type(1) { text-align: left; }
.content_wrapper.news td .cat { float: right; }

}

