@charset "shift_jis";
/*単発ページ用プリントCSS*/

body {
	font-size: 9pt;
	line-height:1.4;
	color: #000000;
	background-color: #FFFFFF;
	background-image:none;
	text-align:center;
}


a {
	text-decoration: none;
	color: #000000;
}
a img { border:none;}

h1 { font-size:13pt; margin:10px 0;}
h2 { font-size:12pt; margin:10px 0;}
h3 { font-size:11pt; margin:10px 0;}
h4 { font-size:10pt; margin:10px 0;}


/*ここの後ろで改ページ*/
.pageBreak {
	page-break-after:always;
	}
	
/*ここの前で改ページ*/
.pageBreakB {
	page-break-before:always;
	}
	

	
	
	

/*非表示*/
#headerTop,
#EventHeaderSecond,
#line, 
#location,
#pagetop2,
#footer,
.outside,
.newwin,
.glassCase
 {
	display:none;
	}
	
#contentsMain {
	width:720px;
	text-align:left;
	}






/* --------------------------- 機械災害事例・ヒヤリハット ----------------------------- */

#kikaiLead {
	width: 660px;
	margin:20px auto 10px;
	}
#kikaiLead p {
	text-indent:10px;
	margin-bottom:10px;
	}


.jireiCase {
	width:720px;
	clear:left;
	}

.jireiCase li {
	float:left;
	width:150px;
	height:210px;
	margin:0 10px;
	}
.jireiCaseH {
	width:720px;
	clear:left;
	}

.jireiCaseH li {
	float:left;
	width:186px;
	height:240px;
	margin:0 10px;
	}
	
.jireiCase2 {
	width:720px;
	clear:left;
	}

.jireiCase2 li {
	float:left;
	width:150px;
	height:210px;
	margin:0 10px;
	}

.pictCase {
	display:block;
	width:144px;
	border:#CCC solid 3px;
	}

.subTitle {
	width:144px;
	padding:3px;
	}
	
.pictCaseH {
	display:block;
	width:180px;
	border:#CCC solid 3px;
	}

.subTitleH {
	width:180px;
	padding:3px;
	}


#kikaiSai {
	width:720px;
	position:relative;
	}

#kikaiHya {
	width:720px;
	position:relative;
	}

.annai {
	margin-bottom: 1em;
}


/*for firefox*/
@media print　{
    body {
        overflow: visible !important;
    }
}



















































































































