@charset "utf-8";


/*=======================================================
	エリス
=======================================================*/

/*---------------------------------------------
	index
---------------------------------------------*/
/* brand color */
#brand_index_header header{
	padding: 0;
	min-height: 480px
}
#brand_index_header header h1{
	margin: 0;
	padding: 0;
	height: 505px;
	background: url(/elis/asamade/img/brand_header.jpg) no-repeat center top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#brand_message{ float: none; }
#brand_img{
	margin: 10px 0 0 105px;
	float: none;
	text-align: left;
}
.subbrand_mark{ display: none; }


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
	#brand #brand_index_header header{ min-height: 196px; }
	#brand #brand_index_header header h1{
		margin: 0;
		padding: 0 0 96.1%;
		width: 100%;
		height: 0;
		background: url(../img/s/brand_header.jpg) no-repeat center top;
		background-size: 100% auto;
	}
}
