@charset "utf-8";
/* CSS Document */

#contents .s5-heading2.center {
	text-align: center;
}

#contents .right {
    float: right;
	margin: 1em 0 2em;
}

#contents .text {
    clear: both;
}

#contents .text p {
    margin-left: 1em;
}

#contents ul {
    list-style: none;
}

#contents ol.rulelist {
    list-style: none;
	text-indent: -2.5em;
}

#contents section.kiyaku {
    margin-bottom: 4em;
}

.s5-iconInline {
    width: 0.8em;
    margin-left: 0.2em;
}

#contents ol.rulelist ol.rulelist {
    text-indent: -1em;
	padding-left: 2em;
}

#contents .annotation {
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 640px){
	#contents .right {
		float: none;
	}
}