@charset "Shift_JIS";

/************ ブランドヘッダ　お法人のお客様　タグライン ************/
.mod-categoryHeader-submenu {
	float:right;
	width:300px;
	margin:10px 0 !important
}@media (max-width: 640px) {
	.mod-categoryHeader-submenu {
		width:100%;
		float:none;
		clear:both;
		margin:20px auto !important;
		display:block !important;
	}
}
.braviaBizLink{
	float:right;
	overflow:hidden;
}
.braviaBizLink a{
	color:#000;
	font-size:12px;
	background: url("/share4/images/mod-categoryNav/ico_02.png") no-repeat scroll 0 0.55em transparent;
	color: #333333;
	display: inline-block;
	padding-left: 8px;
}

.braviaBizLink a:hover{
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	transition: color 0.2s ease;
	color: #000;
	opacity:0.5;
	text-decoration: none;
}

@media (max-width: 640px) {
	.braviaBizLink{
		float:none;
		overflow:hidden;
		font-size:12px;
	}
}

