@charset "utf-8";

/*
 name:print.css
 updated:2013.03.14
*/

@media print{
	
/*　COMMON
---------------------------------------------------*/
body{ background:none;}

/*　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;
}


/*創業案内板
-------------------------------------------------*/
#other #wrapper .main .mainCont.changeArea #section02 .box ul li table tr th{
	border-top:1px solid #eee !important;
	}
	
#japan{
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
	}
}