@charset "UTF-8";

/* サロン利用申請画面
---------------------------------------------------- */
.dialogArea{
	padding: 5px 30px;
}
.dialogAnnotation{
	padding: 5px;
}
.dialogAnnotation ul{
	list-style-type: none;
}
.dialogAnnotation li{
	margin-left: 1em;
    text-indent: -1em;

}
.dialogButton{
	text-align: center;
}
.dialogPass{
    padding: 3px;
    border: 1px solid #888888;
    font-size: 12px;
}
.limitData{
    padding-top: 5px;
}
.ruleNote{
    white-space: pre-line;
    margin: 0;
    font-size: 1.0em;
    color: #333333;
    overflow: scroll;
    padding: 1em;
    padding-left:2em;
    height: 20em;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
}
.note{
	padding-top:5px;
}
.lawNote{
	padding-bottom:5px;
}