@charset "utf-8";
/* ===================================================================
 file name : news.css
 purpose   : 森井整骨院 お知らせ欄
=================================================================== */

/* 固定ヘッダー分の余白を、お知らせセクション側に移す */
#sectionNotice {
	padding: 170px 0 0;
	background: #fff;
}

#section1 {
	padding-top: 0;
}

/* ナビ項目が1件増えるため、間隔を調整 */
.navi ul li a {
	margin-left: 68px;
}

.navi ul li a.first {
	margin-left: 10px;
}

/* お知らせセクション */
#sectionNotice h2 {
	color: #333;
}

.newsInner {
	display: block;
	position: relative;
	margin: 26px auto 54px;
	width: 960px;
}

.newsLead {
	margin: 0 0 22px;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}

#newsFrame {
	display: block;
	width: 100%;
	height: 240px;
	min-height: 0;
	border: 0;
	background: #fff;
	overflow: hidden;
}

/* 既存サイトは固定幅のため、崩れ防止を優先 */
@media screen and (max-width: 1000px) {
	#header {
		position: static;
		height: auto;
	}

	#sectionNotice {
		padding-top: 0;
	}

	.boxWrap,
	.navi ul,
	.boxInner,
	.boxInner2,
	.newsInner {
		width: 94%;
	}

	.navi ul li a,
	.navi ul li a.first {
		margin-left: 24px;
	}

	#section1 {
		padding-top: 0;
	}
}

@media screen and (max-width: 640px) {
	.newsInner {
		margin-top: 22px;
		margin-bottom: 44px;
	}

	.newsLead {
		padding: 0 8px;
		font-size: 13px;
		text-align: left;
	}
}
