/* @option User selected banner content box setting */

#headerContentBox {
	display: block;
}

@media screen and (min-width: 768px) {
#headerContentBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	display: block;
}

#titleSloganWrapper {
	margin-left: 470px;
}
}