@charset "shift_jis";

/* CSS Document */

/*	====================================
		トップエリア
	====================================
*/

#mod-productsArea {
	margin-top:20px;
	margin-bottom:20px;
}

#mod-productsArea .titleArea {
	position:relative;
	margin-bottom:20px;
}

#mod-productsArea h2 {
	border-bottom:1px solid #000;
	font-size:1.2em;
	padding-bottom: 5px;
	padding-left: 5px;
}

#mod-productsArea .titleArea .infolink {
	position:absolute;
	top:5px;
	right:0;
	margin:0;
}

#mod-productsArea .mod-productsArea-inner {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

.mod-productsArea-inner .topArea {
	width: 920px;
	margin-bottom: 20px;
}

.topArea .imgArea {
	float: left;
	width: 250px;
	text-align: right;
	padding: 0;
	margin-top: 0px;
	margin-left: 40px;
}

.topArea .imgArea img {
	display: block;
	margin: 0 0 0 auto;
}

.topArea .txtArea {
	float: right;
	width: 570px;
	text-align: left;
	margin-top: 20px;
}

.topArea .txtArea .productName {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 10px;
}

@media (max-width: 640px){
	.mod-productsArea-inner .topArea {
	 text-align: left;
	 width: 100%;
	}
	 .topArea .imgArea {
	 width: 38%;
	 padding: 0 0 10px;
	 vertical-align: top;
	 float: none;
	 display: inline-block;
	 margin-left: 0px;
	}
	 .topArea.add_model_num .imgArea {
	 margin-top: 0;
	}
	 .topArea .imgArea img {
	 width: 100%;
	 height: auto;
	 margin: 0;
	}
	 .topArea .txtArea {
	 text-align: left;
	 width: 55%;
	 padding-bottom: 10px;
	 float: none;
	 display: inline-block;
	 margin-top: 0;
	}
	 .topArea .txtArea .productNameSub {
	 font-size: .71429em;
	 margin: 0 auto;
	}
	 .topArea .txtArea .productName {
	 font-size: 1.4em;
	 margin: 0 auto 5px auto;
	}
	 .topArea.add_model_num .txtArea .productName {
	 font-size: 1.4em;
	 margin: 0 auto 5px auto;
	}
	 .infolink a {
	 display: inline-block;
	}
}

/*	====================================
		基本情報　サポートメニュー
	====================================
*/


#productsMenu h3, #supportMenu h3, #productNews h3, .section.newsContent h3, #inquiry h3, #pickup h3 {
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #343434;
	margin-bottom: 24px;
}

.infolink {
	margin-top:20px;
	margin-bottom:15px;
}

#productsMenu ul, #supportMenu ul {
	margin-bottom: 50px;
}

#productsMenu ul li, #supportMenu ul li {
	float: left;
	padding: 5px;
	width: 178px;
}

span.figure{
	display: block;
}
.mod-linkButton a .content{
	display: inline;
	background-position: 0 5px;
}


#productsMenu .mod-linkButton, #supportMenu .mod-linkButton {
	background: url("/support/active-speaker/images/bg_mod-linkButton2.jpg") repeat-x scroll 0 0;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 120px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-align: center;
	width: 178px;
}

#productsMenu .mod-linkButton span.figure{
	display: block;
}
.mod-linkButton a .content{
	display: inline;
	background-position: 0 5px;
}

@media (max-width: 640px){
	 #productsMenu h3,
		#supportMenu h3,
		.section.newsContent h3,
		#productNews h3,
		#inquiry h3,
		 #pickup h3 {
	 font-size: 1.2em;
	 color: #000;
	}

	#productNews .section .title {
		overflow:hidden;
	}

	.mod-content .section .title h4#importantinfo {
		max-width: 74%;
	}

	h4#importantinfo {
		float: left;
		width: auto;
	}

	.pageSubContent {
		width: 100%;
	}
	
	#info,  #menu-cat-03 {
		margin: 0 0 30px;
	}

	div.bnr_wide_type2 {
		margin-left: 0;
	}

	#supporttop_link_guide {
		display:none;
	}

	#mod-productsArea {
		margin-top: 30px;
	}

	#mod-productsArea .titleArea {
		position:static;
		margin-bottom:0;
	}

	#mod-productsArea .titleArea .infolink {
		position:static;
		margin:10px 0 0 0;
		font-size: 10px;
		text-align:right;
	}

	#mod-productsArea .mod-productsArea-inner {
		width: auto;
		width: 100%;
		margin-top:10px;
	}
	#productsMenu ul li, #supportMenu ul li {
		float: none;
		width: auto;
	}

	#productsMenu .mod-linkButton, #supportMenu .mod-linkButton {
		background: url("/support/share/images/bg_mod-linkButton.jpg") repeat-x scroll 0 0;
		text-align: left;
		height: auto;
		width: 100%;
		box-sizing: border-box;
		background-position: 0 50%;
	}

	#productsMenu .mod-linkButton a span.figure, #supportMenu .mod-linkButton a span.figure{
		display: inline-block;
		vertical-align: middle;
	}

	.mod-linkButton .figure img{
	height: auto;
	}

	#productsMenu img, #supportMenu img {
		width: 40px;
		float: left;
	}

	.mod-linkButton a .content{
		margin: 0 5px;
	}
}

/*button style　20210331追加*/

button.f_style {
    background: none;
    padding: 10px;
    width: 100%;
    outline: none;
    line-height: 1.4;
}

button.f_style span.content {
    background-position: 0 5px;
    margin-left: 0;
}

button.f_style:hover{
  opacity:.5;filter:alpha(opacity=50);
  -ms-filter:"alpha(opacity=50)";
  -moz-opacity:.5;
  -khtml-opacity:.5;
  zoom:1;
  text-decoration:none;
  letter-spacing:.01em;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
 }
@media (max-width: 640px){
	button.f_style {
	    height: auto;
	    text-align: left;
	}
	button.f_style span.content {
	    margin: 0 5px;
	}
	#productsMenu button.f_style span.figure {
	    display: inline-block;
	    vertical-align: middle;
	}
}



/*
	====================================
		製品に関するお知らせ
	====================================
*/

span.link_out {
	background: url(/support/walkman/share3/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding: 9px 0 0;
	vertical-align: baseline;
	*vertical-align: middle;
	width: 11px;
	margin-left: 3px;
}

div.section.newsContent {
	margin-bottom:15px;
}

.pageSubContent {
	float: none;
	margin-bottom: 30px;
	width:100%;
}

#inquiry ul {
	margin-left: 15px;
}

#inquiry ul.txtlink li {
	float: none;
	margin-bottom: 5px;
}

#mod-productsArea .mod-productsArea-inner:before, #mod-productsArea .mod-productsArea-inner:after {
	content: "";
	display: table;
}

.topArea.add_model_num .txtArea .productName {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 0;
}

#pickup div.section div.title, #productNews div.title, #inquiry div.title {
	border-bottom: none;
}

#supporttop_link_guide {
	margin: 10px 0 20px;
	list-style: none;
}

#supporttop_link_guide .supporttop_link {
	font-weight: bold;
	margin-top: 5px;
}

#supporttop_link_guide .supporttop_link {
	margin-top: 5px;
}

#supporttop_link_guide .supporttop_link .arrow {
	padding: 0 0 0 10px;
	background: url(/support/share/images/arrow_black.gif) 0px 4px no-repeat;
	vertical-align: top;
}

.title-List-all {
	display: block;
	font-size: 13px !important;
	font-weight: normal;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 0;
}

.title-List-all img {
	padding-right: 5px;
	padding-left: 0px;
	vertical-align: middle;
	cursor:pointer;
}

span.title-List-all a {
	color: #43677E !important;
	cursor: pointer !important;
}

span.title-List-all a:hover {
	color: #C41230 !important;
	cursor: pointer !important;
	text-decoration: underline !important;
}

#inquiry.pageSubContent .title, #pickup.pageSubContent .title {
	border-bottom: none;
}

.pageSubContent #info .title, .pageSubContent #menu-cat-03 .title {
	clear: both;
	color: #666;
	font-size: 15px;
	padding: 0 0 5px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	position: relative;
}

#info, #menu-cat-03 {
	width: 440px;
	float: left;
	margin: 0;
}

.title-List {
	position: absolute;
}

/*
.title-List a {
	padding: 0 0 0 12px;
}
*/

.title-List, .title-List-2 {
	float:right;
	text-align:right;
}
/*
	===========================
	180516	#show-hide-switch
	===========================
*/
.show-hide-show a:before {
	content: url("/support/headphone/products/share/images/st_close.png");
	vertical-align: middle;
	margin: 0px 3px;
}
.show-hide-hide a:before {
	content: url("/support/headphone/products/share/images/st_open.png");
	vertical-align: middle;
	margin: 0px 3px;
}
.show-hide-show a:after {
	content: "戻す";
	vertical-align: top;
}
.show-hide-hide a:after {
	content: "すべて表示";
	vertical-align: top;
}
/*
.title-List{
	background:none;
}
*/


@media (max-width: 640px){
	.mod-content .title > a:after {
		background: none;
	}
	.show-hide-show a:before,
	.show-hide-hide a:before {
		width: 20px;
	}
	.mod-content .title span.show-hide-show a:after {
		content: "戻す";
		width: 62px;
		width: 27px\9;
		text-align: left;
		margin-right: 27px\9;
	}
	.mod-content .title span.show-hide-hide a:after {
		content: "すべて表示";
		width: 80px;
		margin-right: 27px\9;
	}

	.title-List{
        float: right;
        text-align: right;
        width: 45px;
/*
		width:auto;
		position: absolute;
		font-size: 13px !important;
*/
	}
	.title-List a {
		width: 90px;
		display: inline-flex;
	}

}

/*
	====================================
		ピックアップ（べた書き）
	====================================
*/

#pickup {
	clear :both;
	float: none;
	width: auto;
}

#pickup div.bnr_single {
	float: left;
	list-style: outside none none;
	margin-left: 10px;
	margin-bottom: 5px;
}

#pickup div.bnr_area{
	overflow:hidden;
}

#pickup2 ul li {
	float: left;
	padding: 5px;
	width: 178px;
}


#pickup2 .mod-linkButton {
	background: url("/support/share/images/bg_mod-linkButton.jpg") repeat-x scroll 0 0;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 120px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-align: center;
	width: 178px;
}

#pickup2 .mod-linkButton {
	padding: 8px;
	height: 104px;
	width: 162px;
	text-align: left;
}

#pickup2 ul.btn_area_text {
	float: left;
}

#pickup2 ul.btn_area_text div.mod-linkButton a {
	padding: 0;
}

#pickup2 ul.btn_area_text div.mod-linkButton .pickup2_title {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 4px;
}

#pickup2 ul.btn_area_text div.buttonA .pickup2_title {
	width: 75px;
}

#pickup2 ul.btn_area_text div.buttonB .pickup2_title {
	width: 100px;
}

#pickup2 ul.btn_area_text div.mod-linkButton .pickup2_figure {
	float: right;
	padding: 3px 3px 0 0;
}

#pickup2 ul.btn_area_text div.mod-linkButton .pickup2_link {
	background: rgba(0, 0, 0, 0) url("/support/share/images/arrow_black.png") no-repeat scroll left 0.4em;
	color: #333;
	font-size: 12px;
	margin-left: 4px;
	margin-top: 9px;
	padding: 0 0 0 12px;
	text-align: left;
}

#pickup2 div.bnr_area_2 {
	text-align: left;
}

#pickup2 div.bnr_area_2 img {
	padding-left: 5px;
	padding-top: 5px;
}

div.bnr_wide_type1 {
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
}

.float_box_l {
	float: left;
}

div.bnr_wide_type2 {
	display: inline-block;
	margin-left: 5px;
}

div.section.newsContent div#info {
	float: none;
	width: 440px;
	margin: 0 25px 0 10px;
}

@media (max-width: 640px){
	 #pickup2 ul li {
	 float: left !important;
	 width: 178px !important;
	}

	 #pickup div.bnr_single {
	 margin-left: 4px;
	 margin-bottom: 5px;
	}

	 #productNews.pageSubContent .title {
	 font-size: 1.2em;
	}

	 #info {
	 display:block!important;
	}

	 .pageSubContent {
	 width: 100%;
	}

	 #pickup {
	 width: 100%;
	}

	.bnr_single img {
		width: auto;
	}
	
	#pickup div.bnr_single {
		float: none;
	}
}


/*
	====================================
		近日公開予定
	====================================
*/
.mod-linkButton > div.commingsoon{
	cursor: default !important;
	padding:10px;
}

.mod-linkButton > div.commingsoon span.content{
	margin-left:2px !important;
	background:none !important;
	padding-left:0 !important;
}

 @media screen and (max-width: 640px) {
	 
	.mod-linkButton > div.commingsoon span.figure img {
		margin-right: 15px;
	}
}
