@charset "utf-8";



/* Base */
* {
	-webkit-text-size-adjust: none;
}

html {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {


	color: #666;
	background-color: #ffffff;
	overflow: hidden;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
div {
	margin: 0;
	padding: 0;

	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
ol,
li {
	list-style: none;
}

fieldset,
img {
	border: none;
}

hr,
button img {
	display: none;
}

form,
fieldset,
legend,
label {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0 none;
}

fieldset legend {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font: 0/0 Arial;
}

em,
address {
	font-style: normal;
}

input,
textarea,
select,
button,
table {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: #666;
}

label {
	cursor: pointer;
}

.underline {
	text-decoration: underline;
}

.cutstr {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.content-holder {
	display: inline-block;
	width: 1100px;
	text-align: left;
}

.clearboth {
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
}

/* cross */
* html input {
	margin: -1px 0;
}

*:first-child+html input {
	margin: -1px 0;
}

input.checkbox {
	width: 13px;
	height: 13px;
	margin-top: -4px;
	vertical-align: middle;
}

/* a-style */
a {
	color: #666;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	color: #666;
	text-decoration: none;
	outline: none;
}

/* html5 */
address,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* clear */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
