@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;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
img{
	border:none;
	/*vertical-align: bottom;*/
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
	vertical-align:top;
}
th td{
	vertical-align:top;
}
ol,ul{
	list-style:none;
}
body{
	line-height:1.5;
	text-align:center;
}
table{
	font-size:1em;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	font-size:28px/1.5;
}
a{
	outline:none;
	text-decoration:none;
}
/*a:hover{
	text-decoration:underline;
}*/
address{
  font-style:normal;
}
/* clear */
.clear:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear_both{
	clear:both;
}