﻿@charset "utf-8";

/*
 name:print.css
 updated:2013.03.14
*/

@media print{
	
/*　COMMON
---------------------------------------------------*/
body{
	background:none;
	-webkit-print-color-adjust: exact;
	}

/*　INDEX
---------------------------------------------------*/
#index #wrapper{ background:none;}

/*　OTHER
---------------------------------------------------*/
#other #wrapper{ background:none;}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block !important;
}

.wrp .function_bg .function .table_wrp{
	width:849px;
	height:530px;
	margin:0 auto;
	background:#FFF;
	color: #000 !important;
}

.wrp .function_bg .function .table_wrp table tr td,
.wrp .function_bg .function .table_wrp table tr th{
	background: #fff;
	color: #000 !important;
	}
	
.wrp .function_bg .function .table_wrp table tr .th2{
	color: #F00;
	background: #FFF;
	}
}