﻿/* 社会福祉法人 豊肥福祉会「はなの杜」公式サイト 1pHP 

〒871-0046
大分県中津市金谷森ノ丁2225番地
TEL：0979-64-8604
FAX：0979-64-8605
------------------------------------------------- */
body {
	background-image: url(image_hananomori/hana_bk.jpg);
	background-attachment:fixed; 
	background-position: center top;
	background-repeat: no-repeat;

    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;


	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

/* 全体を囲み
-------------------------------------------------
------------------------------------------------- */
#fullbox {
	background-image: url(image_hananomori/touka_bk200.png);
	width: 900px;

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

}


/* ヘッダー
-------------------------------------------------
------------------------------------------------- */
#header {
	width: 900px;
	height: 415px;

}
/* 写真 外観とか
-------------------------------------------------
------------------------------------------------- */
#photo {
	width: 400px;
	height: auto;

	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 35px;

	float: left;
}
#photo img {
	width: 100%;
	height: auto;
}
/* 住所
-------------------------------------------------
------------------------------------------------- */
#address {
	width: 500px;
	height: auto;

	padding-top: 30px;
}
.tel {
	color: #E97B0F;
	font-size: 40px;
	font-weight: bold;
}

/* 右ボックス
-------------------------------------------------
------------------------------------------------- */
#right_box {
	width: 480px;
	height: 530px;

	margin-top: 20px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 35px;

	text-align: center;
	float: right;

}


/* マップ
-------------------------------------------------
------------------------------------------------- */
#map900 {
	width: 480px;
	height: 390px;

}
#map300 {
	display: none;
}

/* グループホーム見出し　写真2
-------------------------------------------------
------------------------------------------------- */
#g_home {
	width: 650px;
	height: 40px;

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

	color: #601986;
	text-align: center;
	font-size: 30px;
	font-weight: bold;

	border: 1px solid #601986;

	border-radius: 10px;		/* 記述無し */
	-moz-border-radius: 10px;	/* Firefox */
	-webkit-border-radius: 10px;	/* Google Chrome、Safari */
	-o-border-radius: 10px;		/* Opera */
	-ms-border-radius: 10px;	/* Internet Explorer */

	clear: both;
}

#photo2 {
	width: 900px;
	height: 160px;
}
#photo02_300 {
	display: none;
}

/* 施設概要
-------------------------------------------------
------------------------------------------------- */
#gh_box900 {
	
}
#gh_box300 {
	display: none;
}
#facility {
	width: 425px;

	margin-top: 20px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 25px;

	padding-top: 10px;
	float: left;
}
.facility_name {
	font-size: 20px;
	font-weight: bold;
}
.service {
	font-weight: bold;
}

.gh_box {
	width: 400px;

	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

}

/* フェイスブックタイムライン
-------------------------------------------------
------------------------------------------------- */
#fb_time_bk900 {
	width: 425px;
	height: 630px;

	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 25px;

	float: right;
	background-color: #153177;
}
#fb_time_bk300 {
	display: none;
}


/* バナー間隔
-------------------------------------------------
------------------------------------------------- */
#link_banner {
	width: 900px;

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

	padding-top: 20px;
	padding-bottom: 25px;


}
.banner_space {
	margin-top: 5px;
	margin-bottom: 5px;
}



/* 紹介youtube2017年12月
-------------------------------------------------
------------------------------------------------- */
#youtube_12 {
	background-image: url(image_hananomori/youtube_201712_bk.jpg);
	width: 450px;
	height: 265px;

	padding-top: 35px;
	padding-left: 450px;
	clear: both;
}
#youtube_box300 {
	display: none;
}

/* テーブルボーダー
------------------------------------------------- */
.tbl-bdr table,.tbl-bdr td,.tbl-bdr tr {
    border-collapse: collapse;
    border:1px solid #333333;
}
td {
	text-indent: 8px;
}
/* リンクロールオーバー
------------------------------------------------- */
.link:hover { 
	opacity: 0.8;
}


* 画像の下にできた隙間を消す
-------------------------------------------------
------------------------------------------------- */
img {
	vertical-align: bottom;
	display: flex;
}


/* フッター 
-------------------------------------------------
------------------------------------------------- */
#footer {
	width: 900px;
	height: 50px;

	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}



/* コピーライト div 
------------------------------------------------- */
#copy {
	width: 900px;
	height: 30px;

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

	font-size: 14px;
	line-height: 30px;
	text-align: center;

}





