@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	text-align: left;
	color: #222;
	font-weight: normal;
	font-family: "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}
input,
text-area {
	font-family: "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
select {
	background: #fff;
	text-align: left;
	color: #222;
	font-weight: normal;
	font-family: "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	-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;
}

th {
	font-weight: normal;
}

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

li {
}

::placeholder {
	color: #ccc;
}

acronym, abbr {
	cursor: help;
}



a:link {
	color: #1a0dab;
	text-decoration: underline;
}
a:visited {
	color: #1a0dab;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	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;/**/
}
