@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
	font-size:16px;
	font-family: "遊ゴシック体", "遊ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color:#333;
	line-height:1.7;
	background-color:#E4E4E1;
	-webkit-text-size-adjust: 100%;
	padding:18px 20px 20px;
}
a {
	transition:0.4s;
}
.today-status-date {
	color:#B31812;
	font-weight:800;
	font-size:15px;
	margin-bottom:8px;
}
.today-status-title {
	font-size:20px;
	font-weight:800;
	line-height:1.4;
	margin-bottom:12px;
}
.today-status-body {
	font-size:16px;
}
.today-status-body p {
	margin-bottom:10px;
}
.today-status-body img {
	max-width:100%;
	height:auto;
	margin:6px 0;
}
.today-status-body a {
	color:#1263AA;
	text-decoration:underline;
}
.today-status-body a:hover {
	color:#B31812;
}
.today-status-linkback {
	margin-top:14px;
	font-size:13px;
	text-align:right;
}
.today-status-linkback a {
	color:#006600;
}
.today-status-none .today-status-date {
	color:#CC8800;
	font-size:22px;
	margin-bottom:0;
}
.today-status-none .today-status-date .nobr {
	white-space:nowrap;
}
.today-status-sub {
	font-size:14px;
	color:#555;
	margin-bottom:14px;
}
.today-status-prev-label {
	font-size:13px;
	color:#888;
	border-top:dashed 1px #CCC;
	padding-top:12px;
	margin-bottom:6px;
}
