@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
#bannermaker .h1 + .bannermaker-body, #bannermaker .h2 + .bannermaker-body, #bannermaker .ex + .bannermaker-body,
#bannermaker .h1 + .element, #bannermaker .h2 + .element, #bannermaker .ex + .element {
	margin-top: 20px;
}
*/
/*~~*/

#bannermaker .bannermaker-body ul {
	display: flex; flex-direction: column; gap: 15px;
}

#bannermaker .bannermaker-body li {
	width: 100%;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 768px) {
/************************************************************************************************************************/


/************************************************************************************************************************/
}

@media screen and (min-width: 769px) {
/************************************************************************************************************************/

#bannermaker .bannermaker-body ul {
	flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 15px;
}

#bannermaker .bannermaker-body li {
	width: auto;
}

#bannermaker .bannermaker-body li span {
	display: inline-block;
}

#bannermaker .bannermaker-body li img {
	width: auto; max-width: 100%;
}

/************************************************************************************************************************/
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/