@charset "UTF-8";

/*
en_US
*/

@import "/css/eng/cj/cj_swiper.css";

/* =========================================================
list
========================================================= */
#list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 25px 0;
}
#list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#list li.rim {
	clear: both;
	position: relative;
	border: 2px #e8ece9 solid;
	margin-bottom: 8px;
}
/* -----------------------------------------------
cj premier: swiper
----------------------------------------------- */
.swiper-container {
	text-align: center;
	margin-bottom: 10px;
	background-color: #efefef;
}
.swiper-container a {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 10%;
	margin: 0 auto;
	height: 220px;
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 5px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(/img/common/common/swiper_arrow_left.png);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(/img/common/common/swiper_arrow_right.png);
}
.swiper-button-next,
.swiper-button-prev {
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.45);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.swiper-container .swiper-slide {
	position: relative;
	width: 560px;
}
.swiper-container .swiper-slide img {
	width: 546px;
	height: 220px;
}
/* -----------------------------------------------
cj premier: badge
----------------------------------------------- */
#list .premier {
	position: absolute;
	top: 34px;
	right: 2px;
	display: inline-block;
	background-image: url(/img/eng/cj/badge_premier.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 76px;
	height: 77px;
	z-index: 3;
}
#list .premier span {
	display: none;
}
/* -----------------------------------------------
shukatsu
----------------------------------------------- */
#list .shukatsu {
	position: absolute;
	top: 25px;
	right: 10px;
	display: inline-block;
	background-image: url(/img/eng/cj/badge_shukatsu.png);
	background-size: 78px 77px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 78px;
	height: 77px;
	z-index: 3;
}
#list .shukatsu a {
	display: block;
	width: 78px;
	height: 77px;
}
#list .shukatsu span {
	display: none;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#list .header {
	background-color: #f7f6f5;
	padding: 6px 8px;
	border-bottom: 1px #e8ece9 dotted;
}
#list .header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#list .header li {
	float: left;
}
#list .header li.status span {
	display: none;
}
#list .header li.category {
	color: #6c3524;
	margin: 4px 0 0 6px;
}
#list .header li.date {
	float: right;
	color: #666666;
	margin: 4px 0 0 0;
}
#list .header li.date .new {
	float: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}
/* -----------------------------------------------
2 column
----------------------------------------------- */
#list .info {
	clear: both;
	text-align:left;
	margin: 0 auto 12px auto;
	width: 100%;
}
#list .info:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#list .info .left {
	float: left;
	position: relative;
	margin-right: -242px;
	width: 100%;
	z-index: 1;
}
#list .info .left .box {
	margin: 10px 242px 10px 10px;
}
#list .info .right {
	float: right;
	position: relative;
	text-align: center;
	margin: 10px;
	width: 222px;
	z-index: 2;
}
/* -----------------------------------------------
left
----------------------------------------------- */
#list .info .left .world-area {
	font-weight: bold;
	margin-bottom: 5px;
}
#list .info .left .comname {
	clear: left;
	border-top: 1px #cccccc dotted;
	border-bottom: 1px #cccccc dotted;
	margin: 0 0 10px 0;
}
#list .info .left h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
	display: flex;
	align-items: flex-end;
}
#list .info .left h3 a {
	color: #3366ff;
}
#list .info .left h3 a:hover {
	color: #668cff;
}
#list .info .left h3 img {
	vertical-align: middle;
	margin-right: 4px;
}
#list .info .left p.comment {
	color: #666600;
	line-height: 126%;
	margin-bottom: 5px;
	max-height: 3.6em;
	overflow: hidden;
}
#list .info .message {
	margin-bottom: 10px;
}
#list .info .message div {
	background: url(/img/eng/cj/detail_title_message.png) no-repeat 0 0;
	padding: 0;
	margin-bottom: 6px;
	width: 180px;
	height: 30px;
}
#list .info .message div span {
	display: none;
}
#list .info .message p {
	line-height: 137%;
	max-height: 2.8em;
	overflow: hidden;
}
#list .info .left table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px #efefef dotted;
	margin-bottom: 8px;
}
#list .info .left table tr {
	border-bottom: 1px #efefef dotted;
}
#list .info .left table th {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: #fff8dc;
	padding: 4px 8px;
	white-space: nowrap;
}
#list .info .left table td {
	color: #666c67;
	font-size: 12px;
	padding: 4px 8px;
	width: 100%;
}
#list .info .left table td span {
	display: inline-block;
	color: #cccccc;
	margin: 0 4px;
}
#list .info .left table td .note {
	margin-top: 3px;
}
/* -----------------------------------------------
right
----------------------------------------------- */
#list .info .right .thumb {
	position: relative;
	text-align: center;
	width: 218px;
}
#list .info .right .thumb .box a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ffffff;
	width: 216px;
	height: 162px;
}
#list .info .right .thumb .box a:hover {
	border: 1px solid #ffcc00;
}
#list .info .right .thumb img.medium {
	vertical-align: middle;
	max-width: 216px;
	max-height: 162px;
}
#list .info .right .noimg {
	position: relative;
	background: url(/img/common/cj/noimg_list.png) no-repeat 50% 50%;
}
#list .info .right .noimg a {
	display: block;
	border: 1px solid #ffffff;
	width: 216px;
	height: 162px;
}
#list .info .right .noimg a:hover {
	border: 1px solid #ffcc00;
}
#list .info .right .noimg span {
	display: none;
}
#list .info .right .detail {
	text-align: center;
	margin-top: 6px;
}
#list .info .right .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #5faea1;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 10px 22px 6px 22px;
}
#list .info .right .detail a:hover {
	background-color: #ffcc00;
}
/* -----------------------------------------------
notice
----------------------------------------------- */
#list .info .left .applied {
	background: url(/img/common/cj/bg_shadow.png) no-repeat 0 100%;
	padding-bottom: 3px;
	margin: 0 0 5px -15px;
}
#list .info .left .applied span {
	display: inline-block;
	color: #ffffff;
	background-color: #ed6d35;
	padding: 4px 20px 4px 10px;
}
#list .info .right .end {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	position: absolute;
	top: 43%;
	left: 1px;
	font-size: 11px;
	text-align: center;
	background-color: #ffffff;
	opacity: 0.8;
	padding: 4px 8px;
	margin: 0 auto;
	width: 200px;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#list .tag {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
}
#list .tag .tag-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 10px;
}
#list .tag a {
	display: inline-block;
	color: #5faea1;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #b2d1da;
	border-radius: 2px;
	background-color: #f7fafa;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}
#list .tag a:hover {
	color: #ff9933;
}
/* -----------------------------------------------
status icon
----------------------------------------------- */
#list .fulltime {
	display: block;
	background: url(/img/eng/cj/status_fulltime.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .contract {
	display: block;
	background: url(/img/eng/cj/status_contract.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .temporary {
	display: block;
	background: url(/img/eng/cj/status_temporary.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .freelance {
	display: block;
	background: url(/img/eng/cj/status_freelance.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .part {
	display: block;
	background: url(/img/eng/cj/status_part.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .parttime {
	display: block;
	background: url(/img/eng/cj/status_parttime.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .shortparttime {
	display: block;
	background: url(/img/eng/cj/status_shortparttime.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .intern {
	display: block;
	background: url(/img/eng/cj/status_intern.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .outwork {
	display: block;
	background: url(/img/eng/cj/status_outwork.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .outsourcing {
	display: block;
	background: url(/img/eng/cj/status_outsourcing.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .working_holiday {
	display: block;
	background: url(/img/eng/cj/status_working_holiday.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#list .other {
	display: block;
	background: url(/img/eng/cj/status_other.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}