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

div,h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,table {
	margin: 0;
	padding: 0;
	font-size:12px;
	}
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align:left;
	}
html {overflow-y: scroll;}
body {
	color: #333;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
table {
	margin:10px 10px 0 1px;
	border-collapse: collapse;
	}
fieldset {
	border: 0;
	}
select {
	font-size: 100%;
	}
img {
	border: 0;
	vertical-align: bottom;
	}
address,caption,cite,code,dfn,em,th,var,kbd,samp {
	font-style: normal;
	font-weight: normal;
	}
th,td {
	padding: 0;
	font-size:12px;
	vertical-align:top;
	}
ol,ul {
	list-style-type: none;
	}
abbr,acronym {
	border: 0;
	}

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