#recruit-pg {
	padding: 0 10px;
	color: #555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 2px;
}
#recruit-pg .container {
	clear: both;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
#recruit-pg img {
	max-width: 100%;
	height: auto;
	display: block;
}
#recruit-pg h1 {
	background: #7aa3b6;
    color: #fff;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    letter-spacing: 3px;
    font-size: 16px;
		font-weight: normal;
}
#recruit-pg  .main-heading {
	clear: both;
	padding-bottom: 30px;
}
#recruit-pg  .main-heading .text {
	float: left;
}
#recruit-pg  .main-heading .text p {
	color: #176eac;
	font-weight: bold;
	font-size: 14px;
}
#recruit-pg  .main-heading .text p.text-l {
	font-weight: bold;
	font-size: 22px;
}
#recruit-pg  .main-heading .text p.text-l2 {
	font-weight: bold;
	font-size: 19px;
}
#recruit-pg .main-heading .text p.text-l:after {
	content: "　";
}
#recruit-pg .main-heading .text p.person-origin {
	text-align: right;
	margin-top: 13px;
}

#recruit-pg .content {
	margin-top: 15px;
	clear: both;
}
#recruit-pg .content .second-col{
	margin-top: 15px;
}
#recruit-pg p.btn-link {
	text-align: center;
}
#recruit-pg p.btn-link a {
	color: #fff;
    background: #206b9b;
    padding: 15px 20px;
    display: inline-block;
    clear: both;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
		max-width: 450px;
    margin: 0 auto;
}

/*TESTIMONIAL DIV*/
#recruit-pg #testimonial-div .testimonial-row {
	border-top: 1px dotted #9bbed5;
	padding: 30px 0;
}
#recruit-pg #testimonial-div .testimonial-row:first-of-type {
	border-top: none;
}

/*RECRUITER DIV*/
#recruit-pg #recruiter-testimonial {
	border: 1px dotted #87adc8;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#recruit-pg #recruiter-testimonial h2 {
	border-bottom: 1px solid #c7dae7;
	width: auto;
	color: #176eac;
	float: left;
	font-size: 16px;
}
#recruit-pg #recruiter-testimonial .content-wrapper {
	float: left;
    padding: 20px 5px;
}
#recruit-pg #recruiter-testimonial .main-heading {
	margin: 15px 0;
	float: left;
}
#recruit-pg #recruiter-testimonial .main-heading p.person-origin {
	float: right;
    text-align: left;
	margin: 15px 0;
}


/*RAISE ENTRY DIV*/
#recruit-pg #raise-entry > div{
	margin-bottom: 30px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#recruit-pg #raise-entry h3{
	color: #fff;
	background: #2f70a3;
	padding: 15px 10px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#recruit-pg #raise-entry .entry-content {
	background: #fff;
	padding: 15px 0 25px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#recruit-pg #raise-entry .entry-content .row {
	border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
	padding: 0 10px 10px;
}
#recruit-pg #raise-entry .entry-content .row:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#recruit-pg #raise-entry .entry-content .row-header {
	color: #176ea5;
	font-size: 15px;
}

/*LOCATION DIV*/
#recruit-pg #location h2 {
	background: url('../images/hands-icon.png') no-repeat left top;
	background-size: 7.5%;
	color: #176ea5;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #176ea5;
	font-size: 18px;
}
#recruit-pg #location .map-container img {
	margin: 15px auto;
}
#recruit-pg #location .location-list ul{
	margin: 15px 0;
}
#recruit-pg #location .location-list ul li{
	list-style: disc;
}
#recruit-pg #location .location-list ul li:first-of-type{
	padding-left: 0;
	list-style: none;
    text-indent: 0;
    margin-left: 0;
}

@media screen and (max-width: 479px) {
	#recruit-pg #recruiter-testimonial .content-wrapper {
		padding: 10px 10px;
	}
	.big-col-heading {
		font-size: 18px;
		margin-bottom: 15px;
		float: left;
		width: 100%;
		font-weight: bold;
	}
}
@media screen and (min-width: 480px) {
	#recruit-pg img {
		margin: 0 auto;
	}
	#recruit-pg #recruiter-testimonial .content-wrapper {
		padding: 20px 40px;
	}
	#recruit-pg #recruiter-testimonial .text+p {
		float: left;
		width: 100%;

	}
	#recruit-pg #location h2 {
		background-size: 4.5%;
	}
	.big-col-heading {
		font-size: 18px;
		margin-bottom: 15px;
		float: left;
		width: 100%;
		font-weight: bold;
	}
}/*end 480px*/

@media screen and (min-width: 768px) {
	#recruit-pg {
		/*max-width: 850px;*/
		margin: 0 auto;
	}
	#recruit-pg h1 {
		font-size: 24px;
	}
	#recruit-pg .container {
		margin-top: 50px;
		width: 100%;
	}
	#recruit-pg  .main-heading .text p {
		font-size: 15px;
		text-align: right;
	}
	#recruit-pg  .main-heading:nth-of-type(3) .text p {
		text-align: left;
	}
	#recruit-pg .content p {
		font-size: 13px;
	}
	#recruit-pg #testimonial-div {
		margin-top: 20px;
	}

	#recruit-pg #location .location-list ul {
		float: left;
		width: 20%;
	}
	#recruit-pg #recruiter-testimonial .text+p {
		float: right;
	    margin-left: 0;
		width: 35%;
	}
	#recruit-pg .main-heading .text p.person-origin {
		margin-top: 30px;
	}
	#recruit-pg #location h2 {
		background-size: 2.5%;
	}
	.big-col-heading {
		font-size: 18px;
		margin-bottom: 15px;
		float: left;
		width: 100%;
		font-weight: bold;
	}
	.main-heading p img {
		border-radius: 10px;
	}
	#recruit-pg #location .location-list ul:nth-of-type(11){
		clear: both;
	}
}/*end 768px*/
#recruit-pg #location .location-list h3 {
	border-bottom: 1px dotted;
}
@media screen and (min-width: 992px) {
	#recruit-pg div {
		float: left;
	}
	#recruit-pg div:after,
	#recruit-pg div:before {
		clear: both;
		content: "";
		display: table;
	}

	#recruit-pg  .main-heading {
		position: relative;
		float: left;
		width: 100%;
	}
	#recruit-pg  .main-heading .text {
		width: 70%;
		position: absolute;
		top: 0;
	}
	#recruit-pg .main-heading .text+p{
		width: 25%;
		float: right;
	}
	#recruit-pg #recruiter-testimonial .text+p {
		width: 25%;
		margin-left: 0;
	}
	#recruit-pg #recruiter-testimonial .main-heading .text {
		top: 0;
	}
	#recruit-pg .main-heading img {
		width: 100%;
	}

	#recruit-pg .content .first-col {
		width: 48%;
		float: left;
		line-height: 1.7em;
	}
	#recruit-pg .content .second-col{
		width: 48%;
		float: right;
		margin-top: 0;
		line-height: 1.7em;
	}

	#recruit-pg #recruiter-testimonial .content-wrapper {
		padding: 20px 40px;
	}
	#recruit-pg #raise-entry .entry-content .row {
		width: 93%;
		padding: 10px 30px 20px;
	}
	#recruit-pg #location .location-list {
		clear: both;
		width: 100%;
		margin: 15px 0;
	}
	#recruit-pg #location .location-list ul {
		float: left;
		width: 20%;
	}
	#recruit-pg #location .map-container {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	#recruit-pg #location .map-container img {
		max-width: 100%;
		margin: 15px auto;
	}
	#recruit-pg #raise-entry .entry-content .row-header {
		float: left;
		width: 25%;
	}
	#recruit-pg #raise-entry .entry-content .row-text {
		float: left;
		width: 75%;
	}
	#recruit-pg #location .location-list h3 {
		font-size: 18px;

	}
	#recruit-pg #location .location-list .left-col,
	#recruit-pg #location .location-list .right-col {
		width: 45%;
		margin-left: 25px;
	}
	#recruit-pg #location .location-list ul {
		width: 100%;
		margin-left: 30px;
		margin-bottom: 0;
	}
	#recruit-pg #location .location-list ul li:first-of-type {
		margin-left: -30px;
	}
}/*end 992px*/

.admb30 {
	margin-bottom: 30px !important;
}
