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

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html{
	overflow-y:scroll;
}
html,body{
	width:100%;
	height:100%;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:1.8em;
}
h1,h2,h3,h4,h5,p,ul{
	margin:0 0 20px 0;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}
ol{
	list-style-type:decimal;
}
ul{
	list-style:none;
}
img,input{
	border:none;
}
img.r {
	float: right;
	border: none;
	margin:0 0 25px 10px;
	vertical-align:top;
}
img.l {
	float: left;
	margin:0 10px 25px 0;
	vertical-align:top;
}
img.c {
	float: none;
	margin:0 auto;
	vertical-align:top;
	text-align:center;
	display:block;
}
p.c{
	float: none;
	margin:0 auto 30px auto;
	vertical-align:top;
	text-align:center;
	display:block;
}
.cl{
	float:none;
	height:0;
	overflow:hidden;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height:0;
	clear:both;
	display:inline-block;
}
#analysis{
	position:absolute;
	display:none;
}

.clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */