@charset "UTF-8";
/* @media handheld, all and (max-width:490px){ */
/* override static.css */

/* MARGIN / PADDING */

/* TEXT-ALIGN,VERTICAL-ALIGN */

/* display */
#mainArea .hideSmt{
	display: none !important;
}
#mainArea .showSmt{
	display: block;
}
#mainArea span.showSmt{
	display:inline;
}
.showScr{
	display: none !important;
}
#mainArea .hideScr{
	display:block;
}
#mainArea span.hideScr{
	display:inline;
}
#mainArea .hideHh{
	display:block;
}
#mainArea span.hideHh{
	display:inline;
}
#mainArea .showHh{
	display:none;
}


/* FLOAT */
.floR { float:none; }
.floL { float:none; }


/* RECT */


