/*==============================
	
	reset.css
	
==============================*/
@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro",メイリオ, Meiryo,Osaka,"ＭＳ Ｐゴシック", "Helvetica", "Verdana",  sans-serif;
	line-height:155%;
}

a{
	color:#00f;
	text-decoration:none;
}

a img{
	border:none;
	vertical-align:middle;
}

a.lineLink,
.more a{
	text-decoration:underline;
}

ul{
	list-style-type:none;
}



/*	
	clearfix
==============================*/
/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height:0;
  font-size:0;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */