@charset "shift_jis";
/*
	================================================================================================
		support ic-recorder css index.css
	================================================================================================
*/
/*
	====================================
		layout
	====================================
*/
.pageSubContent, #info {
	width: auto;
	float: none;
}
div.mod-content div#sp div#inquiry ul.txtlink li {
	margin-left: 15px !important;
	margin-bottom: 5px;
}


@media screen and (max-width: 640px) {
	#info{
		display:block!important;
		margin-top:40px;
	}
	.mod-content .section .title{
		overflow:hidden;
	}
	.mod-content .section .title h2{
		float:left;
		/*width:75%;*/
		width:auto;
		max-width:81%;
	}
	.title-List, .title-List-2 {
		float:right;
		text-align:right;
		width:45px;
	}
}

/*
	====================================
		button
	====================================
*/
#modelArea ul li {
	float: left;
	padding: 8px 8px 8px 6px;
	width: 300px;
}

#purposeArea ul{
    margin-bottom: 50px;  
}


#purposeArea ul li {
	float: left;
	padding: 5px;
	width: 148px;
}
#modelArea .mod-linkButton {
	background: none;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 90px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	width: 300px;
}
#purposeArea .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: 148px;
}
#modelArea .mod-linkButton a {
	overflow: hidden;
}
#modelArea span.figure {
	float: left;
	display: inline-block;
}

#modelArea .mod-linkButton .content {
	background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px center;
	line-height: 16px !important;
	padding-left: 12px;
	float: left;
	margin: 15px 0 0 10px;
	color: #43677e;
	font-weight: 700;
}
#purposeArea .mod-linkButton .content {
	background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px center;
	line-height: 16px !important;
	padding-left: 12px;
}
#purposeArea .mod-linkButton .figure {
	display: block;
}
@media screen and (max-width: 640px) {
    #purposeArea ul li {
	float: none;
    width: auto;
	padding: 5px;
    }
    
    #purposeArea .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;
    }
    
    #purposeArea .mod-linkButton .figure {
	display: inline-block;
    vertical-align: middle;
    }
    
    #purposeArea .mod-linkButton .figure img {
	width: 40px;
    height: auto;
    float: left;
    }
    
    #purposeArea .mod-linkButton .content {
    margin: 0 5px;    
    }

}
/*
	====================================
		title h2
	====================================
*/

#purposeArea .title,
#pickup .title,
#productNews .title {
	clear: both;
	color: #666;
	font-size: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

 #info .title,
 #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) { 
#modelArea .title,
#purposeArea .title,
#pickup .title,    
#productNews .title {
/*	font-size: 17px;*/
    color: #000;
    font-size: 1.2em;
}
 #info .title,
    #menu-cat-03 .title{
    color: #666;    
    }    

.mod-content .section .title h3#importantinfo {
	max-width: 74%;
}
h3#importantinfo {
	float: left;
	width: auto;
}
.title-List a {
	padding: 0 0 0 12px;
}
}

/*
	====================================
		ピックアップ
	====================================
*/
#pickup .bnr_area {
	text-align: left;
}
#pickup .bnr_area:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#pickup .bnr_single {
	float: left;
	margin: 8px 8px 8px 6px;
}

@media screen and (max-width: 640px) {
	#pickup .bnr_area {
		text-align: center;
	}
	#pickup .bnr_area {
		width: auto;
		margin: 0 auto;
	}
	
	#pickup .bnr_single {
		width: auto;
		margin: 0 auto;
		float: none;
	}
	#pickup .bnr_single img {
		max-width: 300px;
	}
}

/* 20191018追加 */
.mq_only {
    display: none;
}
@media (max-width: 640px) {
	.mq_only {
	    display: block;
	}
}

/*
	====================================
		製品に関するお知らせ
	====================================
*/
.pageSubContent {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
#info,
#menu-cat-03 {
	width: 440px;
	float: left;
	margin: 0 15px 0;
}
@media screen and (max-width: 640px) {
#info,
#menu-cat-03 {
	margin: 0 0 30px;
}
}

/*
	====================================
		商標に関する記載
	====================================
*/
div#sp div.pageSubContent p {
	margin-left: 20px;
	text-indent: -18px;
}
