@charset "utf-8";

*	{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	text-decoration:none;
	position:relative;
	vertical-align: top;
	line-height:1.4em;
	box-sizing: border-box; border-collapse:collapse;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html,body	{
	height:100%;
	background:#fff;
	color:#333;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing:subpixel-antialiased;
    -webkit-text-size-adjust:100%;
}

.cf:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	position:relative;
}

a{ color:#1e8904;}
p a{ line-height:1.6em;}