@charset "utf-8";
/* CSS Document */
/* =========================================================
 タブレットにて閲覧時の速報ページ（news.html）
========================================================= */
/** {
	margin: 0;
	padding: 0;
}
body {
	padding: 5px 10px;
	width: 94%;
}*/
/*#topicPath {
	position: absolute;
	right: 26px;
	top: 10px;
	z-index: 1;
}*/
.newsWrapper {
	width: auto;
	/* margin-left: 5px; */
	margin-bottom: 30px;
}
.newsBlockHead {
	background-color: #ffffff;
	background-image: linear-gradient( 90deg, #fdffc4 25%, #fdffc8 25%, #fdffc8 50%, #fdffc4 50%, #fdffc4 75%, #fdffc8 75%, #fdffc8);
	/* background-position: right bottom; */
	/* background-repeat: no-repeat; */
	box-shadow: 1px 2px 3px #dedcd9;
	box-sizing: border-box;
	padding: 10px 15px;
	position: relative;
	width: 100%;
}
.newsBlockHead h2 {
	color: #887a47;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	height: auto;
	text-indent: 0;
	padding: 0;
	box-sizing: border-box;
	margin: 0;
	background-color: transparent;
}
.date {
	color: #887a47;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.newsBlockBottom {
	/* background-color: #f3f7f9; */
	box-sizing: border-box;
	color: #1d1e1f;
	display: inline-block;
	/* line-height: 15px; */
	padding: 15px;
	text-align: center;
	width: 100%;
}
.newsBlockBottom iframe {
  width: 290px;
}
.newsBlockLeft {
	float:left;
	width: 48%;
	padding: 1%;
	text-align: left;
}
.newsBlockRight {
	float: right;
	width: 48%;
	padding: 1%;
	text-align: left;
}
.newsBlockBottom p {
	color: #333333;
	margin-top: 7px;
	margin-bottom: 20px;
}
marquee {
  vertical-align: middle;
}
b {
  font-weight: bold;
}

/* スマホ表示 */
@media screen and (max-width: 768px) {
	.newsWrapper .newsBlockBottom div {
		/* padding-bottom: 3%; */
		/* line-height: 1.7; */
	}
}