@charset "UTF-8";

/*
en_US
*/

/* common */
@import "/css/eng/common/picture.css";

/* =========================================================
enlarge window
========================================================= */

/* -----------------------------------------------
end
----------------------------------------------- */

.enlarge-picture .thumb {
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.enlarge-picture .end {
	color: #008db7;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 11px;
	text-align: center;
	background-color: #ffffff;
	opacity: 0.8;
	padding: 4px 0;
	margin: -11px auto 0 auto;
	width: 100%;
}

/* -----------------------------------------------
header
----------------------------------------------- */

.enlarge-picture .info .header {
	margin-bottom: 10px;
}
.enlarge-picture .info .header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
.enlarge-picture .info .header .status {
	float: left;
}
.enlarge-picture .info .header .status span {
	display: none;
}
.enlarge-picture .info .header .cat {
	float: left;
	color: #6c3524;
	margin: 4px 0 0 6px;
}
.enlarge-picture .info .header .date {
	float: right;
	color: #666666;
	margin: 5px 0 0 0;
}
.enlarge-picture .info .header .date .new {
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}

/* -----------------------------------------------
status icon
----------------------------------------------- */

.enlarge-picture .info .header .fulltime {
	display: block;
	background: url(/img/eng/cj/status_fulltime.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
.enlarge-picture .info .header .contract {
	display: block;
	background: url(/img/eng/cj/status_contract.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
.enlarge-picture .info .header .temporary {
	display: block;
	background: url(/img/eng/cj/status_temporary.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
.enlarge-picture .info .header .freelance {
	display: block;
	background: url(/img/eng/cj/status_freelance.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
.enlarge-picture .info .header .part {
	display: block;
	background: url(/img/eng/cj/status_part.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
.enlarge-picture .info .header .parttime {
	display: block;
	background: url(/img/eng/cj/status_parttime.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
.enlarge-picture .info .header .shortparttime {
	display: block;
	background: url(/img/eng/cj/status_shortparttime.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
.enlarge-picture .info .header .intern {
	display: block;
	background: url(/img/eng/cj/status_intern.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
.enlarge-picture .info .header .outwork {
	display: block;
	background: url(/img/eng/cj/status_outwork.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
.enlarge-picture .info .header .working_holiday {
	display: block;
	background: url(/img/eng/cj/status_working_holiday.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
.enlarge-picture .info .header .other {
	display: block;
	background: url(/img/eng/cj/status_other.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}

/* -----------------------------------------------
applied
----------------------------------------------- */

.enlarge-picture .info .applied {
	margin: 0 0 5px 0;
}
.enlarge-picture .info .applied span {
	display: inline-block;
	color: #ffffff;
	background-color: #ed6d35;
	padding: 2px 20px;
}

/* -----------------------------------------------
contents
----------------------------------------------- */

.enlarge-picture .info .contents {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.enlarge-picture .info .contents .left {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.enlarge-picture .info .contents .left .world-area {
	font-weight: bold;
	margin-bottom: 5px;
}
.enlarge-picture .info .contents .left .comname {
	font-size: 15px;
	font-weight: bold;
	border-top: 1px #cccccc dotted;
	border-bottom: 1px #cccccc dotted;
	padding: 5px 0;
	margin: 0 0 10px 0;
	width: 100%;
}
.enlarge-picture .info .contents .left .comname .name a {
	color: #3366ff;
	display: table-cell;
	vertical-align: middle;
}
.enlarge-picture .info .contents .left .comname .name a:hover {
	color: #668cff;
}
.enlarge-picture .info .contents .left .comname .name img {
	vertical-align: middle;
	margin-right: 4px;
}
.enlarge-picture .info .contents .left p {
	color: #666600;
	line-height: 126%;
}
.enlarge-picture .info .contents .right {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}
.enlarge-picture .info .contents .right table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dotted #efefef;
	margin-bottom: 20px;
	width: 280px;
}
.enlarge-picture .info .contents .right tr {
	border-bottom: 1px dotted #efefef;
}
.enlarge-picture .info .contents .right th {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: #fff8dc;
	padding: 4px 8px;
	white-space: nowrap;
}
.enlarge-picture .info .contents .right td {
	color: #666c67;
	font-size: 12px;
	padding: 4px 8px;
	width: 100%;
}
.enlarge-picture .info .contents .right td span {
	color: #cccccc;
	margin: 0 4px;
}
.enlarge-picture .info .contents .right td .note {
	margin-top: 3px;
}
.enlarge-picture .info .contents .right .detail {
	text-align: center;
}
.enlarge-picture .info .contents .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;
}
.enlarge-picture .info .contents .right .detail a:hover {
	background-color: #ffcc00;
}