/* step */
#contents ol.step {
    list-style: none;
	padding-left: 0;
}

#contents ol.step li.step_blue {
    background-color: #f1f6fb;
    padding: 1em 1em;
    border-radius: 10px;
    margin: 1em 0;
}

#contents ol.step li.step_gray {
    background: #F2F2F2;
    padding: 1em 1em;
    border-radius: 10px;
    margin: 1em 0;
}

#contents .step_title {
    font-weight: bold;
}

/* dl dt dd */
#contents dl dt {
    font-weight: bold;
	margin-top: 1em;
}

#contents dl dd {
   	margin: 0;
}

/* center */
#contents .center {
    text-align: center;
}

/* icon_window */
#contents img.icon_window {
    padding-left: 0.25em;
}

/* お知らせ */
#contents .notice {
    border: 1px solid #f00;
    margin: 1em 0;
    padding: 1em;
}