@charset "utf-8";


/*=======================================================
	ブランド
=======================================================*/

/*---------------------------------------------
	index
---------------------------------------------*/
/* brand color */
#brand_index_header header{ background: url(/elleair-tissue/img/brand_header_bg.jpg) no-repeat center top; }
#brand_index_header header h1{ padding: 110px 20px 20px; }
.brand_lead,
.brand_lead2{ margin: 10px 0 0; color: #6d6d6d; }
#brand_nav ul{ background: url(/elleair-tissue/img/brand_nav_bg.png) no-repeat left top; }
#brand_img{ margin: 40px 0 -20px; }
#brand_img img{ margin-right: 140px; }
#brand_info{
	clear: both;
	background-color: #fff;
}
#brand_message{
	margin-left: 50px;
	width: 500px;
	text-align: center;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
	#brand_index_header header{
		background: url(/elleair-tissue/img/s/brand_header_bg.jpg) no-repeat left top, url(/elleair-tissue/img/s/brand_header_bg2.jpg) no-repeat right bottom;
		background-size: 295px auto, 100px auto;
	}
	#brand_img{ margin-top: 10px; }
	#brand_img img{ margin: 0; }
	#brand #brand_index_header .brand_lead{
		margin-top: 22px;
		margin-bottom: -10px;
	}
	#brand_nav ul{
		background: none;
		background-color: #1592c6;
	}
	#brand_message{ margin: 0; text-align: left; }
}
