@charset "UTF-8";
/* /css/reset.css */

/*------------------------------*/
/*defaultSet*/
/*------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}

html>body {
	font-size: 10px;
}

.msie body {
	font-size: 62.5%;
}

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

hr{
	display: none;
}

img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic; 
}

ul li{
	list-style-type: none;
}

a{
	/* Hides from IE-mac */
	overflow: hidden;
	/* End hide from IE-mac */
}

address{
	font-style: normal;
}

select option{
	padding:0 5px;
}	

form label{
	cursor:pointer;
}

form legend{
	display: none;
}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

a:link,
a:visited{
	color: #333;
	text-decoration: underline;
}

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

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

.msie .c-fix{
	zoom: 1;
}
	
.c-fix {
	display: block;
	min-height: 1%;
}	
	
/* neo-clearfix */	
.c-both{
	height: 0px;
	clear: both;
	display: hidden;
	line-height: 0;
	font-size: 0px;
	zoom: 1;
}