@charset "utf-8";
	
body {
	-webkit-print-color-adjust: exact;
	overflow-x: visible !important;
    overflow-y: visible !important;

}
/*修正181119 max-width:300px*/
img {
	 display: inline-block;
        width: auto;
        height: auto;
}
.effect {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px); 
}

#index_top, header, footer, .f_nav, .btn_s, .btn_check {
	display:none;
}

