@charset "UTF-8";

.GiinText {
    margin-top: 20px;
}


.GiinText h2 {
    border-left: 5px solid #174487;
    font-size: 125%;
    margin-bottom: 20px;
    padding-left: 10px;
}

.GiinImg {
    background-color: #eee;
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    text-align: center;
    width: 240px;
}


.GiinImg img {
    display: inline;
    max-width: 238px;
    vertical-align: top;
}

.GiinText section .Title {
    background-color: #174487;
    border-bottom: medium none;
    color: #fff;
}
section .Title {
    border-bottom: 1px solid #1e1e17;
    margin-bottom: 10px;
}

.GiinText section .Title h3 {
    float: left;
    height: 35px;
    line-height: 38px;
}
section .Title h3 {
    float: left;
}

.BoxRight {
    float: right;
    width: 398px;
}

.GiinTable {
    margin-bottom: 20px;
    margin-top: -10px;
}


.GiinTable table {
    background-color: #f3f6f9;
    border-left: 1px solid #8ba1c3;
    font-size: 75%;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.GiinTable table tr:nth-child(2n+1) th {
    background-color: #dce3ed;
}
.GiinTable table th {
    border-bottom: 1px solid #8ba1c3;
    border-right: 1px solid #8ba1c3;
    color: #174487;
    font-weight: bold;
    padding: 5px;
	width:50px;
}


.GiinTable table tr:nth-child(2n+1) td {
    background-color: #dce3ed;
}
.GiinTable table td.record {
    font-size: 14px;
    font-weight: bold;
}
.GiinTable table td {
    border-bottom: 1px solid #8ba1c3;
    border-right: 1px solid #8ba1c3;
    padding: 5px;
    text-align: right;
}


.GiinTable table tr:nth-child(2n+1) td {
    background-color: #dce3ed;
}
.GiinTable table td {
    border-bottom: 1px solid #8ba1c3;
    border-right: 1px solid #8ba1c3;
    padding: 5px;
    text-align: right;
}


.GiinTable table tr:nth-child(2n+1) td {
    background-color: #dce3ed;
}
.GiinTable table td {
    border-bottom: 1px solid #8ba1c3;
    border-right: 1px solid #8ba1c3;
    padding: 5px;
    text-align: left;
}
.MarketDate {
    color: #8e8e8b;
}