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

/*　index.php　掲載記事*/

#banner-box {
	margin: 30px 0px 10px;
	padding: 20px 40px 0;
	border-top: 1px solid #3f2802;
}
#banner-box .bn-item{
	width: 200px;
	height: 80px;
	text-align: center;
}

@media (max-width: 470px) {
	#banner-box .bn-item{
		width:calc(100% - 40px);
	}
	#banner-box .bn-item img {
		display:block;
		margin:0 auto;
	}
}

/* 新年おめでとう */
.new-year{
	width:100%;
}

.new-year-img{
	width:100%;
	margin-bottom:10px;
}

@media(min-width:768px){
	.new-year{
		display:flex;
		justify-content:space-between;
	}

	.new-year > div{
		width:48%;
	}

}