@charset "Shift_JIS";

/*===========================================
	bd faq repair_chart.css 
=============================================*/

#contents > img{
	display:block;
	margin:0 auto 2em auto;

}

#contents p.annotation{
	text-indent:-1em;
	margin-top:1em;
}

#contents .get_adobe {
    border: 1px solid #ccc;
    padding: 10px;
}

#contents ol li > a.textLink{
	display:inline-block;
	margin:1em 0;
}

#contents span.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat;
	padding-left:1em;
	background-position:0 4px;
}

#contents .get_adobe > a > img{
	float:left;
	margin-right:0.6em;
}

#contents .get_adobe > a:focus{
	outline: thin dotted;
}

#contents .get_adobe > a > img:focus{
	outline: thin dotted;
}


#contents .get_adobe > a > span{
	display: inline-block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#contents .get_adobe > a > span:focus{
	outline: thin dotted;
}


@media (max-width: 640px){

	#contents > img{
		max-width:384px;
		width:100%;
	}

	#contents p.annotation{
		margin-left:1em;
	}
}