@charset "utf-8";
/* CSS Document */

/*-----ブランドヘッダー-----*/

.txt-mauoli{ color: #baada3; }
.bg-mauoli{
	background-image: url(img/bg-title.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}
.bg-mauoli-color{ background-color: #3e2324; }
.btn-mauoli a{background-color: #3f5f74;}
.btn-mauoli a:hover{ background-color: #204359; }