/*if7_s01*/
.if7_s01 .tr_sec a {
	color: #2367d4;
}


/*bsn3_sec01*/
.bsn3_sec01 > ul > li {
    position: relative;
	list-style:none;
}
.bsn3_sec01 ul li .loca_item {
    border: 3px solid #2367d4;
    border-radius: 0 25px 0 0;
}
.bsn3_sec01 ul li .loca_item h1 {
    margin-bottom: 0;
    line-height: 1em;
    padding: 15px;
    background-color: #2367d4;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    border-radius: 0 20px 0 0;
}
.bsn3_sec01 ul li .loca_item .cont {
    display: table;
    width: 100%;
}
.bsn3_sec01 ul li .loca_item .cont > div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.bsn3_sec01 ul li .loca_item .cont h4 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
}
.bsn3_sec01 ul li .loca_item .cont ul li {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 15px 0;
    position: relative;
    padding-left: 20px;
    word-break: keep-all;
}
.bsn3_sec01 ul li .loca_item .cont ul li:before {
    content: "";
    margin-top: -14px;
    width: 15px;
    height: 15px;
    display: block;
    border: 3px #123758 solid;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 0px;
    background: #fff;
    z-index: 2;
}
.bsn3_sec01 ul li .loca_item .cont ul li strong {
    color: #0095d9;
}
.bsn3_sec01 ul li .loca_item .cont ul li h6 {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    color: #636363;
}

    .bsn3_sec01 > ul > li p {
       margin-bottom:0px;
    }
@media (min-width:480px) {
    .bsn3_sec01 > ul > li:after {
        content: "\f054";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -5px;
        top: 50%;
        color: #0095d9;
    }
    .bsn3_sec01 > ul > li:last-child:after {
        display: none;
    }
}
@media (max-width:479px) {
    .bsn3_sec01 > ul > li {
        margin-bottom: 30px;
    }
    .bsn3_sec01 > ul > li:after {
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        left: 50%;
        bottom: -20px;
        color: #0095d9;
    }
    .bsn3_sec01 > ul > li:last-child:after {
        display: none;
    }
    .bsn3_sec01 ul li .loca_item h1 {
        font-size: 14px;
    }
    .bsn3_sec01 ul li .loca_item .cont h4 {
        font-size: 14px;
    }
    .bsn3_sec01 ul li .loca_item .cont ul li {
        font-size: 12px;
        margin: 10px 0;
    }
    .bsn3_sec01 ul li .loca_item .cont ul li:before {
        width: 10px;
        height: 10px;
        border: 2px #123758 solid;
    }
    .bsn3_sec01 ul li .loca_item .cont ul li strong {
        color: #0095d9;
    }
    .bsn3_sec01 ul li .loca_item .cont ul li h6 {
        font-size: 14px;
        line-height: 1.2em;
        font-weight: 400;
        color: #636363;
    }
}



.table.basic_table tr th{
	background-color: #f4f4f4;	
}
.table.basic_table tr th .sec{
	background-color: #fcfcfc;	
}
.table.basic_table tr td{
	background-color: #fff;	
}

.table.sec7 tr th,
.table.sec7 tr td {
	width:14%
}