@charset "utf-8";

/*---------- wrapper ----------*/

#wrapper {
	background: url(../img/common/bk_01.jpg) repeat-x center top #FFFFFF;
	background-size: auto 500px;
	min-width: 1100px;
}

#wrapper.low {
	background: url(../img/common/bk_02.jpg) repeat-x center top #EFF0E0;
	background-size: auto 1000px;
	min-width: 1100px;
}


/*---------- header ----------*/

.top header {
	width: 100%;
	margin: 0 auto 35px;
}

.low header {
	width: 100%;
	margin: 0 auto 40px;
}


.l_logo {
	width: 145px;
	height: 196px;
	position: absolute;
	display: block;
  -webkit-border-bottom-right-radius: 5px;  
  -webkit-border-bottom-left-radius: 5px; 
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px; 
  border-bottom-left-radius: 5px;
	top: 0;
	left: 25px;
	background: #FFFFFF;
	z-index:10;
}

.l_logo img {
  width: 114px;
  height: 164px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.l_ttl {
	width: 258px;
	height: 42px;
	position: absolute;
	display: block;
  -webkit-border-bottom-right-radius: 5px;  
  -webkit-border-bottom-left-radius: 5px; 
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px; 
  border-bottom-left-radius: 5px;
	top: 0;
	left: 0;
	background: #FFFFFF;
	z-index:10;
}

.l_ttl img {
  width: 212px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.l_ttl a img {
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.l_ttl a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

ul.r_nav {
	width: 624px;
	height: 42px;
	display: block;
  -webkit-border-bottom-right-radius: 5px;  
  -webkit-border-bottom-left-radius: 5px; 
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px; 
  border-bottom-left-radius: 5px;
	float: right;
	background: #9CC348;
	position: relative;
}

ul.r_nav li {
	float: left;
	position:relative;
}

ul.r_nav li:before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 1px;
	height: 20px;
	background: #FFFFFF;
}

ul.r_nav li:first-child:before {
	content: none;
}

.r_nav li a {
	padding: 5px 40px;
	display: block;
	height: 42px;
}

.r_nav li a img {
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.r_nav li a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/*---------- main-contents ----------*/
.main {
	width: 100%;
}

.low .main {
	padding-bottom: 40px;
}

h2.p_ttl {
	width: 100%;
	height: 75px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}

h3.sp_ttl_01 {
	width: 100%;
	margin: 0 0 10px -3px;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
}

h3.sp_ttl_01:before {
	content:'●';
	color: #9CC348;
}

h3.sp_ttl_01 span.sp_caution {
	font-size: 15px;
	color: #E00012;
	margin-left: 10px;
}

h3.sp_ttl_02 {
	width: 100%;
	margin: 0 auto 15px;
	padding: 8px 15px 5px;
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
	background: #9DC448;
	color: #FFFFFF;
	position: relative;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
}

h3.sp_ttl_02:before {
	content:'●';
	color: #FFFFFF;
}

h3.sp_ttl_03 {
	width: 100%;
	margin: 0 auto 30px;
	padding: 8px 15px 5px;
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
	background: #9DC448;
	color: #FFFFFF;
	position: relative;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
}

h3.sp_ttl_03:before {
	content:'●';
	color: #FFFFFF;
}

h4.ssp_ttl_01 {
	font-size: 19px;
	margin-bottom: 10px;
	margin-left: -10px;
	font-weight: bold;
}

h4.ssp_ttl_02 {
	font-size: 19px;
	font-weight: bold;
	background: url(../img/hospital/bk_h4_01.png) no-repeat center top;
	background-size: 337px 44px;
	text-align: center;
	line-height: 44px;
	margin-top: 50px;
	margin-bottom: 15px;
}

h4.ssp_ttl_03 {
	width: 100%;
	margin: 0 0 10px -3px;
	padding: 0;
	font-weight: bold;
	line-height: 100%;
}

h4.ssp_ttl_03:before {
	content:'◎';
}

h4.ssp_ttl_03 span {
	font-weight: normal;
	margin-left: 5px;
}


h4.ssp_ttl_04 {
	width: 100%;
	margin: 0 auto 20px;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	line-height: 100%;
	border-left: solid 4px #9DC448;
}


.top .main_visual {
	width: 100%;
	margin: 0 auto;
}

.low .main_visual {
	width: 100%;
	margin: 0 auto 40px;
}

.top .main_visual img {
  -webkit-border-top-right-radius: 5px;  
  -webkit-border-top-left-radius: 5px; 
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px; 
  border-top-left-radius: 5px;
}

.low .main_visual img {
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.area_aki {
	width: 100%;
	padding: 9px 0;
	margin-bottom: 30px;
	background: #F0F0F0;
  -webkit-border-bottom-right-radius: 5px;  
  -webkit-border-bottom-left-radius: 5px; 
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px; 
  border-bottom-left-radius: 5px;
	position: relative;
}

.area_aki .aki_ttl {
	width: 250px;
	text-align: center;
	font-size: 20px;
	float: left;
	margin-top: 20px;
}

.area_aki table {
	width: 705px;
	float: right;
	border-collapse:separate;
	border-spacing: 9px 0;
}

.area_aki table th {
	width: 165px;
	height: 30px;
	background: #929274;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
  -webkit-border-top-right-radius: 4px;  
  -webkit-border-top-left-radius: 4px; 
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px; 
  border-top-left-radius: 4px;
}

.area_aki table td {
	width: 165px;
	height: 40px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	line-height: 40px;
  -webkit-border-bottom-right-radius: 4px;  
  -webkit-border-bottom-left-radius: 4px; 
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px; 
  border-bottom-left-radius: 4px;
}


.top .gnav {
	position: relative;
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}

.low .gnav {
	left: -3px;
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
}

.gnav ul {
	width: 929px;
	margin: 0 auto;
}

.gnav ul li {
	width: 131px;
	height: 107px;
  display: block;
	float: left;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gnav ul li + li {
  border-left: 1px solid #9CC348;
}

.gnav ul li a {
  display: block;
	width: 125px;
	height: 107px;
	margin: 0 3px;
  display: block;
	background: #FFFFFF;
}

.gnav ul li a:hover {
	background: #F0F5E4;
}

.gnav ul li a.active {
	background: #F0F5E4;
}


.gnav ul li ul.snav {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
	width: 190%;
  margin: 0;
  padding: 0;
}

.gnav ul li ul.snav.end {
	width: 155%;
	left: auto;
	right: 0;
}

.gnav ul li ul.snav li {
	width: 100%;
	overflow: hidden;
  height: 0;
	margin: 0;
  padding: 0;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	opacity: 0;
}

.gnav ul li + li ul.snav li {
	border-left: none;
}

.gnav ul li + li ul.snav li a {
	margin: 0;
}

.gnav ul li:hover > ul.snav > li {
  overflow: visible;
  height: 30px;
	display: block;
	opacity: 1;
}

.gnav ul li ul.snav li a {
  padding: 8px;
	width: 100%;
	font-size: 14px;
	line-height: 100%;
  text-align: left;
	display: block;
	text-decoration: none;
	height: 30px;
	background: #E6E6E5;
	border-top: solid 2px #FFFFFF;
}

.gnav ul li > ul.snav > li a {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gnav ul li:hover > ul.snav > li a {
	opacity: 1;
}

.gnav ul li ul.snav li a:hover {
  background: #7D963A;
	color: #FFFFFF;
}


/*---------- top ----------*/
.area_news {
	width: 100%;
	padding: 33px 0;
	margin: 0 auto;
	background: url(../img/hospital/bk_02.jpg) no-repeat center top;
	background-size: auto 422px;
	min-width: 1100px;
	position: relative;
}

.news_ttl_box {
	/*width: 720px;*/
	width: 650px;
	position: relative;
	/*margin: 0 auto 5px;*/
	margin: 0 0 5px;
}

.news_ttl_box .news_ttl {
	width: 70%;
	float: left;
	font-size: 21px;
}

.news_ttl_box .link_all {
	width: 20%;
	float: right;
	font-size: 14px;
	text-align: right;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	padding-right: 12px;
	display: inline-block;
}

.news_ttl_box .link_all:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #9CC348;
  border-right: solid 2px #9CC348;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.news_list {
	/*width: 720px;*/
	width: 650px;
	position: relative;
	/*margin: 0 auto 5px;*/
	margin: 0 0 5px;
	float: left;
}

.news_list dl {
	/*width: 720px;*/
	width: 650px;
	padding: 10px 15px;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	display: table;
}

.news_list dl dt {
	width: 17%;
	display: table-cell;
	vertical-align: top;
}

.news_list dl dd {
	width: 83%;
	display: table-cell;
	vertical-align: top;
}

.offer_btn {
	width: 130px;
	float: right;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.offer_btn a:hover {
	opacity: 0.5;
}

/*---------- shikkan ----------*/
.area_shikkan_01 {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.area_shikkan_01 ul.setumei {
	width: 100%;
	background: #929274;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px 15px;
	color: #FFFFFF;
	font-weight: bold;
	display: table;
	position: relative;
}

.area_shikkan_01 ul.setumei li {
	width: 25%;
	display: table-cell;
	text-align: center;
}

.area_shikkan_01 .shikkan_list {
	width: 100%;
	position: relative;
	border-top: solid 1px #9BB621;
	border-bottom: solid 1px #9BB621;
	margin: 0 0 10px;
}

.area_shikkan_01 .shikkan_list dl {
	display: table;
}

.area_shikkan_01 .shikkan_list dl {
	display: table;
}

.area_shikkan_01 .shikkan_list dl:nth-child(even){
	background: #F4F8EA;
}

.area_shikkan_01 .shikkan_list dl dt {
	display: table-cell;
	font-size: 17px;
	font-weight: bold;
	height: 60px;
	vertical-align: middle;
	padding: 10px;
	border-right: solid 1px #9BB621;
}

.area_shikkan_01 .shikkan_list dl dt.mark {
	width: 80px;
	text-align: center;
}

.area_shikkan_01 .shikkan_list dl dt.shikkan {
	width: 230px;
}

.area_shikkan_01 .shikkan_list dl dd {
	display: table-cell;
	font-size: 14px;
	width: 490px;
	height: 60px;
	vertical-align: top;
	padding: 10px 15px;
}

/*---------- gairai ----------*/
.area_gairai_01 {
	width: 800px;
	margin: 0 auto 50px;
	position: relative;
}

.area_gairai_01 table {
	width: 100%;
	border-top: solid 1px #9BB621;
	margin-bottom: 10px;
	font-size: 16px;
}

.area_gairai_01 table th {
	width: 84px;
	background: #ECEFDB;
	border-left: solid 1px #9BB621;
	border-bottom: solid 1px #9BB621;
	text-align: center;
	padding: 10px 0;
}

.area_gairai_01 table th:first-child {
	border-left: none;
	width: 212px;
}

.area_gairai_01 table td {
	width: 82px;
	border-left: solid 1px #9BB621;
	border-bottom: solid 1px #9BB621;
	text-align: center;
	padding: 10px 0;
}

.area_gairai_01 table td:first-child {
	border-left: none;
	font-size: 19px;
	white-space: nowrap;
	width: 226px;
}

.area_gairai_02 {
	width: 800px;
	margin: 0 auto 50px;
	position: relative;
}

.area_gairai_02 ul {
	font-size: 17px;
	float: left;
	width: 480px;
}

.area_gairai_02 ul li {
	text-indent: -1em;
	margin-left: 1em;
}

.area_gairai_02 ul li:before {
	content:'・';
}

.area_gairai_02 .box_img {
	float: right;
	width: 295px;
}

.area_gairai_02 .box_img_02 {
	width: 800px;
	margin: 0 auto 15px !important;
	position: relative;
}

.area_gairai_03 {
	width: 800px;
	margin: 0 auto 50px;
	position: relative;
}

.area_gairai_04 {
	width: 800px;
	margin: 0 auto 20px;
	position: relative;
}

.area_gairai_04 .box_gairai_04 {
	background: #EFEFEF;
	padding: 10px;
}

.area_gairai_04 .box_gairai_04 .box_img {
	float: left;
	width: 273px;
}

.area_gairai_04 .box_gairai_04 ul {
	float: right;
	width: 470px;
	margin-top: 10px;
}

.area_gairai_04 .box_gairai_04 ul li {
	width: 50%;
	float: left;
}


/*---------- nyuin ----------*/
.area_nyuin_01 {
	width: 800px;
	margin: 0 auto 40px;
	position: relative;
}

.area_nyuin_02 {
	width: 800px;
	margin: 0 auto 65px;
	position: relative;
}

.area_nyuin_02 p {
	margin-bottom: 30px;
}

.area_nyuin_02 ul {
	margin-bottom: 30px;
}

.area_nyuin_02 ul li {
	margin-left: 1em;
	margin-bottom: 2px;
}

.area_nyuin_02 ul li:before {
	content:'・';
	margin-left: -1em;
}

.area_nyuin_02 .box_img {
	float: right;
	width: 420px;
	margin: 5px 0 40px 40px;
}

.area_nyuin_02 .box_img img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.area_nyuin_02 .box_img .imgL {
	float: left;
	width: 200px;
}

.area_nyuin_02 .box_img .imgR {
	float: right;
	width: 200px;
}

.area_nyuin_03 {
	width: 800px;
	margin: 0 auto 30px;
	position: relative;
}

.area_nyuin_03 dl {
	margin: 0 auto;
	clear: both;
}

.area_nyuin_03 dl dt {
	width: 140px;
	height: 110px;
	display: block;
	background: #F0F1E1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	float: left;
	margin-bottom: 15px;
}

.area_nyuin_03 dl dd {
	float: left;
	width: 650px;
	margin-left: 10px;
}

.area_nyuin_03 dl dd.syou {
	background: #F0F1E1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
	padding: 5px 10px;
}

.area_nyuin_03 dl dd.setumei {
	font-size: 14px;
	padding: 0 0 0 5px;
}

.area_nyuin_03 dl dd img {
	float: right;
	width: 120px;
	margin-left: 68px !important;
}


.area_nyuin_03 p {
	margin-bottom: 30px;
}

.area_nyuin_03 ul {
	margin-bottom: 30px;
}

.area_nyuin_03 ul li {
	margin-left: 1em;
	margin-bottom: 2px;
	display: inline-block;
}

.area_nyuin_03 ul li:before {
	content:'・';
	margin-left: -1em;
}


/*---------- daycare ----------*/
.area_daycare_01 {
	width: 800px;
	margin: 0 auto 70px;
	position: relative;
}

.area_daycare_01 p {
	margin-bottom: 30px;
}

.area_daycare_01 p.u_line {
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom: solid 1px #999999;
	font-size: 19px;
}

.area_daycare_01 .box_img {
	width: 385px;
	margin-right: 30px;
	float: left;
}

.area_daycare_01 .box_img img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.area_daycare_01 ul {
	width: 750px;
	margin: 0 auto 20px;
	position: relative;
	clear: both;
}

.area_daycare_01 ul li {
	width: 365px;
	float: left;
	margin: 0 5px 5px;
	position: relative;
	background: #F1F2E2;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.area_daycare_01 .box_img_02 {
	width: 200px;
	float: right;
}

.area_daycare_01 .box_img_02 img {
	margin-bottom: 20px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.area_daycare_01 dl {
	width: 550px;
	margin: 0 auto 30px;
	position: relative;
	float: left;
	border-top: solid 1px #9BB621;
	font-weight: bold;
}

.area_daycare_01 dl dt {
	width: 95px;
	float: left;
	border-bottom: solid 1px #9BB621;
	background: #F0F1E1;
	text-align: center;
	padding: 5px;
}

.area_daycare_01 dl dd {
	width: 455px;
	float: left;
	border-bottom: solid 1px #9BB621;
	padding: 5px 12px;
}

.area_daycare_01 table {
	width: 100%;
	margin-bottom: 10px;
}

.area_daycare_01 table td {
	text-align: left;
	white-space: nowrap;
}

.area_daycare_02 {
	width: 800px;
	margin: 0 auto 40px;
	position: relative;
}

.area_daycare_02 .box_img {
	width: 385px;
	margin-right: 30px;
	float: left;
}

.area_daycare_02 .box_img img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.area_daycare_02 ul.list_01 {
	width: 385px;
	float: right;
	margin-bottom: 10px;
}

.area_daycare_02 ul.list_01 li {
	margin-left: 1em;
	margin-bottom: 2px;
	display: inline-block;
	font-weight: bold;
}

.area_daycare_02 ul.list_01 li:before {
	content:'○';
	margin-left: -1em;
}

.area_daycare_02 ul.list_02 {
	width: 100%;
	margin-bottom: 15px;
}

.area_daycare_02 ul.list_02 li {
	display: block;
	width: 186px;
	height: 100px;
	background: #F0F1E1;
	float: left;
	position: relative;
	text-align: center;
	margin-right: 18px;
}

.area_daycare_02 ul.list_02 li:last-child {
	width: 188px;
	margin-right: 0;
}

.area_daycare_02 ul.list_02 li:before {
	position: absolute;
	content:'';
	top: 45px;
	right: -20px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #9DC448;
}

.area_daycare_02 ul.list_02 li:last-child:before {
	content: none;
}

.area_daycare_02 ul.list_02 li div {
	display: block;
  position: absolute;
	width: 182px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
	font-weight: bold;
}

.area_daycare_02 table {
	width: 100%;
	border-top: solid 1px #9BB621;
	margin-bottom: 50px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.area_daycare_02 table th {
	width: 14.2%;
	border-left: solid 1px #9BB621;
	border-bottom: solid 1px #9BB621;
	background: #F0F1E1;
	vertical-align: middle;
	padding: 5px;
}

.area_daycare_02 table th:first-child {
	border-left: none;
}

.area_daycare_02 table td {
	width: 14.2%;
	border-left: solid 1px #9BB621;
	border-bottom: solid 1px #9BB621;
	vertical-align: middle;
	padding: 5px;
}

.area_daycare_02 table td:first-child {
	border-left: none;
}


.area_daycare_02 dl {
	width: 800px;
	margin: 0;
	position: relative;
	display: table;
	border-bottom: solid 1px #9BB621;
}

.area_daycare_02 dl.first {
	border-top: solid 1px #9BB621;
}

.area_daycare_02 dl dt {
	width: 120px;
	display: table-cell;
	background: #F0F1E1;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.area_daycare_02 dl dd {
	width: 680px;
	display: table-cell;
	padding: 10px 20px;
	line-height: 140%;
}

.area_daycare_02 dl dd strong {
	font-weight: bold;
}

.area_daycare_02 dl dd span {
	font-size: 13px;
}


.area_daycare_02 ul.list_03 {
	margin-bottom: 60px;
}

.area_daycare_02 ul.list_03 li {
	margin-left: 1em;
	margin-bottom: 2px;
	display: inline-block;
}

.area_daycare_02 ul.list_03 li:before {
	content:'●';
	margin-left: -1em;
}


/*---------- shinri ----------*/
.area_shinri_01 {
	width: 800px;
	margin: 0 auto 30px;
	position: relative;
}

.area_shinri_01 .box_img {
	width: 304px;
	float: left;
	margin-right: 30px;
}

.area_shinri_01 .box_img img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/*---------- soudan ----------*/
.area_soudan_01 {
	width: 800px;
	margin: 0 auto 50px;
	position: relative;
}

.area_soudan_01 p {
	margin-bottom: 30px;
}

.area_soudan_01 .box_img {
	width: 385px;
	padding-top: 8px;
	margin-right: 30px;
	float: left;
}

.area_soudan_01 .box_img img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.area_soudan_01 ul {
	width: 800px;
	margin: 0 auto 10px;
	position: relative;
}

.area_soudan_01 ul li {
	width: 395px;
	float: left;
	margin: 0 10px 5px 0;
	position: relative;
	background: #F1F2E2;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16.5px;
}

.area_soudan_01 ul li:nth-child(even){
	margin-right: 0;
}

.area_soudan_01 dl {
	width: 800px;
	margin: 0 auto 10px;
	padding: 15px 0 5px;
	position: relative;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.area_soudan_01 dl dt {
	width: 150px;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.area_soudan_01 dl dd {
	width: 650px;
	float: left;
	margin-bottom: 10px;
}

.area_soudan_01 .link_btn_01 {
	width: 706px;
	margin: 0 auto;
}

.area_soudan_01 .link_btn_01 div {
	float: left;
	width: 333px;
	margin: 0 10px;
}

.area_soudan_01 .link_btn_01 div a {
	display: block;
	width: 333px;
	padding: 12px 20px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 21px;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	background: url(../img/hospital/icon_01.png) no-repeat top 12px right 12px #9EC548;
	background-size: 15px 20px;
}

.area_soudan_01 .link_btn_01 div a:hover {
	background-color: #C3DB8E;
	background-position: top 12px right 8px;
}


/*---------- news ----------*/

.area_news_list_01 {
	width: 800px;
	margin: 0 auto 60px;
	padding-top: 40px;
	position: relative;
}

.area_news_list_01 .list_news {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.area_news_list_01 .list_news dl {
	width: 100%;
	padding: 15px 10px;
	background: #FFFFFF;
	display: table;
	border-bottom: solid 1px #747374;
}

.area_news_list_01 .list_news dl:first-child {
	border-top: solid 1px #747374;
}

.area_news_list_01 .list_news dl dt {
	width: 19%;
	display: table-cell;
	vertical-align: top;
}

.area_news_list_01 .list_news dl dd {
	width: 81%;
	display: table-cell;
	vertical-align: top;
}

.area_news_list_01 .list_news p {
	margin: 0 0 15px;
	line-height: 130%;
	text-indent: none;
}

.area_news_detail_01 {
	width: 800px;
	margin: 0 auto 60px;
	padding-top: 40px;
	position: relative;
}

.area_news_detail_01 .date {
	margin-bottom: 30px;
}

.area_news_detail_01 .date_s {
	margin-bottom: 40px;
	font-size: 70%;
}

.area_news_detail_01 .message {
	margin-bottom: 20px;
}

.area_news_detail_01 .detail_img {
	margin-bottom: 30px;
}

.area_news_detail_01 .list_link {
	text-align: right;
}


/*---------- footer ----------*/

footer {
	background: #FFFFFF;
}

footer .area_address {
	width: 100%;
	margin: 0 auto 30px;
	padding-top: 50px;
}

footer .area_address .boxL {
	width: 460px;
	float: left;
}

footer .area_address .boxL .img_box {
	width: 144px;
	margin-right: 10px;
	float: left;
}

footer .area_address .boxL .txt_box {
	width: 306px;
	float: right;
}

footer .area_address .boxL .txt_box .ttl {
	font-size: 20px;
	line-height: 100%;
	color: #90BC30;
	font-weight: bold;
	margin-bottom: 8px;
}

footer .area_address .boxL .txt_box .txt {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 10px;
}

footer .area_address .boxL .txt_box .btn {
	display: block;
}

footer .area_address .boxR {
	width: 480px;
	float: right;
	font-size: 13px;
}

footer .area_address .boxR .ttl {
	font-size: 15px;
	line-height: 100%;
	margin-bottom: 5px;
}

footer .area_address .boxR table {
}

footer .area_address .boxR table th.week {
	background: #90BC30;
	border-top: solid 1px #6D8900;
	border-bottom: solid 1px #6D8900;
	border-left: solid 1px #6D8900;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
}

footer .area_address .boxR table th.week:first-child {
	border-left: none;
}

footer .area_address .boxR table th.time {
	background: #EFF0E0;
	border-bottom: solid 1px #6D8900;
	text-align: center;
	vertical-align: middle;
	text-align: left;
	line-height: 110%;
	padding: 5px 10px;
	white-space: nowrap;
}

footer .area_address .boxR table td {
	background: #FFFFFF;
	border-bottom: solid 1px #6D8900;
	border-left: solid 1px #6D8900;
	text-align: center;
	vertical-align: middle;
	width: 54px;
}

footer .area_photo {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	background: #EFF0E0;
	position: relative;
}

footer .area_sitemap {
	background: #90BC30;
}

footer .area_copyright .policy {
	margin-right: 25px;
}

