@charset "UTF-8";

/* CSS Document */

/* all */

div#wrapper {
	margin: 0 auto;
}
div#jobs-title {
	margin-bottom: 10px;
}
div#jobs-title h1 {
	width: 100%;
	font-size: 10px;
	background: #1d47c2;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	padding: 8px;
}
div#jobs-title h1.pro {
	background: #1fa1cc;
}
div#jobs-title h2 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	text-align: left;
}
.swin-txt {
	font-size: 10px;
	line-height: 180%;
	margin-bottom: 20px;
}
.bottom-b {
	width: 133px;
}
.b-style1 {
	display: block;
	width: 50%;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	background: #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 12px;
}
.b-style1:hover {
	text-decoration: none;	
}