@charset "utf-8";


/*=======================================================
	ブランド
=======================================================*/

/*---------------------------------------------
	index
---------------------------------------------*/
/* brand color */
#brand_index_header header{ background: url(../img/brand_header_bg.jpg) no-repeat center top; }
#brand_index_header header h1{ padding: 110px 0 10px 20px; }
.brand_lead,
.brand_lead2{ margin: 0; color: #0092d8; }
#brand_nav ul{ background: url(../img/brand_nav_bg.png) no-repeat left top; }
#brand_img{ margin: 75px 0 -20px; }
#brand_img img{ margin-right: 90px; }
#brand_message{
	width: 470px;
	text-align: center;
}
#brand_info{
	clear: both;
	background-color: #fff;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
	#brand_img{ margin-top: 10px; }
	#brand_img img{ margin: 0; }
	#brand_nav ul{
		background: none;
		background-color: #1592c6;
	}
}
