@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	text-align: left;
	color: #333;
	line-height: 1.6;
	font-weight: normal;
	font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: none;
}

html {
	overflow: auto;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

img {
	border: none;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

li {
}

acronym, abbr {
	cursor: help;
}



a:link {
	color: #0f69c6;
	text-decoration: underline;
}
a:visited {
	color: #0f69c6;
	text-decoration: underline;
}
a:hover {
	color: #0f69c6;
	text-decoration: underline;
}
a:active {
	color: #0f69c6;
	text-decoration: underline;
}



.clearfix {
	zoom: 1; /*for IE 5.5-7*/
}

.clearfix:after { /*for modern browser*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

* html .clearfix {
	display: inline-table;
	/*\*/display: block;/**/
}
