/*-----------------------------------------------------------------------------
iPhone/Android向けのリセットcss:試作ver1.0
-----------------------------------------------------------------------------*/
header, hgroup, section, srticle, aside, footer, figure, figcaption, article, details, nav{
	display:block;
	margin:0;
	padding:0;
	font-size:100%;
}
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p{
	margin:0;
	padding:0;
	font-size:100%;
}
body{
	line-height:1.0;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}	
img{
	border:0;
	virtical-align:bottom;
}		
ul, ol{
	list-style:none;
}