@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : default.css
 Style Info : normalize
=================================================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 62.5%;
}

img{
	border: none;
	vertical-align: bottom;
}

p {
	margin: 0;
	padding:0;
	color: #606060;
}

a {
	text-decoration: none;
}

li{
	list-style: none;
}

h1{
	margin: 0px;
}

h2,h3,h4{
	margin: 0;
}

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

#wrapper{
	width: 100%;
	margin: 0 auto;
}

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