@charset "utf-8";

/* ========================================================
	base.css => 基本スタイル
======================================================== */

html {
	overflow-y: scroll;
}

body {
	background: #FFF;
	color: #333;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.4;
	word-break: break-all;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,figure{
	margin: 0;
	padding: 0;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
	color: #333;
}

img{
	width: 100%;
	vertical-align: top;
}

.cf:after{
	content: "";
	display: block;
	clear: both;
}