@charset "utf-8";

/***************************************************
	施設についてのスタイル
***************************************************/ 

/*==================================================
	ページタイトル
==================================================*/ 

/*------------------
	タイトル枠
------------------*/ 

/*- タイトル画像 -*/
div.pageTitle {
	background-color: #FC90B6;
	margin-bottom: 10px;
	padding: 40px 0 10px 15px;
	overflow: hidden;
	width: 785px;
}

h1 {
	display: block;
	width: 228px;
	height: 24px;
	float: left;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../img/title/s5.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h1 span {
	display: none;
}


/*------------------
	タイトル枠内メニュー
------------------*/ 

/*- メニュー：全体設定 -*/
div.pageTitle ul {
	float: right;
    margin: 5px 10px 0 0;
}

/*- メニュー：共通設定 -*/
div.pageTitle ul li {
    background: url("../../img/ya2.gif") no-repeat scroll left center transparent;
    float: left;
    margin: 0 1px 0 10px;
	padding-left: 20px;
}

div.pageTitle ul li a {
	color: #FFFFFF;
	font-weight: bold;
}

/*==================================================
	トップページへのリンク
==================================================*/ 

/*- トップページへのリンク -*/
a.back {
    background: url("../../img/ya1.gif") no-repeat scroll left center transparent;
    display: block;
	font-size: 72%;	/* 10px */
	margin: 0 0 10px 20px;
	padding-left: 17px;
	float: left;
	line-height: 1.5;
}

a.back2 {
	background: url("../../img/ya1.gif") no-repeat scroll left center transparent;
	display: block;
	font-size: 72%;	/* 10px */
	padding-left: 17px;
	float: left;
	line-height: 1.5;
	margin: 0px 0px 40px 20px;
}
/*==================================================
	メインコンテンツ
==================================================*/ 

/*------------------
	コンテンツ共通要素
------------------*/ 

/*- コンテンツ：タイトル -*/
h2 {
	background-color: #C5EC9E;
    font-size: 114%;	/* 16px */
    font-weight: bold;
    line-height: 2.3;
    margin: 0 40px 30px;
    padding-left: 10px;
}



/*- コンテンツ：全体設定 -*/
div.mainContent {
	margin: 0 65px 30px;
}

/*- コンテンツ：段落設定 -*/
div.mainContent p {
	margin-bottom: 15px;
}

div.mainContent dl{
	display: block;
}
div.mainContent dl dt{
	display: block;
	margin-bottom: 27px;
}
div.mainContent dl dt a{
	display: block;
	width: 250px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding: 0.7em;
	border-radius: 30px;
	background-color: #6cce0b;
	background-image: url("../../img/ya2.gif");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right 15px center;
	transition: 0.15s ease-in-out;
	opacity: 1;
}
div.mainContent dl dt a:hover{
	opacity: 0.65;
}

div.mainContent dl dd{
	display: block;
	padding: 27px 22px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
}
div.mainContent dl dd img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;

}



/*==================================================
		フッターリンク
==================================================*/ 

/*- フッター：全体設定 -*/
div#container ul#footlink {
	overflow: hidden;
	clear: both;
}

div#container ul#footlink li {
	display: inline;
}
/*- ページ上部へのリンク -*/
a.top {
    background: url("../../img/ya3.gif") no-repeat scroll left center transparent;
    display: block;
    float: right;
    font-size: 72%;	/* 10px */
    margin-right: 20px;
    padding-left: 17px;
    text-align: right;
	line-height: 1.5;
}
