@charset "utf-8";

body,h1,h2,p,ul,li{
    margin: 0;
    padding: 0;
    font-size:100%;
}
h1{
    border:1px solid #ccc;
    padding:1%;
    text-align: center;
}
h2,p,ul{
    padding:1%;
    margin:2% 0 1%;
}
h2{
    background:#999;
    color:#fff;
    text-align: center;
}
h3{
    border:1px dotted #ccc;
    padding:1%;
    text-align: center;
    background: #ececec;
}
li{
    list-style:none;
    font-family: FontAwesome;
}
li a{text-decoration: none;}
li a:before{
    content:"・";
}

/*-------- CSSでの指定 --------*/

li.list01:before{
    content:"\f04b";
}
li.list02:before{
    content:"\f046";
}
li.list03:before{
    content:"\f013";
}
li.list04:before{
    content:"\f036";
}
p.cssdeicon:before{
    content:"\f046";
    font-family: FontAwesome;
}

h1.sample:before {

}