

main h2
{
    border-bottom: medium solid DarkBlue;
    margin-top: 50px;
}

img
{
    float: left;
    margin-right: 20px;
}

body
{
    font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.panel-title
{
    font-weight: bold;
}

main h4
{
    margin-top: 50px;
}

.panel
{
    margin-top: 20px;
}

footer
{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.second
{
    margin-left: 12px;
}

.third
{
    margin-left: 24px;
}

main p
{
    padding-right: 20px;
}

ol li
{
    list-style-type: none;
    margin-left: 0px;
    list-style-position: outside;
    padding-left: 1.25em;
}

ol li span
{
    position: absolute;
    left: 0px;
    margin-left: 0px;
}

ol
{
    position: relative;
    padding-left: 0px;
    padding-right: 15px;
    margin-right: 17px;
}

.jumbotron h2
{
    color: #000000;
}

.jumbotron
{
    background-image: url('img/5.png');
    background-repeat: no-repeat;
    text-align: right;
}

main h3
{
    color: #000000;
    background: lavender;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 5px;
}

article
{
    margin-top: 60px;
}

aside h2
{
    border-bottom: medium solid DarkBlue;
}

aside h4
{
    margin-top: 30px;
}

section
{
    margin-top: 100px;
}

main a
{
    font-weight: bold;
    text-decoration: underline;
}

.red-bold
{
    color: red;
    font-weight: bold;
}

