@charset "utf-8";

@import url("reset.css");


/* -------------------------------
   BASE
------------------------------- */

.mt-10 {margin-top:-10px!important;}
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}
.mt60 {margin-top:60px!important;}
.mt70 {margin-top:70px!important;}

.ml10 {margin-left:10px!important;}
.ml20 {margin-left:20px!important;}
.ml30 {margin-left:30px!important;}
.ml40 {margin-left:40px!important;}
.info{
	font-size: 18px;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8F5DF;
	padding: 10px 10px 10px 10px;
	color: #005bac;
}
.info2{
	width: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size:16px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 40px;
}
#info2{
	color: #3873ac;	
}

 .info2:hove{
	color: #FB3A3E;
	text-decoration:underline;
}
