@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, select, option, textarea, p, table, th, tr, td, figure {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	list-style: none;
	font-weight: normal;
	font-size: 100%;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}
img{
	height: auto;
	line-height: 1em;
	vertical-align: top;
}
select option {
	padding: 0 5px;
}
form label {
	cursor: pointer;
}
input,textarea,select,option{
	font-size: 100%;
	font-family: inherit;
	background: none;
}
input[type="submit"]{
	border: none;
}
input:focus,
textarea:focus{
	outline: none;
}

dl:after, ul:after, article:after, section:after, .mf-inner:after,
.inner:after, .cf:after, .cbox-inner:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
dl, ul, article, section, .mf-inner,
.inner, .cf, .cbox-inner {
	display: block;
}
