﻿
/* CSS Document */

/*初始化*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input,figure { margin: 0; padding: 0; }
img { border: none; max-width:100%; margin:0; padding:0;/* display:block; */}

body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
.index{ width:100%; margin:0 auto; display:table; text-align:center}
.index img{ display:table; margin:0 auto; }
@media screen and (max-width:640px) {
.index img{ width:100%;}	
}
