  @charset "utf-8";
/* CSS Document */

body{position:relative;}

.feature_works_unit{
	margin:42px 0;
	border-top:#A8B6C8 1px solid;
	padding-top:28px;
	background:url(/tech/school/works/feature/images/bg_feature_unit.png) repeat-x 50% -2px;
}
.feature_works_unit.first{
	border:none;
	margin-top:0px;
}

div#main.tech_body .feature_works_unit h2 {
	font-size:153.8%;
	padding:0 0 10px;
	margin:0;
	line-height:1.3;
	border-top:none;
	margin: 0;
}

.feature_works_unit .ex_name{
	font-size:138.5%;
	color:#000000;
	line-height:1.3;
	margin:0 0 15px;
}

.feature_works_unit .spec_area{
	border-top:#CCC 1px solid;
	margin:20px 0 0 0;
	padding:15px 0 0 0;
}
.feature_works_unit .spec_area.first{
	margin-top:0;
}
div#main .feature_works_unit .spec_area h3{
	margin:0 0 10px;
	font-size:100%;
}

.feature_works_unit dl.data{	
	font-size:92.3%;
	line-height:1.5;
	padding:0;
}

.feature_works_unit dl.data dt{
	clear:both;
	float:left;
	width:5em;
	margin-bottom:0.5em;
}
.feature_works_unit dl.data dd{
	padding-left:5.5em;
	margin-bottom:0.5em;
}

.sg_lbox{position:relative;}
.sg_lbox .zoom_icon{
	position:absolute;
	top:-4px; right:-4px;
}

.page_bottom .pager li{
	display:none;
}

.sg_lbox p.caption{display:none;}


/*h3.thumbs_title*/
div#main h3.thumbs_title{
	padding:0.6em 0 0.5em;
	background: url(/tech/school/images/dot_line_light_green.png) repeat-x top left;
}

@media print{
	
	html body{
		overflow-y:visible !important;
		overflow-x:visible !important;
	}
	html{
		overflow-y:scroll !important;
	}
	
	.feature_works_unit{
		page-break-before:always;
	}
	.feature_works_unit.first{
		page-break-before:avoid;
	}
	
	.go_pagetop_frame {
		display:none;
	}
	.go_pagetop_frame img{
		display:none;
	}
}