*{
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4;
	font-family: "メイリオ", "Meiryo", Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
	word-wrap: break-word;
}




body{
	background: url(body-back.gif) repeat scroll 0 0 transparent;
	display: block;
	font: 13px/1.231 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;
}


p {
	font-size: 90%;
}


a {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}




header{
	background: url(header-back.gif) repeat scroll 0 0 transparent;
	height: 85px;
}


#head-container{
	width: 850px;
	height: 50px;
	padding-top:15px;
	margin: auto;
}


#main-container{
	width: 850px;
	height: 610px;
	margin: 20px auto;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #a6a6a6;
	border-radius: 10px;
	-webkit-border-radius: 10px;

}


#main-container img {
	margin: 30px 15px 5px 15px;
}


#attention{
	border: 1px solid #a6a6a6;
	margin: 30px 100px;
	padding: 10px; 
	font-weight:bold;
}

#attention p{
	line-height: 1.8em;
}
#jobs{
	width:800px;
	margin: 10px auto;
	display: -webkit-flex;
	display: flex;
}


.jobs-box {
	margin: 5px auto;
	text-align: center;
}

.jobs-box img {
	margin-bottom:5px;
	opacity: 1;

}



footer{
	text-align: center;
	font-size: 0.7em;
	background-color: #ff7500;
	color: #fff;
	padding: 10px 0;

}