@charset "shift-jis";
/*@Zbg */
* { 
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
body{
	font-family: "qMmpS Pro W3", "lr oSVbN", "Osaka",  sans-serif,;
	font-size: 62.5%;
	line-height: 1.5;
	color: #333333;
}
a {
	text-decoration:none;
	color:#3333ff;
	outline: none;/*firefoxΞτ*/
}
a:hover{
	color: #c00000;
	text-decoration: underline;
	}
/*@NA */
.clear {
	clear:both;
	}

/*@NAtBbNX */
.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /**//*/
  height: auto;
  overflow: hidden;
  /**/
}




