body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td ,section, article, footer {
	padding: 0;
	margin: 0;
}

body{ background:#fff;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

table { border-collapse: collapse; border-spacing: 0;}

section, article, footer{ display:block;}

img { border: 0; display: block; margin: 0 auto;}

ul, ol, li { list-style-type:none; list-style-image: none;}

a:link, a:visited{ text-decoration: none; outline: 0;}

a:hover { text-decoration: none; outline: 0;}

/*- Header -*/
.fjtest{display:block; overflow:hidden; width:100%; margin:0 auto;}
.fjtest img{ max-width:100%;}
.fjtest_m{ display:none;}

/*RWD  ========================================================================================*/

@media screen and (max-width:640px){
.fjtest{display:none;}
.fjtest_m{ display:block; overflow:hidden; width:100%; margin:0 auto;}
.fjtest_m img{ max-width:100%;}
}






