@charset "utf-8";

/*------------------------------------------------------------
	
------------------------------------------------------------*/
#contents {
	background: none;
	text-align: center;
}
#contents .caution {
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    font-size: 12px;
    margin: 10px 15px 30px;
    padding: 15px 0;
    position: relative;
    text-align: left;
	line-height: 1.7;
}
#contents .caution span {
	font-size:130%;
	font-weight:700;
}
#contents .caution p {
    font-size: 15px;
}