@charset "utf-8";

/* 必要のない場所を印刷時に消す
#header,
#content #sub,
#footer {
	display: none;
}
*/
#gbNSec {
	position: absolute !important;
	bottom: 0 !important;
	top: inherit !important;
}
img.pcNone {
    display: none;
}
.ftSecSp{
	display: none;
}
.kvSlide img{
	max-width: none;
}
#content {
	padding-right: 3px;
	padding-left:3px;
}

/* IE6,7印刷対応
------------------------------- */
* html body {
	zoom: 0.8;
}

*:first-child+html {
	zoom: 0.8;
}

