/* BASIC css start */
/* ÅÇÈ­¸é */
#tab_box { position:relative; margin-bottom: 20px; }
#tab_box h2 { line-height:40px; }

/* ÅÇÈ­¸é ¹öÆ° */
#tab_box .tabs { clear:both; width:auto; height:2rem; text-align:center; font-size:0; line-height:0; padding:0 10px; }
#tab_box .tabs li { /*display:table-cell;*/ display:inline-block; *display:inline; *zoom:1; width:22%; height:2rem; text-align:center; margin-left:1%; }
#tab_box .tabs li:first-child { margin-left:0; }
#tab_box .tabs .tit { display:block; line-height:2rem; font-size:11px; letter-spacing:-0.05em; color:#fff; background-color:#858585; cursor:pointer; border-radius:3px; }
#tab_box .tabs li.active .tit { color:#fff; background-color:#333; }
/* BASIC css end */

