@charset "utf-8";
/* 

このファイルには、TOPページにのみ使用するCSSを書き込みます
◎bodyにidを追加して制御しています。

id="topPage" 


/*****************************************

	#leftArea
	
*****************************************/
#contents #leftArea{
	width:228px;
	float:left;
}

#contents #leftArea h1{
	margin-bottom:16px;
}
#contents #leftArea ul li{
	margin-bottom:8px;
}
#contents #leftArea .exTitle {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  background: #FEF1FA;
  color: #D13EA5;
  padding: 0.8em 1.3em 0.5em 1.3em;
}
#contents #leftArea .pdfList{
  margin-top: 15px;
}
#contents #leftArea .pdfList p a{
  color: #000000;
}
#contents #leftArea .pdfList p {
  padding: 0 0.5em 0 1.5em;
  line-height: 1.6;
  position: relative;
}
#contents #leftArea .pdfList p + p {
  margin-top: 0.8em;
}
#contents #leftArea .pdfList p .pdfIcon{
  margin-left: 0.5em;
}
#contents #leftArea .pdfList p::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #555555;
  border-right: 0;
  position: absolute;
  top: 0.4em;
  left: 0.5em;
}
#contents #leftArea .pdfList p.nurse::before{
  border-left: 5px solid #d950b0;
}
#contents #leftArea .pdfList p.helper::before{
  border-left: 5px solid #fa771b;
}
#contents #leftArea .pdfList p.care::before{
  border-left: 5px solid #5F6EBE;
}
/*****************************************

	#rightArea
	
*****************************************/
#contents #rightArea{
	display:block;
	width:610px;
	float:right;
	margin-bottom:15px;
}
body#topPage #contents #rightArea h2{
	padding:12px 0 20px 0;
}


body#topPage #contents #rightArea .detailBox{
	padding-bottom:20px;
	margin-bottom:20px;
	background:url(../../images/line.gif) no-repeat center bottom;

}
body#topPage #contents #rightArea .detailBox.bnone{
	background:none;
	margin-bottom:0px;
}

body#topPage #contents #rightArea .detailBox .topBox{
	margin-bottom:15px;
}

body#topPage #contents #rightArea .detailBox .topBox .left{
	float:left;
	width:170px;
}
body#topPage #contents #rightArea .detailBox .topBox .right{
	width:100%;
	box-sizing: border-box;
}
body#topPage #contents #rightArea .detailBox .topBox .right .bg01{
	background:#F7F1FC;
	padding:10px;
}
body#topPage #contents #rightArea .detailBox .topBox .right .bg02{
	background:#FFF5F0;
	padding:10px;
}
body#topPage #contents #rightArea .detailBox .topBox .right .bg03{
	background:#EDF8F2;
	padding:10px;
}
body#topPage #contents #rightArea .detailBox .topBox .right .bg04{
	background:#fef3fb;
	padding:10px;
}
body#topPage #contents #rightArea .detailBox .topBox .right h3{
	margin-bottom:8px;
}

body#topPage #contents #rightArea .detailBox .botomBox table{
	width:100%;
}
body#topPage #contents #rightArea .detailBox .botomBox table th{
	width:58px;
	padding:0 10px 8px 0;
	vertical-align:top;
	
}
body#topPage #contents #rightArea .detailBox .botomBox table td{
	padding-bottom:8px;
	vertical-align:top;
}
body#topPage #contents #rightArea .detailBox .botomBox table td.detailbtn{
	text-align:right;
	vertical-align:bottom;
	padding-bottom:0px;
	
}
body#topPage #contents #rightArea .detailBox .botomBox table tr.lastChild th,
body#topPage #contents #rightArea .detailBox .botomBox table tr.lastChild td{
	padding-bottom:0px;
}


/*****************************************

	#mapArea
	
*****************************************/
body#topPage #mapArea{
	width:100%;
	margin-bottom:30px;
}
body#topPage #mapArea .map_inner{
	padding:0 20px;
	
}
body#topPage #mapArea h4{
	width:100%;
	height:34px;
	background:url(../images/title_bg.jpg) no-repeat left top;
	padding:10px 0 0 30px;
	font-size:16px;
	color:#B21780;
	font-weight:bold;
	margin-bottom:13px;
}

body#topPage #mapArea .left{
	float:left;
	width:350px;
	
}
body#topPage #mapArea .left table{
	width:100%;
	
}
body#topPage #mapArea .left table th{
	padding:10px 0 10px 10px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	vertical-align:top;
}
body#topPage #mapArea .left table td{
	border-bottom:1px solid #CCC;
	padding:10px 0;
	
}
body#topPage #mapArea .right{
	float:right;
	width:450px;
	
}





