@charset "utf-8";
@import url("../../css/style.css");

/* WEB応募規約 */
#container .jobs_container .agreement-text {
	text-align: center;
}

#agreement {}

#agreement p {
	margin: 20px 0;
	/*	line-height:1.4;*/
}

#agreement #kiyaku {
	margin: 28px 0 20px 0;
}

#agreement #kiyaku #kiyaku_txt {
	margin: 0;
	padding: 0 10px;
	border: solid 1px #bebebe;
	background-color: #f3f3f3;
	/*width:530px;*/
	height: 200px;
	overflow: auto;
	font-size: 12px;
}

#kiyaku_txt p.mt {
	margin: 10px 0 5px 0;
}

#kiyaku_txt p {
	margin: 0 0 5px 0;
	/*	line-height:1.3;*/
}

.kiyaku_li {
	text-indent: -2em;
	padding-left: 2em;
}

#agreement .btn {
	margin-top: 30px;
	text-align: center;
}

#agreement .pp {
	margin-top: 40px;
	text-align: center;
	font-size: 85%;
	letter-spacing: 0;
}

#agreement .pp a {
	padding: 0 0 0 15px;
	background: url(../img/li.gif) left center no-repeat;
}

#agreement a:link,
#agreement a:visited {
	/*	text-decoration:underline;*/
}

#alert {
	color: #ff0000;
	text-align: center;
	line-height: 1.3;
}

/*モバイル*/
@media screen and (max-width: 759px) {
	#container .jobs_container .agreement-text {
		text-align: left;
	}
}