@charset "utf-8";
/* CSS Document */
img { border:0; }
body {
	background-color: #ffffff;
}
#notice {
	width: 1024px;
	margin: 0 auto 2rem;
	padding: 0 26px;
	min-height: 2rem
}
#notice h2 {
	position: relative;
  padding: .5rem 16px .5rem 0;
  border-bottom: 2px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
#notice {
	width: 100%;
	padding: 0 14px
}
}
#notice li {
	list-style: none;
	line-height: 2;
	padding: 0.5rem 1rem
}
#important-topics,
#caution-topics {
	margin-bottom: 4.5rem
}
dt.important-topic span {
	position: absolute;
	min-width: 36px;
	left: 155px;
	font-size: 1.25rem;
	color: #1a355e;
	background: #fff;
	border: 2px solid #ed1c24;
	padding: 1px 3px 0
}
#caution-topics,
#news-topics {
	border-top: 1px dotted #989898
}
dt.caution-topic span {
	position: absolute;
	min-width: 36px;
	left: 155px;
	font-size: 1.25rem;
	color: #1a355e;
	background: #fff;
	border: 2px solid #fbb03b;
	padding: 1px 3px 0
}
.caution {
	border: 2px solid #ff0000;
	padding: 0.5rem;
	margin-bottom: 2rem !important
}
.dateArea {
	text-align: right;
	padding:  0 16px;
	margin-bottom: 1.5rem
}
section {
	min-height: 20rem;
	margin: 0 0 4rem;
	padding: 0 16px
}
section p {
	font-size: 100%;
	line-height: 1.75
}
section img {
	display: block;
	max-width: 100%;
	margin: 1.5rem auto 3.0rem
}
figure {
	width: 100%;
	height: auto
}
figure img {
	display: block;
	width: auto;
	margin: 0 auto
}
figcaption {
	padding: 1rem;
	font-size: 1.3rem;
	text-align: center
}