﻿/*利用規約*/

*{
    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;
}
.termsSubList dd {
    margin-left:50px;
    margin-top:-25px;
}

.termsSubList dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    display:block;
}

.copyright {
    padding:5px;
    background-color:#666;
    color:white;
    line-height:1;
    clear:both;
    margin:auto;
    text-align:center;
}

.copyright a{
    color:white;
}
