@charset "utf-8";


/*=======================================================
	ブランド
=======================================================*/
/*---------------------------------------------
	index
---------------------------------------------*/
/* brand color */
#brand_index_header header{
	padding: 0;
	min-height: 460px;
	background: url(../img/brand_header_bg.jpg) no-repeat center top;
}
#brand_message{
	margin-left: 25px;
	width: 480px;
}
#brand_index_header header h1{
	padding: 0 0 15px 60px;
}
.brand_lead,
.brand_lead2{
	margin: 0 0 0 30px;
	color: #0070a3;
}
#brand_nav ul{
	background: url(../img/brand_nav_bg.png) no-repeat left top;
}
#brand_img{
	margin-top: 130px;
}
#brand_img img{
	margin: 0 69px 0 0;
}
#brand_info{
	clear: both;
	background-color: #fff;
}
#productsList_cont{
	margin: -20px 0 10px;
}
#brand_wrap #event_lead{
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
	border-top: 4px solid #7fb7d1;
	border-bottom: 1px solid #e1ecf4;
	background: #e7fafe url(../img/lead_bg.png) repeat left top;
	color: #006896;
	font-size: 14.5px; /* ie8 */
	font-size: 1.45rem;
}
#brand_wrap #event_lead p{
	padding: 5px;
}



/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	#brand_index_header header{
		background: url(../img/brand_header_bg.jpg) no-repeat center -40px;
		background-size: 767px auto;
	}
	#brand_message{
		margin-left: 0;
		width: auto;
	}
	#brand #brand_img{
		margin-top: 10px;
	}
	#brand #brand_img img{
		margin: 0 0 10px;
	}
	#brand #brand_index_header header h1{
		margin: 0 0 0 10px;
		padding: 0;
	}
	#brand_nav ul{
		background: none;
		background-color: #04559a;
	}
	#productsList_cont{
		margin-left: 0;
		float: none;
		width: 100%;
	}
	#productsList_cont{
		margin: 0 0 10px;
	}
	#brand_wrap #event_lead p{
		padding: 0;
		line-height: 1.3;
	}
}
