body {
    margin: 0px;
    width: 246px;
    height: 466px;
}
.main {
    width: 230px;
    height: 466px;
    padding: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header {
    background-image: url('../img/earth_icon.jpg');
    background-repeat: no-repeat;
    background-size: 35px 30px;
    background-position: left center;
    height: 46px;
    width: 195px;
    line-height: 46px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ　Ｐゴシック","MS P Gothic",sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 35px;
}
.footer {
    height: 46px;
    line-height: 46px;
    width: 230px;
}
.footer .logo {
    background-image: url('../img/Refinitiv_h_tm_rgb.png');
    background-repeat: no-repeat;
    background-size: 101px 34px;
    background-position: right center;
    height: 34px;
    line-height: 46px;
    width: 101px;
    float: right;
    margin-right: -10px;
    margin-top: 8px;
}
.button {
    background-image: url('../img/btn.gif');
    background-repeat: no-repeat;
    background-size: 110px 24px;
    height: 24px;
    width: 110px;
    float: left;
    position: relative;
    left: 0px;
    top: 13px;
}
.list .row {
    clear: both;
    height: 24px;    
    color: #2D2D2D;
    font-family: Meiryo;
    font-size: 12px;
    line-height: 24px;
}
.list .row.nothead {
    border-top: 1px dotted #A0A0A0;
}
.row .flag {
    width: 23px;
    height: 24px;
    float: left;
    background-size: 23px 16px;
    background-repeat:no-repeat;
    background-position: left center;
    padding-right: 4px;
}
.row .index_name {
    float: left;
    color: #06529F;
}
.row .up_arrow {
    float: right;
    width: 10px;
    height: 24px;
    background-image: url('../img/up_arrow_big.png');
    background-repeat:no-repeat;
    background-size: 10px 10px;
    background-position: left center;
    padding-right: 2px;
}
.row .down_arrow {
    float: right;
    width: 10px;
    height: 24px;
    background-image: url('../img/down_arrow_big.png');
    background-repeat:no-repeat;
    background-size: 10px 10px;
    background-position: left center;
    padding-right: 2px;
}
.row .price {
    float: right;
}