@charset "utf-8";
/* ResetStyle CSS */
html {
	color:#000000;
	background:#FFFFFF;
}
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;
	/* font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif; */
	font-family: "Century Gothic","Helvetica Neue","Arial","Osaka","BIZ UDPGothic","Hiragino Sans","Hiragino Kaku Gothic Pro W3","Meiryo","MS P Gothic",sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}


address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: normal;
}
ol,ul {
    list-style: none;
}
a {
    cursor: pointer;
}
fieldset,img {
    border: 0;
}

/* fontsize
------------------------------------- */
body {
	/* font-size: 12px; */
	font-size: 14px;
}
/* IE 6 or sooner*/
* html body {
	font-size: 75%;
}

table {
	font-size:inherit;
	font:100%;
}

/* clearfix
------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}