@charset "utf-8";
@import "resets.css";

html,body {padding:0; margin:0; height:100%;}
a,img {border:none;}
#wrap_use { width:900px; margin:0 auto;}
#tab_menu { margin-top:25px; margin-bottom:45px; height:45px; }
#tab_menu ul li { float:left; width:150px; }
.use_title {margin-bottom:20px;}
#use_sub_tab {height:26px; margin-bottom:30px;}
#use_sub_tab ul li { float:left; width:120px; margin-right:5px; }

/* phark method */
div.ir {
	display:block; text-indent:-99999px;
}
/* sr-only */
.sr-only {
	position: absolute !important;  width: 1px; height:1px; overflow:hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);}
}