@charset "UTF-8";

/**
 * リセット処理
 */
body{
	text-align:left;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 16px;
	line-height:1.5;
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd {
	font-size:100%;
	padding:0;
	margin: 0;
	font-weight: normal;
}

img{
	border:0px;
	vertical-align:bottom;
}

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

a , a *{ cursor:pointer; text-decoration: none; }
