@charset "UTF-8";
/* ---------------------------------------

	Reset

--------------------------------------- */
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,th,td,form{
	padding: 0;
	margin: 0;
  font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-style:normal;
	font-weight: normal;
}
#brand-text {
	font-family: 'Quicksand', sans-serif!important;
}
figure,nav,nav li,li a {
	display: block;
}
img {
	vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
	opacity: 0.7;
	text-decoration: none;
}
ul, dl, ol {
  list-style: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
	border: none;
}

.clearfix:after {
	content : "";
	display: block;
	clear : both;
	*zoom : 1;
}
