@charset "utf-8";


.ch-info-1{
    display: block;
    background: url(../info_actilife/img/bg_info1.jpg) no-repeat center center ;
    width: 960px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 10px;
}
.ch-info-1 h3{
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}

.feature-actilife01{
    width: 960px;
    margin: 0 auto;
    margin-top: 20px;
}
.feature-actilife01 ul{
    margin: 0;
    padding: 0;
}
.feature-actilife01 li{
    display: block;
    background: url(../img/i_arrow2.gif) no-repeat top left;
	padding-bottom:10px;
	padding-left:30px;
	margin-bottom:15px;
	font-size:16px;
	font-weight:600;
	border-bottom:1px dotted #c0c0c0;
}


.ch-info-2{
    display: block;
    background: url(../info_actilife/img/bg_info2.jpg) no-repeat center center ;
    width: 960px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 10px;
}
.ch-info-2 h3{
    padding: 20px 20px 0;
    font-size: 18px;
    font-weight: 600;
}
.ch-info-2 p{
    padding: 10px 20px 20px 20px;
}


table.centrepoint01{
    width: 960px;
    margin: 0 auto;
    margin-top: 30px;
    border: 2px solid #015386;
}
table.centrepoint01 tr{
    border-bottom: 1px solid #015386;
}
table.centrepoint01 th,
table.centrepoint01 td{
    padding: 10px;
    text-align: center;
    border-right: 1px solid #015386;
}
table.centrepoint01 th{
    background: url(../info_actilife/img/bg_info1.jpg) no-repeat center center ;
}
table.centrepoint01 td.t-left{
    text-align: left;
}
table.centrepoint01 td.t-bold{
    font-weight: 600;
}

table.centrepoint01 th.col1{
    width: 145px;
}
table.centrepoint01 th.col2{
    width: 25%;
}

.btn-subsc{
    opacity: 1;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.btn-subsc:hover{
    opacity: 0.8;
    transition: all 0.2s linear;
}