@charset "utf-8";
/*******************************************************************************

	トップディレクトリ用 スタイル定義

*******************************************************************************/
#contents
{
	padding-top: 0;
}

/*
ヘッダ画像
*************/

#contents .content-head-wrap
{
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(254,254,255,0) 1%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(254,254,255,0) 1%,rgba(125,185,232,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(254,254,255,0) 1%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#7db9e8',GradientType=1 );
}

#contents .content-head-wrap > .content-head
{
	height:  324px;
	background: url(./images/bg-slider.png) repeat-x center center;
	background-size: contain;
	overflow: hidden;
}
#contents .content-head-wrap > .content-head > .inner
{
	width: 1100px;
	padding: 0;
}

#slider img
{
	margin: 0 auto;
	display: block;
}

#contents .caption
{
	margin: 1em 0 3em;
}

#contents .images > img
{
	display: block;
	margin: 0 auto;
}


/*
各セクション
*************/
.content > .section
{
	border-radius: 7px;
	border: 2px solid #ddd;
	margin: .75em 0;
	padding: 1em 2em;
}
.content > .section:last-child
{
	margin-bottom: 60px !important;
}


.section.section-head
{
	background-color: transparent;	
	margin-top: 0 !important;
}
.section.section-double
{
	border: none;
	background-color: transparent;
	padding: 0;
}
.section.section-double > .block
{
	height: 260px;
	float: left;
	margin: 0;
	background-color: white;
	border: 1px solid #ddd;
	overflow: hidden;
	border-radius: 7px;
}


/*
関連施設
**********/
.section-link
{
	padding: 50px 30px !important;
	position: relative;
}

.section-link > h2
{
	width: 150px;
	background-color: #f6f6f6;
	position: absolute;
	top: -1em;
	left: 50%;
	margin-left: -75px;
	text-align: center;
	color: #105320;
}
.section-link > h2 > span
{
	text-shadow: 1px 1px 0 white;
	font-size: 150%;
}



.section-link ul
{
	
}

.section-link ul > li
{
	overflow: hidden;
	float: left;
	width: 28%;
	margin: 20px 8% 0 0;
}
.section-link ul > li.link-upper
{
	margin-top: 0;
}
.section-link ul > li.link-end
{
	margin-right: 0;
}

.section-link ul > li > a
{
	display: block;
	width: 100%;
	height: 120px;
	border-radius: 7px;
	border: 2px solid #ccffbb;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	background-color: white;
	font-size: 80%;
	font-weight: bold;
}
.section-link ul > li > a:hover
{
	background-color: #dbffcf;
}

.section-link ul > li > a > span
{
	display: inline-block;
	padding: 45px 1em;
}
.section-link ul > li > a > span.single
{
	padding: 48px 1em;
}

.section-link ul > li small,
{
	font-size: 80%;
}

.link-hospital > a
{
	background-image: url(./images/img-hospital.jpg);
}
.link-daycare > a
{
	background-image: url(./images/img-daycare.jpg);
}
.link-suzukaze > a
{
	background-image: url(./images/img-suzukaze.jpg);
}
.link-sakoshi > a
{
	background-image: url(./images/img-sakoshi.jpg);
}
.link-seizan > a
{
	background-image: url(./images/img-seizan.jpg);
}
.link-sakura > a
{
	background-image: url(./images/img-sakura.jpg);
}
.link-harukaze > a
{
	background-image: url(./images/img-harukaze.jpg);
}
.link-sanpo-michi > a
{
	background-image: url(./images/img-sanpo-michi.jpg);
}
.link-sora > a
{
	background-image: url(./images/img-sora.jpg);
}
.link-bizen > a
{
	background-image: url(./images/img-bizen.jpg);
}



/*------------------------------------------------------------------------------
トピックス
------------------------------------------------------------------------------*/
.section-topics
{
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 30px !important;
}


/* 
職員採用情報
*************/
.section-topics > .recruit
{
	float: right;
}
.section-topics > .recruit > a 
{
	width: 312px;
	height: 150px;
	overflow: hidden;
	border-radius: 7px;
	background: url(./images/banner-recruit2.jpg) no-repeat center center;
	background-size: contain;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}




/*
お知らせ
*************/
.section-topics > .info
{
	margin-right: 350px;
}
.section-topics h2
{
	line-height: 1;
	font-size: 120%;
	border-bottom: 1px solid #ddd;
	padding: .5em 0;
	margin-bottom: .25em;
	background-size: contain;
	color: #105320;
}
.section-topics h2 > span
{
	font-weight: bold;
	display: inline-block;
	padding-right: 3em;
}
.section-topics h2 > a
{
	font-size: .8rem;
	padding-left: 20px;
	background: url(../theme/images/gt-brown.png) no-repeat left center;
	line-height: 1;
}


ul#topics
{
	margin: 0 !important;
}
ul#topics > li
{
	line-height: 1.2;
	padding: 1em 0;
	border-bottom: 1px dotted #ccc;
	position: relative;
	padding-right: 0;
	padding-left: 120px;
}
ul#topics > li.has-notify
{
	padding-right: 75px;
}

ul#topics > li > *
{
	display: inline-block;
	vertical-align: middle;
}
ul#topics > li > a.info-title
{
	color: #11904b;
}
ul#topics > li > a.info-title:hover
{
	text-decoration: underline;
}
ul#topics > li > .info-date
{
	position: absolute;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}
ul#topics > li > .info-date:after
{
	content: '　';
	display: inline-block;
	margin-left: 1em;
	background: url(../theme/images/icn-allow02.png) no-repeat left center;
}

ul#topics > li > .notify
{
	position: absolute;
	right: 0;
	top: .5em;
	width: 63px;
	height: 22px;
	padding-left: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding-top: 5px;
	color: white;
}
ul#topics > li > .notify.notify-new
{
	background: url(./images/icon-notify-new.png) no-repeat right center;
}
ul#topics > li > .notify.notify-important
{
	background: url(./images/icon-notify-important.png) no-repeat right center;
}
ul#topics + p
{
	text-align: right;
}
ul#topics + p > a
{
	display: inline-block;
	background: url(../theme/images/icon-circle-arrow-white-green-14x14.png) no-repeat right center;
	padding-top: .25em;
	padding-right: 20px;
}
ul#topics + p > a:hover
{
	text-decoration: underline;
}



