@charset "utf-8";

@import "../../common/css/0-import.css";


#conts .bigBox {
	clear: both;
	margin: 0px 15px 39px 15px;
}


#conts .bigBox p.txt {
	line-height: 1.4;
	margin: 0 0 1.4em;
}


#conts .bigBox h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 1.5em 0 5px;
	line-height:1.4;
}

#conts .bigBox p.notes {
	line-height: 1.4;
	margin: -1em 0 1.4em;
	color: #666;
}

#conts .bigBox p.notes span {
	vertical-align: middle;
	margin-right:2px;
	color: #ff0000;
}

#conts .bigBox ol li {
	text-indent: -1.2em;
	margin: 5px 0 0 1.2em;
	line-height: 1.4;
}

#conts .bigBox ul.sign {
	margin: 30px 5px 0;
}

#conts .bigBox ul.sign li {
	text-align: right;
	line-height: 1.4;
}

