@charset "utf-8";

/*------------------------------------------------------------
	zaitaku_index.css
------------------------------------------------------------*/
@media only screen and (min-width: 780px) {
dl.news {
    width: 100%;
    line-height: 1.2em;
    margin-bottom: 1em;
    padding-bottom: 2px;
}
dl.news dt {
    float: left;
    width: 190px;
    padding: 5px 0 5px 10px;
    clear: both;
    font-weight: bold;
    line-height: initial;
}
dl.news dd {
    width: auto;
    margin-left: 190px;
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    line-height: initial;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
dl.news dt.ts {
    float: left;
    width: 70px;
    clear: both;
    padding: 2px 0;
    font-weight: normal;
    line-height: initial;
}
dl.news dd.ts {
    width: auto;
    margin-left: 70px;
    padding: 2px 0;
    font-weight: normal;
    line-height: initial;
}
dl.news dt.tss {
    float: left;
    width: 50px;
    clear: both;
    padding: 2px 0;
    font-weight: normal;
    line-height: initial;
}
dl.news dd.tss {
    width: auto;
    margin-left: 50px;
    padding: 2px 0;
    font-weight: normal;
    line-height: initial;
}
}