@charset "utf-8";
/*
法政大学出版局 プリントアウト用スタイルシート
*/

/* print basic
----------------------------------------*/
body {
	line-height:1.5;
	font-family:"Helvetica Neue",Arial, Helvetica, sans-serif;
	color:#000;
	background:none;
	font-size:10pt;
	}
.container {
	background:none;
	}
* {
	float:none;
	}
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Arial, "Lucida Grande",
	 sans-serif;
	}
code {
	font:.9em "Courier New", Monaco, Courier, monospace;
	}
a img {	border:none; }
blockquote {
	margin:1.5em;
	padding:1em;
	font-style:italic;
	font-size:.9em;
	}
a:link,
a:visited {
	background:transparent;
	font-weight:700;
	text-decoration:underline;
	}

/* ==========================================
 印刷時には表示させない要素の指示
============================================ */
#menu,
#footer-menu,
#online,
#ichiran-second,
#sidebar {
	display:none;
	}
.gotop,
#bread,
.wp-pagenavi,
#pager {
	display:none;
	}

/* ==========================================
 印刷時だけ加える指示
============================================ */
#header {
	border-bottom:1px solid #000;
	}
#header a {
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}
#footer {
	border-top:1px solid #000;
	}
.maesubtitle,.subtitle {
	font-size:10pt;
	}
#shoei {
	float:left;
	margin:0 10px 10px 0;
	}
.booklist img {
	float:left;
	margin:0 10px 10px 0;
	clear:left;
	}
dt {font-weight:bold;}
dd {margin:0 0 10pt 0;padding:0;}
