@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: 749px;
	margin-left: 5px;
	margin-bottom: 30px;
}
.newsBlockHead {
	background-color: #ffffff;
	background-image: url("/img/main/bg_newsBlockHead.png");
	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: 14px;
	font-weight: bold;
	line-height: 20px;
}
.date {
	color: #887a47;
	font-size: 12px;
	line-height: 20px;
}
.newsBlockBottom {
	background-color: #f3f7f9;
	box-sizing: border-box;
	color: #1d1e1f;
	display: inline-block;
	line-height: 15px;
	padding: 15px;
	text-align: center;
	width: 100%;
}
.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;
}

.twitter-timeline {
  /* border-bottom: 1px solid rgb(189 200 206); */
  /* border-radius: 12px */
}
