@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: 35px 0 10px 30px; }
#brand_index_header header h1 img{
	margin-right: 0;
	vertical-align: middle;
}
.brand_lead{
	color: #4d4d4d;
	font-size: 1.5rem;
	font-size: 15px\9; /* ie8 */
	font-weight: normal;
	line-height: 1.6;
}
#brand_message{
	margin: 50px 0 0 0;
	text-align: center;
	width: 450px;
}
#brand_nav ul{ background: url(../img/brand_nav_bg.png) no-repeat left top; }
#brand_img{ margin-top: 90px; }
#brand_img img{ margin-right: 80px; }
.subbrand_mark { display: none; }


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
	#brand_index_header header{ min-height: 0; }
	#brand_index_header header #brand_message h1{
		margin-bottom: -10px;
		padding: 15px 0 0;
	}
	#brand_img{ margin-top: 10px; }
	#brand_nav ul{
		background: none;
		background-color: #2782c3;
	}
}