@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", sans-serif;
}

input,
button,
textarea,
select {
	font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", sans-serif,;
	font-size: 12px;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
p,
blockquote,
th,
td,
a {
	margin: 0;
	padding: 0;
}

addr,
strong,
em,
span,
address,
ins {
	margin: 0;
	padding: 0;
	text-align: left;
}

dl,
ul {
	list-style: none;
}

img {
	display: block;
	max-width: 100%;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
}

th,
td {
	border-collapse: collapse;
}

hr {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	color: inherit;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

S* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */