@charset "shift_jis";
/*
	================================================================================================
		support bd products share css common2.css
	================================================================================================
*/
/*
	====================================
		layout
	====================================
*/
.mod-productsArea-inner .topArea {
	width: 920px;
	margin-bottom: 20px;
}
.topArea .imgArea {
	float: left;
	width: 250px;
	text-align: right;
	padding: 0;
	margin-top: 20px;
}
.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;
}
.pageSubContent, #info {
	width: auto;
	float: none;
}
@media screen and (max-width: 640px) {
	.mod-productsArea-inner .topArea {
		text-align: left;
		width: 100%;
	}
	.topArea .imgArea {
		width: 40%;
		padding: 0 0 10px;
		vertical-align: middle;
		float: none;
		display: inline-block;
	}
	.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 20px auto;
	}
}


/*
	====================================
		button
	====================================
*/
#productsMenu ul li,
#supportMenu ul li {
	float: left;
	padding: 5px;
	width: 178px;
}
#productsMenu .mod-linkButton,
#supportMenu .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;
}
#productsMenu .mod-linkButton .content,
#supportMenu .mod-linkButton .content {
	background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px center;
	line-height: 16px !important;
	padding-left: 12px;
}
#productsMenu .mod-linkButton .figure,
#supportMenu .mod-linkButton .figure {
	display: block;
}


/*
	====================================
		title
	====================================
*/
#mod-productsArea .titleArea {
    margin-bottom: 20px;
    position: relative;
}
#mod-productsArea h2 {
    border-bottom: 1px solid #000;
    font-size: 1.2em;
    padding-bottom: 5px;
    padding-left: 5px;
}
#mod-productsArea .titleArea .infolink {
    margin: 0;
    right: 0;
}

#productsMenu h3,
#supportMenu h3,
#pickup h3,
#productNews h3,
#inquiry h3 {
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #343434;
	margin-bottom: 15px;
}
#productNews.pageSubContent .title,
#inquiry.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;
}

@media screen and (max-width: 640px) {
	#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;
	}

	#productsMenu h3,
	#supportMenu h3,
	#pickup h3,
	#productNews h3,
	#inquiry h3 {
		font-size: 1.2em;
		color: #000;
	}
	#productNews.pageSubContent .title {
		font-size: 1.2em;
	}
	.mod-content .section .title h4#importantinfo {
		max-width: 74%;
	}
	h4#importantinfo {
		float: left;
		width: auto;
	}
	.title-List a {
		padding: 0 0 0 12px;
	}
}


/*
	====================================
		サポートメニュー
	====================================
*/
#pageMainContent {
	width: 950px;
	float: none;
}
#product-cat-02 {
	width: 950px;
}
#productsMenu ul,
#supportMenu ul {
	margin-bottom: 50px;
}


/*
	====================================
		製品に関するお知らせ
	====================================
*/
.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;
}

.pageSubContent {
	width: auto;
	float: none;
	margin-bottom: 30px;
}
.pageSubContent ul#other_link li {
	float: none;
	margin-left: 20px;
	margin-bottom: 5px;
}

#info,
#menu-cat-03 {
	width: 440px;
	float: left;
	margin: 0 15px 0;
}
@media screen and (max-width: 640px) {
	.pageSubContent {
		width: 100%;
	}
	#info,
	#menu-cat-03 {
		margin: 0 0 30px;
	}
}


/*
	====================================
		アンケート
	====================================
*/
#sbi_comment5 {
	width: 700px;
	margin: 60px auto 0 auto;
}
#sbi_comment5 textarea {
	border: 1px solid #c2c2c2;
	margin-top: 20px;
	width: 500px;
}
#sbi_comment5 input {
	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
}

@media screen and (max-width: 640px) {
	#sbi_comment5 {
		width: auto;
		margin: 0;
	}
	#sbi_comment5 table {
		width: 100%;
	}
	#sbi_comment5 td {
		margin-left : 0;
		padding-left : 10px !important;
	}
	#sbi_comment5 textarea {
		width : 96%;
		margin-left :auto;
		margin-right :auto;
	}
}

/*
	====================================
		赤枠
	====================================
*/
.notice_red {
	border: 1px solid #f00;
	padding: 10px 10px 10px 15px;
	margin-bottom: 30px;
}
.mod-productsArea-inner .notice_red ul {
	margin: 0;
}
.notice_red ul li {
	width: auto;
	margin-right: 0;
	padding: 0 0 0 10px;
}


/*
----------------------------------------
		bnr_area 20201224
----------------------------------------
*/

#pickup .bnr_area{
	text-align: left;
	margin-bottom: 3em;
	margin-top: 1em;
}

#pickup .bnr_single{
	display: inline-block;
    margin: 5px;
}

#pickup .bnr_single a{
	display: block;
	line-height: 0;
}

@media screen and (max-width: 640px){
	#pickup .bnr_area {
		text-align: center;	
	}
	#pickup .bnr_single {
		margin-left: 0;
		margin-right: 0;
	}
}

/*
----------------------------------------
	製品に関するお知らせ	#info 20201224
----------------------------------------
*/
@media screen and (max-width: 640px){
	#productNews #info{
    display: block!important;
}
}

/*
----------------------------------------
     #supportMenu 20210212
----------------------------------------
*/
@media screen and (max-width: 640px) {
	#productsMenu ul.btn_area_text li,
    #supportMenu ul.btn_area_text li{
	float: none;
    width: auto;
	}
	
	#productsMenu ul.btn_area_text li div.mod-linkButton,
    #supportMenu ul.btn_area_text li div.mod-linkButton{
	background: url(/support/headphone/images/bg_mod-linkButton_mq.jpg) repeat-x scroll 0 0;
    text-align: left;
    height: auto;
    width: 100%;
    box-sizing: border-box;	
	}
	
	#productsMenu ul.btn_area_text li div.mod-linkButton span.figure,
    #supportMenu ul.btn_area_text li div.mod-linkButton span.figure{
	display: inline-block;
    vertical-align: middle;	
	}
	
	#productsMenu ul.btn_area_text li div.mod-linkButton span.figure img,
    #supportMenu ul.btn_area_text li div.mod-linkButton span.figure img{
	width: 40px;
    height: auto;
	float: left;
	}
	
	#productsMenu ul.btn_area_text li div.mod-linkButton span.content,
    #supportMenu ul.btn_area_text li div.mod-linkButton span.content{
	margin: 0 5px;	
	}
}


