@charset "UTF-8";
/*
Theme Name: BaseInc
Theme URI: http://mondotab.com/
Description: BaseInc original WordPress theme.
Author: Web Deisgn Mondo
Author URI: http://mondotab.com
Version: 1.0
*/

@import url("css/reset.css");
@import url(css/common.css);
@import url(css/common-sp.css);
@import url("css/animate.css");

@media screen and (min-width:768px) {
.fx-banner {
	display: flex;
	justify-content: center;
	width:90%;
	margin: 0 auto;
}
	.fx-banner img {
		width: 100%;
	}
}

p.textmini {
	font-size:1em;
}
