@charset "UTF-8";

/****************************************
       CSS 初期化
*****************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}

img{
	border:0;
}

h1,h2,h3,h4,h5,h6,p{
    font-size:100%;
    font-weight:normal;
}

strong{
	font-weight:normal;
}

html,body{
	height: 100%;
	background-color: transparent;
	background-image: none;
	-webkit-text-size-adjust: 100%;/*iPhoneの文字サイズの自動調整をオフ*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address{
	font-style: normal;
	text-decoration: none;
}

blockquote, q {
	quotes: none;
}

body {  
	font-family: "Hiragino Sans",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;  
	line-height:1;
}  
html>/**/body {  
	font-size: 12px;
} 

ul,ol,li{
	list-style:none; 
	display:block;
}
