@charset "UTF-8";


#page {
	background-color: #ffffff;
	line-height: 1.3em;
	margin-top: 0px;
	margin-left: auto;
	width: 710px;
	margin-right: auto;
}
#page .contents {
	margin-left: auto;
	width: 710px;
	margin-right: auto;
	margin-top: 10px;
}
.contents h2 {
	margin-bottom: 10px;
}
.contents p {
	text-align: left;
	line-height: 1.45em;
	margin-left: 10px;
}
.contents .line {
	width: 690px;
	height: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: url("../img/line.gif") repeat-x left;
	float: left;
}
.jobcontents {
	margin-left: auto;
	width: 710px;
	margin-right: auto;
	margin-top: 20px;
}
.jobcontents .jobarea {
	width: 340px;
	height: 165px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.jobcontents .jobarea .jobimg {
	float: left;
}
.jobcontents .jobsetumei {
	width: 160px;
	height: 165px;
	float: right;
	position: relative;
	margin-right: 5px;
}
.jobcontents .jobsetumei p {
	text-align: justify;
	margin-left: 0px;
}
.jobcontents .jobsetumei .more {	
	position: absolute;
	bottom:0;
}
.jobcontents .jobsetumei .more p {
	width: 143px;
	text-align: right;
	padding-right: 16px;
    line-height: 16px;
    background: url("../img/mark_next.gif") no-repeat;
	background-position: right;
}
.gotop {
	width: 680px;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 16px;
    line-height: 16px;
    background: url("../img/mark_back.gif") no-repeat;
}

/**----------------------
タブレット用
-------------------------*/

@media (max-width: 710px) {
	.contents{
		max-width: 95%;
	}
	.contents .line {
		width: 100%;
		height: 1px;
		margin:10px auto;
		background: url("../img/line.gif") repeat-x left;
	}
	h2 img{
		width: 100%;
		hight; auto;
	}
	.jobcontents {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 0px;
		height: auto;
	}
	.jobcontents .jobarea {
		width: 49%;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
		height: auto;
	}
	.jobcontents .jobarea .jobimg {
		width: 47%;
		float: left;
		margin: 0;
	}
	.jobcontents .jobarea .jobimg img {
		width: 100%;
		height: auto;
	}
	.jobcontents .jobarea .jobsetumei {
		width: 47%;
		float: right;
		margin-right: 0px
	}
	.jobcontents .jobsetumei .more {
		position: static;
		max-width: 90%;
		text-align: right;
	}
	.jobcontents .jobsetumei .more p {
		max-width: 100%;
		text-align: right;
		padding-right: 16px;
    	line-height: 16px;
    	background: url("../img/mark_next.gif") no-repeat;
		background-position: right;
	}
	
}
	
/**----------------------
スマホ用
-------------------------*/

@media (max-width: 575px) {
	#page {
		width: 100%;
		overflow: hidden;
	}
	.contents p {
		font-size: 14px;
		}
	.pagetitle {
		display: none;
		}
	.jobcontents {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 0px;
		height: auto;
	}
	.jobcontents .jobarea {
		width: 100%;
		margin: 10px;
		height: auto;
	}
	.jobcontents .jobarea .jobimg {
		width: 35%;
		float: left;
		margin: 0;
	}
	.jobcontents .jobarea .jobimg img {
		width: 100%;
		height: auto;
	}
	.jobcontents .jobarea .jobsetumei {
		width: 60%;
		float: right;
	}
	.jobcontents .jobsetumei .more {
		position:static;
		max-width: 100%;
		text-align: right;
		margin-top: 10px;
	}
	.jobcontents .jobsetumei .more p {
		padding-right: 16px;
    	line-height: 16px;
    	background: url("../img/mark_next.gif") no-repeat;
		background-position: right;
		float: right;
	}
	.contents .line_sp {
		width: 100%;
		height: 1px;
		margin-bottom: 10px;
		margin-left: 10px;
		background: url("../img/line.gif") repeat-x left;
		float: left;
	}
}

/**----------------------
スマホ横表示用
-------------------------*/
@media (orientation: landscape) and (max-height: 450px) {
  body {
    font-size: 100%;
  }
}

/**----------------------
スマホ意以外用
-------------------------*/

@media (min-width: 576px) {
	.pagetitle_sp {
		display: none;
		}
	.contents .line_sp {
		display: none;
	}
}
