@charset "UTF-8";

/*---------------------------
* Title: Print Style
* Author: http://www.zpg.co.jp/
*
*	=1. Hidden
*	=2. Elements
*	=3. Layout
*	=4. Header
*	=5. Main
*	=6. Utilities
*	=7. Footer
---------------------------*/

@import url("core.css");

/* \*/ /* except for MacIE */
@import "context.css";
/* */

/*======================================

	=1. Hidden

=======================================*/

div.nav,
div#top,
div#globalNav,
ol.breadCrumbs,
div#return {
	display: none;
}

/*======================================

	=2. Elements

=======================================*/

body {
	color: #000;
	font: 10pt/1.75 arial,helvetica,clean,sans-serif;
	font-size: 10pt;
}

h1 { font-size: 24pt; }
h2 { font-size: 18pt; }
h3 { font-size: 14pt; }

a {
	color: #000;
	text-decoration: none;
}

table {
	font-size: 9pt;
}

/*======================================

	=3. Layout

=======================================*/

/*--------------------------------------
	=3-2. Main
---------------------------------------*/

div.section {
	text-align: justify;
}

div.section a:after {
	content: " ("attr(href)") ";
	font-size: 8pt;
}

div.section p.more a:after,
div.section .toc a:after {
	content: '';
}

div.eyeCatch img {
	width: 100%;
}

/* Recruit
---------------*/

div#mask {
	height: auto !important;
	overflow: visible;
}

div#panel,
div#panel div.panelBody {
	width: auto !important;
}

div#panel div.panelBody {
	float: none;
}

div.panelBody {
	page-break-before: always;
}

div#panel-1.panelBody {
	page-break-before: auto;
}

/* Blog
---------------*/

div.header h2 {
	line-height: 1;
	margin: 0 0 1em;
}

div.header h2 a:after {
	content: attr(href);
	display: block;
	position: relative;
	top: -0.3em;
	font-size: 8pt;
}

/*--------------------------------------
	=3-3. Footer
---------------------------------------*/

div#footer {
	text-align: center;
}

