@charset "utf-8";
/* 人気検索キーワードスマホ用 */
#smartBody .keyword {
    background: #fff;
    overflow: hidden;
    padding: 7px 0 0;
    -webkit-box-shadow: 0 3px 3px -2px #666;
    -moz-box-shadow: 0 3px 3px -2px #666;
    box-shadow: 0 3px 3px -2px #666;
}
#smartBody .keyword h2 {
	display:none;
}
#smartBody .keyword ul {
    padding: 0 12px 12px 12px;
}
#smartBody .keyword li {
    line-height: 25px;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
}
#smartBody .keyword li:nth-child(n+10){
	display:none;
}
#smartBody .keyword a {
	text-decoration: underline;
}
/* 人気検索キーワードPC用調整 */
#headerNav02 .keyword h2 {
    width: 8.5em;
}
/* タワーセレクションのもっと見る非表示 */
.sideNavRightInner03.selection .allList{
	display: none;
}
</style>