@charset "utf-8";
/* top.css */

/*　トップページ設定
////////////////////////////////////////////////////*/


/* スライダー上のキャッチ */

#catch {
	position: relative;
}
#catch h2 {
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -269px;
	top: 139px;
}


/* メインナビ上下の余白 */
#main_nav {
	padding-top: 26px;
	padding-bottom: 45px;
}


#main_content {
	width: 100%;
	background: url(../img/home_bg.png) right top no-repeat;
	margin: -36px 0 21px;
	padding: 36px 0 0 0;
	min-height: 465px;
}

#main_content p.text {
	margin: 23px 0;
	line-height: 1.8;
}

#main_content p.img_thumb {
	margin-left: -18px;
}

#sub_content {
	float: right;
}


/* FB埋め込みフィード */
#fb {
	width: 350px;
	height: 450px;
	background: #fff;
}

