@charset "utf-8";

/* *************************************

概要：プリント用CSSファイル

***************************************/


/* header */

#container {
	width: 100%;
}


/* header */

#container #header div#other {
	display: none;
}


/* global-nav */

#container #global-nav {
	display: none;
}


/* detail-link */

#container #detail-link{
	display: none;
}


/* content */

#container #content {
	width: 100%;
}


/* sub-nav */

#container #sub-nav {
	display: none;
}


/* footer */

#container #footer {
	margin-top: 35px;
	padding-top: 5px;
	padding-bottom: 6px;
	background-color: #fff;
}

#container #footer div {
	display: none;
}

#container #footer address {
	display: none;
}

#container #footer p#copyright {
	margin-top: 0;
	margin-left: 0;
	line-height: 1.1;
	font-size: 65%;
}
