/* 全体 */
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333333;
	background: #ffffff;
}

img{
	vertical-align: top;
}

iframe{
	vertical-align: top;
}

a{
	color: #333333;
	outline: none;
	text-decoration: none;
}

.clearfix {
	*zoom: 1;
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

