@charset "utf-8";

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

html {
	color: #555555;
	font-size: 15px;
	line-height: 1.5333;
	letter-spacing: 0;
}
h1,h2,h3,h4,h5,h6,.title {
	color: #555555;
}

body {
	margin: 0;
	padding: 0;
	font-family:
		'Helvetica Neue',
		'Helvetica',
		'Arial',
		'Verdana',
		'Roboto',
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'メイリオ',
		'Meiryo',
		'Osaka',
		'ＭＳ Ｐゴシック',
		sans-serif;
	width: 100%;
	height: 100%;
	text-align: center;
}
a {
	outline: none;
	color: #555555;
	text-decoration: none;
}

a:link {
	color: #555555;
	text-decoration: none;
}

a:visited {
	color: #555555;
}

a:hover {
	color: #555555;
	text-decoration: underline;
}

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

a img  {
	border: none;
}

li {
	list-style-type: none;
}

input,label,select,textarea {
	vertical-align: middle;
}
