@charset "UTF-8";
/* CSS Document */
/* index */
.btn-tontonjob {
	float: right;
}
.job-list {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.job-list a{
	font-weight: normal;
	color: #333 !important;
}
.job-list .job-article {
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #FFF;
}

.job-thumbnail {
	width: 25%;
	border: 1px solid #CCC;
	float: left;
	margin-right: 10px;
	text-align: center;
	height: 70px;
	display: table;
}
.job-thumbnail div {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: 70px;
}
.job-thumbnail img {
	display: inline-block;
	max-height: 100% !important;
	max-width: 100% !important;
	heigt: auto !important;
	width: auto !important;
	vertical-align: middle;
}


.job-meta{
	overflow: auto;
}
.job-article h3 {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 5px;
	background-image: url(../sp_images/job/job-article-arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 8px;
}
.job-money{
	margin-bottom: 5px;
}
.job-reward{
	color: #FFF;
	background-color: #069;
	display: inline-block;
	padding: 3px 5px 1px;
	font-size: 12px;
	border-radius: 4px;
	float: left;
}
.job-oiwai {
	font-size: 13px;
	text-align: right;
	color: #C00;
	margin-bottom: 5px;
	padding-top: 3px;	
}
.oiwaikin {
	line-height: 16px;
	background-image: url(../sp_images/job/icn-oiwaikin.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	display: inline-block;
	margin-left: 5px;
}
.job-meta {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.job-meta li{
	padding: 5px 0px;
	border-bottom: 1px solid #CCC;
	line-height: 1.2em;
}

.job-description {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color: #006698;
}
.job-company,.job-address{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;}
.job-company{
	font-weight: bold;
}
.job-address{
	font-weight: normal;
}
.job-goto-detail{
	text-align: right;
}
.job-goto-detail a{
	border: 1px solid #C00;
	color: #C00;
	font-size: 12px;
	display: inline-block;
	padding: 3px 20px 1px 3px;
	background-image: url(../images/job/icn-goto-detail.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.goto-tonjob{
	text-align: center;
	margin-top: 3px;
	margin-bottom: 15px;
	padding:0 5px 0 5px;
}
.goto-tonjob a{
	display: inline-block;
	border: 1px solid #C1272D;
	background-color: #C1272D;
	color: #FFF !important;
	font-size: 13px;
	padding: 6px 0px 6px 0px;
	border-radius: 4px;
	/*background-image: url(../sp_images/job/icn-goto-tonjob.png);
	background-repeat: no-repeat;
	background-position: right center;*/
	width:100%;
	vertical-align: middle;
}

/* spot-list */
span.content_icn08{
	background-color: #FF3399;
}

/* spot */
.widget-tonjob .widget_title{
	border-bottom: 2px solid #42210B;
	margin-bottom: 10px;
}
.widget-tonjob .job-article{
	max-width: 210px;
	margin: auto;
}
.widget-tonjob .job-thumbnail {
	max-width: 210px;
	margin-bottom: 8px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.tonjob-more{
	text-align: center;
}
.tonjob-more strong{
	font-size: 16px;
	color: #630;
	font-weight: bold;
}
