@charset "utf-8";
/* ===================================================================
CSS information

 style info: reset

 *Since: 2013-08-27
=================================================================== */
/* ----------------------------------------------------
	reset
---------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, body p, ul, ol, dl, dt, dd, li, table, th, td, form, select, option, address, pre, strong, em {
	font-size: 100%;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-size: 14px;
	font-size: 87%\9;
	background: #FFF;
	color: #444;
}

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

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

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

th, caption {
	text-align: left;
	font-weight: normal;
}

legend {
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a img {
	vertical-align: top;
	text-decoration: none;
}
