@charset "UTF-8";

.c-heading1.career {
    color: #333333;
    background: #e0e0e0;
}


.l-column-2col.career {
	width: 780px;
	margin-top: -20px;
}

.l-column-2col.career .l-column-2col__left {
	width: 560px;
}


ul.c-articleListCareer {
	margin-right: -20px;
	width: 540px;

}
ul.c-articleListCareer li.c-articleListCareer__list {
	margin-right: 20px;
	margin-bottom: 30px;
	width: 250px;
	float: left;
	border: #e0e0e0 solid 1px;
}

ul.c-articleListCareer li.c-articleListCareer__list a {
	width: 100%;
	height: 100%;
	display: table;
}


ul.c-articleListCareer li.c-articleListCareer__list a:hover {
	filter:alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

ul.c-articleListCareer li.c-articleListCareer__list a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul.c-articleListCareer li.c-articleListCareer__list .c-articleListCareer__list__thumb {
	height: 164px;
	display: table-row;
	overflow: hidden;
}

ul.c-articleListCareer li.c-articleListCareer__list .c-articleListCareer__list__thumb img {
	width: 100%;
	height: auto;
}

ul.c-articleListCareer li.c-articleListCareer__list .c-articleListCareer__list__title {
	display: table-row;
}

ul.c-articleListCareer li.c-articleListCareer__list .c-articleListCareer__list__title p {
	margin: 20px 20px 10px;
	font-size: 14px;
	line-height: 1.8;
}

ul.c-articleListCareer li.c-articleListCareer__list .c-articleListCareer__list__readmore {
	height: 100%;
	display: table-row;
	vertical-align: bottom;
}

ul.c-articleListCareer li.c-articleListCareer__list .c-articleListCareer__list__readmore .c-articleListCareer__list__readmore__box {
	padding-bottom: 20px;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}

ul.c-articleListCareer li.c-articleListCareer__list .c-articleListCareer__list__readmore .c-articleListCareer__list__readmore__box p {
	margin: 0 20px 0;
	padding-left: 45px;
	background: url(../img/arrow-readmore.png) no-repeat left center;
	display: inline;
	font-size: 12px;
}

.c-archiveList.category.career {
	margin-top: 0;
}


.c-articleContent__mainimage {
	padding-top: 20px;
}
.c-articleContent__mainimage img {
	width: 100%;
	height: auto;
}


.c-articleContent__content.career {
	margin-bottom: 3em;
}


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

.l-column-2col.career {
	width: 100%;
	margin-top: -60px;
}

ul.c-articleListCareer {
	margin-right: -20px;
	width: 100%;
}

ul.c-articleListCareer li.c-articleListCareer__list {
	margin-right: 0;
	width: 100%;
	float: none;
}

ul.c-articleListCareer li.c-articleListCareer__list .c-articleListCareer__list__thumb {
	height: auto;
}

ul.c-articleListCareer li.c-articleListCareer__list .c-articleListCareer__list__title p {
	margin: 0.5em 1em 0.5em;
}

.l-column-2col.career .l-column-2col__left {
	width: calc(100% - 20px);
}


}
