@charset "UTF-8";
@import url("/styles/common.css");

body {
    background: #eee;
}

span {
    margin-right: 15px;
    color: #46a;
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #000000;
}

.content {
    position: absolute;
    width: 500px;
    height: 140px;
    margin: -70px 0 0 -250px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #ccc;
    border-top: 5px solid #46a;
    background: #fff;
    top: 45%;
    left: 50%;
}

.title {
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    font-size: 20px;
    font-weight: bold;
}

.desc {
    font-size: 12px;
    margin-bottom: 5px;
}

.homepage {
    font-size: 12px;
    margin: 15px 0 5px 0;
}
