@charset "Shift_JIS";

/*
	================================================================================================
		support bd manual 2016 css catv-jcom.css
	================================================================================================
*/


#contents h5 {
	font-size: 1.4em;
	padding: 0.2em;
	padding-left: 0.5em;
	margin-top: 2em;
	margin-bottom: 0.5em;
	background: #E76827;
	color: white;
}
#contents h6.hed_3 {
	background: none;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 0px 0px 0px 6px;
	border-left: 4px #e76827 solid;
	border-bottom: 1px solid #003F7F;
}

#contents .step_p {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 35px;
	margin: 5px 0;
	line-height: 27px;
	border-bottom: 1px double #003F7F;
}
.num_1 {
	background: url('/support/bd/manual/2016/images/stepnum_1.png') no-repeat;
}

.num_2 {
	background: url('/support/bd/manual/2016/images/stepnum_2.png') no-repeat;
}

#contents .link_header li {
	background: url('/support/share/images/icon_arrow_down_black.png') no-repeat scroll 0 6px transparent;
	list-style-type: none;
	padding-left: 13px;
	font-weight: bold;
}

#contents .hint,
#contents .step_hint {
	margin-top: 0.5em;
	margin-bottom: 30px;
	padding: 1.5em 0.5em 0.5em;
	border: 3px solid #72A5C5;
}
#contents .note,
#contents .step_note {
	margin-top: 0.5em;
	padding: 1.5em 0.5em 0.5em;
	background: #E6E6E6;
	border: 1px solid #C8C8C8;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {



}