/* CSS Document */
.recruit {
	background:url(../img/bg5.jpg) center center no-repeat;
	background-size:cover;
}


.entry-content {
	padding:20px 10px;
}

.entry-content .home-news:first-child {
  border-top: dotted 1px #d3c9b2;
}


dl {
	border-bottom: dotted 1px #d3c9b2;
	overflow: hidden;
}

dt {
	float:left;
	width:12em; /* dd側のマージンと合わせる。文字拡大対応でem */
  padding: 10px 10px;
	clear:both;
	/*border-top: dotted 1px #d3c9b2;*/
}
dt img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
}
dd {
    float: left;
	width:auto;
	/*border-top: dotted 1px #d3c9b2;*/
    padding: 10px 10px;
    margin: auto;
}
dd .new-date {
    display: inline-block;
    background: #CCC;
    padding: 5px 10px;
}

/* 960以下 */
@media screen and (max-width: 960px) {

}

/* 800以下 */
@media screen and (max-width: 800px) {

}

/* 7インチタブレット */
@media screen and (max-width: 692px) {
}

/* smartphone */
@media screen and (max-width: 520px) {
}