@charset "UTF-8";



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本本文レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}

ul {
	
}
ul li {
	list-style:none;	
}

/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
ul { 
}
* html ul {
	zoom: 100%;
}
*:first-child+html ul {
	display: inline-block;
}
ul:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a:hover {
	color: #e78585;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}




/* PC */
@media screen and (min-width:481px), print {

.sp,
#Header_sp {
	display: none;
}


/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	color: #5c4436;
	padding: 0;
	margin: 0;
}



/*img {
	height: auto !important;
}*/





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
}
* html #header {
	zoom: 100%;
}
*:first-child+html #header {
	display: inline-block;
}
#header:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
	#header .leftBox {
		width: 400px;
		float: left;
		padding-top: 15px;
	}
		#header .leftBox h1 {
			font-size: 86%;
			margin-bottom: 15px;
			font-weight:lighter !important;
		}


	#header .rightBox {
		width: 750px;
		float: right;
	}
		#header .rightBox ul#Btn {
			margin-bottom: 25px;
		}
			#header .rightBox ul#Btn li {
				float: right;
				margin-left: 5px;
			}
		
		#header .rightBox ul#Nav {
		}
			#header .rightBox ul#Nav li {
				float: right;
				padding-left: 20px;
				margin-left: 17px;
				background: url(../img/icon_list.gif) no-repeat left center;
			}
			#header .rightBox ul#Nav li.last {
				float: right;
				padding-left: 0;
				margin-left: 0;
				background: none;
			}
				#header .rightBox ul#Nav li a {
					display: block;
					color: #5c4436;
				}
				#header .rightBox ul#Nav li a:hover {
					color: #e78585;
				}
				#header .rightBox ul#Nav li.on{
					color: #e78585;
				}
	
	
	
	
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper {
	background: url(../img/contents_bg.gif) center top;
	width: 100%;
	min-width: 1200px;
	padding: 0px 0 90px 0;
	margin-top:10px;
}

#contents {
	width: 1200px;
	margin: 0 auto;
}

.area {
	width: 1200px;
	margin: 0 auto;
}

.section {
	width: 1000px;
	margin: 0 auto 80px auto;
}

.section02 {
	width: 1060px;
	margin: 0 auto;
}
	
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#maintitle {
	width: 100%;
	background: #fff;
	border-top: solid 1px #dad2ce;
	border-bottom: solid 1px #dad2ce;
	margin-bottom:80px;
}
	#maintitle h2 {
		width: 1200px;
		margin: 0 auto;
	}



#bread #contents{
	position:relative;
}
	#bread ul {
		font-size: 12px;
/*		position: absolute;
		top:-230px;
		left:0;
		z-index:200;
*/	}
	#bread ul li {
		color: #e78585;
		float:left;
		margin-right: 10px;
	}
	#bread ul li.last {
	}
		#bread ul li a {
			color: #000;
			padding-right:20px;
			background:url(../img/bread_dot.png) no-repeat right center;
		}
		#bread ul li a:hover {
			color: #e78585;
		}
#bread:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}

	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {	
}
	#footer #listNav {
		width: 100%;
		min-width: 1200px;
		background: url(../img/footer_bg.gif) repeat;
		padding: 30px 0;
	}
	* html #footer #listNav {
		zoom: 100%;
	}
	*:first-child+html #footer #listNav {
		display: inline-block;
	}
	#footer #listNav:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
		#footer #listNav dl {
			width: 173px;
			float: left;
		}
		#footer #listNav dl.last {
			width: 110px;
			float: right;
		}	
			#footer #listNav dl dt {
				font-size: 115%;
				font-weight: bold;
				margin-bottom: 12px;
			}
				#footer #listNav dl dt span {
					font-size: 12px;
				}
			#footer #listNav dl dd {
			}
				#footer #listNav dl dd ul li {
					margin-bottom: 5px;
				}
				#footer #listNav dl dd ul li.last {
					margin-bottom: 0;
				}
					#footer #listNav dl dd ul li a {
						background: url(../img/arrow_right.png) no-repeat left 0.3em;
						display: block;
						padding-left: 22px;
						color: #5c4436;
						font-size: 86%;
					}
					#footer #listNav dl dd ul li a:hover {
						background: url(../img/arrow_pink_right.png) no-repeat left 0.3em;
						display: block;
						padding-left: 22px;
						color: #e78585;
					}
						#footer #listNav dl dd ul li a span {
							font-size: 10px;
						}


	#footer #Info {
		width: 1200px;
		margin: 0 auto;
		padding: 25px 0 20px 0;
	}
	* html #footer #Info {
		zoom: 100%;
	}
	*:first-child+html #footer #Info {
		display: inline-block;
	}
	#footer #Info:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
		#footer #Info p {
			float: left;
			font-size: 86%;
			margin-left: 430px;
		}
		
		#footer #Info ul {
			float: right;
		}
			#footer #Info ul li {
				float: left;
				margin-left: 20px;
			}
				#footer #Info ul li a {
					font-size: 86%;
					color: #5c4436;
				}
				#footer #Info ul li a:hover {
					color: #e78585;
				}


	

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* トップへ戻るボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



#to_top{
	width:100%;
	margin-top:-70px;
	padding-bottom:25px;
	}
#to_top p{
	text-align:center;
	margin-left:1076px;
	
	}









/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* カレンダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.multiple-calendar table .target img {
	background: url(/nurse/common/img/icon_full.png) no-repeat center center;
}





}






/* スマホ */
@media only screen and (max-width: 480px) {

.pc,
#header {
	display: none;
}


#contents {
	width: 94%;
	margin: 3% auto 0 auto;
}

.section {
	margin: 0 auto 0 auto;
}


#wrapper {
	background: url(../img/contents_bg.gif) center top;
	width: 100%;
}


/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	color: #5c4436;
	padding: 0;
	margin: 0;
}


img {
	height: auto !important;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#Header_sp {
	position: relative;
	padding: 9% 0;
}
	
	#Header_sp #Logo {
		width: 97%;
		position: absolute;
		top: 0;
		left: 3%;
		z-index: 100;
		background: #fff;
		padding-top: 3%;
	}
		#Header_sp #Logo img {
			width: 60%;
			height: auto;
		}
		
	#Header_sp #Menu {
		width: 10%;
		position: absolute;
		top: 20%;
		right: 3%;
		z-index: 101;
	}
		#Header_sp #Menu img {
			width: 100%;
			height: auto;
		}
	
	#Header_sp #MenuNav {
		width: 94%;
		padding: 3%;
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 18%;
		background: #fff;
		z-index: 10;
	}
		#Header_sp #MenuNav dl {
			background: url(../img/c_bg.gif);
			margin-bottom: 1%;
		}
		#Header_sp #MenuNav dl.last {
			margin-bottom: 0;
		}
			#Header_sp #MenuNav dl dt {
			}
				#Header_sp #MenuNav dl dt a {
					color: #5c4436;
					font-weight: bold;
					padding: 3% 3% 2.5% 3%;
					display: block;
					background: url(../img/arrow_right_sp.png) no-repeat 97% center;
					background-size: 5%;
				}
				#Header_sp #MenuNav dl#About dt a {
					color: #5c4436;
					font-weight: bold;
					padding: 3% 3% 2.5% 3%;
					display: block;
					background: url(../img/arrow_bottom.png) no-repeat 97% center;
					background-size: 5%;
				}
			#Header_sp #MenuNav dl dd {
				padding: 0 3% 3% 3%;
			}
				#Header_sp #MenuNav dl dd ul {
					background: #fff;
				}
					#Header_sp #MenuNav dl dd ul li {
						border-bottom: dotted 1px #ddd;
					}
						#Header_sp #MenuNav dl dd ul li a {
							display: block;
							padding: 2%;
							color: #5c4436;
							font-size: 86%;
							background: url(../img/arrow_pink_right_sp.png) no-repeat 98% center;
							background-size: 5%;
						}
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#maintitle {
	width: 100%;
	margin-bottom:6%;
	background:url(../img/bg_red.gif) repeat;
	height:70px;
}
	#maintitle h2 {
		width: 100%;
		margin: 0 auto;
		text-align:center;
		font-size:150%;
		padding-top:15px;
		letter-spacing:0.03em;
	}
	
	#maintitle h2 img{
		width: 100%;
	}
	
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {	
	border-top: solid 1px #d4d0cd;
	padding: 0;
	margin: 0;
}
	#footer #listNav {
		display: none;
	}


	#footer #Info {
	}
	* html #footer #Info {
		zoom: 100%;
	}
	*:first-child+html #footer #Info {
		display: inline-block;
	}
	#footer #Info:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
		#footer #Info p {
			font-size: 86%;
			display: block;
			padding: 3% 0 0 0;
			text-align: center;
		}
		
		#footer #Info ul {
		}
			#footer #Info ul li {
				border-bottom: solid 1px #d4d0cd;
			}
				#footer #Info ul li a {
					font-size: 100%;
					color: #5c4436;
					padding: 3% 3% 3% 10%;
					display: block;
					background: url(../img/arrow_right_sp.png) no-repeat 3% center;
					background-size: 5%;
				}
				#footer #Info ul li a:hover {
					color: #e78585;
				}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* トップへ戻るボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



#to_top{
	width:100%;
	padding-top:20%;
	margin-top:-70px;
	padding-bottom:25px;
	background: url(../img/contents_bg.gif) center top;
	}
#to_top p{
	text-align:right;
	margin-right:3%;
	
	}



.movable-dd {
	display: none;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* カレンダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.multiple-calendar table .target img {
	background: url(/nurse/common/img/icon_full.png) no-repeat center center;
}




}
