body {
margin: 0;
padding: 0;
text-align: center;
}

/* ---------defaultSet--------- */
#contents *{
margin: 0px;
padding: 0px;
}

#contents hr{
display: none;
}
#contents img{
border: 0;
}
#contents ul li,
#contents ol li{
list-style-type: none;
}
#contents a{
/* Hides from IE-mac */
overflow: hidden;
/* End hide from IE-mac */
}

#contents select option{
padding:0 5px;
}	

#contents form label{
cursor:pointer;
}

/* clearfix */
.c-fix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
*html>body .c-fix{
display: inline-block;
width: 100%;
}
*html .c-fix{
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}
.c-fix{
zoom: 1;
}

/* neo-clearfix */	
#contents .c-both{
height: 0px;
clear: both;
display: hidden;
line-height: 0;
font-size: 0px;
zoom: 1;
}