@charset "utf-8";

/*
---------------------------------------------------------------------------- 

  reset用CSS
 
----------------------------------------------------------------------------
*/

/* ------------------------------------- 
 *	style reset
 * ------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content:'';
}
img{
	vertical-align: bottom;
	border:0;
}

/* ------------------------------------- 
 *	font reset
 * ------------------------------------- */
 
* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
body{
  font-size: 80%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS P Gothic",Osaka, sans-serif;
	
	
  line-height: 1.5;
}


/* ------------------------------------- 
 *	clear
 * ------------------------------------- */
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clear{
	clear: both;
}




