@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	}

html {
	color: #000000;
	font-size: 11px;
	}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family:
		Helvetica,
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'メイリオ',
		'Meiryo',
		'Osaka',
		'ＭＳ Ｐゴシック',
		sans-serif;
	width: 100%;
	text-align: center;
	}
.hankaku {
	font-family:
		'Hiragino Kaku Gothic Pro',
		sans-serif;
	}

a {
	outline: none;
	text-decoration: underline;
	}

a:link {
	color: #036fd3;
	}

a:visited {
	color: #9900cc;
	}

a:hover {
	color: #036fd3;
	text-decoration: none;
	}

img {
	max-width :100%;
	vertical-align: bottom;
	}

a img  {
	border: none;
	}

li {
	list-style-type: none;
	}

input,label,select,textarea {
	vertical-align: middle;
	}

/*clear*/
.clear{clear:both!important;}

/*clearfix*/
.clearfix:after { content:""; display:block; clear:both; height:0; }
.clearfix  { *zoom: 1; }  /* IE7以下 */

