@charset "UTF-8";

body {background-color:#fff;}
header {display:none;}
footer {display:none;}
article nav#breadcrumb{display:none;}
article section#menu{display:none;}
article section#main{width:100%;}
article section#main{border-right:none;}
#printTitle{
	width:100%;
	height:200px;
	text-align:center;
	display:block;
}
#printTitle .sub1{
	display:block;
	font-size:200%;
	color:#FAAE3D;
}
#printTitle .sub2{
	padding-left:40px;
	display:block;
	font-size:250%;
	color:#fff;
	background : url(../images/print-logo.png) right center no-repeat,-webkit-gradient(linear, left,right, from(#fff), to(#17458F));
    background : url(../images/print-logo.png) right center no-repeat,-webkit-linear-gradient(left, #fff, #17458F);
    background : url(../images/print-logo.png) right center no-repeat,linear-gradient(to right, #fff, #17458F);
}
#printTitle .printLogo{
	width:40px;
	height:40px;
	margin:5px 5px 0 0;
}
#page-top {display:none;}

.printButton {display:none;}

#page-top {visibility:hidden;}

.pagebefo{page-break-before: always;}