﻿@charset "utf-8";

/* reset css */
* {
    box-sizing: border-box;
}

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;
	line-height: 1.4;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol, dl {
	list-style: none;
}
a {
	text-decoration: none; 
}
img {
	border: 0;
}
img, input {
	vertical-align: bottom;
}
/*hr {
	display:block;
	border:0;
	margin:0;
	padding:0;
}*/
html {
	font-size:62.5%;
}

/*input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/

/* clearfix */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
