@charset "UTF-8";
/* CSS Document */

/***********************
追加スタイル
***********************/

#top .banner-box{
	width: 980px;
	margin: 0 auto 80px;
}
#top .banner-box h2{
	margin-bottom: 40px;
}
#top .banner-box h2 img{
	width: 56%;
	height: auto;
}
#top .banner-box h3 a{
	display: block;
}
#top .banner-box h3 a img{
	width: 100%;
	height: auto;
}
.information .contents-box-03 p.img80{
	text-align: center;
}
.information .contents-box-03 p.img80 img{
	width: 80%;
	height: auto;
}


@media screen and (max-width: 1020px) {

	#top .banner-box{
		width: 90%;
		margin: 0 auto 80px;
	}
	#top .banner-box h2{
		margin-bottom: 10px;
	}

	#second .banner-box{
		width: 90%;
	}

}
@media only screen and (max-width: 767px) {

	.information .contents-box-03 h2{
		text-align: left;
	}
	.information .contents-box-03 p.img80 img{
		width: 100%;
	}
}