@charset "utf-8";
#pageHeader {
	background-image: url("../img/ph_for_nurse.png");
}
#pageTitle .title_jpn {
	font-size: 23px;
	line-height: 26px;
}
#containerMain p.sentence {
	width: 100%;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 22px;
}
#containerMain #chapter ul {
	margin: 0px auto;
	margin: 5px 0px 10px 40px;
}
#containerMain #chapter ul li {
	/*list-style-type: disc;*/
	line-height: 25px;
	font-size: 16px;
	margin-top: 20px;
}
#containerMain #information .nothing {
	margin: 15px 0px 0px 40px;
}
#containerMain #relationship {
	margin-top: 40px;
}
.administration header p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #FFF;
	background-color: rgb(38, 134, 125);
	line-height: 20px;
	padding: 5px;
}
#containerMain #chapter h3 {
	font-size: 16px;
	letter-spacing: 1px;
	/*color: rgb(248,121,168);*/
	/*color: rgb(38,134,125);*/
	color: #333;
	line-height: 24px;
	background: none;
	/*border: none;*/
	border-bottom: solid 3px #CCC;
	border-left: solid 5px #09BFB0;
	padding-left: 20px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
#containerMain #chapter .article {
	margin-top: 40px;
}
#containerMain #chapter .article h3 span {
	display: inline-block;
	vertical-align: top;
}
#containerMain #chapter .article h3 span.released {
	width: 100px;
}
#containerMain #chapter .article h3 span.articleTitle {
	width: 800px;
}
#containerMain #chapter .article h3 .essential {
	color: #e5004f;
}
#containerMain #chapter .article p.articleContent {
	/*width: 800px;*/
	margin-left: 25px;
}


/* article お知らせ一覧ページ */
#containerMain #chapter .article .newsCat {
	width: 120px;
	font-size: 12px;
	letter-spacing: 1px;
	/*padding: 2px 3px 3px;*/
	color: #FFF;
	border-radius: 3px;
	margin-right: 8px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
}
/* お知らせ分類アイコン */
#containerMain #chapter .article .catKyokai {
	/*background-color: #e5004f;*/
	background-color: #006DD9;
}
#containerMain #chapter .article .catKenshu {
	/*background-color: rgb(38,134,125);*/
	background-color: #09BFB0;
}
#containerMain #chapter .article .catIinkai {
	background-color: #FF9900;
}
#containerMain #chapter .article .catNc {
	background-color: rgb(248,121,168);
}
#containerMain #chapter .article .catSonota {
	background-color: #999;
}
#containerMain #chapter #recruiting h4 {
	font-size: 16px;
	color: #e5004f;
}
#containerMain #chapter #recruiting ul {
	margin: 0px auto 15px;
}
#containerMain #chapter #recruiting ul li {
	font-size: 15px;
	margin-top: 2px;
	margin-left: 20px;
	list-style-type: disc;
}


@media screen and (max-width:990px) {

	#pageHeader {
		margin-top: 0px;
	}

	#containerMain #relationship ul li a {
		word-wrap: break-word;
	}
}