@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight:normal;
}
body {
    line-height:1;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

ul, ol{
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    display:block;
    color:#333;
    text-decoration:none;
}

/*css start =====================================*/

body {
    margin: 40px 15px 40px;
}

p {
    font-size:14px;
    line-height:1.7;
}

h1 {
    color: #842e8c;
    text-align:  center;
    font-size: 22px;
    font-weight:  bold;
    margin: 20px 0;
}

h1 span {
    position:  relative;
    font-weight:  bold;
}

h1 span:before, h1 span:after {
    content:"";
    background: url(../img/deco_title.png);
    background-size: 26px;
    width: 26px;
    height: 26px;
    position:absolute;
    top:0;
}

h1 span:before {
    left: -33px;
}

h1 span:after {

right: -33px;
}

h1 + p {
    font-weight:bold;
    text-align:center;
    margin:20px 0;
    font-size:16px;
}

h2 {
    background: #1fbfbc;
    text-align:  center;
    padding: 5px 0;
    color:  white;
    margin:20px 0 15px;
    font-size: 16px;
}

.btnBeatPoint a {
    text-align: center;
    text-decoration: none;
    color:  white;
    background: #eb8f3e;
    display:  block;
    margin: 30px 0 0;
    padding: 10px 0;
    border-radius:  5px;
    font-size: 20px;
}