@media screen and (max-device-width: 699px), screen and (max-width: 699px) {
td[class="fluid"]{
        display: block !important;
        width: 100% !important;
		margin:3px 0;
        clear: both;
}
}

.title {
        width: 100%;
        background-color: #003460;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 7px;
        margin: 20px 0 10px 0;
}

.title-half {
        background-color: #003460;
        color: #fff;
        font-size: 1.3em;
        font-weight: 600;
        padding: 9px 0 5px 7px;
        margin: 20px 0 10px 0;
}

.item {
        width: 100%;
        background-color: #3589bf;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 7px;
        margin: 20px 0 10px 0;
}

.set{
        background-color: #3689BF;
        width: 100%;
        color: #ffffff;
        font-size: 1.1em;
        font-weight: 600;
        padding-top: 5px;
        text-align: center;
}

.sub-title {
        font-size: 13px;
        font-weight: 100;
        padding: 0 0 0 20px ;
}

.type {
        color: #03588e;
        font-size: 15px;
        font-weight: 600;
}

li {
        list-style-type: none;
}

.arrow {
        color: #ffea00;
        font-size: 13px;
        font-weight: 100;
        margin: 0 5px 0 0;
}

a:hover img  {
        opacity:1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
}