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

  reset.css
  
======================================================================================================================== */
html { overflow-y:scroll;}

body {
	background: #fff;
	color: #444;
	font-size: 13px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

/* IE6 base font */
* html body {
	font-family: verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 { line-height: 1.1; }

p { line-height:1.7; }

select, input, textarea {
	margin: 0;
	padding: 0;
}

textarea { font-size: 100%; }

img { border: none; vertical-align:bottom; }

strong { font-weight: bold; }

hr { display: none; }

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

caption, th { text-align: left; }

/* default */
a { color: #444; text-decoration: none;  }
a:hover, a:active { color: #444; text-decoration: underline; }

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

.clearfix {
  min-height: 1px;
}

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