@charset "UTF-8";
/* リセットスタイルシート */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,img,form{
	margin:0;
	padding:0;
}
img{
	border:none;
	vertical-align: top;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
ol,ul{
	list-style:none;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	font-size:12px;
	text-align:center;
}
table{
	font-size:1em;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}
a{
	outline:none;
}
a:hover{
	text-decoration:none;
}

input{
  padding:0;
}
address{
  font-style:normal;
}

/* clearfix */
.clear:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear{
overflow:hidden;
min-height:1em;
}
/*\*/
* html .clear{
height:1%;
overflow:visible;
}
/**/
