/*ホームCSS*/
@charset "UTF-8";

/*基本設定読み込み*/
@import url("basis.css");

.container{
	background: url(../img/header-BG_home.png) no-repeat 0px 0px;
}

/*ヘッダイメージ画像*/
#header-img{
	width: 800px;
	height: 387px;
	margin: 0 auto 20px;
}

/*スライドショー*/
#header-img ul.bxslider{
	margin: 0px;
	padding: 0px;
}

/*コンテンツ領域*/
#content{
	width: 930px;
	/*padding 0px時：930px*/
	background-color: #FFFFFF;
	margin-top: 20px;
}

/*コンテンツ領域終端*/
.container #footer .content-bottom{
	background-color: #FFFFFF;
}

/*施設紹介*/
.facility{
	width: 920px;
	margin: 0px auto 0px;
}

.facility .box{
	width: 210px;
	margin: 0 10px;
	float: left;
}

.facility .box em{
	display: block;
	width: 210px;
	height: 30px;
	text-indent: -9999px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.facility .box .exp{
	font-size: 0.8em;
	height: 100px;
}

.facility .box .btn a{
	display: block;
	width: 140px;
	height: 22px;
	text-indent: -9999px;
	background: url(../../img/web-link-btn.png) no-repeat 0px 0px;
	float: right;
}

.facility .box .btn a:hover{
	background-position: 0px -22px;
}

.facility .joseph em{
background: url(../../img/facility/name_joseph.png) no-repeat 0px 0px;
}

.facility .therese em{
background: url(../../img/facility/name_therese.png) no-repeat 0px 0px;
}

.facility .chiisaki em{
background: url(../../img/facility/name_chiisaki.png) no-repeat 0px 0px;
}

.facility .shichiri em{
background: url(../../img/facility/name_shichiri.png) no-repeat 0px 0px;
}

/*バナー大*/
#banner-large li{
	list-style-type: none;
	float: left;
}

#banner-large img{
	margin: 0 10px;
	/*234px*/
}

/*2枚*/
/*
#banner-large{
width: 508px;
margin: 30px auto 15px;
}
*/

/*3枚 2019.9.17 update*/
#banner-large{
width: 762px;
/*margin: 30px auto 15px;*/
margin: 15px auto;
}

/*ヨゼフバナー 2019.9.17 update*/
#banner-large2{
	text-align: center;
	margin-top:30px;
}

#info-area{
width: 910px;
margin: 0px auto 0px;
}

#info-area .news{
	width: 750px;
	float: left;

}

#info-area .news h2{
	width: 750px;
	height: 54px;
	text-indent: -9999px;
	background: url(../../img/news-title.png) no-repeat 0px 0px;
}

#info-area .news dl{
	margin-top: 10px;
	margin-left: 10px;
}

#info-area .news dt{
	width: 75px;
	font-size: 0.8em;
color: #FF2626;
  float: left;
  clear: left;
}

/*
#info-area .news dt:after{
	content: "：";
	padding-left: 5px;
	padding-right: 10px;
}
*/

#info-area .news dd{
	font-size: 1.0em;
	margin-left: 0px;
	padding-left: 15px;
	border-bottom: 1px #666 dotted;
	margin-bottom: 1.0em;
}

#info-area .news dd:before{
	content: "：";
	/*font-size: 0.8em;*/
	color: #FF2626;
	padding-left: 5px;
	padding-right: 10px;
}

#info-area .news dt span{
	display: block;
	/*width: 75px;*/
	width: 5em;
	height: 1px;
}

/*2017.2.14 add*/
#info-area .news dd i{
	font-style: normal;
	font-weight: bold;
	margin-right: 0.5em;
}

#info-area .banner-small{
	width: 160px;
	text-align: center;
	float: right;
}

#info-area .banner-small img{
	margin-bottom: 10px;
}

/*2017.5.18 add カウンタ配置調整*/

/*
#info-area .banner-small{
	position: relative;
}
*/

#info-area .banner-small .counter{
/*	position: absolute;
	bottom: 0px;*/
	margin-top: 15px;
	width: 160px;
	height: 30px;
	text-align: center;
}

#info-area .banner-small .counter img {
	margin-bottom: 0px;
}