@charset "utf-8";

*	{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	background:url(../img/spacer.png);
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

img	{
	vertical-align: top;
}

::selection { background-color:#caffd9; color:#2c9842;}

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

a			{ text-decoration:none;}
a:hover		{}
a:visited	{}
a:active	{}


