@charset "utf-8";
/* CSS Document */


/*
	====================================
	 headphone qa no-nc commom.css
	====================================
*/

#contents h2.type {
	font-size: 1.35em;
	margin-bottom: 15px;
}

#contents .stitle {
	font-size: 1.15em;
	border-bottom: 1px solid #D0D0D0;
	margin: 3em 0 1em;
	padding-left: 0.5em;
}

#contents section .gray_title {
	background-image: none;
	background-color: #e3e3e3;
	padding: 0.3em 0.5em 0.3em 0.9em;
	margin: 2.5em 0 1em 0;
}

#contents a.textLink{
	margin-left:1em;
}

#contents .notice_gray {
	padding: 0.5em;
	border-radius: 6px 6px 0 0;
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #999999;
}

#contents .notice_gray p.grayinner {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0.5em;
}

#contents .notice_gray_b {
	border: 1px solid #999999;
	border-top: 0;
	padding: 1em;
	border-radius: 0 0 6px 6px;
}

#contents .notice_gray_b > p{
	margin: 0;
}

#contents .notice_gray_b > p + a.textLink{
	display: inline-block;
	margin-top: 1em;
	margin-left: 1em;
}


@media (max-width: 640px){
	#contents .navi{
		width: 100%;
	}

	#contents .navi .navi_hed {
		float: none;
		margin-left:5px;
		margin-right: 0;
		word-break: break-all;
	}
	#contents .navi .navi_hed img{
		display: block;
		margin: 0 auto;
	}

	#contents a.textLink{
		margin-left:1em;
	}
}





/*
	====================================
		button
	====================================*/


.Button {
	display: inline-table;
	vertical-align: middle;
	border: 1px solid #666666;
	width: 196px;
	min-height: 32px;
	height: 32px;
	background: url(/support/headphone/share/images/linkbutton.png) no-repeat scroll 0 52% transparent;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 0 0 0 20px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
}
.ButtonText {
	word-break: break-all;
	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;
}

a:focus span.Button, a:active span.Button {
	opacity: 0.5;
}
a:hover span.Button, a:active span.Button {
	opacity: 0.5;
}

div.pct {
	max-width: 100%;
	height: auto;
}

/*===========================================
	list_number
=============================================*/

#contents .pregBox .list_number_area{
	list-style: none;
	margin: 0!important;
}

#contents .pregBox .list_number_area > li {
	margin: 20px 0 0 0 !important;
	padding: 0px 10px 20px 0px;
	background: url(/support/headphone/share/images/dot_line.gif) repeat-x bottom;
	clear: both;
}

#contents .pregBox p.list_number {
	margin-bottom: 10px !important;
	padding: 5px 0px 5px 45px;
	font-weight:bold;
	font-size:120%;
}

div.pregBox p.no01 {background:url(/support/headphone/share/images/bar_no01.gif) no-repeat;}
div.pregBox p.no02 {background:url(/support/headphone/share/images/bar_no02.gif) no-repeat;}
div.pregBox p.no03 {background:url(/support/headphone/share/images/bar_no03.gif) no-repeat;}
div.pregBox p.no04 {background:url(/support/headphone/share/images/bar_no04.gif) no-repeat;}
div.pregBox p.no05 {background:url(/support/headphone/share/images/bar_no05.gif) no-repeat;}
div.pregBox p.no06 {background:url(/support/headphone/share/images/bar_no06.gif) no-repeat;}
div.pregBox p.no07 {background:url(/support/headphone/share/images/bar_no07.gif) no-repeat;}
div.pregBox p.no08 {background:url(/support/headphone/share/images/bar_no08.gif) no-repeat;}
div.pregBox p.no09 {background:url(/support/headphone/share/images/bar_no09.gif) no-repeat;}
div.pregBox p.no10 {background:url(/support/headphone/share/images/bar_no10.gif) no-repeat;}
div.pregBox p.no11 {background:url(/support/headphone/share/images/bar_no11.gif) no-repeat;}


#contents .pregBox .list_body {
	margin-left: 50px;
	margin-right: 15px;
	margin-bottom: 2em;
}

#contents .pregBox .list_body > .pct{
	margin: 1em 1em 2em 1em;
}

#contents .pregBox .list_body .pct + p{
	margin: 0.5em 0;
}

#contents .pregBox .list_body > div{
	margin-left: 1em;
	overflow: hidden;
}

#contents .pregBox .list_body > .notice_gray_b{
	margin-bottom: 2em;
}



#contents .list_body ul li{
	list-style: disc;
	margin-bottom: 1.5em;
}

#contents .list_body ul li:last-child{
	margin-bottom:0;
}

#contents .list_body ul li > p{
	margin-left:0;
}

#contents .list_body p.annotation{
	text-indent: -1em;
	font-size: 0.9em;
	margin-left:1.5em;
	margin-bottom:1em;
}

@media screen and (max-width: 640px) {

	#contents .list_body p.annotation{
		margin-left:1.5em;
	}

	#contents .pregBox .list_body > div {
		margin-left: 0;
	}

	#contents .pregBox .list_body > .pct{
		margin:1em 0;
	}
}


/*====================================
		回答エリア
====================================*/

#contents .Gray {
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	clear: both;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	cursor: pointer;
	padding: 1em 0.75em 0.5em;
	font-size: 1.125rem;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	margin-top: 0.75em;
	vertical-align: middle;
}

#contents .textLine {
	padding-right: 8px;
	padding-left: 7px;
	padding-bottom: 3px;
	padding-top: 2px;
	vertical-align: middle;
	margin-left: -34px;
}

#contents div.detailArea ul.txtlink li {
	padding: 0px 0 5px 10px;
	text-indent: 0;
	margin: 9px 13px 0 16px;
	list-style: none;
}

#contents div.detailArea ul.txtlink {
	margin-left: 0;
}

#contents a.button {
	display: block;
	padding: 8px 10px 6px 37px;
	color: #000;
}

#contents a.button:hover, a.button:active {
	text-decoration: none;
	opacity: 0.5;
}
#contents a.button:focus{
	opacity: 0.5;
}

#contents div.detailArea ul li {
	list-style-type: disc;
	}

#contents div.detailArea ul.annotation li {
	list-style-type: none;
}

@media screen and (max-width: 640px) {
	#contents .Gray {
		width: auto;
	}

	#contents div.pct img{
		max-width: 100%;
		height: auto;
	}
	.upsidedown-frame,
	.colum2-right760{
		table-layout: fixed;
	}
}


#contents ol.bold{
	font-weight:bold;
}

#contents ol.bold li{
	margin:1em 0 1.5em 0;
}


#contents ol.bold li > p{
	margin:0 0 2em 0;
	font-weight:400 !important;
}


#contents .arrowArea{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
}

#contents .arrowArea.w80{
	width: 80%;
}

@media screen and (max-width: 640px) {

	#contents .arrowArea{
		flex-direction: column;
	}
	#contents .pct.arrowArea img.arrow_red{
		transform: rotate( 90deg );
		padding: 10px;
	}
	#contents .arrowArea.w70{
		width: 100%;
	}
}


#contents .pct img.gray_border{
	outline: 1px solid #ccc;
}




/*-------------------------------------

表示／非表示タブ

--------------------------------------*/

div.detailArea {
	padding: 1em;
	border: 1px solid #d2d2d2;
}

#open_close01 div.detailArea ul.txtlink{
	margin: 1em 0 0.75em 1.5em;
}

#open_close01 div.detailArea ul.txtlink li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.Gray:hover, .Gray:active {
	text-decoration: none;
	opacity: 0.5;
}

.Gray:focus {
	outline: thin dotted;
	opacity: 0.5;
	outline-offset: -1px;
}

span.category_icon {
	vertical-align: middle;
	text-align: center;
	margin-right: 1em;
	float: left;
}

#contents .fl {
	float: left;
}

#contents .Gray .s_title{
	display: block;
	overflow: hidden ;
	padding-left: 0.5em;
}

#contents .Gray .faqtitle {
	display: block;
	float: left;
	padding-top: 0.8em;
}


@media screen and (max-width: 640px) {

	span.category_icon {
		margin: auto;
		display: block;
		float: none;
	}
}

