﻿@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

再定義

---------------------------------------- */

/* 必要のない場所を印刷時に消す
div#header,
div#content div#sub,
div#footer {
	display: none;
}
*/


#header,
#header.has_attentionSec #hdrInner,
#header.has_attentionSec {
	position: relative;
	padding-top: 0;
}
#mv {
	margin-top: 0!important;	
}
#content,
#topicPath {
	margin-top: 0!important;
}

.icon {
	border: solid #dedede 1px;
}

.btnPagetop {
	display: none!important;
}

.p-mgb0 {
	margin-bottom: 0!important;
}

div#container {
	display: block !important;
}
section.entry > div {
 page-break-inside: avoid;
}
#footer{
 page-break-inside: avoid;
}



/* IE6,7印刷対応
------------------------------- */

* html body {
	zoom: 0.8;
}

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