@charset "UTF-8";

/*----------------------------------------------------------------------------
******************************************************************************
Reset
******************************************************************************
----------------------------------------------------------------------------*/


body,h1,h2,h3,h4,h5,h6,th,td,button,p,blockquote,div,pre.ul,ol,input,.btn,.menu{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	line-break: strict;
	voice-family: inherit;
}

table {
	border-spacing: 0;
}

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

dl, dt, dd {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	overflow: hidden;
  outline: none;
}
a:forcus {
	outline: none;
}

em {
	color: #f00;
	font-style: normal;
}

img {
	border: none;
	vertical-align: bottom;
}