@charset "utf-8";

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

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

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,th,var{
	font-style:normal;
	font-weight:normal;
}

strong{
	font-weight:bold;
}

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

caption,th {
	text-align:left;
}

input, textarea, select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

.nodisp, hr {
	clear:both;
	width:1px;
	height:1px;
	border-style:none;
}

/* FONT-SIZE
-------------------------------------------------------------------------------------------------*/
body {
	font-size: 62.5%;
}

#text-medium img {
	display:none;
}

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

select,
input,
textarea {
	/*font-size: 99%;*/
}

* {
	/*font-size: 100%;
	font-weight: normal;
	font-style: normal;*/
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

h2 a,h3 a { 
	font-weight: bold;
}

img {
	border: 0px;
}

dt {
	font-weight: normal;
}


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

.clearfix{
	display:inline-table;
	min-height:1%;
}

/* FOR MAC IE \*/
* html .clearfix{
	height:1%;
}

.clearfix{
	display: block;
}
/* END OF FOR MAC IE */

.clear {
	clear:both;
}

