  @charset "utf-8";
/* CSS Document */
div#body h1 {
	margin-bottom:35px;
}
ul.anc_link{
	font-size:92.5%;
	color:#666666;
	margin-bottom: 15px;
}
ul.anc_link li{
	background: url(/common/image/arrow_red.gif) no-repeat 5px 0.6em;
	padding-left:20px;
	margin-bottom:5px;
}

ul.anc_link_down li{
	background: url(/news/digest/sep_2017/techno_focus/image/arrow_red_down.gif) no-repeat 5px 0.6em;
	padding-left:20px;
	margin-bottom:5px;
}

/* 2017/09 */
p.comment{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
.safety-dia__title{
	width: 212px;
	font-weight: bold;
	padding: .5em 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.safety-dia__list{
	width: 211px;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.safety-dia__list::before{
	position: absolute;
	content: "";
	width: 96%;
	height: 1px;
	background: #ccc;
	top: 0;
	left: 0;
}
.safety-dia__list ul{
	width: 92%;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	margin: 0 4% 15px;
}
.safety-dia__list ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 11px;
	line-height: 1.3;
}


@media print {
	img.large_image {
		width:446px;
		height:auto;
	}
	ul.anc_link,
	ul.anc_link_down {
		display: none;
	}
}
