@charset "utf-8";
/* CSS Document */

/*-----ブランドヘッダー-----*/

.txt-ecturo{ color: #ffffff; }
.bg-lettetmitte{
	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-lettetmitte-color{ background-color: #fff2e9;}
.btn-lettetmitte a{background-color: #3f5f74;}
.btn-lettetmitte a:hover{ background-color: #204359; }

