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

* {
	margin: 0;
	padding: 0;
}

html,
body {
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  width: 100%;
  color: #000;
}

html {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y: scroll;
}

body {
	background: #fafafa;
	-webkit-text-size-adjust: 100%;
}

header,
section,
article,
footer {
  display: block;
}

h1,h2,h3,h4,h5,p {
	margin: 0 0 20px 0;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
}

li {
	list-style: none;
}

table {  
  border-collapse: collapse;
}

th {
	font-weight: normal;
}

img,input {
	border: none;
}

img.r {
	border: none;
	float: right;
	margin: 0 0 25px 10px;
	vertical-align:top;
}

img.l {
	float: left;
	margin: 0 10px 25px 0;
	vertical-align: top;
}

img.c {
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}

.cl {
	clear: both;
	content: ".";
	display: inline-block;
	float: none;
	font-size: 0.1em;
	height: 0.1px;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

#analysis {
	display: none;
	position: absolute;
}

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