﻿/*利用規約*/

*{
    margin:0;
}


.title{
    padding-top:20px;
    padding-left:20px;
    padding-bottom:20px;
}

.title img {
    vertical-align: middle;
    margin-bottom: 20px;
}

.title span{
    vertical-align:middle;
    font-size:40px;
}

.termsAreaTitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

dl{
    margin-left:20px;
}


.archiveList {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 2px 2px 4px;
}

    .archiveList li {
        list-style: none;
    }

.copyright {
    padding:5px;
    background-color:#666;
    color:white;
    line-height:1;
    clear:both;
    margin:auto;
    text-align:center;
}

.copyright a{
    color:white;
}
