.my_brand-title {
	width: 600px;
}
.my_brand-title-inner {
	border: 1px solid #ccc;
	border-right-width: 3px;
	border-bottom-width: 3px;
	padding: 20px;
}
.my_brand-title h2 {
	position: relative;
	height: 48px;
	border-left: 6px solid #ca0018;
	/*padding-left: 18px;*/
}
.my_brand-title h2 img.name_jp {
	position: absolute;
	top:0px; left:18px;
}
.my_brand-title h2 img.name {
	position: absolute;
	top:20px; left:18px;
}
.my_brand-title h2 img.logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

