@charset "utf-8";
/* CSS Document */
.second_box { margin-bottom:19px;}
div.showAll_btn {position:relative; margin-right:23px; color:#999; cursor:pointer; display:inline;}
div.showAll_btn span:hover {color:#2e2e2e;}
div.showAll_btn:after {content:''; position:absolute; right:-16px; top:0; color:#9ea9ba; cursor:auto;}
.second_group {display:inline;}
.second_group li {position:relative; display:inline; margin:0 23px 0 0; color:#9ea9ba; cursor:pointer;}
.second_group li span{font-size:16px}
.second_group li span:hover {color:#2e2e2e;}
.second_group li:after {content:''; position:absolute; right:-16px; top:0; color:#9ea9ba; cursor:auto;}
.second_group li:last-child:after {display:none;}
.second_box div.showAll_btn span.current_style {font-weight:bold; color:#2e2e2e;}  /*闁鑵戦弽宄扮础*/
.second_group li span.current_style {font-weight:bold; color:#2e2e2e;}  /*闁鑵戦弽宄扮础*/

@media only screen and (max-width:1024px){
.second_group li{margin:0 10px 0 0}
.second_group li span{font-size:15px}
}