/* ===== 
	コンテンツ用CSS
 ================================================== */

/* 新人看護師へのメッセージ */

.msg_hl{
	position: relative;
	margin: 10px auto;
}

.illust{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.illust img{
	width: 150px;
	height: auto;
}

h1 .name{
	display: block;
	margin: 30px auto;
}

/* 中徳で働く現役看護師の声 */
.msgBox{
	margin: 0 auto 20px;
	padding: 15px;
}

.msgBox .inn{
	padding: 30px 15px;
	background: #fff;
	border-radius: 20px;
}

.msgBox h2{
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.msgBox p:last-child{
	margin-bottom: 0;
}


@media screen and (min-width: 640px) {
	.msg_hl{
		margin: 20px auto 20px;
		text-align: center;
	}
	
	.msg_hl .img{
		margin-top: 40px;
	}

	.illust img{
		width: 200px;
		height: auto;
	}

	.messages .clmL{ padding-right: 10px; }
	.messages .clmR{ padding-left: 10px; }
	
	.msgBox{
		padding: 20px;
	}
	
	.msgBox .inn{
		padding: 30px;
	}
}


@media screen and (min-width: 1024px) {
	.msg_hl{
		margin: 50px auto 20px;
		text-shadow: 0px 0px 5px #fff;
	}
	
	.illust{
		position: absolute;
		top: 40px;
		right: 10%;
		z-index: 0;
	}
}


/* 下層ページ
 ================================================== */
/* side menu */

@media screen and (max-width: 639px) {
	#left_side li{
		width: 100%;
	}

	#left_side li:nth-child(odd),
	#left_side li:nth-child(even) {
		border-width: 0 1px 1px;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	#left_side li{
		width: 50%;
	}

	#left_side li:nth-child(odd){
  	  border-width: 0 1px 1px 1px;
	}

	#left_side li:nth-child(even){
 	   border-width: 0 1px 1px 0;
	}
}
}

