@charset "UTF-8";

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Verdana, "游ゴシック", 'Yu Gothic', 'Lucida Grande', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
}

p {
	font-size: 85%;
	line-height: 160%;
	width: 670px;
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
}
	
/*cleaffix*/
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
