
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	SP
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media (max-width:767px){
	.btmNotes{
		width:90%;
		margin:0 auto 0;
		text-align:center;
		font-size:90%;
		margin-top:10%;
	}
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	PC
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:768px){

	.btmNotes{
		text-align:center;
		font-size:90%;
		margin-top:50px;
	}

}
