/* vaio share4compatible */
/********** 主な仕様 *********
.changeSelect .tab ul li {
	margin-bottom: 0;
}
.mod-specTable table {
	background-color: #FFFFFF;
	border-bottom: medium hidden;
	border-right: medium hidden;
}@media (max-width: 640px) {
		.mod-specTable table {
		font-size: 100%;
	}
}
.mod-specTable table th {
	border: medium none;
	font-weight: bold;
}
.mod-specTable table td {
	border: none;
}
.mod-specTable table th p {
	margin: 1.1em 0;
}*****/
/********** ブランドヘッダー お法人のお客様　タグライン **********/
.tagParent{
	float:right;
	width:600px;
}@media (max-width:640px){
	.mod-categoryHeader .tagParent{
		float:none;
		clear:both;
		width:100%;
	}
}
.vaioBizLink{
	float:right;
	clear:both;
	margin-bottom:5px;
}
.vaioBizLink a.topTitle{
	color:#000;
	font-size:12px;
		background: url("/share4/images/mod-link/ico_01.png") no-repeat scroll 0 0.45em transparent;
		color: #333333;
		display: inline-block;
		padding-left: 8px;
}

.vaioBizLink 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) {
	.vaioBizLink{
		float:none;
		overflow:hidden;
		font-size:12px;
		padding-top:18px;
	}
}
/*****
.share4-categoryNav-main ul{
	overflow: hidden;
}
*****/
.share4-categoryNav{
	clear:both;
}
.tagline {
	clear:both;
	float:right;
	margin:4px 0  !important
}
.tagtext{
	float:right;
	clear:both;
	width:100%;
	margin:10px 0 30px;
	font-size:12px;
	text-align:right;
}
.tagtext a{
	color: #43677e;
	text-decoration:underline;
}
.tagtext a:hover{
	color: #c41230;
	text-decoration:underline;
}

@media (max-width: 640px) {
	.tagline {
		float:none;
		clear:both;
		margin:20px auto 15px !important;
		height:12px !important;
		width:180px !important;
		display:block !important;
	}
	.tagtext{
		float:none;
		clear:both;
		width:90%;
		margin:20px auto 10px;
		padding:0 10px;
		line-height:1.5;
		text-align:left;
	}

}
/*****
.vaioBizLink img {
	display: inline;
	margin: -3px 18px 0 0;
	vertical-align: middle;
}
*****/
/********** 下層ショートヘッダー **********/
.mod-currentNav {
	margin-top: -21px;
}

/********** share base.css対策 **********/

body{
	text-align:left!important;
}

.share4-mod-mainContentContainer {
    clear: both;
    margin: 0 auto;
    max-width: 950px;
    padding-bottom: 20px;
    position: relative;
}