@charset "UTF-8";

.title{
	font-size: 16px;
    margin: 8px 0 20px;
}

#content{
	margin-top: 50px;
}

#kiyaku,#privecy{
	margin-top: -50px;
	padding-top: 80px;
}

.information p {
    margin-bottom: 30px;	
}

.information dl dt {
    height: 32px;
    font-size: 110%;
    background: #EEEEEE;
    padding: 8px 0 0 20px;
    margin-bottom: 16px;
}

.information dl dd {
    line-height: 200%;
    margin-bottom: 30px;
    padding-left: 20px;
}

.information dl dd ul {
    padding: 16px;
}

.information dl dd ul li {
    padding-bottom: 6px;
	list-style: disc;
}

strong {
    color: #cc0000;
}