/* CSS Document */

.price td.tal { text-align: left; width: 160px;}
.price th.capt { width: 180px;}
h1{
font-size: 70px;
color: #00cccc;
text-align: center;
}

h2{
font-size: 35px;
color: #fff;
background-color: #00cccc;
padding-left: 5px;
margin-bottom: 10px;
}

h3{
font-size: 25px;
color: #00479d;
margin-top: 20px;
}

.text{
font-size: 18px;
margin-left: 20px;
}

.bd{
font-weight: bold;
}

.inner .btn a {
    display: inline-block;
    width: 300px;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    background: #ff69b4;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 10px;
}

.inner .btn a:hover {
	opacity: 0.7;
} 