html {
	position: relative;
	min-height: 100%;
	padding-bottom: 280px;
	box-sizing: border-box;
}
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 280px;
	background-color: #cfaa4d;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;

	-webkit-text-size-adjust: 100%;

}










/* ニュースとイベントエリア */
.midashi {
	width: 840px;
	margin: 10px 0 0 20px;
	border-left: 8px solid #99120F;
}
.midashi h1 {
	line-height: 250%;
	margin: 0 0 0 15px;
	font-size: 20px;
	color: #222;
}

.cont_news {
	width: 800px;
	margin: 20px 20px 0 40px;
	font-size: 18px;
}

/* 画像＋コメント　テーブル使用 */
.imgbox {
	margin: 20px 0 0 40px;
	padding: 10px 0;
	text-align: left;

/*	background-color: #cfaa4d;*/

}
.tbl td {
	padding: 2px 10px;
}

td.video {
	padding: 0 50px;
}
td.line1 p {
	font-size: 16px;
	line-height: 1.3;
	vertical-align: top;
	text-align: center;
}
td.line2 p {
	font-size: 12px;
	line-height: 1.3;
	vertical-align: top;
	text-align: left;
}
td.line3 img {
	margin-right: 25px;
}
td.line3 img:last-child {
	margin-right: 0;
}

p.mb2 {
    margin-bottom: 2em;
}
.bottom {
	margin-bottom: 2em;
}


td.poster {
	width: 660px;
	text-align: center;
}









