@charset"UTF-8";

/* -------------------------------------------------- */
/* main image */
/* -------------------------------------------------- */

#top-img {
	margin: 0px auto 10px auto;
	width: 100%;
	height: 389px;
	text-align: center;
	background: url(../img/top-img-bk.jpg) repeat-x left top;
}

#top-img-animation {
	margin: 0px auto;
	padding-top: 8px;
	width: 100%;
	text-align: center;
	background: url(../img/top-slide-bk.jpg) no-repeat center top;
}

#top-img-slide {
	margin: 0px auto;
	width: 960px;
}

#sp-top-img {
	display: none;
}
		
@media (max-width: 767px) {
	
	#top-img {
		display: block;
		margin: 0px auto 20px auto;
		width: 100%;
		height: auto;
	}

	#top-img-animation {
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}

	#top-img-slide {
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
		width: 100%;
	}
	
	#top-img img {
		width: 100%;
	}
	
	#top-img-slide img {
		width: 100%;
	}
	
	body {
		background: none;
	}
	
	#sp-top-img {
		display: block;
		margin: 0px auto 20px auto;
		width: 100%;
	}
	
	#sp-top-img img {
		width: 100%;
	}
}
	
/* -------------------------------------------------- */
/* top main */
/* -------------------------------------------------- */

#top-main {
	width: 700px;
	float: left;
}

#top-rebirth {
	width: 700px;
	height: 308px;
	margin: 0px auto 20px auto;
	background: url(../img/top-banner-rebirth.jpg) no-repeat left top;
}

.top-contents {
	width: 700px;
	margin: 0px auto 25px auto;
}

.top-left {
	float: left;
	width: 343px;
}

.top-right {
	float: right;
	width: 343px;
}
		
@media (max-width: 767px) {
	
	#top-main {
		width: 100%;
	}

	#top-rebirth {
		width: 100%;
		background-size: 100%;
	}

	.top-contents {
		width: 100%;
	}

	.top-left {
		width: 48%;
	}

	.top-left img {
		width: 100%;
	}

	.top-right {
		width: 48%;
	}

	.top-right img {
		width: 100%;
	}
}


/* -------------------------------------------------- */
/* topics */
/* -------------------------------------------------- */

#top-news {
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	background: url(../img/top-news-bottom.jpg) no-repeat left bottom;
}

.news-new {
	background: url(../img/mark-new.gif) no-repeat right center;
}

#top-news dl {
	height: 250px;
	padding: 10px 25px 30px 25px;
	font-size: 80%;
	line-height: 1.5;
	overflow: scroll;
	background: url(../img/top-news-bk.jpg) repeat-y left top;
}

#top-news dt {
}

#top-news dd {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	background: url(../img/top-line-dot.gif) repeat-x left bottom;
}

#top-news dd a {
	color: #1961ba;
	text-decoration:none;
}

#top-news dd a:link    { color: #1961ba; text-decoration: none; }
#top-news dd a:visited { color: #1961ba; text-decoration: none; }
#top-news dd a:hover   { color: #1961ba; text-decoration: underline; }
#top-news dd a:active  { color: #1961ba; text-decoration: none; }



.disnon {
	display: none;
}

		
@media (max-width: 767px) {
	
	#top-news h3 {
		width: 100%;
		overflow: hidden;
	}
}


