@charset "utf-8";
#topBanner {
  background: linear-gradient(45deg, #FDB807, #FF73A3);
  background-size: 400% 400%;
  animation: GradientBackground 10s ease infinite;
  text-align: center;
}
@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#topBanner h1 {
  padding: 30px 0 50px 0;
  margin: 0 auto;
}
#menu {
  position: relative;
  top: -15px;
}
#top_topics {
  width: 600px;
  height: 410px;
  background-image: url(../img/topics_back.gif);
  margin: 0 5px;
}
#top_topics iframe {
  width: 580px;
  height: 390px;
  margin: 10px;
}
#top_topics iframe { /*IE4~6*/
  _background-image: url(../img/topics_back.gif);
  _padding-top: 10px;
}
#right_contents div {
  overflow: hidden;
  width: 225px;
  background-repeat: no-repeat;
}
#top_point {
  height: 160px;
  background-image: url(../img/top_point_back.jpg);
  color: #fff;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}
#top_mobile {
  height: 318px;
  background-image: url(../img/top_mobile_back.gif);
}
#top_mobile h2, #top_mobile p {
  padding-left: 30px;
}
#top_mobile h2 {
  color: #cc6600;
  font-size: 13px;
  padding-top: 244px;
}
#top_mobile p {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.7px;
}
#top_blog {
  height: 58px;
  background-image: url(../img/top_blog_back.gif);
  font-size: 10px;
}
#top_blog h2 {
  padding-top: 10px;
}

#catch{
	padding: 10px 15px;
	margin-bottom: 10px;
}
#catch h2{
	font-size: 150%;
	color: #D52251;
	font-weight: bold;
	margin-bottom: 8px;
}
#catch p{
	font-size: 110%;
	line-height: 160%;
}

#news{
	border: 8px solid #efefef;
}
#news dl dt{
	font-size: 110%;
	font-weight: bold;
}
#news dl dd img{
	margin-top: 5px;
}
#news dl{
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
}