@charset "utf-8";

/*********************************************************************
 *
 *  </common/css/print.css>
 *
 * ===================================================================
 *
 *  ■印刷用CSS
 *
 *********************************************************************/


/*  Styles for Printing
---------------------------------------------------------- */

* {
	background-image: none !important;
}

body {
	background: #fff;
	color: #000;
	font-size: 10pt;
	text-align: left;
}

div#wrapper,
div#header,
div#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}


/*  Header
---------------------------------------------------------- */

div#header {
}

div#header ul,
div#header div.utilities {
	display: none;
}

div#header p#logo {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

div#header dl.breadcrumb {
	float: none;
	width: auto;
	margin-top: 0;
	padding-bottom: 15px;
}


/*  Body
---------------------------------------------------------- */

div#body,
div#body div#main {
	position: relative;
	float: none !important;
	width: 640px !important;
	min-height: 0;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
}

body#popup div#wrapper div#body {
	width: 600px !important;
}

/* H1-H6 */
div#body div#main h1 img,
div#body div#main h2 img,
div#body div#main h3 img {
	width: 100%;
	height: auto;
}

div#body div#main h2.image img,
div#body div#main h3.image img,
div#body div#main h3.text span img,
div#body div#main h4.text span img {
	width: auto;
	height: auto;
}

div#body div#main h3.text span img,
div#body div#main h4.text span img {
	border-color: 1px solid #fff;
}

/* Block */
div#body div#main div.article div.left,
div#body div#main div.article div.right {
	float: none;
}

div#body div#main div.section p.rss,
div#body div#main div.section .link_head_area {
	display: none;
}

div#body div#main div.jvc,
div#body div#main div.kenwood {
	float: none;
}

div#body div#main div.kenwood {
	padding-top: 30px;
	margin-left: 0;
}

div#body div#main div.jvc div.right,
div#body div#main div.kenwood div.right {
	float: left;
	margin-left: 4px;
}

div#body div#main div.section ul.link_pdf li {
	border-bottom: 1px solid #fff;
}

/* Table */
div#body table {
	width: 99% !important;
	margin-left: 1px;
}

body#popup div#wrapper div#body table {
	width: 99.9% !important;
}

div#body div#main table.no_style {
	width: auto !important;
}

div#body table,
div#body table th,
div#body table td {
	border: 1px solid #999;
}

html:not([lang*=""]) div#body table,
html:not([lang*=""]) div#body table th,
html:not([lang*=""]) div#body table td {
	height: 100%;
}

/* List */
div#body div#main ul.disc li,
div#body div#main ol.decimal ul.disc li {
	list-style: disc;
	margin-left: 20px;
	padding-left: 0;
}


/*  Body (Sub)
---------------------------------------------------------- */

div#body div#sub {
	display: none;
}

/*  Footer
---------------------------------------------------------- */

div#footer {
	border-top: 1px solid #fff !important;
	background-color: #fff;
}

div#footer ul.nav,
div#footer ul.utility {
	display: none;
}

div#footer p#copyright {
	clear: both;
	float: none;
	width: auto;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #dbdbdb;
	text-align: left;
}

