@charset "utf-8";
@media print{
#global_nav {display: none;}
#banner {display: none;}
#wrapper {
	background: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#header {
	display: none;
}
#sub {
	display: none;
}
body {
	background: #FFF url(none);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#main {
	text-align: center;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#contnts {
	text-align: center;
	float: none;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#contnts .backnumber {
	display: none;
}
#contnts .contents {
	border-style: none;
}
#contnts .contents .titleBox {
	border-bottom: 1px dotted #333;
}
#contnts .contents .titleBox .title {
	background: url(none);
	padding: 0px;
}
#footer {
	display: none;
}
#contnts h2 {
	background: url(none);
	text-align: left;
	height: auto;
	width: auto;
	padding-bottom: 10px;
}

.snack-content{
	background-image: none !important;
}
}

