﻿.randomlist-area {
display: inline-block;
vertical-align: top;
	width:30%;
	margin: 1em 2px 1em 5px;
	border-radius: 3px;
	font-size: 13px;
}
.list-search  {
	overflow: hidden;
	border: none;
}
hr {
	border-top: 1px solid #ccc;
}
.randomlist-area p a {
	font-size:13px;
	color: #006380;
	text-decoration: underline;
}
.randomlist-area a {
	text-decoration: none;
	color: #2D2D2D;
}
.randomlist-area  .thumb img {
	width: 180px !important;
	height: 135px !important;
}
.randomlist-area .txt span {
	display: inline-block;
}
.randomlist-area .txt .category {
	font-size:14px;
	font-weight: bold;
	margin-top: 6px;
	display: block;
}
.randomlist-area .txt .wanted {
	background-color: #f09625;
	border-radius: 4px;
	color: #FFFFFF;
	padding: 0.2em 0.6em;
	margin-top: 6px;
}
.randomlist-area .txt .office_name {
	display: block;
}
.randomlist-area .txt .address {
	display: block;
}
.randomlist-area .txt .salary {
	display: block;
	color: #FF0000;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
/* スクリーンサイズが480px以下の場合に適用 */
.randomlist-area {
	width:90%;
	font-size: 14px;
}
.list-search  {
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
}
hr {
	display: none;
}
.headline_sp {
	text-align: left;
	background: #009B69;f
	ont-weight: bold;
	font-size: 100%;
	margin: 2em 0 0.5em;
	color: #fff;
	padding: 0.6em 1em;
}
.headline_pc {
	display: none;
}
}

@media screen and (min-width: 481px) {
.headline_pc {
	text-align: left;
	background: #009B69;f
	ont-weight: bold;
	font-size: 100%;
	margin: 2em 0 0.5em;
	color: #fff;
	padding: 0.6em 1em;
}
.headline_sp {
	display: none;
}
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
}
