<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/****************************************************
* surgical_instrument_and_cardiovascular_surgery *
****************************************************/
	/* タイトル2の背景色指定 */
	#surgical_instrument_and_cardiovascular_surgery .tit02{	background: #231816;}
	
	/* テーブルの背景色指定 */
	#tablepress-3 th{background-color:#585656;}
	#tablepress-3 tr:nth-child(odd) {background-color:#EAEDF0;}
	#tablepress-3 tr:nth-child(even){background-color:#C7C8C9;}

	@media screen and (min-width:980px) { 
		/* PC版で1、2列目は改行不可 */
		#tablepress-3 .column-1,
		#tablepress-3 .column-2{
			white-space:nowrap;
		}

	}@media (max-width:979px) {

	}</style>
<!-- end Simple Custom CSS and JS -->
