@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	line-height:1.3;
	width: 100%;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	background-color: #333333;
	color: #333333;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6, p, th {
	font-size: 100%;
	font-weight: normal;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
hr {
	display: block;
	height: 0px;
	border: none;
}
ul {
	list-style:none;
}
li {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align: bottom;
}
input, select {
    vertical-align:middle;
}
a {
    /*-webkit-tap-highlight-color:transparent;*/
	text-decoration: none;
	color: #0099CC;
}
em {
	color : #F00;
	font-weight: normal;
	font-style: normal;
}


/*
---------- clearfix ----------
*/
.clearfix {
	width:100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/*
---------- stage ----------
*/
#stage {
	font-size: 1em;
	background-color: #FFFFFF;
}
