@charset "utf-8";

/* default
--------------------------------------------------*/
/*----- font -----*/
body {
	font: 13px Verdana, Arial, sans-serif;
	*font-size: small;
	*font: x-small;
	color: #333;
}

body *,
body p {
	line-height: 1.5;
}

select, input, textarea, button {
	font: 99% Verdana, Arial, sans-serif;
}

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

table {
	font-size: inherit;
	font: 100%;
}

/*----- margin,padding,border -----*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

fierdset, img {
	border: 0 none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----- form -----*/
input, textarea, select {
}

input[type="text"]:focus,
select:focus {
	background-color: #fefcd8;
}

/*----- list -----*/
ul, dl, ol {
	text-indent: 0;
}

ol, ul, li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/*----- table -----*/
caption, th, td {
	text-align: left;
	vertical-align: top;
}

/*----- link -----*/
a {
	outline-style: none;
}

a:link {
	color: #336;
	text-decoration: underline;
}

a:visited {
	color: #336;
	text-decoration: underline;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

img {
	vertical-align: top;
}

/*----- cleafix -----*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  zoom:1;
}

