@charset "utf-8";

*	{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	position:relative;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

h1,h2,h3,h4,h5,h6	{
	font-weight:bold;
	font-size:18px;
}

img	{
	vertical-align: top;
}

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

a			{color:#555; text-decoration:none;}
a:hover		{color:#ff2e39;}
