@charset "utf-8";
/****************************/
/* リセット  　　　　　　　 */
/****************************/


/* STYLE_RESET ■■■■■■■■■■■■■■■■■■■ */ 
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.5;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
/* IE */
*:first-child+html * {
	letter-spacing: 0;
}
* html * {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","メイリオ", Meiryo, sans-serif;
}
textarea {
	overflow: auto;
}

/* Firefox
html {
	overflow: -moz-scrollbars-vertical;
} */


table {
	border-collapse: collapse;
	border-spacing: 0;
}

