@charset "Shift_JIS";

/*
	================================================================================================
		support headphone confirm share css common.css
	================================================================================================
*/

/*
	====================================
		button
	====================================
*/

.section ul.models_menu .Button {
	background: url("/support/headphone/share/images/linkbutton.png") no-repeat scroll 0 52%;
	border: 1px solid #BCBCBC;
	border-radius: 6px;
	cursor: pointer;
	display: inline-table;
	height: 32px;
	min-height: 32px;
	padding: 10px 0 10px 20px;
	transition: opacity 0.2s ease-in 0s;
	vertical-align: middle;
	zoom: 1;
}

.section ul.models_menu .current {
	background: url("/support/headphone/share/images/linkbutton_on_products.png") no-repeat scroll 0 52%;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	display: inline-table;
	width: 150px;
	height: 32px;
	min-height: 32px;
	padding: 10px 0 10px 20px;
	transition: opacity 0.2s ease-in 0s;
	vertical-align: middle;
	zoom: 1;
}

.section ul.models_menu a:hover span.Button, a:active span.Button {
	background: url("/support/headphone/share/images/linkbutton_on_products.png") no-repeat scroll 0 52%;
	color: #333333;
	text-decoration: none;
}

.ButtonIcon {
	margin: 0 5px 0 0;
}
.Button {
	display: inline-table;
	vertical-align: middle;
	border: 1px solid #666666;
	width: 150px;
	min-height: 32px;
	height: 32px;
	background: url("/support/vaio/share3/images/linkbutton.png") no-repeat scroll 0 52% transparent;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 0 10px 20px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
	*width: 150px;
	*max-height: 32px;
	*height: auto;
	*padding: 8px 0 4px 22px;
	*display:inline;
	*zoom:1;
}
.InnerLinkButton {
	display: inline-table;
	vertical-align: middle;
	width: 150px;
	min-height: 32px;
	height: 32px;
	background: url("/support/vaio/share3/images/innerlinkbutton.png") no-repeat scroll 0 52% transparent;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 0 10px 22px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
	*width: 150px;
	*max-height: 32px;
	*height: auto;
	*padding: 8px 0 4px 22px;
	*display:inline;
	*zoom:1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.Button { display: inline-block; }
.InnerLinkButton { display: inline-block; }
}
.ButtonImg {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	*display:inline;
	*zoom:1;
	width: 35px;
}
.ButtonText {
	min-height: 32px;
	height: 32px;
	color: #333333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2em;
	padding-right: 5px;
	letter-spacing: 0;
	*width: auto;
	*max-width: 150px;
	*min-height: 0;
	*max-height: 32px;
	*height: auto;
	*margin: 8px 5px 0 5px;
	_margin: -3px 0 0 0;
	*display:inline;
	*zoom:1;
}
ul.btn_area.long .Button {
	width: auto;
}
ul.btn_area.long .ButtonText {
	*max-width: none;
}

a:hover span.Button, a:active span.Button {
	color: #333333;
	text-decoration: none;
	background: url("/support/vaio/share3/images/linkbutton_on.png") no-repeat 0 52%;
}
a:hover span.InnerLinkButton, a:active span.InnerLinkButton {
	color:#333;
	text-decoration:none !important;
	filter:alpha(opacity=50);
	opacity:.5;
	*zoom:1
	outline: 0;
}
a:hover span.ButtonText, a:active span.ButtonText{
	color: #333333;
	text-decoration: none;
}

div.section div.box_info_area span.Button,
div.section div.box_info_area span.InnerLinkButton {
	border: 1px solid #BCBCBC;
}
ul.btn_area li a {
	webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}



@media screen and (max-width: 640px) {
	.section ul.models_menu .current {
		width: 260px;
		height: 25px;
		min-height: 25px;
		padding: 5px 0 5px 20px;
	}
	.section ul.models_menu .Button {
		width: 260px;
		min-height: 25px;
		height: 25px;
		padding: 5px 0 5px 20px;
	}
}



/*
	====================================
	list (btn_area)
	====================================
*/

div.section ul.btn_area li {
	list-style: none outside none;
}
div.section ul.btn_area li {
	float: left;
	padding: 0;
	}

.clear {
	clear: both;
}

div.section ul.btn_area li {
	margin: 0 0 10px 8px;
}
.pct_dl{
	float: right;
	margin-top: -57px;
}

@media screen and (max-width: 640px) {
	#dl_box {
	float: right;
	}
	.pct_dl{
	float: none;
	margin-top: 0 !important;
	}
	div.section ul.btn_area li {
		float: none;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.section ul.btn_area li {
		margin: 0 30px 10px 0;
	}
}

/*
	--------------------------------------
	images
	--------------------------------------
*/
@media screen and (max-width: 640px) {
	#contents .section div.pct img {
	margin: 15px 0 30px 5px;
	}
	.resizeimg {
		min-width: 134px;
	}
	.resizeimg img {
		width: 94%;
		height: auto;
	}
	div.img300 {max-width: 300px;}
	div.img320 {max-width: 320px;}
}



/*===========================================
	title
=============================================*/
#contents h2.title {
	clear: both;
	color: #000;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 13px;
	font-size: 18px;
	font-weight: 700;
}
#contents h3.title {
	font-size: 14px;
	border-bottom: 1px solid #343434;
	clear: both;
	color: #000;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 13px;
	font-weight: 700;
}

/*===========================================
	box_info_area
=============================================*/

#contents .box_info_area p {
	margin: 0px 20px 20px 15px;
}

#contents .box_info_area {
	width:900px;
	margin: .5em 5px 1em 5px;
	padding: 0 0 9px;
	/padding: 0;
	background: #f3f3f3 url("/support/headphone/howto/images/info-201br.gif") no-repeat bottom right;
}

#contents .box_info_area * { border: none; }

#contents .box_info_area dl {
	width: 100%;
	list-style: none;
	margin: 0;
	/margin: 0 0 9px;
	padding: 0;
	background: transparent url("/support/headphone/howto/images/info-202tr.gif") no-repeat top right;
}

#contents .box_info_area dl dt {
	float: right;
	width: 100%;
	height: 40px;
	padding: 0;
	margin-left: 0;
	background: transparent url("/support/headphone/howto/images/info-203tl.gif") no-repeat top left;
}

#contents .box_info_area dl dd {
	float: left;
	margin: -38px 0 -9px;
	/margin: -36px 0 0;
	padding: 16px 0 0 54px;
	/padding: 16px 8px 0 54px;
	background: transparent url("/support/headphone/howto/images/info-204bl.gif") no-repeat bottom left;
}

#contents .box_info_area dl dt.caution img,
#contents .box_info_area dl dt.info img {
	position: absolute;
	margin: 12px 16px;
}

#contents .box_info_area dl dd ul,
#contents .box_info_area dl dd ol {
	margin: 0 1em 0.5em 1em;
}

@media (max-width: 640px) {
	#contents .box_info_area {
		width:96%;
	}
	#contents ul.btn_area_text li {
		float: none;
	}
	.mod-linkButton {
		background-size: auto 100%;	
		width: 100%;
		height: auto;
	}
	.mod-linkButton .figure {
		display: inline-block;
	}
	.mod-linkButton a {
		height: auto !important;
	}
	.mod-linkButton a .content {
		width: auto;
		word-break: break-all;
		padding-bottom: 10px;
	}
}



/*===========================================
	tableArea
=============================================*/
.title_h6 {
	background-color: #E3E3E3;
	font-size: 105%;
	padding: 3px 17px;
	margin: 10px 0 10px 0;
}
#pha-1,
.pha-2 {
	width:100%;
	margin:0px auto;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: center;
	font-size:12px;
}
#pha-1 th,
.pha-2 th {
	text-align: center !important;
	border-right: 1px solid #CCC;
	background:#D7D7D7;
}
#pha-1 td,
.pha-2 td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 5px 8px;
}
#pha-1 td,
#pha-1 th,
.pha-2 td,
.pha-2 th {
	padding: 7px;
}
#pha-1_bt td,
#pha-1_bt th {
	padding: 2px;
}
.pha-2-2{
	border-bottom: 1px solid #CCC;
	background:#D7D7D7;
}
.txt-Gray {
	color:#666666;
	font-size:12px;
}
.txt-mlSpace {
	padding:0px 10px;
}

.asterisk{
	margin-left:10px;
	margin-top:10px;
	color:#666666;
	font-size:12px;
}
.asterisk dt{
	float:left;
	}
.asterisk dd{
	padding-left:35px;
}
@media (max-width: 640px) {
	div.tableArea {
		width:auto;
	}
	#pha-1,
	.pha-2 {
		font-size:11px;
		word-break: break-all;
		white-space: pre-wrap ;
	}
}

/*===========================================
	downloadArea
=============================================*/

div.downloadArea {
	width:730px;
	text-align:center;
	margin:30px auto 0px auto;
	padding:20px 15px;
	background:#EDEDED;
}
ul.btnArea-1 {
	width:500px;
	height:35px;
	margin-left:auto;
	padding:0px;
	list-style:none;
	text-align:center;
}
ul.btnArea-1 li {
	width:200px;
	margin:0px 0px 0px 30px;
	padding:0px;
	float:left;
}
ul.btnArea-2 {
	width:310px;
	height:25px;
	margin:10px auto 0px auto;
	padding:0px;
	list-style:none;
}
ul.btnArea-2 li {
	width:140px;
	margin:0px 0px 0px 30px;
	padding:0px;
	float:left;
}
.dl_area_win{
	text-align:left;
	background-image:url(/support/headphone/confirm/images/win.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:30px;
	padding-top:4px;
}
.dl_area_win p {
	margin-left:100px;
	font-size:11px;
}
.dl_area_os{
	text-align:left;
	background-image:url(/support/headphone/confirm/images/mac_os.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:30px;
	padding-top:4px;
	
}
.dl_area_os p {
	margin-left:100px;
	font-size:11px;
}
.hi-res-dl{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:150px;
	text-align:left;
}
@media (max-width: 640px) {
	div.downloadArea {
		width:auto;
		text-align:left;
	}
	ul.btnArea-1 {
		width:auto;
		text-align:left;
	}
	ul.btnArea-1 li {
		margin-left: 5px;
	}
	ul.btnArea-2 {
		width:auto;
		height: auto;
		margin-left: 5px;
	}
	ul.btnArea-2 li {
		margin:0px;
		float: none;
	}
	.hi-res-dl{
		padding-left:10px;
		margin-top:10px;
	}
	.dl_area_win{
		height:auto;
	}
}


/*===========================================
	notice_b
=============================================*/
div.notice_b {
	border: 1px solid #ccc;
	margin: 15px 0px 50px;
	padding: 10px 0 0 15px;
}
div.notice_b p {
	margin-bottom: 15px;
}

/*===========================================
	link
=============================================*/
.link {
	background:transparent url(/share/images/arrow_black.gif) no-repeat scroll 0px 0.4em;
	color:#000000;
	line-height:1.2em;
	padding-bottom:10px;
	padding-left:10px;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align:top;
}