@charset "utf-8";

*	{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	text-decoration: none;
	line-height:1;
	background:url(../img/spacer.png);
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

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

h1,h2,h3,h4,h5,h6,small	{
	font-size:100%;
	font-weight:normal;
}

fieldset,img	{
	vertical-align: top;
}

table	{
	border-collapse:collapse;
	border-spacing:0;
}

header,footer,nav,article,section,aside,dl	{
	display:block;
}

/* contents pre */

::selection { background-color:#109cd7; color:#fff;}

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

a			{}
a:hover		{}
a:visited	{}
a:active	{}

.opacity{}

