@charset "UTF-8";

/* css設定-ID
------------------------------------------*/
ul#link {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#link li#new {
	font-size: 12px !important;
}

/* css設定-CLASS
------------------------------------------*/
.hotInfo dd {
    height: 22px;
    padding: 0 !important;
    padding-left: 5px !important;
    line-height: 1.8;
    margin-left: 100px !important;
    background: #ffffe3;
}
.sagscroller{
    width: 390px;
    height: 22px;
    overflow: hidden;
    position: relative;
}
.sagscroller ul{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sagscroller ul li{
    display: block;
}