.nurse { overflow: hidden; 	padding-left:0!important;}

.nurse li { float: left; width: 33.33%; margin-bottom: 10px; padding: 5px; }

.nurse li img { width: 100%; }
@media screen and (max-width: 640px) { 

  .nurse li { width: 100%; 
  	padding: 5px 0;
  } 

}

.message img{
	width: 100%;
	margin-bottom: 30px;
}
.message h3{
	color: #DBB09B;
	font-size: 110%;
}
.message h3 span{
	font-size: 180%;
	vertical-align: middle;
	margin-right: 10px;
}
.title_l{
	margin: 30px 0 50px;
}
.nurse_recruite{
	overflow: hidden;
}

.nurse_recruite ul li a{
	font-size: 90%;
}
.nurse_recruite .rec_nurse{
	background: #EEC8D1;
	border: 10px solid #fbe9ed;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.rec_nurse_01{
	overflow: hidden;
}
.rec_nurse_01 .link1_left{
	width: 50%;
	float: left;
}
.rec_nurse_01 .link1_left img{
	padding: 20px 0;
}
.rec_nurse_01 .link1_right{
	width: 50%;
	float: left;
	padding: 10px 0;
}
.rec_nurse_01 .link2{
	background: #E5A4B5;
	padding: 20px;
	clear: both;
}
.rec_nurse_01 .link2 ul li span{
	font-size: 90%;
	margin-right: 5px;
}
.nurse_recruite ul.linktype1 li{
	margin-bottom: 5px;
}
.nurse_recruite ul.linktype1 li a{
	display: block;
	padding: 5px 30px 5px 10px;
	border: 1px solid #4d4d4d;
	background: #fff;
	position: relative;
	
}
.nurse_recruite ul.linktype1 li a:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/wp/wp-content/themes/nho-theme/img/migi.png);
}
.rec_nurse_01 ul{
	overflow: hidden;
}
.nurse_recruite ul.linktype2 li{
	width: 49%;
	float: left;
	margin-right: 2%;
	background: #fff;
	margin-bottom: 10px;
}
.nurse_recruite ul.linktype2.first{
	border-bottom: 2px dotted #4d4d4d;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.nurse_recruite ul.linktype2.last li{
	margin-bottom: 0;
}
.nurse_recruite ul.linktype2.last li:first-child{
	margin-bottom: 10px;
}
.nurse_recruite ul.linktype2 li:nth-child(2n){
	margin-right: 0;
}
.nurse_recruite ul.linktype2 li a{
	display: block;
	padding: 5px 30px 5px 10px;
	position: relative;
}
.nurse_recruite ul.linktype2 li a span.blank_ico{
	width: 20px;
	height: 20px;
	background: url(/wp/wp-content/themes/nho-theme/img/brank.png);
	display: inline-block;
	vertical-align: middle;
}
.nurse_recruite ul.linktype2 li a:after,
.nurse_recruite ul.linktype3 li a:after
{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/wp/wp-content/themes/nho-theme/img/migi_2.png);
}

.nurse_recruite ul.linktype3 li a{
	display: block;
	padding: 3px 30px 3px 10px;
	border: 1px solid #4d4d4d;
	background: #fff;
	margin-bottom: 5px;
	position: relative;
}
.rec_nurse_02{
	overflow: hidden;
}
.rec_nurse_02 .right{
	width: 43%;
	margin-right: 2%;
	float: left;
}
.rec_nurse_02 .left{
	width: 50%;
	float: left;
}
.rec_nurse_02 .s_link{
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px dotted #4d4d4d;
	overflow: hidden;
	font-size: 90%;
}
.rec_nurse_02 .s_link ul li{
	display: inline-block;
	width: 45%;
}
.s_link2 {
	padding-top: 50px;
}
.rec_nurse_03{
	width: 50%;
	float: left;
	height: 190px;
}
.rec_nurse_04{
	width: 48%;
	margin-left: 2%;
	float: left;
	position: relative;
	text-align: left!important;
	height: 190px;
}
.rec_nurse_04 .title{
	font-weight: bold;
	margin-bottom: 20px;
}
.rec_nurse_04 .text{
	font-size: 90%;
}
.rec_nurse_04:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(/wp/wp-content/themes/nho-theme/img/migi.png);
	background-color: #fff;
	border-radius: 20px;
	
}
@media screen and (max-width: 680px){
	.rec_nurse_01 .link1_left,
	.rec_nurse_01 .link1_right{
		width: 100%;
		float: none;
	}
	.nurse_recruite ul.linktype2 li{
	width: 100%;
	float: none;
	margin-right: 0;
	}
	.rec_nurse_02 .right,
	.rec_nurse_02 .left{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.rec_nurse_03,
	.rec_nurse_04{
		width: 100%;
		float: none;
	margin-left: 0px;
	}

}





/*20170317追加*/

.nurse_internship_day ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
.nurse_internship_day li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	float: left;
}
.nurse_internship_day li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #dbb09b;
	color: #FFF;
	display: block;
	float: left;
	margin-left: -30px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 19px;
}


.nurse_internship_day ol:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}




.nurse_recruite .rec_nurse02{
	background: #f9e4e9;
	border: 10px solid #fbe9ed;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

hr {
    clear: both;
}





