@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: 690px;
	margin-right: auto;
	margin-top: 0px;
	
}
.contents h2 {
	margin-bottom: 10px;
}
.contents p {
	text-align: left;
	line-height: 1.45em;
}
.contents span {
	font-weight: bold;
	color:#540D06；
}
.line {
	margin-left: auto;
	width: 690px;
	margin-right: auto;
	height: 1px;
	background: url("../img/line.gif") repeat-x left;
	float: left;
}
h3 {
	border-left:5px solid #999999; /*線の設定*/
	padding:2px 5px; /*余白の設定*/
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	text-align: left;
}
.jobcontents {
	margin-left: auto;
	width: 690px;
	margin-right: auto;
	margin-top: 20px;
}
.hozonarea {
	margin-left: auto;
	width: 690px;
	height: 290px;
	margin-right: auto;
	margin-bottom: 10px;
	background: url("../img/line.gif") repeat-x left;
	background-position: bottom;
}
.hozonarea img {
	float: left;
	margin-left: 10px;
}
.hozonsetumei {
	width: 230px;
	height: 280px;
	float: right;
	position: relative;
	margin-right: 5px;
}
.hozonsetumei p {
	text-align: justify;
	margin-left: 0px;
	font-size: 12px;
}
.hozonsetumei .more {	
	position: absolute;
}
.hozonsetumei .more p {
	width: 210px;
	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 {
		width: 100%;
	}
	.hozonarea {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		background: url("../img/line.gif") repeat-x left;
		background-position: bottom;
		padding-bottom: 10px;
	}
	.hozonarea img {
		float: left;
		margin-left: 10px;
		width: 60%;
		height: auto;
	}
	.hozonsetumei {
		width: 35%;
		height: auto;
		float: right;
		position: relative;
		margin-right: 5px;
	}
	.hozonsetumei p {
		text-align: justify;
		margin-left: 0px;
	}
	.hozonsetumei .more {	
		position: static;
		max-width: 93%;
		text-align: right;
	}
	.hozonsetumei .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{
		max-width: 95%;
	}
	.contents p {
		font-size: 1.2em;
		}
	.pagetitle {
		display: none;
		}
	.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;
	}
	h3{
		font-size: 1.2em
	}
	.jobcontents {
		width: 100%;
	}
	.hozonarea {
		width: 95%;
		height: auto;
		margin-bottom: 10px;
		background: url("../img/line.gif") repeat-x left;
		background-position: bottom;
	}
	.hozonarea img {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.hozonsetumei {
		width: 100%;
		height: auto;
		float: none;
		position: relative;
		margin-bottom: 10px;
	}
	.hozonsetumei p {
		text-align: justify;
		margin-left: 0px;
		font-size: 1.2em
	}
	.hozonsetumei .more {	
		position: static;
		max-width: 100%;
		text-align: right;
		float: right;
		margin-bottom: 10px
	}
	.hozonsetumei .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 (min-width: 576px) {
	.pagetitle_sp {
		display: none;
		}
	.contents .line_sp {
		display: none;
	}
}