@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, select, textarea, th, td {
	margin:0; padding:0;
}
body, button, input, select, textarea {
	font:12px/1.5 ilsscrp, tahoma, arial, \5b8b\4f53, sans-serif;
}
button, input, select, textarea {
	resize:none;
	font-size:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
a, button, input[type="button"], input[type="submit"], select {
	cursor:pointer;
}
ul, ol {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	-ms-interpolation-mode:bicubic;
}
table {
	border-collapse:collapse; border-spacing:0;
}
address, cite, dfn, i, em, var {
	font-style:normal;
}
code, kbd, pre, samp {
	font-family:courier new, courier, monospace;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
small {
	font-size:12px;
}
fieldset, img {
	border:0;
}
legend {
	color:#000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display:block; margin:0; padding:0;
}

input, textarea{ outline:none; resize:none; }

.ellipsis { overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis;/* Opera */ text-overflow:ellipsis;/* IE, Safari (WebKit) */ -width: 100%;/* IE6 */ }

.img-middle { display:table-cell; *display:block; text-align:center; vertical-align:middle; *vertical-align:auto; *line-height:0; *font-family:Arial; }
.img-middle img { vertical-align:middle; }

.radius2 { /* Safari、Chrome */-webkit-border-radius:2px; /* Firefox */-moz-border-radius:2px; /* Opera */border-radius:2px; }
.radius3 { /* Safari、Chrome */-webkit-border-radius:3px; /* Firefox */-moz-border-radius:3px; /* Opera */border-radius:3px; }
.radius5 { /* Safari、Chrome */-webkit-border-radius:5px; /* Firefox */-moz-border-radius:5px; /* Opera */border-radius:5px; }

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix{ display:block; }
.clear { clear:both; height:0; overflow:hidden; }
