@charset "utf-8";

/* *************************************

概要：トップページプリント用CSSファイル

***************************************/


/* header */

body#top #container #header div#other {
	display: none;
}


/* global-nav */

body#top #container #global-nav {
	display: none;
}


/* key-visual */

#container #key-visual {
	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%;
}
