@charset "utf-8";

/*//////////////////////////////////////////////////

Title : print.css

----------------------------------------

Content

	1. Print Style

//////////////////////////////////////////////////*/

/*--------------------------------------------------
	Print Style
--------------------------------------------------*/
html,
body {
background:none !important;
}
a[href^="http"]:after {
content:"("attr(href)")";
}

a[href^="mailto"]:after {
content:"";
}

#contentsNav,
#contentsSegment #segmentShadowRight,
#contentsSegment #segmentShadowLeft,
#contentsFooter #languageLinks,
#contentsFooter #footerLinks,
#simplewebBtn,#clausesLink,#contentsForm {
display: none;
}
#contentsLogo {
position: static;
text-align: left;
}
#contentsSegment {
width:auto;
margin:20px 0 0 0;
}

#contentsSegment .segmentInner {
position: static;
}
#contentsSegment .segmentContent {
padding-bottom:20px;
}

#contentsFooter {
position:static;
width: auto;
}
#contentsFooter #contentsFooterInner {
position: static;
}
#contentsFooter #copyrightText {
position:static;
margin-top:10px;
}
