@charset "utf-8";

body {
    min-width: 600px;
}

.contents {
    margin: 10px;
}

.main {
    width: 600px;
}

.title{
    width: 100%;
    display: table;
    background-color:#00b900;
    color:#fff;
    font-family:rounded-mplus,sans-serif;
    font-size: 120%;
    /*
    font-size:20px;
    font-weight:normal;
    background-color:#00b900;
    vertical-align:middle;
    text-align: left;
    vertical-align: baseline;
    */
}

.message {
    width: 18px;
    font-size: 100%;
    font-weight: bold;
    margin: 20px 0px;
}

.lines {
    width: 100%;
    /*
    display: block;
    position: relative;
    */
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.line-box {
    width: 50% / 2;
    align-content: center;
    text-align: center;
    /*display: inline;*/
    display: inline-block;
    background-repeat: no-repeat;
    margin: 10px 60px;
}

.buttons {
    text-align: center;
    margin: 60px 0px;
}
