/* 全体設定 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
}

img,a img { border: none;
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}

a{
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*画像リンク関連*/
a:active,a:focus{ outline:none; }
a img { border: none; }
img {padding:0px; margin:0px; border:none;}


