@charset "utf-8";
/* =========================================================
 リセット
========================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote: before,
blockquote: after,
q: before,
q: after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	overflow: hidden;
	outline: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
th {
	text-align: left;
}
iframe {
	vertical-align: bottom;
}
video {
	display: block;
}
a:hover {
	text-decoration: none;
}
/* =========================================================
 clearfix
========================================================= */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
/* =========================================================
 速報エリア（frame/news.html）
========================================================= */
body {
	color: #323232;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 20px 17px 0 20px;
}
img {
	max-width: 100%;
}
table {
	background: #436eee;
	border: 4px solid #999;
	color: #3a3a3a;
}
dt {
	width: 89%;
	background: #9797ff;
	padding: 20px 20px 10px;
	color: #FFF;
}
dd .newsBoxHeader {
	width: 89%;
	background: #8eabff;
	color: #fff;
	font-size: 16px;
	padding: 0 20px 20px;
	line-height: 1.5em;
}
dd .newsBoxHeader > p {
	font-weight: bold;
}
dd .newsBoxBottom {
	padding: 20px;
	color: #565656;
	background: #FFF;
	font-size: 14px;
}
dd .newsBoxBottom img {
	float: left;
	margin-right: 15px;
	max-width: 140px;
}
dd .newsBoxBottom img:after {
	clear: both;
	content: '';
}
dd .newsBoxBottom .guide {
	color: #565656;
	margin-bottom: 20px;
	font-weight: bold;
}
dd .newsBoxBottom .tell {
	color: #3594f5;
	margin-bottom: 10px;
	font-weight: bold;
}
dd .newsBoxBottom .tell a {
	text-decoration: underline;
	color: #3594f5 !important;
}
dd .newsBoxBottom .shift {
	color: #ff7a96;
	margin-bottom: 10px;
	font-weight: bold;
}
dd .newsBoxBottom .shift a {
	text-decoration: underline;
	color: #ff7a96 !important;
}
/* =========================================================
 謎の相殺装飾
========================================================= */
* {
	margin: 0;
	padding: 0;
}
.newsWrapper {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	position: relative;
}
.newsWrapper:after {
	bottom: -7px;
	content: url("../img/news/img_news_line.png");
	left: -6px;
	position: absolute;
}
.newsWrapper:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.newsWrapper:last-child:after {
	content: none;
}
.newsBlockHead h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #432400;
}
.date {
	color: #969696;
	font-size: 12px;
	line-height: 20px;
}
.newsBlockBottom {
	line-height: 15px;
	padding: 10px 0 0;
	color: #323232;
}
.newsBlockBottom:after {
	content: "";
	clear: both;
	display: block;
}
.newsBlockBottom img{
	margin: 3% auto;
}
.newsBlockLeft {
	float:left;
	width: 45%;
	padding: 1%;
	text-align: left;
}
.newsBlockRight {
	float: right;
	width: 45%;
	padding: 1%;
	text-align: left;
}
.newsBlockBottom p {
	margin-top: 7px;
	margin-bottom: 20px;
}
