@charset "utf-8";

/*
===============================
詳細ページ
===============================
*/

/*---------------------------------------------ページタイトル*/
.plivacy-titbg,
.ethics-titbg,
.about-titbg,
.access-titbg,
.recruit-titbg{
	height:97px;
	}

/*ページタイトルタイトル背景*/
.plivacy-titbg{
	background: url(../img/plivacy_titbg.jpg) no-repeat left top;
	}
.ethics-titbg{
	background: url(../img/ethics-titbg.jpg) no-repeat left top;
	}
.about-titbg{
	background: url(../about/img/about-titbg.jpg) no-repeat left top;
	}
.access-titbg{
	background: url(../access/img/titbg.jpg) no-repeat left top;
	}
.recruit-titbg{
	background: url(../img/recruit-titbg.jpg) no-repeat left top;
	}

/*---------------------------------------------詳細*/
.contents-detail{
	margin:0px 14px 10px 14px;
	padding:10px;
	border:1px solid #d8b8ba;
	background:#f6f1ed;
	vertical-align:top;
	}
.contents-detail p{
	font-size:75%;
	line-height:150%;
	}
.contents-detail p.title01{
	font-weight:bold;
	}
.contents-detail ol{
	font-size:75%;
	line-height:150%;
	margin:0 10px 0 24px;
	}	
.contents-detail a{
	color:#854649;
	text-decoration:underline;
	font-weight:bold;
	}
.contents-detail a:visited{
	color:#854649;
	text-decoration:underline;
	font-weight:bold;
	}
.contents-detail a:hover{
	color:#854649;
	text-decoration:underline;
	font-weight:bold;
	}

.contents-detail02{
	margin:25px 14px 25px 14px;
	padding:10px;
	border:1px solid #d8b8ba;
	background:#f6f1ed;
	vertical-align:top;
	}	
.contents-detail02 .pic{
	width:245px;
	float:left;
	}
.contents-detail02 .txt{
	width:273px;
	text-align:left;
	font-size:75%;
	line-height:150%;
	float:right;
	}
.contents-detail02 .txt02{
	text-align:left;
	font-size:75%;
	line-height:150%;
	margin:0 5px 5px 5px;
	}
.contents-detail02 .txt02 p{
	color:#666666;
	}



	
.contents-detail02 .text-area01 p{
	font-size:75%;
	line-height:150%;
	}





.marb20{
	margin-bottom:20px;
	}
	
.map{
	width:558px;
	margin:25px 14px 25px 14px;
	}

