@charset "utf-8";

.popupWindow .regForm .textarea {
    width: 435px;
} 

.regulations h1 {
    font-weight: bold;
    text-align: center;
    padding: 0 0 5px 0;
}

.regulations ol {
    margin: 0 0 0 5px;
    text-align: justify;
}

.regulations ol li {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.regulations ol ol {
    margin: 0 0 0 30px;
}

.regulations ol ol li {
    padding: 2px 0 2px 0;
    font-weight: normal;
    list-style: decimal;
}

.regulations ol ol ol li {
    list-style: lower-latin;
}

.regulations ol ol ul li {
	list-style: circle;
	margin-left:20px;
}